Skip to content

Releases: tdeekens/flopflip

Fix bug in `FeatureTogged` and add watching of bundle size

11 Sep 16:49
Compare
Choose a tag to compare

😲 Bug fixes

  • Fixes bug breaking FeatureToggled always disabling flags due to not passing up correct slice on props

🍭 Gifts

  • Adds rollup-plugin-bundlesize to watch build size

Add better watching of bundle size during build

11 Sep 16:50
Compare
Choose a tag to compare

🍭 Gifts

  • Adds rollup-plugin-bundlesize to watch build size

Components wrap `displayName`

09 Sep 10:24
Compare
Choose a tag to compare

💎 Fixes

  • injectFeatureToggle, injectFeatureToggles and withFeatureToggle now nicely wrap the displayName for better DX

Components wrap `displayName`

09 Sep 10:24
Compare
Choose a tag to compare

💎 Fixes

  • injectFeatureToggle, injectFeatureToggles and withFeatureToggle now nicely wrap the displayName for better DX

Improved support for multivariate flags

08 Sep 20:48
Compare
Choose a tag to compare

🌟 Features

  • withFeatureToggle and FeatureToggles now support a variate prop to specify a flag's variate
    • withFeatureFlag should now receive an object. This is backwards compatible until 3.0.0 giving a warning to upgrade until then
  • injectFeatureToggles now accepts a propKey onto which all feature flags will be injected

💎 Fixes

  • Adds omitting the availableFeatureFlags-prop which leaked into consumer components

❤️ Refactoring

  • Removed internal clone of react-broadcast
    • The upgraded to a rollup build not created duped dependencies for flopflip
  • Improved internal handling of constants for easier maintenance
  • Updated all dependencies

🎯 Gifts

  • Improved the readme while trying to slowly add type signatures

Improved support for multivariate flags

08 Sep 20:47
Compare
Choose a tag to compare

🌟 Features

  • withFeatureToggle and FeatureToggles now support a variate prop to specify a flag's variate
    • withFeatureFlag should now receive an object. This is backwards compatible until 3.0.0 giving a warning to upgrade until then
  • injectFeatureToggles now accepts a propKey onto which all feature flags will be injected

💎 Fixes

  • Adds omitting the availableFeatureFlags-prop which leaked into consumer components

❤️ Refactoring

  • Removed internal clone of react-broadcast
    • The upgraded to a rollup build not created duped dependencies for flopflip
  • Improved internal handling of constants for easier maintenance
  • Updated all dependencies

🎯 Gifts

  • Improved the readme while trying to slowly add type signatures

Improved support for multivariate flags

08 Sep 20:47
Compare
Choose a tag to compare

🌟 Features

  • withFeatureToggle and FeatureToggles now support a variate prop to specify a flag's variate
    • withFeatureFlag should now receive an object. This is backwards compatible until 3.0.0 giving a warning to upgrade until then
  • injectFeatureToggles now accepts a propKey onto which all feature flags will be injected

💎 Fixes

  • Adds omitting the availableFeatureFlags-prop which leaked into consumer components

❤️ Refactoring

  • Removed internal clone of react-broadcast
    • The upgraded to a rollup build not created duped dependencies for flopflip
  • Improved internal handling of constants for easier maintenance
  • Updated all dependencies

🎯 Gifts

  • Improved the readme while trying to slowly add type signatures

Improved support for multivariate flags

08 Sep 20:47
Compare
Choose a tag to compare

❤️ Refactoring

  • Updated all dependencies

Upgrade dependencies

26 Aug 13:20
Compare
Choose a tag to compare

❤️ Refactoring

  • Now builds with the latest version of rollup
  • Improvements to tests
  • Updates all dependencies to latest versions

🎯 Gifts

  • Now exports the version of the package as a named export

Upgrade dependencies

26 Aug 13:21
Compare
Choose a tag to compare

❤️ Refactoring

  • Now builds with the latest version of rollup
  • Improvements to tests
  • Updates all dependencies to latest versions

🎯 Gifts

  • Now exports the version of the package as a named export