mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
parent
1dd6e1d65c
commit
e78273516a
@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
The latest version of this document is always available in
|
The latest version of this document is always available in
|
||||||
[releases](https://github.com/Unleash/unleash-frontend/releases).
|
[releases](https://github.com/Unleash/unleash-frontend/releases).
|
||||||
|
|
||||||
|
# 4.2.13
|
||||||
|
- fix: mobile percentagecircle (#502)
|
||||||
|
- fix: status chip (#501)
|
||||||
|
- Feat/new toggle overview (#497)
|
||||||
|
- chore(deps): update dependency @types/node to v14.17.33
|
||||||
|
- chore(deps): pin dependencies
|
||||||
|
- fix: support new event format with diff will be done in th
|
||||||
|
e UI (#496)
|
||||||
|
- Merge pull request #495 from Unleash/fix/revive-archived-f
|
||||||
|
eature
|
||||||
|
- update snapshots
|
||||||
|
- fix: disable revive feature when project is deleted
|
||||||
|
- use useProjects to check if project deleted or not
|
||||||
|
- fix: add correct path for create first toggle button
|
||||||
|
- fix: remove typo from UI
|
||||||
|
- fix: rename isProject
|
||||||
|
Deleted to projectExists and add PermissionIconButton
|
||||||
# 4.2.2
|
# 4.2.2
|
||||||
- fix: toast text
|
- fix: toast text
|
||||||
- Fix/strategy sidepanel (#479)
|
- Fix/strategy sidepanel (#479)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unleash-frontend",
|
"name": "unleash-frontend",
|
||||||
"description": "unleash your features",
|
"description": "unleash your features",
|
||||||
"version": "4.2.12",
|
"version": "4.2.13",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"unleash",
|
"unleash",
|
||||||
"feature toggle",
|
"feature toggle",
|
||||||
|
Loading…
Reference in New Issue
Block a user