Flagsmith Frontend Versions Save

Web App and Mobile App for Flagsmith

v2.7.0

3 years ago

v2.6.0

3 years ago
  • 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

v2.5.0

3 years ago

Check out our 2.5.0 release notes

v2.4.0

3 years ago

Check out our 2.4.0 release notes

v2.3.0

3 years ago

Check out our 2.3.0 release notes

2.2.4

3 years ago

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

2.2.3

3 years ago

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 https://github.com/BulletTrainHQ/bullet-train-frontend/pull/29 - Sensible max lengths for feature, segments and traits. https://github.com/BulletTrainHQ/bullet-train-frontend/pull/30 - Better loading handling when logging in.

@brookemitchell https://github.com/BulletTrainHQ/bullet-train-frontend/pull/31 - Typo in identify code example.

@niall-quinn Improvements to the new Bullet Train side menu.

v2.2.2

3 years ago

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

Adds the ability to link to an audit log for a feature image

Adds the ability to filter audit logs by environment image

v2.2.1

3 years ago

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:

image

  • A big redesign to our side nav from @niall-quinn

  • Indication that a segment is overriding a user's flag. image

  • 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:

v2.1.0

3 years ago

Check out our 2.1.0 release notes