1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/CHANGELOG.md
2019-02-08 08:59:27 +01:00

2.5 KiB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

The latest version of this document is always available in [releases][releases-url].

[3.2.0]

  • feat: Initial beta support for variants
  • feature: Show tooltips and featuretoggle names in event view

[3.1.4]

  • feat: Add UI support for permission.

[3.1.3]

  • fix(webpack): Strip all comments in css/js bundles.

[3.1.2]

  • chore(package): update webpack to version 4.17.1
  • chore(package): move all dependencies to devDependencies as they are not used outside this module.

[3.1.1]

  • fix(strategy-create): Should be able to open the create strategy view.
  • chore(package): Upgrade redux to version 4.0.0

[3.1.0]

  • fix(react-router): Upgrade to react-router v4.
  • fix(feature-create): Default strategy should be chosen if strategy list is empty.
  • fix(feature-update): Do not change route after feature toggle update.

[3.0.1]

  • fix(feature): Create feature form inside a Card to align UI
  • feat(archive): Improve archive view, UI, search, toggle details
  • fix(navigation): signout more visible
  • fix(signout): make signout works with proxy
  • chore(package): Upgrade react to version 16.2.0
  • chore(package): update sass-loader to version 7.0.1

[3.0.0]

  • Nothing new, just locking down the version.

[3.0.0-alpha.8]

  • feat(timestamps): Make formatting of timestamps configurable.
  • fix(package): Update react-mdl to version 1.11.0
  • fix(package): update normalize.css to version 8.0.0

[3.0.0-alpha.7]

  • Move metrics poller to seperate class
  • Bugfix: CreatedAt set when creating new toggle
  • chore(lint): Added propTypes to all components

[3.0.0-alpha.6]

  • Bugfix: actions should always throw errors
  • Bugfix: filter regex should never throw.

[3.0.0-alpha.5]

  • Add support for simple builtin authentication provider
  • Add support for custom authentication provider (aka Oauth2, etc)

[3.0.0-alpha.4]

  • Added unleash-version details in footer.
  • Some house-keeping

[3.0.0-alpha.2]

  • show sdk version as part of instances details.
  • Bugfix: multiple strategies with list-inputs should work.

[3.0.0-alpha.1] - 2017-06-28

  • updated paths to use new admin api paths

[2.2.0] - 2017-01-20

  • clean filter/sorting and fabbutton #61
  • nicer fallback image for metric progress
  • fix switch width issue

[2.1.0] - 2017-01-20

  • Adjust header #51 #52