Releases: tdeekens/flopflip
Release list
Restructure internals and update dependencies
⛱ Little improvements
- Restructured internals to be more modular without affecting consumers
🥇 Tooling
- We now run on CircleCI reducing build times from about 6-7 to 2 minutes
Restructure internals and update dependencies
💣 Breaking change
- Thanks to #63 @Kerumen we mitigated an inconsistency in our LaunchDarkly adapter which now does not spread the user arg and is homogenous to all other adapters
⛱ Little improvements
- Restructured internals to be more modular without affecting consumers
🥇 Tooling
- We now run on CircleCI reducing build times from about 6-7 to 2 minutes
Rename `withFeatureFlag` to `branchOnFeatureFlag`
This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.
💣 Breaking Changes (sorry again)
- The
withFeatureToggleHoC is now calledbranchOnFeatureToggle- This felt more descriptive as the
withFeatureTogglenever injected a prop but rather alternated rendering
- This felt more descriptive as the
🍭 Glitches and gotchas
- We went over our rollup build again trying to making our dist files smaller //TODO
❤️ Fixes and tooling
- We upgraded to the new version of XO and fixed linting errors along the way
- We fixed broken links in our readme pointing to unpkg
- We updated all dependencies again
Rename `withFeatureFlag` to `branchOnFeatureFlag`
This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.
💣 Breaking Changes (sorry again)
- The
withFeatureToggleHoC is now calledbranchOnFeatureToggle- This felt more descriptive as the
withFeatureTogglenever injected a prop but rather alternated rendering
- This felt more descriptive as the
🍭 Glitches and gotchas
- We went over our rollup build again trying to making our dist files smaller //TODO
❤️ Fixes and tooling
- We upgraded to the new version of XO and fixed linting errors along the way
- We fixed broken links in our readme pointing to unpkg
- We updated all dependencies again
Rename `withFeatureFlag` to `branchOnFeatureFlag`
This release contains some minor improvements under the hood while trying to make the API improve some rough edge on the API.
💣 Breaking Changes (sorry again)
- The
withFeatureToggleHoC is now calledbranchOnFeatureToggle- This felt more descriptive as the
withFeatureTogglenever injected a prop but rather alternated rendering
- This felt more descriptive as the
🍭 Glitches and gotchas
- We went over our rollup build again trying to making our dist files smaller //TODO
❤️ Fixes and tooling
- We upgraded to the new version of XO and fixed linting errors along the way
- We fixed broken links in our readme pointing to unpkg
- We updated all dependencies again
Fix import of ldclient-js
We had to change the import of ldclient-js to work with the latest commonjs rollup plugin.
Fix up cross package dependencies
🎱 Improvements
- Due to the more loosely coupled package infrastructure we can now remove cross package dependencies
Fix up cross package dependencies
🎱 Improvements
- Due to the more loosely coupled package infrastructure we can now remove cross package dependencies
Fix up cross package dependencies
🎱 Improvements
- Due to the more loosely coupled package infrastructure we can now remove cross package dependencies
Fix regression in `withFeatureToggle`
🍾 Bug fixes
- We fixed a regression bug in
withFeatureTogglecaused by a falsely named argument