Skip to content

Releases: apertureless/vue-cookie-law

๐Ÿ’Ž Release new version 1.4.1

17 Apr 09:33
Compare
Choose a tag to compare

Bugfixes

  • Fixed missing localStorage compatibility in iOS < 11 with Cookie fallback #34

๐Ÿ’Ž Release new version 1.4.0

07 Dec 09:36
Compare
Choose a tag to compare
  • Add accept event on button click

๐Ÿ’Ž Release new version 1.3.0

04 Aug 07:55
Compare
Choose a tag to compare

Features

  • Add custom button class #23

๐Ÿ’Ž Release new version 1.2.0

13 Jul 18:34
Compare
Choose a tag to compare

Add slot

In addition to the message and buttonLink prop you can now use a named slot. This way you can add for example inline links or router-link

<cookie-law>
  <div slot="message">
    Here is my message for more info <router-link to="legal-notes">Click here</router-link>
  </div>
</cookie-law>

Updated

  • Dependencies

๐Ÿ’Ž Release new version 1.1.0

10 Jun 12:38
Compare
Choose a tag to compare

Updated

  • devDependencies
  • Vue.js to current version

Fixed

  • Mobile view breakpoints for the info message and button

Added

  • Added two props to set a link and label for the button. So you can add a link to a page with more info about the cookies you are setting