Skip to content

Commit 2c26189

Browse files
committed
chore(version): 5.2.1
1 parent c82394f commit 2c26189

6 files changed

Lines changed: 622 additions & 369 deletions

File tree

CHANGELOG.md

Lines changed: 242 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="5.2.1"></a>
2+
## [5.2.1](https://github.com/SidebarJS/sidebarjs/compare/5.2.0...5.2.1) (2018-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* **SidebarElement:** prevent close sidebar on opposite swipe gesture | [#9](https://github.com/SidebarJS/sidebarjs/issues/9) ([4a7a1d1](https://github.com/SidebarJS/sidebarjs/commit/4a7a1d1))
8+
9+
10+
### Performance Improvements
11+
12+
* **SidebarElement:** use CSSOM when available | [#11](https://github.com/SidebarJS/sidebarjs/issues/11) ([6efb7e5](https://github.com/SidebarJS/sidebarjs/commit/6efb7e5))
13+
14+
15+
116
<a name="5.2.0"></a>
217
# [5.2.0](https://github.com/SidebarJS/sidebarjs/compare/5.1.0...5.2.0) (2018-04-14)
318

@@ -8,26 +23,245 @@
823

924

1025

26+
<a name="5.1.0"></a>
27+
# [5.1.0](https://github.com/SidebarJS/sidebarjs/compare/5.0.0...5.1.0) (2018-03-07)
28+
29+
30+
### Bug Fixes
31+
32+
* **SidebarElement:** correct trigger documentMinSwipeX on open ([a820765](https://github.com/SidebarJS/sidebarjs/commit/a820765))
33+
34+
35+
1136
<a name="5.0.0"></a>
1237
# [5.0.0](https://github.com/SidebarJS/sidebarjs/compare/4.1.0...5.0.0) (2018-02-11)
1338

1439

1540
### Bug Fixes
1641

17-
* **SidebarService:** destroy method ([a207f38](https://github.com/SidebarJS/sidebarjs/commit/a207f38#diff-71c05e28c0b05c6ed608371894833f63))
18-
* **SidebarElement:** transclude ([75998f0](https://github.com/SidebarJS/sidebarjs/commit/75998f0))
42+
* **sidebarElement:** destroy method ([5bcd2b4](https://github.com/SidebarJS/sidebarjs/commit/5bcd2b4))
43+
* **sidebarElement:** destroy method ([a207f38](https://github.com/SidebarJS/sidebarjs/commit/a207f38))
44+
* **sidebarElement:** transclude ([75998f0](https://github.com/SidebarJS/sidebarjs/commit/75998f0))
1945
* **SidebarElement:** remove unnecessary will-change prop ([e4b2b62](https://github.com/SidebarJS/sidebarjs/commit/e4b2b62))
2046

2147

2248
### Features
2349

24-
* **SidebarElement:** destroy method ([5bcd2b4](https://github.com/SidebarJS/sidebarjs/commit/5bcd2b4), [a207f38](https://github.com/SidebarJS/sidebarjs/commit/a207f38))
25-
* **SidebarElement:** emit onOpen/onClose/onChangeVisibility when sidebar transition end ([4ffd5b9](https://github.com/SidebarJS/sidebarjs/commit/4ffd5b9), [866fbdc](https://github.com/SidebarJS/sidebarjs/commit/866fbdc))
50+
* **SidebarElement:** emit onOpen/onClose/onChangeVisibility when sidebar transition end ([4ffd5b9](https://github.com/SidebarJS/sidebarjs/commit/4ffd5b9))
51+
* **SidebarElement:** implemented onOpen/onClose/onChangeVisibility in dist ([866fbdc](https://github.com/SidebarJS/sidebarjs/commit/866fbdc))
52+
53+
54+
### Performance Improvements
55+
56+
* **sidebarElement:** component will-change ([78030ea](https://github.com/SidebarJS/sidebarjs/commit/78030ea))
57+
* **sidebarElement:** drop support IE9 ([19f9984](https://github.com/SidebarJS/sidebarjs/commit/19f9984))
58+
* **sidebarElement:** no more detached DOM nodes ([28061b2](https://github.com/SidebarJS/sidebarjs/commit/28061b2))
59+
* **SidebarElement:** __onTouchMove / __onSwipeOpenMove ([7ff77e2](https://github.com/SidebarJS/sidebarjs/commit/7ff77e2))
60+
61+
62+
63+
<a name="4.1.0"></a>
64+
# [4.1.0](https://github.com/SidebarJS/sidebarjs/compare/4.0.0...4.1.0) (2018-02-05)
65+
66+
67+
### Performance Improvements
68+
69+
* **sidebarElement:** passive listeners + will change ([ded4d67](https://github.com/SidebarJS/sidebarjs/commit/ded4d67))
70+
71+
72+
73+
<a name="4.0.0"></a>
74+
# [4.0.0](https://github.com/SidebarJS/sidebarjs/compare/3.2.0...4.0.0) (2018-01-13)
75+
76+
77+
### Features
78+
79+
* **idebarElement:** configurable background opacity ([00a0673](https://github.com/SidebarJS/sidebarjs/commit/00a0673))
2680

2781

2882
### Performance Improvements
2983

30-
* **SidebarElement:** component will-change ([78030ea](https://github.com/SidebarJS/sidebarjs/commit/78030ea))
31-
* **SidebarElement:** drop support IE9 ([19f9984](https://github.com/SidebarJS/sidebarjs/commit/19f9984))
32-
* **SidebarElement:** no more detached DOM nodes ([28061b2](https://github.com/SidebarJS/sidebarjs/commit/28061b2))
33-
* **SidebarElement:** __onTouchMove / __onSwipeOpenMove ([7ff77e2](https://github.com/SidebarJS/sidebarjs/commit/7ff77e2))
84+
* **css:** transition: all > transform ([cf81e1a](https://github.com/SidebarJS/sidebarjs/commit/cf81e1a))
85+
86+
87+
88+
<a name="3.2.0"></a>
89+
# [3.2.0](https://github.com/SidebarJS/sidebarjs/compare/3.1.0...3.2.0) (2017-11-16)
90+
91+
92+
### Features
93+
94+
* **definition:** no more version prop in SidebarElement ([f515fcc](https://github.com/SidebarJS/sidebarjs/commit/f515fcc))
95+
96+
97+
98+
<a name="3.1.0"></a>
99+
# [3.1.0](https://github.com/SidebarJS/sidebarjs/compare/3.0.0...3.1.0) (2017-09-04)
100+
101+
102+
### Bug Fixes
103+
104+
* **ts:** create method in definition file ([dae2869](https://github.com/SidebarJS/sidebarjs/commit/dae2869))
105+
106+
107+
108+
<a name="3.0.0"></a>
109+
# [3.0.0](https://github.com/SidebarJS/sidebarjs/compare/2.2.0...3.0.0) (2017-08-08)
110+
111+
112+
### Bug Fixes
113+
114+
* **d.ts:** public methods/properties ([b8fb83b](https://github.com/SidebarJS/sidebarjs/commit/b8fb83b))
115+
116+
117+
118+
<a name="2.2.0"></a>
119+
# [2.2.0](https://github.com/SidebarJS/sidebarjs/compare/2.1.0...2.2.0) (2017-07-07)
120+
121+
122+
### Bug Fixes
123+
124+
* **d.ts:** correct definition file ([f678a0e](https://github.com/SidebarJS/sidebarjs/commit/f678a0e))
125+
126+
127+
128+
<a name="2.1.0"></a>
129+
# [2.1.0](https://github.com/SidebarJS/sidebarjs/compare/2.0.1...2.1.0) (2017-05-15)
130+
131+
132+
### Bug Fixes
133+
134+
* **module:** export ([cfd5211](https://github.com/SidebarJS/sidebarjs/commit/cfd5211))
135+
136+
137+
138+
<a name="2.0.1"></a>
139+
## [2.0.1](https://github.com/SidebarJS/sidebarjs/compare/2.0.0...2.0.1) (2017-05-01)
140+
141+
142+
### Bug Fixes
143+
144+
* **export:** removed export default ([db3c928](https://github.com/SidebarJS/sidebarjs/commit/db3c928))
145+
146+
147+
148+
<a name="2.0.0"></a>
149+
# [2.0.0](https://github.com/SidebarJS/sidebarjs/compare/1.10.1...2.0.0) (2017-04-16)
150+
151+
152+
153+
<a name="1.10.1"></a>
154+
## [1.10.1](https://github.com/SidebarJS/sidebarjs/compare/1.10.0...1.10.1) (2017-04-16)
155+
156+
157+
### Bug Fixes
158+
159+
* **shadow:** shadow for right position sidebar ([dde4802](https://github.com/SidebarJS/sidebarjs/commit/dde4802))
160+
161+
162+
### Features
163+
164+
* **multiple:** multiple sidebar at the same time ([4d676f0](https://github.com/SidebarJS/sidebarjs/commit/4d676f0))
165+
166+
167+
168+
<a name="1.10.0"></a>
169+
# [1.10.0](https://github.com/SidebarJS/sidebarjs/compare/1.9.0...1.10.0) (2017-04-10)
170+
171+
172+
### Bug Fixes
173+
174+
* **onSwipeOpen:** fixed mirror effect ([f30dad8](https://github.com/SidebarJS/sidebarjs/commit/f30dad8))
175+
176+
177+
### Features
178+
179+
* **position:** Right position implemented. Closed issue: [#2](https://github.com/SidebarJS/sidebarjs/issues/2) ([d908968](https://github.com/SidebarJS/sidebarjs/commit/d908968))
180+
181+
182+
183+
<a name="1.9.0"></a>
184+
# [1.9.0](https://github.com/SidebarJS/sidebarjs/compare/1.8.0...1.9.0) (2017-04-04)
185+
186+
187+
### Bug Fixes
188+
189+
* **version:** mismatch from package.json and js file ([fc8115f](https://github.com/SidebarJS/sidebarjs/commit/fc8115f))
190+
191+
192+
193+
<a name="1.8.0"></a>
194+
# [1.8.0](https://github.com/SidebarJS/sidebarjs/compare/1.7.1...1.8.0) (2017-03-15)
195+
196+
197+
### Features
198+
199+
* **options:** nativeSwipe option | nativeSwipeOpen option ([eabeecd](https://github.com/SidebarJS/sidebarjs/commit/eabeecd))
200+
201+
202+
203+
<a name="1.7.1"></a>
204+
## [1.7.1](https://github.com/SidebarJS/sidebarjs/compare/1.7.0...1.7.1) (2017-03-07)
205+
206+
207+
208+
<a name="1.7.0"></a>
209+
# [1.7.0](https://github.com/SidebarJS/sidebarjs/compare/1.6.1...1.7.0) (2017-02-19)
210+
211+
212+
### Features
213+
214+
* **swipe:** open sidebar on swipe right ([749d1bc](https://github.com/SidebarJS/sidebarjs/commit/749d1bc))
215+
216+
217+
218+
<a name="1.6.1"></a>
219+
## [1.6.1](https://github.com/SidebarJS/sidebarjs/compare/1.6.0...1.6.1) (2016-09-30)
220+
221+
222+
223+
<a name="1.6.0"></a>
224+
# [1.6.0](https://github.com/SidebarJS/sidebarjs/compare/1.5.0...1.6.0) (2016-09-30)
225+
226+
227+
228+
<a name="1.5.0"></a>
229+
# [1.5.0](https://github.com/SidebarJS/sidebarjs/compare/1.2.0...1.5.0) (2016-09-25)
230+
231+
232+
233+
<a name="1.2.0"></a>
234+
# [1.2.0](https://github.com/SidebarJS/sidebarjs/compare/1.1.6...1.2.0) (2016-09-21)
235+
236+
237+
238+
<a name="1.1.6"></a>
239+
## [1.1.6](https://github.com/SidebarJS/sidebarjs/compare/1.1.5...1.1.6) (2016-06-02)
240+
241+
242+
243+
<a name="1.1.5"></a>
244+
## [1.1.5](https://github.com/SidebarJS/sidebarjs/compare/1.1.0...1.1.5) (2016-05-09)
245+
246+
247+
248+
<a name="1.1.0"></a>
249+
# [1.1.0](https://github.com/SidebarJS/sidebarjs/compare/1.0.2...1.1.0) (2016-05-09)
250+
251+
252+
253+
<a name="1.0.2"></a>
254+
## [1.0.2](https://github.com/SidebarJS/sidebarjs/compare/1.0.1...1.0.2) (2016-05-03)
255+
256+
257+
258+
<a name="1.0.1"></a>
259+
## [1.0.1](https://github.com/SidebarJS/sidebarjs/compare/1.0.0...1.0.1) (2016-05-03)
260+
261+
262+
263+
<a name="1.0.0"></a>
264+
# 1.0.0 (2016-05-03)
265+
266+
267+

dist/sidebarjs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
width: 100%;
55
height: 100%; }
66

7-
[sidebarjs].sidebarjs--left, [sidebarjs].sidebarjs--left [sidebarjs-container] {
7+
.sidebarjs--left[sidebarjs], [sidebarjs].sidebarjs--left [sidebarjs-container] {
88
-webkit-transform: translate(-100%, 0);
99
transform: translate(-100%, 0); }
1010

11-
[sidebarjs].sidebarjs--right, [sidebarjs].sidebarjs--right [sidebarjs-container] {
11+
.sidebarjs--right[sidebarjs], [sidebarjs].sidebarjs--right [sidebarjs-container] {
1212
-webkit-transform: translate(100%, 0);
1313
transform: translate(100%, 0); }
1414

0 commit comments

Comments
 (0)