Releases: Davidthecode/flagix
Releases · Davidthecode/flagix
@flagix/[email protected]
Minor Changes
-
f696cb9: *Simplified SDK initialization by making apiBaseUrl internal
-
Added support for __internal_baseUrl for local development.
-
Updated event endpoints to /sync to improve reliability.
-
Patch Changes
- Updated dependencies [f696cb9]
- @flagix/[email protected]
@flagix/[email protected]
Minor Changes
-
f696cb9: *Simplified SDK initialization by making apiBaseUrl internal
-
Added support for __internal_baseUrl for local development.
-
Updated event endpoints to /sync to improve reliability.
-
Patch Changes
- Updated dependencies [f696cb9]
- @flagix/[email protected]
@flagix/[email protected]
Minor Changes
- f452756: migrated internal tracking and evaluation endpoints to a generic /api/sync path. This change is to improve the SDK reliability by bypassing aggressive tracking filters in browser privacy extensions and ad-blockers
@flagix/[email protected]
Patch Changes
- 818fc23: Fixed an issue where evaluation and event tracking requests were being blocked by certain browser privacy extensions and ad-blockers. Replaced navigator.sendBeacon with fetch + keepalive to improve the delivery reliability
@flagix/[email protected]
Minor Changes
-
f696cb9: *Simplified SDK initialization by making apiBaseUrl internal
-
Added support for __internal_baseUrl for local development.
-
Updated event endpoints to /sync to improve reliability.
-
@flagix/[email protected]
Minor Changes
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.
Patch Changes
- Updated dependencies [4e879d8]
- @flagix/[email protected]
@flagix/[email protected]
Minor Changes
-
70d02db: feat: implement reactive context synchronization
- Added 'context' prop to FlagixProvider for automatic SDK syncing.
- Updated setContext to trigger real-time updates for all flag listeners.
- Improved FlagixProvider stability to prevent unnecessary re-initializations.
Patch Changes
- Updated dependencies [70d02db]
- @flagix/[email protected]
@flagix/[email protected]
Minor Changes
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.
Patch Changes
- Updated dependencies [4e879d8]
- @flagix/[email protected]
@flagix/[email protected]
Minor Changes
-
70d02db: feat: implement reactive context synchronization
- Added 'context' prop to FlagixProvider for automatic SDK syncing.
- Updated setContext to trigger real-time updates for all flag listeners.
- Improved FlagixProvider stability to prevent unnecessary re-initializations.
@flagix/[email protected]
Minor Changes
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.