Releases: FrigadeHQ/javascript
Releases · FrigadeHQ/javascript
@frigade/[email protected]
Patch Changes
- 2860866: Bug fixes for onDismiss, onOpenChange, and URL-based Collection targeting
@frigade/[email protected]
Patch Changes
- 0a6c80d: Fixes an issue where
generateGuestId
if used with theuseFrigade()
could cause components not to load - Updated dependencies [0a6c80d]
- @frigade/[email protected]
@frigade/[email protected]
Patch Changes
- 0a6c80d: Fixes an issue where
generateGuestId
if used with theuseFrigade()
could cause components not to load
@frigade/[email protected]
Patch Changes
- 991ebe2: Adds the ability to override the default scoring (options) on the
Survey.NPS
component
@frigade/[email protected]
Patch Changes
- 3808781: Fix issue with ESM import of use-sync-external-store.
@frigade/[email protected]
Patch Changes
- 3855645: Fixes an issue with React 17 related to useSyncExternalStore
@frigade/[email protected]
Patch Changes
- 51c62d6: Show error logs when hooks are used outside the context of the
Frigade.Provider
@frigade/[email protected]
Patch Changes
- 32d72bc: Fixes an issue where
flow.restart()
followed byflow.start()
could cause Dialog flows not to show up
@frigade/[email protected]
Patch Changes
- cce59b6: Fixes a series of inconsistencies in dismissible behaviors across components
@frigade/[email protected]
Minor Changes
- ae705d1: Refactored useModal. Modal collision detection should behave more consistently with SSR / caching.