Releases: Jersyfi/js-cookify
Releases · Jersyfi/js-cookify
Enhancement & Fixes
What's Changed
- Support to manage consent for img and iframes @caschberg in #11
- Async self initialization to prevent false loading by @caschberg in #12
New Contributors
- @caschberg made their first contribution in #11
Full Changelog: v3.0.2...v3.1.0
Fixes
- Fixed Bug in
changeScriptType()
where scripts are not loaded in Firefox - Fixed Bug in
initCheckboxes()
where scripts loaded multiple times - Fixed Bug in test file where src is imported
- Fixed Bug in event
onCheckboxClick
where script type changes directly to 'plain' without selectedsaveWithChange
- Changed inline script in test file to 'performance'
Fixes
First release of v3
- Added different Events for actions
- Added a new socialcard
- Added a file
bootstrap.html
for testing - Finished the documentation for v3
Bug Fixes
Extended Initialization
- More options to initialize data for Cookify
- Extended examples
Minimized and new features
- JSON data can be passed directly while constructing new
Cookify({ ... })
- Added Error Handling for the initialization
- Minimized the initialization process
- Dropped support for inline javascript styles and class names Own CSS need to be created
- Added CSS example
- Added option to choose between a cookie or a fingerprint for the cookie button
Fixes
First Release
Full working/customizable script.
Alpha
This is a working prototype that is not fully customizable jet