You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename applyBlur to showBlurredChildren for semantic clarity
Breaking change: Rename the applyBlur prop to showBlurredChildren in both
PaywallGate and AuthGate components. The new name better conveys the prop's
purpose of controlling whether blurred children are shown behind the gate overlay.
Changes:
- Update prop name in PaywallGate and AuthGate TypeScript interfaces
- Update all documentation and examples to use showBlurredChildren
- Update demo app to use the new prop name
- Add migration notes to CHANGELOG
- Bump package version to 0.3.0
- Remove npm downloads badge from README files
0 commit comments