Skip to content

v2.0.0

Compare
Choose a tag to compare
@tcaish tcaish released this 07 May 12:50
· 29 commits to main since this release

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