2017-01-20 19:49:50 +01:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
The latest version of this document is always available in
|
|
|
|
[releases][releases-url].
|
|
|
|
|
2018-02-11 18:24:36 +01:00
|
|
|
|
2018-08-15 19:21:02 +02:00
|
|
|
## [Unreleased]
|
2018-04-27 10:12:09 +02:00
|
|
|
|
2018-08-16 09:12:21 +02:00
|
|
|
## [3.1.1]
|
|
|
|
- fix(strategy-create): Should be able to open the create strategy view.
|
2018-08-16 09:19:57 +02:00
|
|
|
- chore(package): Upgrade redux to version 4.0.0
|
2018-08-16 09:12:21 +02:00
|
|
|
|
2018-08-14 09:04:08 +02:00
|
|
|
## [3.1.0]
|
|
|
|
- fix(react-router): Upgrade to react-router v4.
|
2018-08-15 19:18:56 +02:00
|
|
|
- fix(feature-create): Default strategy should be chosen if strategy list is empty.
|
|
|
|
- fix(feature-update): Do not change route after feature toggle update.
|
2018-08-14 09:04:08 +02:00
|
|
|
|
2018-04-27 10:12:09 +02:00
|
|
|
## [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
|
2018-02-05 09:33:51 +01:00
|
|
|
|
2018-02-10 09:33:10 +01:00
|
|
|
## [3.0.0]
|
|
|
|
- Nothing new, just locking down the version.
|
|
|
|
|
2018-02-09 10:08:59 +01:00
|
|
|
## [3.0.0-alpha.8]
|
2018-02-09 10:07:02 +01:00
|
|
|
- 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
|
|
|
|
|
2018-02-05 08:50:42 +01:00
|
|
|
## [3.0.0-alpha.7]
|
2018-02-02 22:37:10 +01:00
|
|
|
- Move metrics poller to seperate class
|
2018-02-04 21:32:26 +01:00
|
|
|
- Bugfix: CreatedAt set when creating new toggle
|
2018-02-04 14:32:33 +01:00
|
|
|
- chore(lint): Added propTypes to all components
|
2018-02-02 22:37:10 +01:00
|
|
|
|
2018-01-20 14:02:58 +01:00
|
|
|
## [3.0.0-alpha.6]
|
|
|
|
- Bugfix: actions should always throw errors
|
|
|
|
- Bugfix: filter regex should never throw.
|
|
|
|
|
2018-01-17 15:52:45 +01:00
|
|
|
## [3.0.0-alpha.5]
|
|
|
|
- Add support for simple builtin authentication provider
|
|
|
|
- Add support for custom authentication provider (aka Oauth2, etc)
|
|
|
|
|
2017-11-29 10:48:44 +01:00
|
|
|
## [3.0.0-alpha.4]
|
|
|
|
- Added unleash-version details in footer.
|
|
|
|
- Some house-keeping
|
|
|
|
|
2017-09-13 11:39:10 +02:00
|
|
|
## [3.0.0-alpha.2]
|
2017-06-29 11:53:56 +02:00
|
|
|
- show sdk version as part of instances details.
|
2017-09-13 11:39:10 +02:00
|
|
|
- Bugfix: multiple strategies with list-inputs should work.
|
2017-06-28 12:40:30 +02:00
|
|
|
|
|
|
|
## [3.0.0-alpha.1] - 2017-06-28
|
2017-06-28 10:52:32 +02:00
|
|
|
- updated paths to use new admin api paths
|
2017-01-20 19:49:50 +01:00
|
|
|
|
2017-02-06 10:30:51 +01:00
|
|
|
## [2.2.0] - 2017-01-20
|
|
|
|
- clean filter/sorting and fabbutton #61
|
|
|
|
- nicer fallback image for metric progress
|
|
|
|
- fix switch width issue
|
|
|
|
|
2017-01-20 19:49:50 +01:00
|
|
|
## [2.1.0] - 2017-01-20
|
|
|
|
- Adjust header #51 #52
|