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

178 lines
5.0 KiB
Markdown
Raw Normal View History

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].
2020-04-19 20:23:34 +02:00
## [3.2.21]
- fix: upgrade fetch-mock to version 9.4.0
- fix: upgrade redux to version 4.0.5
- fix: upgrade babel dependencies
- fix: upgrade react-router to version 5.1.2
- fix: upgrade react to version 16.13.1
- fix: rename use of legacy react lifecyle methods
- fix: upgrade react-dnd to version 10.0.2"
## [3.2.20]
- fix: logout should be real request and not just XHR
## [3.2.19]
- fix: default groupId never set for strategies (only in ui)
2020-03-05 17:07:06 +01:00
## [3.2.18]
- fix: clean up history view a bit
2020-02-27 23:13:49 +01:00
## [3.2.17]
- fix: feature search should use debounce
- fix: footer should be on bottom
2020-02-27 21:37:24 +01:00
## [3.2.16]
- fix: minor improvement on context UI
2020-02-12 22:11:43 +01:00
## [3.2.15]
- fix: strategy config not maintainted in create toggle
- fix: missing feature toggle should pre-fill name
2020-02-12 20:40:56 +01:00
## [3.2.14]
- fix: upgrade react-mdl to version 2.1.0
2020-01-10 08:23:52 +01:00
## [3.2.13]
- fix: Should be possible to clone even if strategy does not have groupId
2020-01-09 22:52:43 +01:00
## [3.2.12]
- feat: clone feature toggle configuration (#201)
2020-01-08 08:22:17 +01:00
## [3.2.11]
- fix: clean up variants view
- fix: Cannot remove all variants in Admin UI
- fix: update fetch-mock to version 8.0.0 (#199)
- fix: update mini-css-extract-plugin to version 0.9.0
2019-12-16 21:47:46 +01:00
## [3.2.10]
- fix: missing strategy makes the toggle-configure crash
2019-10-27 19:42:23 +01:00
## [3.2.9]
- fix: Update feature toggle description. (#198)
- fix: Update feature toggle description. (#196)
- feat: Filter on all values in toogle data
- feat: Add option for custom ui links (#195)
- fix: Ensure chips are wrapped (#194)
2019-10-24 16:23:05 +02:00
## [3.2.8]
- fix: auto-fill groupId paramters
- feat: Add support for flexible rollout strategy. (#193)
2019-10-13 20:47:51 +02:00
## [3.2.7]
- fix: upgrade react to 16.10.2
- fix: upgrade eslint to version 6.5.1
- fix: upgrade style-loader to version 1.0.0
- fix: Build with node-10
- chore: update yarn.lock
- fix: babel-preset-env (#190)
- fix: Added plugin to remove dist folder automatically (#191)
- fix: Prevent text highlighting overlap between chips (#188)
- chore: Added official sdk in the footer (#189)
2019-07-29 10:43:53 +02:00
## [3.2.6]
- fix: Add new locales: cz, de
2019-05-10 10:06:56 +02:00
## [3.2.5]
- feat: boolean strategy paramters
2019-05-04 06:35:19 +02:00
## [3.2.4]
- fix: Clean up the UI with empty states
- feat: Support a few more locales
2019-04-03 20:20:15 +02:00
## [3.2.3]
- fix: Cleanup logut flow
- chore: remove unleash.beta.variants flag
2019-04-03 20:20:15 +02:00
2019-03-13 09:31:12 +01:00
## [3.2.2]
2019-03-09 15:01:25 +01:00
- fix: Use toggle/on/off endoints to ensure correct state
2019-03-13 08:51:21 +01:00
- feat: Customisable UI via config
2019-03-13 09:21:11 +01:00
- chore: Update css-loader to version 2.1.1
- chore: Update debug to version 4.1.1
- chore: Update enzyme to latest versions
- chore: Update redux* to latest versions
2019-03-09 15:01:25 +01:00
## [3.2.1]
- fix: Fixed bug in history view preventing toggle-view.
- feat: Add all official client SDKs to footer
2018-02-11 18:24:36 +01:00
2019-01-24 21:45:41 +01:00
## [3.2.0]
- feat: Initial beta support for variants
2019-01-30 07:42:51 +01:00
- feature: Show tooltips and featuretoggle names in event view
2018-04-27 10:12:09 +02:00
2019-01-19 11:45:32 +01:00
## [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
2018-08-14 09:04:08 +02:00
## [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.
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
## [3.0.0]
- Nothing new, just locking down the version.
2018-02-09 10:08:59 +01:00
## [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
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
- Bugfix: CreatedAt set when creating new toggle
- 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
## [3.0.0-alpha.2]
2017-06-29 11:53:56 +02:00
- show sdk version as part of instances details.
- 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