Feature flags
Typescript ❤️
Platform Feature Flags
Install
yarn add @atlaskit/platform-feature-flags
Source
Bundle
Changelog
Latest
Component "feature-flags" doesn't have any documentation.
Platform Feature Flags
yarn add @atlaskit/platform-feature-flags
eb593520aff62
-
EDF-2229 fg util will not fallback to FeatureGate.checkGate when booleanResolver does not exist.
Major release as @atlaskit/feature-gate-js-client package added as dependency having major
releases.c67f4d90fbdf4
-
Force version bump to upgrade all dependants in the monorepo.32d09d1f69b95
-
Add fg
function to supersede getBooleanFF
. This aligns platform usage with Jira usage.c9c2b136ecb
- Add a
type to globalThis and dummy index.js file to fix failing typecheck and eslint check in AFMd6a9413f008
- Store
the Platform Feaature Flags booleanFeatureFlagResolver on the global so that it won't matter if
multiple different versions of the library are installed71902efa32d
- Added
logging for any feature flags that are called before the platform feature flags resolver is
created49c6941535b
- This
package is now declared as a singleton within its package.json file. Consumers should provide
tooling to assist in deduplication and enforcement of the singleton pattern.bcbc0232ef1
- [ux]
Update documentation around platform feature flag implementation and integration1d3a3683ed9
- Revamp
platform feature flag package to allow deferral to outside client insteadbe91072734f
- Remove
dynamic typegen - going with static analysis instead7888ba61c3b
- Add
platform feature flag registration and dynamic type generation for platform feature flag clientf81aa3efb8b
- Fix
overriding platform FFs by Storybook and test's runners1f19e1fe8c9
- Fix
running unit tests and Storybook when Platform FF are enabledd446d03215b
- Add
storybook enviornment variable for setting all platform feature flags to be truef366312e13a
- Add
support for toggling on all the Platform Feature Flags when running unit tests