Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@OndraM OndraM released this 10 Apr 10:37
4b70c10

Dependencies

  • Update bugfix versions of dependencies (6e58251)

Documentation

  • Extend README to contain cookieTable example configuration (a416a4a)
  • Minor readme clarifications (0ebb3ec)
  • Update another link to orestbida library documentation to point to its branch v2.9 (452d7ae)
  • Update links to orestbida library documentation to point to its branch v2.9 (17084ae)

Features

  • Add ability to set cookie table (b7b2b4d)
  • Add Bosnian (bs) language (096b6bd)
  • Add Estonian (et) translation (06eba57)
  • Add Latvian (lv) translation (e389ed6)
  • Add Lithuanian (lt) translation (112b232)
  • Add Macedonian (mk) translation (b3c8990)
  • Export all types of vanilla cookie consent (7bb36d2)

Chores

  • DRY when importing language configs (a49d8f9)
  • Extract language loading to separate function (6e6e21c)
  • Optimize imports (25a636e)
  • Refactor block assembly (6bd7ac4)

Styles

  • Always define types before use and do not warn for unused vars in exported types (05d7ce6)
  • Fix enum definition which breaks eslint (8842da9), closes #issuecomment-1599432772
  • Fix errors detected by @lmc-eu/eslint-config-typescript rules (cb4da09)
  • Fix various eslint warnings and errors (0082e41)
  • Optimize imports and minor codestyle improvements (b467d03)
  • Replace concatenation with string templates (27a87ed)
  • Use object property shorthand (c3de7fd)