|
1 | 1 | # CHANGELOG.md |
2 | 2 |
|
| 3 | +## 6.0.0 |
| 4 | + |
| 5 | +- Upgrade package to support Vue 3. Vue 2 support can be found at `v5.4.0`. |
| 6 | + |
3 | 7 | ## 5.2.0 (2020-10-07) |
4 | 8 |
|
5 | | -- Added `forceCookies` option. Thank you @YannikFirre. |
| 9 | +- Added `forceCookies` option. Thank you @YannikFirre. |
6 | 10 |
|
7 | 11 | ## 5.1.1 (2019-02-19) |
8 | 12 |
|
9 | | -- Adjusting iife build |
| 13 | +- Adjusting iife build |
10 | 14 |
|
11 | 15 | ## 5.1.0 (2019-01-07) |
12 | 16 |
|
13 | | -- Removing the `scoped` prop from the `style` tags to allow for proper overwrite of styles. |
| 17 | +- Removing the `scoped` prop from the `style` tags to allow for proper overwrite of styles. |
14 | 18 |
|
15 | 19 | ## 5.0.2 (2018-12-13) |
16 | 20 |
|
17 | | -- Fixing scrollbar issue on Windows in Chrome and Firefox. |
| 21 | +- Fixing scrollbar issue on Windows in Chrome and Firefox. |
18 | 22 |
|
19 | 23 | ## 5.0.0 (2018-11-15) |
20 | 24 |
|
21 | | -- Adjusted the way that events were emitted (now all snake-case). [issue](https://github.com/promosis/vue-cookie-accept-decline/issues/10) |
22 | | -- Added new way to postpone and hide the popup. [issue](https://github.com/promosis/vue-cookie-accept-decline/issues/11) |
23 | | -- Fixed Windows scrollbar issue. |
| 25 | +- Adjusted the way that events were emitted (now all snake-case). [issue](https://github.com/johndatserakis/vue-cookie-accept-decline/issues/10) |
| 26 | +- Added new way to postpone and hide the popup. [issue](https://github.com/johndatserakis/vue-cookie-accept-decline/issues/11) |
| 27 | +- Fixed Windows scrollbar issue. |
24 | 28 |
|
25 | 29 | ## 4.0.0 (2018-11-02) |
26 | 30 |
|
27 | | -- Adjusted build output - there will now be an additional `css` file that needs to be imported along with the `js`. This allows the `css` to be handled nicely by webpack or your app's build system. |
| 31 | +- Adjusted build output - there will now be an additional `css` file that needs to be imported along with the `js`. This allows the `css` to be handled nicely by webpack or your app's build system. |
28 | 32 |
|
29 | 33 | ## 3.0.2 (2018-10-24) |
30 | 34 |
|
31 | | -- Fixed button bug on some older iPads. |
| 35 | +- Fixed button bug on some older iPads. |
32 | 36 |
|
33 | 37 | ## 3.0.1 (2018-10-23) |
34 | 38 |
|
35 | | -- Added Codesandbox example. Updated readme. |
| 39 | +- Added Codesandbox example. Updated readme. |
36 | 40 |
|
37 | 41 | ## 3.0.0 (2018-10-23) |
38 | 42 |
|
39 | | -- Added new default display option of `floating`. |
40 | | -- Added new required `elementId` property to allow for multiple instances of `vue-cookie-accept-decline` on the same page. |
41 | | -- Exposed a `removeCookie` method that can be used to clear the cookie the component creates. Also exposed the `init` method to allow devs to show the panel back to the user if they remove the cookie using `removeCookie`. |
42 | | -- Updated readme to account for these new changes. |
43 | | -- Added unit tests for the component. |
| 43 | +- Added new default display option of `floating`. |
| 44 | +- Added new required `elementId` property to allow for multiple instances of `vue-cookie-accept-decline` on the same page. |
| 45 | +- Exposed a `removeCookie` method that can be used to clear the cookie the component creates. Also exposed the `init` method to allow devs to show the panel back to the user if they remove the cookie using `removeCookie`. |
| 46 | +- Updated readme to account for these new changes. |
| 47 | +- Added unit tests for the component. |
44 | 48 |
|
45 | 49 | ## 2.0.2 (2018-10-10) |
46 | 50 |
|
47 | | -- Decreased box-shadow opacity and adjusted border-top color. |
| 51 | +- Decreased box-shadow opacity and adjusted border-top color. |
0 commit comments