Skip to content

Releases: chiiya/haven

v0.7.0

24 Jul 13:06
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

ℹ️ CHANGELOG

  • When a save button is present, cookie preferences are not applied immediately (upon checkbox value change) anymore. Instead they are only applied when the save button is clicked.
  • Improved toggle accessibility.

Compare v0.6.2 → v0.7.0

v0.6.2

15 Jan 21:01
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Added API to access notification and preferences components
const haven = Haven.create(...);
haven.preferences.init();
haven.notification.init();

Compare v0.6.1 → v0.6.2

v0.6.1

06 Jan 21:04
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Update documentation
  • Attempted fix for SSR compatibility

Compare v0.6.0 → v0.6.1

v0.6.0

30 Apr 12:40
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

In this release, the bundling process has been improved. Haven now comes with better support for tree-shaking and improved source map support.

⚠️ BREAKING CHANGES

  • Haven does not include any core-js polyfills anymore. This leads to a 50% reduction in bundle size. When using Haven in older browsers, make sure to include all necessary polyfills. The source code is still compiled down to ES5 using Babel.

ℹ️ CHANGELOG

  • Updated dependencies
  • Improved bundling process, removing polyfills and improving tree-shaking and source map support.

Compare v0.5.11 → v0.6.0

v0.5.11

16 Jan 11:13
901784f
Compare
Choose a tag to compare
v0.5.11 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Fix consent cookies being set as session cookies (bug introduced in v0.5.8)

Compare v0.5.10 → v0.5.11

v0.5.10

16 Jan 10:40
216bc74
Compare
Choose a tag to compare
v0.5.10 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Fix missing build.

Compare v0.5.9 → v0.5.10

v0.5.9

16 Jan 10:37
f31d0b3
Compare
Choose a tag to compare
v0.5.9 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Fix cookie attributes not being merged correctly

Compare v0.5.8 → v0.5.9

v0.5.8

14 Jan 16:40
cfa69d3
Compare
Choose a tag to compare
v0.5.8 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Add configuration option for consent cookie attributes (cookieAttributes)

Compare v0.5.7 → v0.5.8

v0.5.7

14 Jan 12:36
0513c13
Compare
Choose a tag to compare
v0.5.7 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Fix cookie-notification and cookie-preference components not being initialized when DOM content has already been loaded (in which case the DOMContentLoaded will not fire anymore).

Compare v0.5.6 → v0.5.7

v0.5.6

10 Jan 13:59
e06981b
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

ℹ️ CHANGELOG

  • Add (optional) save button for cookie preferences

Compare v0.5.5 → v0.5.6