Releases: apertureless/vue-cookie-law
Releases ยท apertureless/vue-cookie-law
๐ Release new version 1.4.1
Bugfixes
- Fixed missing localStorage compatibility in iOS < 11 with Cookie fallback #34
๐ Release new version 1.4.0
- Add
accept
event on button click
๐ Release new version 1.3.0
Features
- Add custom button class #23
๐ Release new version 1.2.0
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
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