Skip to content

Releases: hmcts/cookie-manager

1.0.0

20 Apr 10:39
0f3ee06
Compare
Choose a tag to compare

Release 1.0.0

WARNING: This releases includes breaking changes.
You will need to follow the setup guide to continue using future versions of this module with your application.

Fixes

  • Improves support for services which are proviced in multiple languanges
  • Fixes IE11 issues
  • Browser script version not being minified

Changes

  • Total re-write to use TypeScript and provide TypeScript declarations/types
  • Support for more varied configurations (including choosing how cookies are matched, defining staging/actions of cookie banner etc.)
  • Module now uses Rollup.js to provide package build and browser build of module
  • Support for additional overrides
  • Totallly new docs and README which go into much more detail on how to setup and initialize module, found here
  • Improved size when GZIP'd (now zips down to ~4KB).

0.0.5

20 Mar 21:09
97cd9f2
Compare
Choose a tag to compare

0.0.4

25 Jun 13:44
Compare
Choose a tag to compare
0.0.4

0.0.3

13 Apr 05:07
Compare
Choose a tag to compare

Release 0.0.3

Installing

This release can be added to NPM projects by running
npm i github:hmcts/fact-cookie-manager#0.0.3

Or to the node-module dependencies list by adding
@hmcts/fact-cookie-manager": "github:hmcts/fact-cookie-manager#0.0.3

Changelog

  • Updated all documentation to provide more information on importing, initializing, and setting up the components using HTML/Nunjucks and JavaScript (see /index.html)
  • Updated README to contain more info on purpose/default value for each config option
  • Updated names of options to bring more clarity in where there function lay
  • Added in new callback (user-preference-save-callback) that is called when consent preferences are saved

0.0.1

12 Apr 00:45
Compare
Choose a tag to compare

Release of 0.0.1
This can be added to NPM projects by running
npm i github:hmcts/fact-cookie-manager#0.0.1
or adding
@hmcts/fact-cookie-manager": "github:hmcts/fact-cookie-manager#0.0.1
to the node-module dependencies list.