Releases: caish-cloud/react-cookies-consent
Releases · caish-cloud/react-cookies-consent
v2.1.3
What's Changed
- Bump typescript from 5.4.5 to 5.5.2 by @dependabot in #24
- Bump framer-motion from 11.2.10 to 11.2.11 by @dependabot in #23
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Bump framer-motion from 11.2.4 to 11.2.6 by @dependabot in #19
- Bump @types/react from 18.3.2 to 18.3.3 by @dependabot in #20
- Bump framer-motion from 11.2.6 to 11.2.10 by @dependabot in #22
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
v2.0.0
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 namedregularButtonColor
andtextButtonColor
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
v1.0.7
Initial Release
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!