Skip to content

Releases: activescott/cookieconsent

v6.0.1

22 Nov 00:19
b075767
Compare
Choose a tag to compare

6.0.1 (2023-11-22)

Bug Fixes

  • deps: bump @babel/runtime from 7.22.15 to 7.23.2 (#96) (b075767)

v6.0.0

11 Sep 01:11
cd58061
Compare
Choose a tag to compare

6.0.0 (2023-09-11)

Bug Fixes

  • support for node v16+ by migrating node-saas to saas and updating webpack from v4 to v5 (#94) (cd58061), closes #85

BREAKING CHANGES

  • removes support for node v10 and node v12. Node v16+ is now required (mostly for current versions of babel)

Note: This commit is really a message to trigger a release based on conventional commits. The real changes are in 033714a

v5.1.2

21 Feb 16:32
fa8333a
Compare
Choose a tag to compare

5.1.2 (2022-02-21)

Bug Fixes

  • deps: bump ajv from 6.10.0 to 6.12.6 (#93) (fa8333a)

v5.1.1

04 Feb 20:20
64013db
Compare
Choose a tag to compare

5.1.1 (2022-02-04)

Bug Fixes

  • deps: bump nanoid from 3.1.23 to 3.2.0 (#91) (64013db)

v5.1.0

03 Nov 04:18
c053789
Compare
Choose a tag to compare

5.1.0 (2021-11-03)

Features

  • Example and TypeScript definitions for events (c053789)

v5.0.0

27 Oct 05:48
bfd169e
Compare
Choose a tag to compare

5.0.0 (2021-10-27)

Features

  • default exported module is now a UMD (Universal Module Definition) module rather than CJS (bfd169e)

BREAKING CHANGES

  • Since this changes the path to the module and the module format is technically changing, this is marked as a breaking change. In all likelihood if you're using a bundler (webpack, rollup) this shouldn't be noticed.

v4.1.0-beta.1

22 Oct 06:20
Compare
Choose a tag to compare
v4.1.0-beta.1 Pre-release
Pre-release

4.1.0-beta.1 (2021-10-22)

Features

  • Switch default export to a UMD module so it works in browsers. (d243e82)

v4.0.9

11 Oct 19:33
Compare
Choose a tag to compare

4.0.9 (2021-10-11)

Bug Fixes

  • deps: bump tmpl from 1.0.4 to 1.0.5 (a72ccf5)

v4.0.8

19 Sep 03:40
Compare
Choose a tag to compare

4.0.8 (2021-09-19)

Bug Fixes

  • deps: bump tar from 6.1.5 to 6.1.11 (be01042)

v4.0.7

15 Aug 20:32
Compare
Choose a tag to compare

4.0.7 (2021-08-15)

Bug Fixes

  • deps: bump path-parse from 1.0.6 to 1.0.7 (c2296c6)
  • deps: bump postcss from 7.0.17 to 7.0.36 (4644658)
  • deps: semantic-release is declared as a dependency (71c32bb)