Skip to content

Latest commit

 

History

History
executable file
·
55 lines (31 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

executable file
·
55 lines (31 loc) · 1.76 KB

CHANGELOG.md

6.1.0 (2022-08-29)

  • Update install method to avoid .use issue. Thank you @queengooborg.

6.0.3

  • Upgrade package to support Vue 3. Vue 2 support can be found at v5.4.0.

5.2.0 (2020-10-07)

  • Added forceCookies option. Thank you @YannikFirre.

5.1.1 (2019-02-19)

  • Adjusting iife build

5.1.0 (2019-01-07)

  • Removing the scoped prop from the style tags to allow for proper overwrite of styles.

5.0.2 (2018-12-13)

  • Fixing scrollbar issue on Windows in Chrome and Firefox.

5.0.0 (2018-11-15)

  • Adjusted the way that events were emitted (now all snake-case). issue
  • Added new way to postpone and hide the popup. issue
  • Fixed Windows scrollbar issue.

4.0.0 (2018-11-02)

  • 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.

3.0.2 (2018-10-24)

  • Fixed button bug on some older iPads.

3.0.1 (2018-10-23)

  • Added Codesandbox example. Updated readme.

3.0.0 (2018-10-23)

  • Added new default display option of floating.
  • Added new required elementId property to allow for multiple instances of vue-cookie-accept-decline on the same page.
  • 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.
  • Updated readme to account for these new changes.
  • Added unit tests for the component.

2.0.2 (2018-10-10)

  • Decreased box-shadow opacity and adjusted border-top color.