Skip to content

Releases: hashbite/consent-manager

@consent-manager/interface-default@2.0.0-next.6

Patch Changes

  • 76c2721: Removed react-final-form as we only hande a few checkboxes. This dependency was overkill for our needs.
  • 76c2721: Reset button now resets to form default instead of users last choice.

@consent-manager/interface-default@2.0.0-next.5

Patch Changes

  • f1c5788: Improve hydration behavior of PrivacyShield compontent and fix default interface links to privacy policies"
  • Updated dependencies [f1c5788]
    • @consent-manager/core@2.0.0-next.3

@consent-manager/core@2.0.0-next.3

Pre-release

Patch Changes

  • f1c5788: Improve hydration behavior of PrivacyShield compontent and fix default interface links to privacy policies"

@consent-manager/interface-default@2.0.0-next.4

Patch Changes

  • be97084: Replace React.ComponentType with React.FC as things changed with React 18 and TS 5.1
  • Updated dependencies [be97084]
  • Updated dependencies [4d7e60f]
    • @consent-manager/core@2.0.0-next.2

@consent-manager/core@2.0.0-next.2

Pre-release

Patch Changes

  • be97084: Replace React.ComponentType with React.FC as things changed with React 18 and TS 5.1
  • 4d7e60f: ensure types of user-persisted-state are compatible to our store type

@consent-manager/interface-default@2.0.0-next.3

Patch Changes

  • 5609826: You can now configure the delay till the introduction popup is shown
  • Updated dependencies [2e86938]
    • @consent-manager/core@2.0.0-next.1

@consent-manager/core@2.0.0-next.1

Pre-release

Patch Changes

  • 2e86938: Improve public TypeScript interfaces