0.2.5 • Published 6 months ago

@atlaskit/platform-feature-flags v0.2.5

Weekly downloads
-
License
Apache-2.0
Repository
bitbucket
Last release
6 months ago

@atlaskit/platform-feature-flags

Allows usage of feature flags in platform components.

Registration

Feature flags are required to be registered in their respective package before they will be available in the api. This is because the types used in this package are dynamically generated based on flags defined in their "package.json". Definitions can be like so:

{
  'platform-feature-flags': {
    'flag-name': {
      type: 'boolean',
      // required
    },
  },
}
0.2.5

6 months ago

0.2.3

11 months ago

0.2.4

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.2.2

12 months ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago