Skip to content

5.0.0

Compare
Choose a tag to compare
@dargmuesli dargmuesli released this 27 Feb 02:57
· 1194 commits to master since this release

5.0.0 (2023-02-27)

Bug Fixes

  • cookie-control: correct toggle interactivity (a43583f)

  • playground: resolve own package as development dependency (2fbe156)

  • styles: correct padding and gap (bba6c16)

  • feat(styles)!: use gap (9be04f1)

  • feat(ponyfill)!: disable by default and rename (4a84f81)

Features

  • add wcag text (4d00f7d)
  • checkbox: use button with interactive semantics (80fcf05), closes #41
  • cookie: allow to add links (f91f889), closes #26
  • cookie: shorten default cookie names (7d2c856)
  • cookie: split by | (ff25117)
  • css: add focus ring color (d3a09b0)
  • show banner again once cookies are added or removed (bf03cbc), closes #27

BREAKING CHANGES

    • change padding, margins and gap for display flex
    • rename module option isCssPolyfillEnabled to isCssPonyfillEnabled
  • set module option isCssPonyfillEnabled default to false