|
1 |
| -# [2.20.0](https://github.com/rigor789/vue-scrollto/compare/v2.19.1...v2.20.0) (2020-10-28) |
| 1 | +--- |
| 2 | +outline: 2 |
| 3 | +--- |
2 | 4 |
|
| 5 | +# [2.20.0](https://github.com/rigor789/vue-scrollto/compare/v2.19.1...v2.20.0) (2020-10-28) |
3 | 6 |
|
4 | 7 | ### Features
|
5 | 8 |
|
6 |
| -* add lazy option to allow recalculating targets ([#388](https://github.com/rigor789/vue-scrollto/issues/388)) ([e3c70c5](https://github.com/rigor789/vue-scrollto/commit/e3c70c59531b78fdb2a1cd4fa4f257447c1aa2a9)) |
| 9 | +- add lazy option to allow recalculating targets ([#388](https://github.com/rigor789/vue-scrollto/issues/388)) ([e3c70c5](https://github.com/rigor789/vue-scrollto/commit/e3c70c59531b78fdb2a1cd4fa4f257447c1aa2a9)) |
7 | 10 |
|
8 | 11 | ## [2.19.1](https://github.com/rigor789/vue-scrollto/compare/v2.19.0...v2.19.1) (2020-10-09)
|
9 | 12 |
|
10 |
| - |
11 | 13 | ### Bug Fixes
|
12 | 14 |
|
13 |
| -* allow passing 0 as duration ([#376](https://github.com/rigor789/vue-scrollto/issues/376)) ([5f69269](https://github.com/rigor789/vue-scrollto/commit/5f69269db6ff9f29d4f1509eb056efc739379cfe)) |
| 15 | +- allow passing 0 as duration ([#376](https://github.com/rigor789/vue-scrollto/issues/376)) ([5f69269](https://github.com/rigor789/vue-scrollto/commit/5f69269db6ff9f29d4f1509eb056efc739379cfe)) |
14 | 16 |
|
15 | 17 | # [2.19.0](https://github.com/rigor789/vue-scrollto/compare/v2.18.2...v2.19.0) (2020-10-09)
|
16 | 18 |
|
17 |
| - |
18 | 19 | ### Features
|
19 | 20 |
|
20 |
| -* add support for Vue 3 ([#371](https://github.com/rigor789/vue-scrollto/issues/371)) ([739de11](https://github.com/rigor789/vue-scrollto/commit/739de11c96e3c163af708325b2b82fb73f37c655)) |
| 21 | +- add support for Vue 3 ([#371](https://github.com/rigor789/vue-scrollto/issues/371)) ([739de11](https://github.com/rigor789/vue-scrollto/commit/739de11c96e3c163af708325b2b82fb73f37c655)) |
21 | 22 |
|
22 | 23 | ## [2.18.2](https://github.com/rigor789/vue-scrollto/compare/v2.18.1...v2.18.2) (2020-07-29)
|
23 | 24 |
|
24 |
| - |
25 | 25 | ### Bug Fixes
|
26 | 26 |
|
27 |
| -* export scroller to DOM ([#329](https://github.com/rigor789/vue-scrollto/issues/329)) ([4333d1e](https://github.com/rigor789/vue-scrollto/commit/4333d1e10a06ea519244e97c334c2e821c04fc2a)) |
| 27 | +- export scroller to DOM ([#329](https://github.com/rigor789/vue-scrollto/issues/329)) ([4333d1e](https://github.com/rigor789/vue-scrollto/commit/4333d1e10a06ea519244e97c334c2e821c04fc2a)) |
28 | 28 |
|
29 | 29 | ## [2.18.1](https://github.com/rigor789/vue-scrollto/compare/v2.18.0...v2.18.1) (2020-04-15)
|
30 | 30 |
|
31 |
| - |
32 | 31 | ### Bug Fixes
|
33 | 32 |
|
34 |
| -* allow passing 0 as offset ([#247](https://github.com/rigor789/vue-scrollto/issues/247)) ([09ee3c4](https://github.com/rigor789/vue-scrollto/commit/09ee3c4670622ea9db60a249068ca7612975e3dc)) |
| 33 | +- allow passing 0 as offset ([#247](https://github.com/rigor789/vue-scrollto/issues/247)) ([09ee3c4](https://github.com/rigor789/vue-scrollto/commit/09ee3c4670622ea9db60a249068ca7612975e3dc)) |
35 | 34 |
|
36 | 35 | # [2.18.0](https://github.com/rigor789/vue-scrollto/compare/v2.17.1...v2.18.0) (2020-04-12)
|
37 | 36 |
|
38 |
| - |
39 | 37 | ### Features
|
40 | 38 |
|
41 |
| -* ignore clicks if directive value is falsy ([#243](https://github.com/rigor789/vue-scrollto/issues/243)) ([adaac9c](https://github.com/rigor789/vue-scrollto/commit/adaac9c56492451206bbb35797dc3f4fdb4f9a53)), closes [#242](https://github.com/rigor789/vue-scrollto/issues/242) |
| 39 | +- ignore clicks if directive value is falsy ([#243](https://github.com/rigor789/vue-scrollto/issues/243)) ([adaac9c](https://github.com/rigor789/vue-scrollto/commit/adaac9c56492451206bbb35797dc3f4fdb4f9a53)), closes [#242](https://github.com/rigor789/vue-scrollto/issues/242) |
42 | 40 |
|
43 | 41 | ## [2.17.1](https://github.com/rigor789/vue-scrollto/compare/v2.17.0...v2.17.1) (2019-09-17)
|
44 | 42 |
|
45 |
| - |
46 | 43 | ### Bug Fixes
|
47 | 44 |
|
48 |
| -* improved type definitions ([#160](https://github.com/rigor789/vue-scrollto/issues/160)) ([f6a6596](https://github.com/rigor789/vue-scrollto/commit/f6a6596)) |
| 45 | +- improved type definitions ([#160](https://github.com/rigor789/vue-scrollto/issues/160)) ([f6a6596](https://github.com/rigor789/vue-scrollto/commit/f6a6596)) |
49 | 46 |
|
50 | 47 | # [2.17.0](https://github.com/rigor789/vue-scrollto/compare/v2.16.3...v2.17.0) (2019-09-16)
|
51 | 48 |
|
52 |
| - |
53 | 49 | ### Features
|
54 | 50 |
|
55 |
| -* add typescript bindings ([#159](https://github.com/rigor789/vue-scrollto/issues/159)) ([1b39aaf](https://github.com/rigor789/vue-scrollto/commit/1b39aaf)) |
| 51 | +- add typescript bindings ([#159](https://github.com/rigor789/vue-scrollto/issues/159)) ([1b39aaf](https://github.com/rigor789/vue-scrollto/commit/1b39aaf)) |
56 | 52 |
|
57 | 53 | ## [2.16.3](https://github.com/rigor789/vue-scrollto/compare/v2.16.2...v2.16.3) (2019-09-10)
|
58 | 54 |
|
59 |
| - |
60 | 55 | ### Bug Fixes
|
61 | 56 |
|
62 |
| -* only call onDone if it's defined ([55afb50](https://github.com/rigor789/vue-scrollto/commit/55afb50)) |
| 57 | +- only call onDone if it's defined ([55afb50](https://github.com/rigor789/vue-scrollto/commit/55afb50)) |
63 | 58 |
|
64 | 59 | ## [2.16.2](https://github.com/rigor789/vue-scrollto/compare/v2.16.1...v2.16.2) (2019-09-10)
|
65 | 60 |
|
66 |
| - |
67 | 61 | ### Bug Fixes
|
68 | 62 |
|
69 |
| -* calculation for {force: false, offset: nonZero} ([#139](https://github.com/rigor789/vue-scrollto/issues/139)) ([f01ce23](https://github.com/rigor789/vue-scrollto/commit/f01ce23)), closes [#138](https://github.com/rigor789/vue-scrollto/issues/138) |
| 63 | +- calculation for {force: false, offset: nonZero} ([#139](https://github.com/rigor789/vue-scrollto/issues/139)) ([f01ce23](https://github.com/rigor789/vue-scrollto/commit/f01ce23)), closes [#138](https://github.com/rigor789/vue-scrollto/issues/138) |
70 | 64 |
|
71 | 65 | ## [2.16.1](https://github.com/rigor789/vue-scrollto/compare/v2.16.0...v2.16.1) (2019-09-10)
|
72 | 66 |
|
73 |
| - |
74 | 67 | ### Bug Fixes
|
75 | 68 |
|
76 |
| -* force:false to correctly check element visibility in viewport ([#150](https://github.com/rigor789/vue-scrollto/issues/150)) ([14eb022](https://github.com/rigor789/vue-scrollto/commit/14eb022)) |
| 69 | +- force:false to correctly check element visibility in viewport ([#150](https://github.com/rigor789/vue-scrollto/issues/150)) ([14eb022](https://github.com/rigor789/vue-scrollto/commit/14eb022)) |
77 | 70 |
|
78 | 71 | # [2.16.0](https://github.com/rigor789/vue-scrollto/compare/v2.15.1...v2.16.0) (2019-09-10)
|
79 | 72 |
|
80 |
| - |
81 | 73 | ### Features
|
82 | 74 |
|
83 |
| -* pass additional parameters to offset callback ([#135](https://github.com/rigor789/vue-scrollto/issues/135)) ([e862213](https://github.com/rigor789/vue-scrollto/commit/e862213)) |
| 75 | +- pass additional parameters to offset callback ([#135](https://github.com/rigor789/vue-scrollto/issues/135)) ([e862213](https://github.com/rigor789/vue-scrollto/commit/e862213)) |
84 | 76 |
|
85 | 77 | ## [2.15.1](https://github.com/rigor789/vue-scrollto/compare/v2.15.0...v2.15.1) (2019-09-10)
|
86 | 78 |
|
87 |
| - |
88 | 79 | ### Bug Fixes
|
89 | 80 |
|
90 |
| -* onDone not being called with force: true (references [#111](https://github.com/rigor789/vue-scrollto/issues/111)) ([#129](https://github.com/rigor789/vue-scrollto/issues/129)) ([6ff03b2](https://github.com/rigor789/vue-scrollto/commit/6ff03b2)) |
| 81 | +- onDone not being called with force: true (references [#111](https://github.com/rigor789/vue-scrollto/issues/111)) ([#129](https://github.com/rigor789/vue-scrollto/issues/129)) ([6ff03b2](https://github.com/rigor789/vue-scrollto/commit/6ff03b2)) |
91 | 82 |
|
92 | 83 | ## v2.15.0 (2019-3-18)
|
| 84 | + |
93 | 85 | - call onDone when no scrolling is needed (#128)
|
94 | 86 |
|
95 | 87 | ## v2.14.0 (2019-2-27)
|
| 88 | + |
96 | 89 | - Add nuxt module (#115)
|
97 | 90 |
|
98 | 91 | ## v2.13.0 (2018-9-13)
|
99 | 92 |
|
100 | 93 | ## v2.12.0 (2018-9-13)
|
| 94 | + |
101 | 95 | - Add force parameter (#103)
|
102 | 96 | - fix SSR issue with global.window (#104)
|
103 | 97 |
|
104 | 98 | ## v2.11.0 (2018-3-10)
|
| 99 | + |
105 | 100 | - Add element parameter to onStart and onDone callbacks (#79)
|
106 | 101 |
|
107 | 102 | ## v2.10.0 (2018-3-4)
|
108 |
| -- Added onStart callback (#76) |
| 103 | + |
| 104 | +- Added onStart callback (#76) |
109 | 105 |
|
110 | 106 | ## v2.9.0 (2018-2-24)
|
| 107 | + |
111 | 108 | - Export scroller factory function (#74)
|
112 | 109 |
|
113 | 110 | ## v2.8.0 (2017-11-15)
|
| 111 | + |
114 | 112 | - Allow a callback in offset option (#61)
|
115 | 113 |
|
116 | 114 | ## v2.7.10 (2017-11-8)
|
| 115 | + |
117 | 116 | - Fixed default value being ignored for cancelable when not explicitly set
|
118 | 117 |
|
119 | 118 | ## v2.7.9 (2017-10-30)
|
| 119 | + |
120 | 120 | - Fixed scrolling in relative containers (#57)
|
121 | 121 |
|
122 | 122 | ## v2.7.8 (2017-9-21)
|
| 123 | + |
123 | 124 | - Fixed passive event listeners
|
124 | 125 |
|
125 | 126 | ## v2.7.6 (2017-9-6)
|
| 127 | + |
126 | 128 | - Pushed the intended change for v2.7.6
|
127 | 129 |
|
128 | 130 | ## v2.7.6 (2017-9-6)
|
| 131 | + |
129 | 132 | - Fixed x and y axes being switched up.
|
130 | 133 |
|
131 | 134 | ## v2.7.5 (2017-8-28)
|
| 135 | + |
132 | 136 | - Add a way to cancel scrolling programmatically (#46)
|
133 | 137 |
|
134 | 138 | ## v2.7.4 (2017-8-22)
|
| 139 | + |
135 | 140 | - transform Object.assign to support IE11 (issue: #37 pr: #40)
|
136 | 141 |
|
137 | 142 | ## v2.7.3 (2017-8-22)
|
| 143 | + |
138 | 144 | - Disable horizontal scroll by default (#39)
|
139 | 145 |
|
140 | 146 | ## v2.7.2 (2017-7-9)
|
| 147 | + |
141 | 148 | - Added support for older browsers, by not using `.find()`. (#33)
|
142 | 149 |
|
143 | 150 | ## v2.7.1 (2017-7-8)
|
| 151 | + |
144 | 152 | - Fixed setting `cancelable` to false being ignored
|
145 | 153 |
|
146 | 154 | ## v2.7.0 (2017-6-22)
|
147 |
| -- Added horizontal scroll support (#31) |
| 155 | + |
| 156 | +- Added horizontal scroll support (#31) |
148 | 157 |
|
149 | 158 | ## v2.6.10 (2017-6-21)
|
150 |
| -- Made cancel events listener passive |
| 159 | + |
| 160 | +- Made cancel events listener passive |
151 | 161 |
|
152 | 162 | ## v2.6.9 (2017-6-18)
|
| 163 | + |
153 | 164 | - Added cancelable option
|
154 | 165 |
|
155 | 166 | ## v2.6.8 (2017-5-6)
|
| 167 | + |
156 | 168 | - Added default options setting.
|
157 | 169 | - Fixed documentation,
|
158 | 170 |
|
159 | 171 | ## v2.6.7 (2017-4-18)
|
| 172 | + |
160 | 173 | - Added SSR support.
|
161 | 174 |
|
162 | 175 | ## v2.6.6 (2017-4-11)
|
| 176 | + |
163 | 177 | - Updated documentation for programmatic usage and easings.
|
164 | 178 |
|
165 | 179 | ## v2.6.5 (2017-4-8)
|
| 180 | + |
166 | 181 | - Added warnings when scrolling to elements that don't exist.
|
167 | 182 |
|
168 | 183 | ## v2.6.4 (2017-3-22)
|
| 184 | + |
169 | 185 | - Fixed #15 - elements would share their bindings
|
170 | 186 |
|
171 | 187 | ## v2.6.3 (2017-3-20)
|
| 188 | + |
172 | 189 | - Added update to directive declaration, so options can be changed dynamically.
|
173 | 190 |
|
174 | 191 | ## v2.6.2 (2017-3-18)
|
| 192 | + |
175 | 193 | - Pushed updated docs to npm
|
176 | 194 |
|
177 | 195 | ## [v2.6.1](https://github.com/rigor789/vue-scrollto/commit/8b97dac5349546bef24e836787653a6124509a83) (2017-3-18)
|
178 | 196 |
|
179 | 197 | ### Fixes
|
| 198 | + |
180 | 199 | - Removed accidental `console.log`
|
181 | 200 |
|
182 | 201 | ## [v2.6.0](https://github.com/rigor789/vue-scrollto/commit/c68fdd2632680fd78876047ea087ca7cbe9ae3c5) (2017-3-18)
|
183 | 202 |
|
184 | 203 | ### Changes
|
| 204 | + |
185 | 205 | - Cleaned up repository
|
186 | 206 | - Added rollup
|
187 | 207 | - Added better docs
|
188 | 208 |
|
189 | 209 | ## [v2.5.4](https://github.com/rigor789/vue-scrollto/commit/919eb807bae8bf6eb201462d4f9923f7bc6c56b5) (2017-3-15)
|
190 | 210 |
|
191 | 211 | ### Bug fixes
|
| 212 | + |
192 | 213 | - Fixed jumping to the top of the page in firefox when scrolling on the `body` tag. [6f5615e](https://github.com/rigor789/vue-scrollto/commit/6f5615ebe8602bf766e1401d33c6b1c24a961db2)
|
193 |
| - |
| 214 | + |
194 | 215 | ## [v2.5.3](https://github.com/rigor789/vue-scrollto/commit/1b6ee1380401545897f7403a720d75d97665c219) (2017-3-14)
|
195 | 216 |
|
196 | 217 | ### Additions
|
| 218 | + |
197 | 219 | - Added calculations for scrolling inside positioned elements. [7f730e8](https://github.com/rigor789/vue-scrollto/commit/7f730e82cbe0d585aa7ebd783eaf9761bc4add28)
|
198 |
| - |
| 220 | + |
199 | 221 | ## [v2.5.2](https://github.com/rigor789/vue-scrollto/commit/d5aaf39b5c3584f40b298d1279d2a94a4dd9c940) (2017-3-14)
|
200 | 222 |
|
201 | 223 | ### Bug fixes
|
| 224 | + |
202 | 225 | - Fixed firefox not scrolling on `body` tag. [575d90a](https://github.com/rigor789/vue-scrollto/commit/575d90ab3d60ae6fec9027fea1f72a3ffacd440b)
|
203 | 226 |
|
204 | 227 | ## [v2.5.1](https://github.com/rigor789/vue-scrollto/commit/e0970507d51529583e237aa4c69dcede4896af73) (2017-3-14)
|
205 | 228 |
|
206 | 229 | ### Additions
|
| 230 | + |
207 | 231 | - Added examples for using the `container` option
|
208 | 232 |
|
209 | 233 | ## [v2.5.0](https://github.com/rigor789/vue-scrollto/commit/7abe2bb111964f173b003208c0f28eb3b6e209fd) (2017-3-14)
|
210 | 234 |
|
211 | 235 | ### Additions
|
| 236 | + |
212 | 237 | - Added `container` option to allow scrolling inside different containers
|
213 | 238 |
|
214 | 239 | ## [v2.4.2](https://github.com/rigor789/vue-scrollto/commit/aa1cca9afc95adce564fbd976eca369aaa704917) (2017-3-6)
|
215 | 240 |
|
216 | 241 | ### Changes
|
| 242 | + |
217 | 243 | - Updated the repository link in `package.json`
|
218 | 244 |
|
219 | 245 | ## [v2.4.1](https://github.com/rigor789/vue-scrollto/commit/bdbc6409c72ba0217348aa4cc5d9c93df9441a30) (2017-3-6)
|
220 | 246 |
|
221 | 247 | ### Changes
|
| 248 | + |
222 | 249 | - Renamed package from `vue-scrollTo` to `vue-scrollto` due to npm's limited support for capital letters in package names.
|
0 commit comments