Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Releases: Flagsmith/flagsmith-frontend

Version 2.7.0

05 May 19:31
Compare
Choose a tag to compare

Version 2.6.0

19 Apr 10:42
Compare
Choose a tag to compare
  • 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

28 Jan 16:10
Compare
Choose a tag to compare

2.4.0 - Initial Flagsmith Release

05 Dec 16:52
Compare
Choose a tag to compare

Version 2.3.0

09 Nov 10:31
Compare
Choose a tag to compare

2.2.4 - Fixes and improvements

13 Sep 14:25
Compare
Choose a tag to compare

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

  • #35 - After remove one environment, list with environments are blank
  • #34 - Show description in features list page

Version 2.2.3

13 Aug 10:12
Compare
Choose a tag to compare

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

12 Jul 15:05
f437fa3
Compare
Choose a tag to compare

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

Updated design, tests and node 10.x -> 12.x

12 Jul 07:42
Compare
Choose a tag to compare

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:

  • @yiftahb #23 - added the ability to sort features
  • @amammay #25 - added the ability to configure the bullet train client

Version 2.1.0

01 Jun 17:59
Compare
Choose a tag to compare