Skip to content

Releases: caish-cloud/react-cookies-consent

v2.1.3

24 Jun 13:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

03 Jun 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

20 May 17:08
Compare
Choose a tag to compare

Dependency version updates

v2.1.0

10 May 12:18
Compare
Choose a tag to compare

What's Changed

  • Use React's useSyncExternalStore hook to increase rendering performance by @tcaish in #14

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 May 12:50
Compare
Choose a tag to compare

What's Changed

  • Use dark/light theme styles for component buttons by @tcaish in #12
  • Add CODEOWNERS file and update templates by @tcaish in #13

Breaking changes

  • The <CookiesConsentAlert.Button /> and <CookiesConsentModal.Button /> components' prop named regularButtonColor and textButtonColor now accepts a theme-styled dictionary that looks like this:
<CookiesConsentAlert.Button 
    regularButtonColor={{ dark: "#123456", light: "grey" }}
/>

Full Changelog: v1.0.8...v2.0.0

v1.0.8

06 May 20:02
Compare
Choose a tag to compare

What's Changed

  • Fix light/dark theme styles not changing fully when theme prop changes by @tcaish in #10

Full Changelog: v1.0.7...v1.0.8

v1.0.7

06 May 19:41
Compare
Choose a tag to compare

What's Changed

  • Set max width of alert root to 750px by @tcaish in #6
  • Make alert component local storage key configurable by @tcaish in #8
  • Bump react-dom from 18.2.0 to 18.3.1 by @dependabot in #7

Full Changelog: v1.0.6...v1.0.7

Initial Release

02 May 19:28
Compare
Choose a tag to compare

This is our initial release! Since this is the first, please be patient when experiencing issues or documentation problems. We spent a lot of time making sure everything worked and documentation covered everything, but it is possible we missed something. Create an issue or submit a pull request, and we will work with you to get it resolved!