diff --git a/CHANGELOG.md b/CHANGELOG.md index a477fe931..a5ad1c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [10.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.4.0...v10.0.0) (2023-09-25) + + +### Bug Fixes + +* **fields:** prevent onChange event on readOnly mode ([73ebb17](https://github.com/MTES-MCT/monitor-ui/commit/73ebb1737fb4044e340e35ada565fa323f47d89f)) + + +* feat(theme)!: add new color and update accentuation colors ([0d673f4](https://github.com/MTES-MCT/monitor-ui/commit/0d673f44c27a1b5d9c98a589dc90e2c6b974904e)) + + +### Features + +* **fields:** add isReadOnly prop on multiRadio component and add custom style for plaintext ([7b903cc](https://github.com/MTES-MCT/monitor-ui/commit/7b903ccb91ba9c227534f25c35edcac12f54fd47)) + + +### BREAKING CHANGES + +* Accentuation colors are no longer objects with key accentuation +but just string with this pattern `colorAccentuationNumber`. +Exemple: `blueYonder[25]` becomes `blueYonder25` + # [9.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.3.0...v9.4.0) (2023-09-20) diff --git a/package.json b/package.json index a8dae3ba2..1ff6469c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mtes-mct/monitor-ui__root", "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.", - "version": "9.4.0", + "version": "10.0.0", "license": "AGPL-3.0", "private": true, "engines": {