Releases: Flagsmith/flagsmith-frontend
Version 2.7.0
Version 2.6.0
- Combine Feature Flags and Remote Config
- Dark mode
- Formatter for remote config supporting xml, json, toml and yaml
- Fix Segment override incorrect date
- Add sorting to identity feature list
- Enable SDK analytics based on FLAGSMITH_ANALYTICS env var
- Configurable butterbar
- Show segment descriptions
- New integrations
- Mixpanel
- Heap Analytics
- New Relic
Breaking changes:
- Segment overrides use new API
Version 2.5.0
Check out our 2.5.0 release notes
2.4.0 - Initial Flagsmith Release
Check out our 2.4.0 release notes
Version 2.3.0
Check out our 2.3.0 release notes
2.2.4 - Fixes and improvements
This build includes the following fixes and improvements:
- Maintenance mode can be triggered by setting the MAINTENANCE environment variable at build time
- Removed unused dependencies
- Set fixed npm versions
- Updated tests
- Fixes app loading bug where spinner shows indefinitely in some cases
- Fix edit flag description
- Added helper text for create segments
- Update frontend e2e nightwatch docker image
- Improve tooltip look and feel, app helper text and general web/mobile UI improvements - thanks @niall-quinn
Community raised fixes 🚀 :
Thanks to @andrewshawcare @ksciana
Version 2.2.3
This release includes a long awaited feature of segment overrides per environment. This should be used with API version 2.2.x.
- Prior to this release segment overrides would affect every environment, going forward they will now only affect the environment you are setting them on.
- All lists (e.g. segment, feature and users) are now virtualised to improve performance where there were 100s of items.
Community PRs 🚀
@sahanar11
#29 - Sensible max lengths for feature, segments and traits.
#30 - Better loading handling when logging in.
@brookemitchell
#31 - Typo in identify code example.
@niall-quinn
Improvements to the new Bullet Train side menu.
Audit filtering and deprecated flags
This small release adds a couple non-breaking changes to the Bullet Train frontend
This release sweeps through and removes flags that we feel aren't needed anymore, the following flags are now removed in production.
- audit_webhooks
- edit_account
- fine_permissions
- manage_chargebe
- segments
- webhooks
Updated design, tests and node 10.x -> 12.x
This release, although not technically a breaking change includes a lot of fairly big changes and also prepares for a breaking change for our upcoming improved segment overrides.
Changes:
-
A big redesign to our side nav from @niall-quinn
-
Images and builds now use node 12.x rather than 10.x
-
Account page styling
-
Improved end to end tests and a big update to selenium and chromedriver
-
Added code samples to segments page
Contributions:
Version 2.1.0
Check out our 2.1.0 release notes