@mtes-mct/monitor-ui 18.4.1 → 18.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +624 -390
- package/components/Dropdown/index.d.ts.map +1 -1
- package/elements/Label.d.ts +3 -3
- package/elements/Label.d.ts.map +1 -1
- package/fields/PhoneInput.d.ts.map +1 -1
- package/index.js +100 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,891 +1,1125 @@
|
|
|
1
|
-
## [18.
|
|
1
|
+
## [18.4.2](https://github.com/MTES-MCT/monitor-ui/compare/v18.4.1...v18.4.2) (2024-07-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **components:** add tertiary to dropdown ([805e34e](https://github.com/MTES-MCT/monitor-ui/commit/805e34eb2e6a1c8d44e1b9c738f77c8f13186721))
|
|
2
7
|
|
|
3
8
|
|
|
9
|
+
### Buid System & Dependencies
|
|
10
|
+
|
|
11
|
+
* **dev-deps:** bump the non-major-dev-dependencies group across 1 directory with 17 updates ([5313127](https://github.com/MTES-MCT/monitor-ui/commit/53131272261e00bbf36e68b8a2e051a6c06a9b86))
|
|
12
|
+
|
|
13
|
+
## [18.4.1](https://github.com/MTES-MCT/monitor-ui/compare/v18.4.0...v18.4.1) (2024-07-02)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **components:** input box properties should override input ones
|
|
18
|
+
([8103029](https://github.com/MTES-MCT/monitor-ui/commit/8103029c5f7205251241b2f9167bb48f592ace5a))
|
|
19
|
+
|
|
20
|
+
## [18.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.3.0...v18.4.0) (2024-07-02)
|
|
21
|
+
|
|
4
22
|
### Features
|
|
5
23
|
|
|
6
|
-
|
|
24
|
+
- **components:** add new color for vigilance areas
|
|
25
|
+
([1e05794](https://github.com/MTES-MCT/monitor-ui/commit/1e05794f1b0fa4fb38e51ed1294b44dea178a5d2))
|
|
7
26
|
|
|
27
|
+
## [18.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.2.0...v18.3.0) (2024-07-01)
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
- **components:** add basic input and story
|
|
32
|
+
([10cb8ee](https://github.com/MTES-MCT/monitor-ui/commit/10cb8eed09c1c567814a202012330b42ecf5eb7d))
|
|
33
|
+
- **components:** add default format
|
|
34
|
+
([9b711e6](https://github.com/MTES-MCT/monitor-ui/commit/9b711e62fa35a12b5ba438c932751980b2abfeec))
|
|
35
|
+
- **components:** add readme for npm link
|
|
36
|
+
([5193a5b](https://github.com/MTES-MCT/monitor-ui/commit/5193a5b527f590d80809cfa31ccda6e8be5044cb))
|
|
37
|
+
- **components:** add style properties and fix formik tests
|
|
38
|
+
([c8e102e](https://github.com/MTES-MCT/monitor-ui/commit/c8e102ebe9f1fef95a82d8938045628210666e80))
|
|
39
|
+
- **components:** claire's review
|
|
40
|
+
([7622665](https://github.com/MTES-MCT/monitor-ui/commit/762266503a5784d4430d45576ee061a5f7b4e5d6))
|
|
41
|
+
- **components:** phone number and formik phone number
|
|
42
|
+
([65108b5](https://github.com/MTES-MCT/monitor-ui/commit/65108b5b9e9e4af58d6864fba32d290a5941f870))
|
|
43
|
+
- **components:** rename component
|
|
44
|
+
([024977e](https://github.com/MTES-MCT/monitor-ui/commit/024977efcf3e7c16e3935141bc17980d88d17335))
|
|
45
|
+
- **components:** writing FIXME with issue related
|
|
46
|
+
([910a367](https://github.com/MTES-MCT/monitor-ui/commit/910a367bd7aaa6f40fd73a7d7512a6213f13a34e))
|
|
8
47
|
|
|
9
48
|
### Buid System & Dependencies
|
|
10
49
|
|
|
11
|
-
|
|
12
|
-
|
|
50
|
+
- **dev-deps:** bump the all-non-major-dependencies group
|
|
51
|
+
([04fbf57](https://github.com/MTES-MCT/monitor-ui/commit/04fbf574ad44194312d1d8ca9897e68e3a6ae162))
|
|
13
52
|
|
|
14
|
-
## [18.0
|
|
53
|
+
## [18.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.1.0...v18.2.0) (2024-06-24)
|
|
54
|
+
|
|
55
|
+
### Features
|
|
15
56
|
|
|
57
|
+
- **components:** fix secondary dropdown
|
|
58
|
+
([30d2ade](https://github.com/MTES-MCT/monitor-ui/commit/30d2ade0c56170a6e59b5a4c214e2fca91bafc9c))
|
|
16
59
|
|
|
17
60
|
### Bug Fixes
|
|
18
61
|
|
|
19
|
-
|
|
62
|
+
- **components:** fix dropdown icon margin in secondary
|
|
63
|
+
([55930e1](https://github.com/MTES-MCT/monitor-ui/commit/55930e1d43d9d4310ac4042d383b599913fdee5f))
|
|
20
64
|
|
|
21
|
-
|
|
65
|
+
### Buid System & Dependencies
|
|
66
|
+
|
|
67
|
+
- **deps:** bump the non-major-dependencies group with 3 updates
|
|
68
|
+
([3c303fc](https://github.com/MTES-MCT/monitor-ui/commit/3c303fc24085ec1b2e2536d3b99effbf970262f5))
|
|
69
|
+
- **dev-deps:** bump @sentry/react in /e2e/release/sample
|
|
70
|
+
([8a1b70d](https://github.com/MTES-MCT/monitor-ui/commit/8a1b70d3f2daa93e5576e720eabca294243a9281))
|
|
71
|
+
- **dev-deps:** bump @testing-library/react from 14.2.1 to 16.0.0
|
|
72
|
+
([6fa7e1f](https://github.com/MTES-MCT/monitor-ui/commit/6fa7e1fd7c9043c64ddea63ef39701f68187cd71))
|
|
73
|
+
- **dev-deps:** bump @types/node in /e2e/release/sample
|
|
74
|
+
([ec15bbc](https://github.com/MTES-MCT/monitor-ui/commit/ec15bbc08b995e459d5eaf4e0e2515bbc357d2cd))
|
|
75
|
+
- **dev-deps:** bump @typescript-eslint/parser from 6.0.0 to 7.13.1
|
|
76
|
+
([64e7766](https://github.com/MTES-MCT/monitor-ui/commit/64e776617fb09dcca8fdc03e1343ce5866d78ce7))
|
|
77
|
+
- **dev-deps:** bump cypress in /e2e/release/sample
|
|
78
|
+
([429af53](https://github.com/MTES-MCT/monitor-ui/commit/429af536934f895516e330eba5e63bed88b43a09))
|
|
79
|
+
- **dev-deps:** bump eslint-plugin-cypress from 2.13.3 to 3.3.0
|
|
80
|
+
([d415d41](https://github.com/MTES-MCT/monitor-ui/commit/d415d41fa8f7aeeb68173ef815774ddb2248b262))
|
|
81
|
+
- **dev-deps:** bump husky from 8.0.3 to 9.0.11
|
|
82
|
+
([b177afe](https://github.com/MTES-MCT/monitor-ui/commit/b177afec7ba20c177de79e01af6a0e6e42a8e9dc))
|
|
83
|
+
- **dev-deps:** bump react and @types/react in /e2e/release/sample
|
|
84
|
+
([fcddfba](https://github.com/MTES-MCT/monitor-ui/commit/fcddfbae79b6ac2d287a61c7758cb5b7d7bb9421))
|
|
85
|
+
- **dev-deps:** bump rsuite in /e2e/release/sample
|
|
86
|
+
([98fd2dc](https://github.com/MTES-MCT/monitor-ui/commit/98fd2dc5f6186fe08635bf5b60c6bb57a8b7adef))
|
|
87
|
+
- **dev-deps:** bump the all-non-major-dependencies group
|
|
88
|
+
([8c4fe4d](https://github.com/MTES-MCT/monitor-ui/commit/8c4fe4d67b2844c0dec8e136c4ac0d6e71213997))
|
|
89
|
+
- **dev-deps:** bump the all-non-major-dependencies group
|
|
90
|
+
([4fe6b93](https://github.com/MTES-MCT/monitor-ui/commit/4fe6b93388c86d4eb7bc0713c5edde01254bf358))
|
|
91
|
+
- **dev-deps:** bump the non-major-dev-dependencies group
|
|
92
|
+
([d45b893](https://github.com/MTES-MCT/monitor-ui/commit/d45b893ce37fe680cc74a53af4d68166e09ff3b8))
|
|
93
|
+
- **dev-deps:** bump the non-major-dev-dependencies group with 49 updates
|
|
94
|
+
([4b4e85f](https://github.com/MTES-MCT/monitor-ui/commit/4b4e85f00d8b0dd21c45a557572bc939e9734d3c))
|
|
95
|
+
- **dev-deps:** bump the non-major-dev-dependencies group with 5 updates
|
|
96
|
+
([540f1f5](https://github.com/MTES-MCT/monitor-ui/commit/540f1f59a1cef946f2ee41e50a4b915824b0319e))
|
|
97
|
+
|
|
98
|
+
### Documentation
|
|
99
|
+
|
|
100
|
+
- **contributing:** update first setup instructions
|
|
101
|
+
([0506aea](https://github.com/MTES-MCT/monitor-ui/commit/0506aead4fe4517a06f45baa2dc312840b27ae8e))
|
|
102
|
+
- **contributing:** update release instructions
|
|
103
|
+
([d6c56ee](https://github.com/MTES-MCT/monitor-ui/commit/d6c56ee5b02717df96071c1940f5a35c7940c8e6))
|
|
104
|
+
|
|
105
|
+
## [18.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.0.4...v18.1.0) (2024-06-19)
|
|
106
|
+
|
|
107
|
+
### Features
|
|
22
108
|
|
|
109
|
+
- **icons:** add Send
|
|
110
|
+
([41f7742](https://github.com/MTES-MCT/monitor-ui/commit/41f7742a084b1fc2a46d74084d5da8ba88bc3ce7))
|
|
111
|
+
|
|
112
|
+
### Buid System & Dependencies
|
|
113
|
+
|
|
114
|
+
- **deps:** bump braces from 3.0.2 to 3.0.3
|
|
115
|
+
([c9689fe](https://github.com/MTES-MCT/monitor-ui/commit/c9689fee0800b7a8341ddbcc531df2cc42d9c33e))
|
|
116
|
+
- **deps:** bump ws from 8.16.0 to 8.17.1
|
|
117
|
+
([a933c10](https://github.com/MTES-MCT/monitor-ui/commit/a933c10719cbacf2a24993d518873917d102b770))
|
|
118
|
+
|
|
119
|
+
## [18.0.4](https://github.com/MTES-MCT/monitor-ui/compare/v18.0.3...v18.0.4) (2024-06-10)
|
|
23
120
|
|
|
24
121
|
### Bug Fixes
|
|
25
122
|
|
|
26
|
-
|
|
123
|
+
- **fields:** remove useKey
|
|
124
|
+
([5e194f0](https://github.com/MTES-MCT/monitor-ui/commit/5e194f0d85a308412a43760b32eb10df01ff068d))
|
|
125
|
+
|
|
126
|
+
## [18.0.3](https://github.com/MTES-MCT/monitor-ui/compare/v18.0.2...v18.0.3) (2024-06-07)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
27
129
|
|
|
130
|
+
- **fields:** set calendar range popup width in DateRangePicker
|
|
131
|
+
([a758655](https://github.com/MTES-MCT/monitor-ui/commit/a7586557e76f3f53e2da47e9e509ebed9341ebdc))
|
|
28
132
|
|
|
29
133
|
### Buid System & Dependencies
|
|
30
134
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
135
|
+
- **dev-deps:** bump @babel/preset-typescript from 7.23.2 to 7.24.6
|
|
136
|
+
([995ec7e](https://github.com/MTES-MCT/monitor-ui/commit/995ec7e5e01c4d41b75a8b6f5788b95064598be9))
|
|
137
|
+
- **dev-deps:** bump @semantic-release/npm from 11.0.2 to 12.0.1
|
|
138
|
+
([841dd01](https://github.com/MTES-MCT/monitor-ui/commit/841dd012da83ad70075349f7e5010cc387664b5d))
|
|
139
|
+
- **dev-deps:** bump @storybook/blocks from 8.0.9 to 8.1.5
|
|
140
|
+
([f0f1eb2](https://github.com/MTES-MCT/monitor-ui/commit/f0f1eb2b7c435d075d0ca52c6fd36426ea804066))
|
|
141
|
+
- **dev-deps:** bump @storybook/test from 8.0.9 to 8.1.5
|
|
142
|
+
([eed0812](https://github.com/MTES-MCT/monitor-ui/commit/eed0812786993f36cbcf2b8588c8ca2118cf4ddc))
|
|
143
|
+
- **dev-deps:** bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2
|
|
144
|
+
([8c319a7](https://github.com/MTES-MCT/monitor-ui/commit/8c319a706cdd9f28b083e6d744577fd3a10b3745))
|
|
36
145
|
|
|
37
146
|
## [18.0.2](https://github.com/MTES-MCT/monitor-ui/compare/v18.0.1...v18.0.2) (2024-05-28)
|
|
38
147
|
|
|
39
|
-
|
|
40
148
|
### Bug Fixes
|
|
41
149
|
|
|
42
|
-
|
|
150
|
+
- **components:** ignore external domain stylesheets in NewWindow styles copying
|
|
151
|
+
([fb02756](https://github.com/MTES-MCT/monitor-ui/commit/fb0275608debbd07acdc4f2aed0f197f1e864bff))
|
|
43
152
|
|
|
44
153
|
## [18.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v18.0.0...v18.0.1) (2024-05-28)
|
|
45
154
|
|
|
46
|
-
|
|
47
155
|
### Bug Fixes
|
|
48
156
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
157
|
+
- **tables:** disable user selection in SimpleTable.Th
|
|
158
|
+
([20d9b64](https://github.com/MTES-MCT/monitor-ui/commit/20d9b64fa72739b880d09740c6f9de6c2141b536))
|
|
159
|
+
- **tables:** force prop border in TableWithSelectableRows.Td
|
|
160
|
+
([9fbd1ee](https://github.com/MTES-MCT/monitor-ui/commit/9fbd1ee51236b6a7da47ff410cb2b00e95ddc66e))
|
|
161
|
+
- **tables:** force min & max width in SimpleTable.Th
|
|
162
|
+
([0ddfa57](https://github.com/MTES-MCT/monitor-ui/commit/0ddfa57afc4ec734d5242b82756d8506bc7f00fc))
|
|
52
163
|
|
|
53
164
|
## [18.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v17.2.2...v18.0.0) (2024-05-27)
|
|
54
165
|
|
|
55
|
-
|
|
56
166
|
### ⚠ BREAKING CHANGES
|
|
57
167
|
|
|
58
|
-
|
|
59
|
-
- Remove `isIndeterminate` prop in `TableWithSelectableRows.RowCheckbox`, replaced by original Rsuite `indeterminate` prop.
|
|
60
|
-
- Remove `$isHighlighted` prop in `TableWithSelectableRows.Td`, replaced by the same prop on `TableWithSelectableRows.BodyTr`.
|
|
61
|
-
- In order to work properly with `RowCheckbox`, `TableWithSelectableRows` now requires `<Table $withRowCheckbox />`.
|
|
62
|
-
- Following the `SimpleTable` & `TableWithSelectableRows` margins/heights normalization, including a few hacks,
|
|
63
|
-
it may break some UI widths & heights.
|
|
64
|
-
- Please check `TableWithSelectableRows.stories.tsx` to see a full example on how to use/update it.
|
|
65
|
-
- As shown in the story, be careful **NOT** to wrap the checkbox table header cell
|
|
66
|
-
within `<TableWithSelectableRows.SortContainer />` since the flex display breaks its internal positioning.
|
|
168
|
+
- **tables:** - Remove `isChecked` prop in `TableWithSelectableRows.RowCheckbox`, replaced by native `checked` prop.
|
|
67
169
|
|
|
68
|
-
|
|
170
|
+
* Remove `isIndeterminate` prop in `TableWithSelectableRows.RowCheckbox`, replaced by original Rsuite `indeterminate`
|
|
171
|
+
prop.
|
|
172
|
+
* Remove `$isHighlighted` prop in `TableWithSelectableRows.Td`, replaced by the same prop on
|
|
173
|
+
`TableWithSelectableRows.BodyTr`.
|
|
174
|
+
* In order to work properly with `RowCheckbox`, `TableWithSelectableRows` now requires `<Table $withRowCheckbox />`.
|
|
175
|
+
* Following the `SimpleTable` & `TableWithSelectableRows` margins/heights normalization, including a few hacks, it may
|
|
176
|
+
break some UI widths & heights.
|
|
177
|
+
* Please check `TableWithSelectableRows.stories.tsx` to see a full example on how to use/update it.
|
|
178
|
+
* As shown in the story, be careful **NOT** to wrap the checkbox table header cell within
|
|
179
|
+
`<TableWithSelectableRows.SortContainer />` since the flex display breaks its internal positioning.
|
|
69
180
|
|
|
70
|
-
|
|
181
|
+
### Features
|
|
71
182
|
|
|
183
|
+
- **tables:** add $isLoading prop to SimpleTable.Td
|
|
184
|
+
([6cc137e](https://github.com/MTES-MCT/monitor-ui/commit/6cc137e187bd0314756bfc973f65bcde19f063ea))
|
|
72
185
|
|
|
73
186
|
### Bug Fixes
|
|
74
187
|
|
|
75
|
-
|
|
76
|
-
|
|
188
|
+
- **tables:** normalize tables checkbox, margins & height
|
|
189
|
+
([23afb70](https://github.com/MTES-MCT/monitor-ui/commit/23afb702e79e44788d82b6abeb0e2e6ba4deb4d3))
|
|
190
|
+
- **tables:** set SimpleTable.Td line-height & .CellLoader height to 22px
|
|
191
|
+
([176b161](https://github.com/MTES-MCT/monitor-ui/commit/176b161ac85c48913f25e5a483ce8ac30698e65c))
|
|
77
192
|
|
|
78
193
|
## [17.2.2](https://github.com/MTES-MCT/monitor-ui/compare/v17.2.1...v17.2.2) (2024-05-21)
|
|
79
194
|
|
|
80
|
-
|
|
81
195
|
### Bug Fixes
|
|
82
196
|
|
|
83
|
-
|
|
197
|
+
- **elements:** fix IconButton border
|
|
198
|
+
([f55eb2c](https://github.com/MTES-MCT/monitor-ui/commit/f55eb2ca036cd0c1c06b78eaaacfc1983e48ffb3))
|
|
84
199
|
|
|
85
200
|
## [17.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v17.2.0...v17.2.1) (2024-05-21)
|
|
86
201
|
|
|
87
|
-
|
|
88
202
|
### Bug Fixes
|
|
89
203
|
|
|
90
|
-
|
|
204
|
+
- **types:** fix AnyEnum key type
|
|
205
|
+
([de3f0cc](https://github.com/MTES-MCT/monitor-ui/commit/de3f0cce9a5228db0e1c48a7d6a7f4ec662b7ab0))
|
|
91
206
|
|
|
92
207
|
## [17.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v17.1.1...v17.2.0) (2024-05-21)
|
|
93
208
|
|
|
94
|
-
|
|
95
209
|
### Features
|
|
96
210
|
|
|
97
|
-
|
|
98
|
-
|
|
211
|
+
- **types:** add AnyEnum
|
|
212
|
+
([32c84cc](https://github.com/MTES-MCT/monitor-ui/commit/32c84ccbfd7c98f2e05b64a607254931b4bab28b))
|
|
213
|
+
- **types:** support string id in CollectionItem
|
|
214
|
+
([0ad3e38](https://github.com/MTES-MCT/monitor-ui/commit/0ad3e388d6db09cbcd3ccc7a80471b83553a7559))
|
|
99
215
|
|
|
100
216
|
## [17.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v17.1.0...v17.1.1) (2024-05-21)
|
|
101
217
|
|
|
102
|
-
|
|
103
218
|
### Bug Fixes
|
|
104
219
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
220
|
+
- **components:** fix onAutoClose prop callback in Banner
|
|
221
|
+
([8fc6980](https://github.com/MTES-MCT/monitor-ui/commit/8fc69805f430bde762494cc3209a1fb4a09ca619))
|
|
222
|
+
- **elements:** add some missing inner svg colors in Link
|
|
223
|
+
([f71649a](https://github.com/MTES-MCT/monitor-ui/commit/f71649a71facc1445a11ebcbaa4a7076e1bb4a91))
|
|
224
|
+
- **elements:** fix visited colors & add importants in Link
|
|
225
|
+
([34d03d3](https://github.com/MTES-MCT/monitor-ui/commit/34d03d3d2aaa95c102683c79c637d141dd781d74))
|
|
109
226
|
|
|
110
227
|
### Documentation
|
|
111
228
|
|
|
112
|
-
|
|
229
|
+
- **components:** fix Banner story delays
|
|
230
|
+
([986fe56](https://github.com/MTES-MCT/monitor-ui/commit/986fe56d3de704477eaff6c606ddbe3d9247e961))
|
|
113
231
|
|
|
114
232
|
## [17.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v17.0.0...v17.1.0) (2024-05-09)
|
|
115
233
|
|
|
116
|
-
|
|
117
234
|
### Features
|
|
118
235
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
236
|
+
- **cypress:** add index to fill command
|
|
237
|
+
([1e93f0c](https://github.com/MTES-MCT/monitor-ui/commit/1e93f0cad50960bb1650bd37bdad2e9f64d78bb6))
|
|
238
|
+
- **cypress:** add logging to fill command
|
|
239
|
+
([eeafd54](https://github.com/MTES-MCT/monitor-ui/commit/eeafd549cd081dd0ff85ad43a2cd167878602975))
|
|
122
240
|
|
|
123
241
|
### Bug Fixes
|
|
124
242
|
|
|
125
|
-
|
|
243
|
+
- **CheckPicker:** remove useKey
|
|
244
|
+
([2b552a8](https://github.com/MTES-MCT/monitor-ui/commit/2b552a810357a106c060a5abe80490f41348909d))
|
|
126
245
|
|
|
127
246
|
## [17.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.5.0...v17.0.0) (2024-05-02)
|
|
128
247
|
|
|
129
|
-
|
|
130
248
|
### ⚠ BREAKING CHANGES
|
|
131
249
|
|
|
132
|
-
|
|
250
|
+
- **elements:** `<IconButton />` is now a span instead of a div.
|
|
133
251
|
|
|
134
252
|
### Bug Fixes
|
|
135
253
|
|
|
136
|
-
|
|
137
|
-
|
|
254
|
+
- **elements:** switch IconBox wrapper element from a div to a span
|
|
255
|
+
([4a17f10](https://github.com/MTES-MCT/monitor-ui/commit/4a17f10699bfe59c6484641e0759741a89dbcc88))
|
|
138
256
|
|
|
139
257
|
### Buid System & Dependencies
|
|
140
258
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
259
|
+
- **deps:** bump @babel/runtime from 7.24.4 to 7.24.5
|
|
260
|
+
([0c6b0a6](https://github.com/MTES-MCT/monitor-ui/commit/0c6b0a609e79c6870ae70c36cd52ed2ec5cb1084))
|
|
261
|
+
- **deps:** bump ejs from 3.1.9 to 3.1.10
|
|
262
|
+
([5a3e05a](https://github.com/MTES-MCT/monitor-ui/commit/5a3e05a4139084163cdbed69929af0056031fbc9))
|
|
263
|
+
- **dev-deps:** bump @babel/preset-react from 7.22.15 to 7.24.1
|
|
264
|
+
([a78b5b3](https://github.com/MTES-MCT/monitor-ui/commit/a78b5b37108683db184a416259ee04a0551ef44a))
|
|
265
|
+
- **dev-deps:** bump react-is from 18.2.0 to 18.3.1
|
|
266
|
+
([258a53d](https://github.com/MTES-MCT/monitor-ui/commit/258a53d57d981fd2c92a167627fd5620e48682d0))
|
|
267
|
+
- **dev-deps:** bump rollup-plugin-sizes from 1.0.5 to 1.0.6
|
|
268
|
+
([8a19fe6](https://github.com/MTES-MCT/monitor-ui/commit/8a19fe605c9f6e10612e2b37f1b561ec1cb3e375))
|
|
269
|
+
- **dev-deps:** bump semantic-release from 23.0.0 to 23.0.8
|
|
270
|
+
([47e7c23](https://github.com/MTES-MCT/monitor-ui/commit/47e7c23ab207cbc950503bed03909ccdf70fb717))
|
|
147
271
|
|
|
148
272
|
## [16.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.4.0...v16.5.0) (2024-05-01)
|
|
149
273
|
|
|
150
|
-
|
|
151
274
|
### Features
|
|
152
275
|
|
|
153
|
-
|
|
154
|
-
|
|
276
|
+
- **elements:** add Link
|
|
277
|
+
([b72322b](https://github.com/MTES-MCT/monitor-ui/commit/b72322bb5d0b3e61fe41c4ce21a02e32c09fcbd0))
|
|
155
278
|
|
|
156
279
|
### Buid System & Dependencies
|
|
157
280
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
281
|
+
- **dev-deps:** bump @types/node in /e2e/release/sample
|
|
282
|
+
([0df00a3](https://github.com/MTES-MCT/monitor-ui/commit/0df00a3f4194d21ac3f95df7d7f3d644fdfc2640))
|
|
283
|
+
- **dev-deps:** bump rsuite in /e2e/release/sample
|
|
284
|
+
([69e238e](https://github.com/MTES-MCT/monitor-ui/commit/69e238e8bdf271d5556c9db104e64928003cd9b8))
|
|
285
|
+
- **dev-deps:** bump styled-components in /e2e/release/sample
|
|
286
|
+
([6b8e9f4](https://github.com/MTES-MCT/monitor-ui/commit/6b8e9f4e31b04314568af1a2db5e1bfdd9fb216f))
|
|
287
|
+
- **dev-deps:** bump vite from 5.1.7 to 5.2.10 in /e2e/release/sample
|
|
288
|
+
([3861028](https://github.com/MTES-MCT/monitor-ui/commit/3861028a8bca05bcc9780ee07a4ca8e4386cd5c0))
|
|
162
289
|
|
|
163
290
|
## [16.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.3.1...v16.4.0) (2024-04-30)
|
|
164
291
|
|
|
165
|
-
|
|
166
292
|
### Features
|
|
167
293
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
294
|
+
- **components:** set tertiary accent as default with right colorin MapMenuDialog.CloseButton
|
|
295
|
+
([884caf1](https://github.com/MTES-MCT/monitor-ui/commit/884caf17994bfedd72caa110d4158e4e67de96be))
|
|
296
|
+
- **icons:** add Subscription icon
|
|
297
|
+
([77345a0](https://github.com/MTES-MCT/monitor-ui/commit/77345a07714751fbacdabe94b58ba8707d2f1c68))
|
|
171
298
|
|
|
172
299
|
### Styles
|
|
173
300
|
|
|
174
|
-
|
|
175
|
-
|
|
301
|
+
- **components:** update Message colors
|
|
302
|
+
([704d9bc](https://github.com/MTES-MCT/monitor-ui/commit/704d9bc1bc0f0760c588d6485c209fb65795479b))
|
|
176
303
|
|
|
177
304
|
### Bug Fixes
|
|
178
305
|
|
|
179
|
-
|
|
180
|
-
|
|
306
|
+
- **elements:** fix border color in IconButton
|
|
307
|
+
([b87aeaa](https://github.com/MTES-MCT/monitor-ui/commit/b87aeaa11b4513379b9973f39b82fa5093d22a8d))
|
|
181
308
|
|
|
182
309
|
### Documentation
|
|
183
310
|
|
|
184
|
-
|
|
311
|
+
- **storybook:** remove legacy Icons story
|
|
312
|
+
([d6a33bb](https://github.com/MTES-MCT/monitor-ui/commit/d6a33bb1e191d989ed5238008423fe326e104cb0))
|
|
185
313
|
|
|
186
314
|
## [16.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v16.3.0...v16.3.1) (2024-04-29)
|
|
187
315
|
|
|
188
|
-
|
|
189
316
|
### Bug Fixes
|
|
190
317
|
|
|
191
|
-
|
|
318
|
+
- **components:** remove typo in Message class name
|
|
319
|
+
([acec040](https://github.com/MTES-MCT/monitor-ui/commit/acec04006303306ae4b79c1f9e8dbcc7f471d02b))
|
|
192
320
|
|
|
193
321
|
## [16.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.2.0...v16.3.0) (2024-04-28)
|
|
194
322
|
|
|
195
|
-
|
|
196
323
|
### Features
|
|
197
324
|
|
|
198
|
-
|
|
325
|
+
- **components:** add onClose prop to Banner
|
|
326
|
+
([eba610c](https://github.com/MTES-MCT/monitor-ui/commit/eba610cac5fc0f40702d0587a440eb06fddfd76f))
|
|
199
327
|
|
|
200
328
|
## [16.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.1.0...v16.2.0) (2024-04-28)
|
|
201
329
|
|
|
202
|
-
|
|
203
330
|
### Features
|
|
204
331
|
|
|
205
|
-
|
|
206
|
-
|
|
332
|
+
- **components:** add onAutoClose prop to Banner
|
|
333
|
+
([a28e5fc](https://github.com/MTES-MCT/monitor-ui/commit/a28e5fc82e6c72c0f21de80a3d731fd70bfb5a20))
|
|
207
334
|
|
|
208
335
|
### Bug Fixes
|
|
209
336
|
|
|
210
|
-
|
|
337
|
+
- **components:** set left position to 0 in Banner
|
|
338
|
+
([1a91c7f](https://github.com/MTES-MCT/monitor-ui/commit/1a91c7f1494379677e54900172f7cab3b688741b))
|
|
211
339
|
|
|
212
340
|
## [16.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v16.0.0...v16.1.0) (2024-04-28)
|
|
213
341
|
|
|
214
|
-
|
|
215
342
|
### Features
|
|
216
343
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
344
|
+
- **components:** add isFixed prop to Banner
|
|
345
|
+
([4830f91](https://github.com/MTES-MCT/monitor-ui/commit/4830f913fcde74b6d5c7520423ef5bb46d1b6305))
|
|
346
|
+
- **components:** make isClosable, isCollapsible & isHiddenByDefault Banner props optional
|
|
347
|
+
([bbf07db](https://github.com/MTES-MCT/monitor-ui/commit/bbf07db7d7e2054ff37f4c40b439346f47d6363e))
|
|
348
|
+
- **components:** make style prop transparent in Banner
|
|
349
|
+
([30beabd](https://github.com/MTES-MCT/monitor-ui/commit/30beabdb52a5119b86fc2efdfdb14223f6223360))
|
|
221
350
|
|
|
222
351
|
### Bug Fixes
|
|
223
352
|
|
|
224
|
-
|
|
225
|
-
|
|
353
|
+
- **components:** remove position typo in Banner
|
|
354
|
+
([17143e1](https://github.com/MTES-MCT/monitor-ui/commit/17143e1e54004f9b2b7bf863f287c67d7c5b54d7))
|
|
355
|
+
- **elements:** fix non-transparent border in tertiary IconButton
|
|
356
|
+
([a4ce7b4](https://github.com/MTES-MCT/monitor-ui/commit/a4ce7b4a7c0dd731e035c0631f3196d06ea9d242))
|
|
226
357
|
|
|
227
358
|
## [16.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v15.0.1...v16.0.0) (2024-04-28)
|
|
228
359
|
|
|
229
|
-
|
|
230
360
|
### ⚠ BREAKING CHANGES
|
|
231
361
|
|
|
232
|
-
|
|
362
|
+
- **entities:** `isEmailSubscriptionContact` & `isSmsSubscriptionContact` props are added to
|
|
363
|
+
`ControlUnit.ControlUnitContact`.
|
|
233
364
|
|
|
234
365
|
### Features
|
|
235
366
|
|
|
236
|
-
|
|
237
|
-
|
|
367
|
+
- **entities:** add new ControlUnitContact props
|
|
368
|
+
([437eb37](https://github.com/MTES-MCT/monitor-ui/commit/437eb37ebd5c5dc531514dcc9bbdafebb87cd987))
|
|
238
369
|
|
|
239
370
|
### Styles
|
|
240
371
|
|
|
241
|
-
|
|
242
|
-
|
|
372
|
+
- **components:** specify solid border in Message
|
|
373
|
+
([78d2f40](https://github.com/MTES-MCT/monitor-ui/commit/78d2f4001cc67b77694ea8ae3d97167e091c5cd8))
|
|
374
|
+
- **elements:** specify solid border in IconButton
|
|
375
|
+
([f7deba3](https://github.com/MTES-MCT/monitor-ui/commit/f7deba3abae79bf9f0de6c289b1999fba93fd1d9))
|
|
243
376
|
|
|
244
377
|
## [15.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v15.0.0...v15.0.1) (2024-04-28)
|
|
245
378
|
|
|
246
|
-
|
|
247
379
|
### Bug Fixes
|
|
248
380
|
|
|
249
|
-
|
|
250
|
-
|
|
381
|
+
- **components:** add missing default class name in Message
|
|
382
|
+
([462ebf3](https://github.com/MTES-MCT/monitor-ui/commit/462ebf3c16cf32f7de326e36b8d27d8eecb863ef))
|
|
383
|
+
- **components:** replace span box with div in Message
|
|
384
|
+
([d4e31e1](https://github.com/MTES-MCT/monitor-ui/commit/d4e31e10ca98a7a89e1c3e132d1386e954a2f651))
|
|
251
385
|
|
|
252
386
|
## [15.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v14.3.1...v15.0.0) (2024-04-28)
|
|
253
387
|
|
|
254
|
-
|
|
255
388
|
### ⚠ BREAKING CHANGES
|
|
256
389
|
|
|
257
|
-
|
|
390
|
+
- **components:** The default `Message.level` is now "INFO" instead of "WARNING".
|
|
258
391
|
|
|
259
392
|
### Features
|
|
260
393
|
|
|
261
|
-
|
|
262
|
-
|
|
394
|
+
- **components:** add Icon & iconColor props to Message
|
|
395
|
+
([e8d1520](https://github.com/MTES-MCT/monitor-ui/commit/e8d1520db170594c767300a28fe355b3d2002483))
|
|
263
396
|
|
|
264
397
|
### Bug Fixes
|
|
265
398
|
|
|
266
|
-
|
|
267
|
-
|
|
399
|
+
- **fields:** prevent textarea from being horizontally reduced
|
|
400
|
+
([76d3057](https://github.com/MTES-MCT/monitor-ui/commit/76d305748fa6afc09254efe3e77b66af4dd9ddbe))
|
|
268
401
|
|
|
269
402
|
### Code Refactoring
|
|
270
403
|
|
|
271
|
-
|
|
272
|
-
|
|
404
|
+
- **elements:** start cleaning & simplifying IconButton logic
|
|
405
|
+
([afffc00](https://github.com/MTES-MCT/monitor-ui/commit/afffc00a65218f9f8645de252ab476764baf0881))
|
|
273
406
|
|
|
274
407
|
### Buid System & Dependencies
|
|
275
408
|
|
|
276
|
-
|
|
409
|
+
- **dev-deps:** bunp storybook from 8.0.0-beta.4 to 8.0.9
|
|
410
|
+
([b1b9aa1](https://github.com/MTES-MCT/monitor-ui/commit/b1b9aa113e4497c11ccdad057573747333d2632c))
|
|
277
411
|
|
|
278
412
|
## [14.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v14.3.0...v14.3.1) (2024-04-22)
|
|
279
413
|
|
|
280
|
-
|
|
281
414
|
### Bug Fixes
|
|
282
415
|
|
|
283
|
-
|
|
416
|
+
- **component:** display hide text in red when level isError in banner component
|
|
417
|
+
([1e10ef2](https://github.com/MTES-MCT/monitor-ui/commit/1e10ef2ea7fd0b1e7d07ef616980306aee416099))
|
|
284
418
|
|
|
285
419
|
## [14.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v14.2.0...v14.3.0) (2024-04-19)
|
|
286
420
|
|
|
287
|
-
|
|
288
421
|
### Features
|
|
289
422
|
|
|
290
|
-
|
|
423
|
+
- **components:** add automatic closing
|
|
424
|
+
([759c131](https://github.com/MTES-MCT/monitor-ui/commit/759c13101f048ecd7745480d775c6953d2a31229))
|
|
291
425
|
|
|
292
426
|
## [14.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v14.1.0...v14.2.0) (2024-04-18)
|
|
293
427
|
|
|
294
|
-
|
|
295
428
|
### Features
|
|
296
429
|
|
|
297
|
-
|
|
430
|
+
- **icons:** add new icons
|
|
431
|
+
([887c14e](https://github.com/MTES-MCT/monitor-ui/commit/887c14ee4c8246131f21f89d9391d9c010a88d9d))
|
|
298
432
|
|
|
299
433
|
## [14.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v14.0.0...v14.1.0) (2024-04-17)
|
|
300
434
|
|
|
301
|
-
|
|
302
435
|
### Features
|
|
303
436
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
437
|
+
- **components:** introduce Banner component
|
|
438
|
+
([537b641](https://github.com/MTES-MCT/monitor-ui/commit/537b641eadbe28efcbd2e8376b91b896e8e9b873))
|
|
439
|
+
- **elements:** introduce LinkButton component
|
|
440
|
+
([c8c39e0](https://github.com/MTES-MCT/monitor-ui/commit/c8c39e0155cafed8ca2faad1413011408babf92a))
|
|
307
441
|
|
|
308
442
|
### Buid System & Dependencies
|
|
309
443
|
|
|
310
|
-
|
|
311
|
-
|
|
444
|
+
- **deps:** bump tar from 6.2.0 to 6.2.1
|
|
445
|
+
([2cc4fee](https://github.com/MTES-MCT/monitor-ui/commit/2cc4fee18acbd3d11f1477f011b96fcf910b6bb1))
|
|
446
|
+
- **dev-deps:** bump vite from 5.1.4 to 5.1.7 in /e2e/release/sample
|
|
447
|
+
([76c1d53](https://github.com/MTES-MCT/monitor-ui/commit/76c1d537064f6ea01b00049d0001d2ef49774ab1))
|
|
312
448
|
|
|
313
449
|
## [14.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.10.0...v14.0.0) (2024-04-08)
|
|
314
450
|
|
|
315
|
-
|
|
316
451
|
### ⚠ BREAKING CHANGES
|
|
317
452
|
|
|
318
|
-
|
|
319
|
-
|
|
453
|
+
- **elements:** delete bullet and bulletColor props
|
|
454
|
+
- **icons:** delete Dot and DotFilled icons
|
|
320
455
|
|
|
321
456
|
### Features
|
|
322
457
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
458
|
+
- **colors:** add mayaBlue color
|
|
459
|
+
([319aea1](https://github.com/MTES-MCT/monitor-ui/commit/319aea159aaa18974ac348708d9febf92feb4011))
|
|
460
|
+
- **elements:** delete bullet and bulletColor props to Tag component and add withCircleColor
|
|
461
|
+
([3c81afe](https://github.com/MTES-MCT/monitor-ui/commit/3c81afe8904749839c3eab0e4ab82c14a226a267))
|
|
462
|
+
- **entities:** add RapportNav to MissionSourceEnum
|
|
463
|
+
([9b868fc](https://github.com/MTES-MCT/monitor-ui/commit/9b868fc88b5a0aad4690f557b3b054f7d5f11e05))
|
|
464
|
+
- **icons:** add AttentionFilledClockDashed, Circle and CircleFilled icons and delete Dot and DotFilled icons
|
|
465
|
+
([496f11a](https://github.com/MTES-MCT/monitor-ui/commit/496f11ab78f2bb3320aaf9755b61bc23a6563bb1))
|
|
466
|
+
- **symbols:** create Dot component
|
|
467
|
+
([fd6c0c3](https://github.com/MTES-MCT/monitor-ui/commit/fd6c0c3e4bbc2dec1901d4b59cd7d5e6e9377ee7))
|
|
329
468
|
|
|
330
469
|
### Bug Fixes
|
|
331
470
|
|
|
332
|
-
|
|
333
|
-
|
|
471
|
+
- **icons:** fix controlUnit and controlUnitFilled icons
|
|
472
|
+
([6edfc83](https://github.com/MTES-MCT/monitor-ui/commit/6edfc83ddfef7b2ce5a08b1c21743589f77996fb))
|
|
334
473
|
|
|
335
474
|
### Buid System & Dependencies
|
|
336
475
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
476
|
+
- **deps:** bump @babel/runtime from 7.22.15 to 7.24.4
|
|
477
|
+
([43a0def](https://github.com/MTES-MCT/monitor-ui/commit/43a0defe621b6ab3e7771d75c1bfdee8ca8285be))
|
|
478
|
+
- **deps:** bump express from 4.18.2 to 4.19.2
|
|
479
|
+
([acb4412](https://github.com/MTES-MCT/monitor-ui/commit/acb44120a29e7313b383ab64eacad1c4bfd1fb76))
|
|
480
|
+
- **dev-deps:** bump @tsconfig/vite-react in /e2e/release/sample
|
|
481
|
+
([5ee6ef7](https://github.com/MTES-MCT/monitor-ui/commit/5ee6ef73123ef2c4ddcd4827e3ff934215dd9e10))
|
|
482
|
+
- **dev-deps:** bump @types/node in /e2e/release/sample
|
|
483
|
+
([2f49b9f](https://github.com/MTES-MCT/monitor-ui/commit/2f49b9ffedd2064a8d8671e08c0f6f4becaefc32))
|
|
484
|
+
- **dev-deps:** bump @types/react from 18.2.37 to 18.2.74
|
|
485
|
+
([5057fbf](https://github.com/MTES-MCT/monitor-ui/commit/5057fbf1b6c436f5e2db73c350d0eacdd68ef70e))
|
|
486
|
+
- **dev-deps:** bump @types/react-dom in /e2e/release/sample
|
|
487
|
+
([555e2cf](https://github.com/MTES-MCT/monitor-ui/commit/555e2cf15b446eb7bb43a49546b8b8ec14853a1c))
|
|
488
|
+
- **dev-deps:** bump cypress in /e2e/release/sample
|
|
489
|
+
([4d6445e](https://github.com/MTES-MCT/monitor-ui/commit/4d6445ef190aa1a22b013b5065df63c004e76492))
|
|
490
|
+
- **dev-deps:** bump jest and @types/jest
|
|
491
|
+
([b915184](https://github.com/MTES-MCT/monitor-ui/commit/b91518483233ab98690540baf24ef0eac187f945))
|
|
492
|
+
- **dev-deps:** bump prettier from 3.1.1 to 3.2.5
|
|
493
|
+
([ccb5b90](https://github.com/MTES-MCT/monitor-ui/commit/ccb5b908a503af59b44497ac27abc6519762ab3b))
|
|
494
|
+
- **dev-deps:** bump rsuite in /e2e/release/sample
|
|
495
|
+
([c0f7606](https://github.com/MTES-MCT/monitor-ui/commit/c0f76061bed49037edbd3d9988b90e1e3b469a0f))
|
|
496
|
+
- **dev-deps:** bump vite from 5.1.4 to 5.1.7
|
|
497
|
+
([71faafb](https://github.com/MTES-MCT/monitor-ui/commit/71faafbd4aaf3ea3b5b8436e4af71ab4810e1fc5))
|
|
498
|
+
- **dev-deps:** bump yup from 1.3.3 to 1.4.0
|
|
499
|
+
([92c906d](https://github.com/MTES-MCT/monitor-ui/commit/92c906dc31b16ab2758d106d12ef15684e9eaaae))
|
|
349
500
|
|
|
350
501
|
## [13.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.9.0...v13.10.0) (2024-03-25)
|
|
351
502
|
|
|
352
|
-
|
|
353
503
|
### Features
|
|
354
504
|
|
|
355
|
-
|
|
356
|
-
|
|
505
|
+
- **icons:** introduce title props on icons for additional info on hover
|
|
506
|
+
([5849aa1](https://github.com/MTES-MCT/monitor-ui/commit/5849aa103ed6039e31b92b06ed4f0b70f86a43e7))
|
|
507
|
+
- **symbols:** rework ExclamationPoint to resize dynamically
|
|
508
|
+
([ce6a398](https://github.com/MTES-MCT/monitor-ui/commit/ce6a3981a2e5544cf630a7185bce4171a648140e))
|
|
357
509
|
|
|
358
510
|
## [13.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.8.0...v13.9.0) (2024-03-24)
|
|
359
511
|
|
|
360
|
-
|
|
361
512
|
### Features
|
|
362
513
|
|
|
363
|
-
|
|
364
|
-
|
|
514
|
+
- **cypress:** handle searchable MultiCascader in fill() command
|
|
515
|
+
([b943f93](https://github.com/MTES-MCT/monitor-ui/commit/b943f93466b491b5f8afe9cf934e43de55d43071))
|
|
365
516
|
|
|
366
517
|
### Bug Fixes
|
|
367
518
|
|
|
368
|
-
|
|
519
|
+
- **cypress:** clear CheckPicker search input in fill() command
|
|
520
|
+
([899842c](https://github.com/MTES-MCT/monitor-ui/commit/899842cf53195f9d624144a7368a530726adff8b))
|
|
369
521
|
|
|
370
522
|
## [13.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.4...v13.8.0) (2024-03-22)
|
|
371
523
|
|
|
372
|
-
|
|
373
524
|
### Features
|
|
374
525
|
|
|
375
|
-
|
|
376
|
-
|
|
526
|
+
- **utils:** add getSelectedTreeOptionFromTreeOptionValue()
|
|
527
|
+
([551079a](https://github.com/MTES-MCT/monitor-ui/commit/551079a1be73698784f7540476bfa44e1a9d32f2))
|
|
528
|
+
- **utils:** rename getSelectedTreeOptionFromTreeOptionValue() to getSelectedOptionFromOptionValueInTree()
|
|
529
|
+
([12b918e](https://github.com/MTES-MCT/monitor-ui/commit/12b918e653a56cbd845c9003e1690ebf32ce70ec))
|
|
377
530
|
|
|
378
531
|
## [13.7.4](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.3...v13.7.4) (2024-03-21)
|
|
379
532
|
|
|
380
|
-
|
|
381
533
|
### Bug Fixes
|
|
382
534
|
|
|
383
|
-
|
|
384
|
-
|
|
535
|
+
- **e2e:** fix e2e MultiRadio test with boolean
|
|
536
|
+
([5344063](https://github.com/MTES-MCT/monitor-ui/commit/5344063517f3740fea062600522b6cb76094533f))
|
|
537
|
+
- **fields:** fix MultiRadio with booleans
|
|
538
|
+
([cd25778](https://github.com/MTES-MCT/monitor-ui/commit/cd2577800e9d9a0fcc49034f522bb1998524ad66))
|
|
385
539
|
|
|
386
540
|
## [13.7.3](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.2...v13.7.3) (2024-03-20)
|
|
387
541
|
|
|
388
|
-
|
|
389
542
|
### Bug Fixes
|
|
390
543
|
|
|
391
|
-
|
|
392
|
-
|
|
544
|
+
- **cypress:** handle searchable MultiSelect in fill() command
|
|
545
|
+
([9a66bb1](https://github.com/MTES-MCT/monitor-ui/commit/9a66bb19b07b482dbab49bdaf7c96d359e7aa1e6))
|
|
546
|
+
- **fields:** the CoordinatesInput now displays the \* when isRequired
|
|
547
|
+
([e38c209](https://github.com/MTES-MCT/monitor-ui/commit/e38c209f06a221b14a1a9917fe3925048fbea405))
|
|
393
548
|
|
|
394
549
|
## [13.7.2](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.1...v13.7.2) (2024-03-18)
|
|
395
550
|
|
|
396
|
-
|
|
397
551
|
### Bug Fixes
|
|
398
552
|
|
|
399
|
-
|
|
553
|
+
- **components:** update Dialog padding
|
|
554
|
+
([2cacb4e](https://github.com/MTES-MCT/monitor-ui/commit/2cacb4ed492415971ac61a05f8903b9ad1edc3f2))
|
|
400
555
|
|
|
401
556
|
## [13.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.0...v13.7.1) (2024-03-15)
|
|
402
557
|
|
|
403
|
-
|
|
404
558
|
### Bug Fixes
|
|
405
559
|
|
|
406
|
-
|
|
407
|
-
|
|
560
|
+
- **tables:** stop click event propagation in RowCheckbox
|
|
561
|
+
([7e218ec](https://github.com/MTES-MCT/monitor-ui/commit/7e218eccc1d84c51e5c342c5eb4bfef20744e9f0))
|
|
562
|
+
- **utils:** remove conditional types from getFilteredCollection()
|
|
563
|
+
([472e11f](https://github.com/MTES-MCT/monitor-ui/commit/472e11fe02b65ae4295a8b0a2322ff14af370365))
|
|
408
564
|
|
|
409
565
|
## [13.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.6.0...v13.7.0) (2024-03-15)
|
|
410
566
|
|
|
411
|
-
|
|
412
567
|
### Features
|
|
413
568
|
|
|
414
|
-
|
|
569
|
+
- **utils:** add getFilteredCollection()
|
|
570
|
+
([47eb5ff](https://github.com/MTES-MCT/monitor-ui/commit/47eb5ff8dc75a0b5c3dfc8ea081a21a0aa16840f))
|
|
415
571
|
|
|
416
572
|
## [13.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.5.0...v13.6.0) (2024-03-14)
|
|
417
573
|
|
|
418
|
-
|
|
419
574
|
### Features
|
|
420
575
|
|
|
421
|
-
|
|
422
|
-
|
|
576
|
+
- **utils:** include undefined value in getMaybeBooleanFromRichBoolean()
|
|
577
|
+
([31c7f5f](https://github.com/MTES-MCT/monitor-ui/commit/31c7f5f8f7949a96536203e300e530471169489b))
|
|
423
578
|
|
|
424
579
|
### Buid System & Dependencies
|
|
425
580
|
|
|
426
|
-
|
|
581
|
+
- **deps:** bump follow-redirects from 1.15.5 to 1.15.6
|
|
582
|
+
([3b8002c](https://github.com/MTES-MCT/monitor-ui/commit/3b8002c29ddd0b5e9108440b40cfd1875eae4d9c))
|
|
427
583
|
|
|
428
584
|
## [13.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.4.0...v13.5.0) (2024-03-14)
|
|
429
585
|
|
|
430
|
-
|
|
431
586
|
### Features
|
|
432
587
|
|
|
433
|
-
|
|
588
|
+
- **utils:** add getMaybeBooleanFromRichBoolean()
|
|
589
|
+
([f4d7b59](https://github.com/MTES-MCT/monitor-ui/commit/f4d7b5982ab78c4fc7f762f0b276173af95b0a95))
|
|
434
590
|
|
|
435
591
|
## [13.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.3.2...v13.4.0) (2024-03-14)
|
|
436
592
|
|
|
437
|
-
|
|
438
593
|
### Features
|
|
439
594
|
|
|
440
|
-
|
|
441
|
-
|
|
595
|
+
- **icons:** add ControlUnitFilled icon and delete useless icons
|
|
596
|
+
([3fe4d30](https://github.com/MTES-MCT/monitor-ui/commit/3fe4d305a96dc34a7bf834ad3067f80f10df6fdf))
|
|
442
597
|
|
|
443
598
|
### Bug Fixes
|
|
444
599
|
|
|
445
|
-
|
|
600
|
+
- **fields:** fix style
|
|
601
|
+
([f785c43](https://github.com/MTES-MCT/monitor-ui/commit/f785c43b6e7d05e2d120b2837b9ae32e8aea11f7))
|
|
446
602
|
|
|
447
603
|
## [13.3.2](https://github.com/MTES-MCT/monitor-ui/compare/v13.3.1...v13.3.2) (2024-03-13)
|
|
448
604
|
|
|
449
|
-
|
|
450
605
|
### Bug Fixes
|
|
451
606
|
|
|
452
|
-
|
|
453
|
-
|
|
607
|
+
- **components:** update some style and fix typo
|
|
608
|
+
([9a0d16a](https://github.com/MTES-MCT/monitor-ui/commit/9a0d16a42fcbf23b105f9e72cd542cb0a9d28792))
|
|
609
|
+
- **fields:** prevent Textarea resizing from exceeding 100% parent width
|
|
610
|
+
([5323f0c](https://github.com/MTES-MCT/monitor-ui/commit/5323f0c8d20d8a7668573adde5e6af5645ab9be3))
|
|
454
611
|
|
|
455
612
|
## [13.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v13.3.0...v13.3.1) (2024-03-08)
|
|
456
613
|
|
|
457
|
-
|
|
458
614
|
### Bug Fixes
|
|
459
615
|
|
|
460
|
-
|
|
616
|
+
- **cypress:** fix function waitForLastRequestFunction
|
|
617
|
+
([7ad541d](https://github.com/MTES-MCT/monitor-ui/commit/7ad541d54f5d18966c97ecad5779a2668b75678f))
|
|
461
618
|
|
|
462
619
|
## [13.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.2.0...v13.3.0) (2024-03-08)
|
|
463
620
|
|
|
464
|
-
|
|
465
621
|
### Features
|
|
466
622
|
|
|
467
|
-
|
|
623
|
+
- **cypress:** add delay option to fill command
|
|
624
|
+
([592b941](https://github.com/MTES-MCT/monitor-ui/commit/592b941daebf6a5deb8d68c110adc3b3900bb71b))
|
|
468
625
|
|
|
469
626
|
## [13.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.1.0...v13.2.0) (2024-03-07)
|
|
470
627
|
|
|
471
|
-
|
|
472
628
|
### Features
|
|
473
629
|
|
|
474
|
-
|
|
630
|
+
- **utils:** delete "(UTC)" from humanizePastDate function
|
|
631
|
+
([91507d1](https://github.com/MTES-MCT/monitor-ui/commit/91507d17426190f38fddba32c03c50937c0ba6f2))
|
|
475
632
|
|
|
476
633
|
## [13.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v13.0.0...v13.1.0) (2024-03-07)
|
|
477
634
|
|
|
478
|
-
|
|
479
635
|
### Features
|
|
480
636
|
|
|
481
|
-
|
|
482
|
-
|
|
637
|
+
- **fields:** add isRequired prop and update label color on error
|
|
638
|
+
([88b1bd1](https://github.com/MTES-MCT/monitor-ui/commit/88b1bd10c6c989bffab5125994775c5d0ca23139))
|
|
483
639
|
|
|
484
640
|
### Bug Fixes
|
|
485
641
|
|
|
486
|
-
|
|
642
|
+
- **components:** fix Dropdown border-radius
|
|
643
|
+
([77afbd1](https://github.com/MTES-MCT/monitor-ui/commit/77afbd15abc0cbc4297fdebb8079be80107f8775))
|
|
487
644
|
|
|
488
645
|
## [13.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v12.4.0...v13.0.0) (2024-03-01)
|
|
489
646
|
|
|
490
|
-
|
|
491
647
|
### ⚠ BREAKING CHANGES
|
|
492
648
|
|
|
493
|
-
|
|
494
|
-
- `baseContainer` prop has been removed in `MultiSelect`.
|
|
495
|
-
- `baseContainer` prop has been removed in `Search`.
|
|
649
|
+
- **github:** - `baseContainer` prop has been removed in `MultiCascader`.
|
|
496
650
|
|
|
497
|
-
|
|
651
|
+
* `baseContainer` prop has been removed in `MultiSelect`.
|
|
652
|
+
* `baseContainer` prop has been removed in `Search`.
|
|
498
653
|
|
|
499
|
-
|
|
500
|
-
* **tsconfig:** migrate to bundler module resolution & enable incremental compilation ([c677f77](https://github.com/MTES-MCT/monitor-ui/commit/c677f77cee788683a30681ed48659ab65fb09f9a))
|
|
501
|
-
* **vite:** set projects in viteTsconfigPaths to silence e2e release sample errors ([dfa7bfa](https://github.com/MTES-MCT/monitor-ui/commit/dfa7bfae8f7004ca45ff6a06bf9b61e7d8a214f3))
|
|
502
|
-
* **vite:** use ts extension instead of mts for config ([4eaaedc](https://github.com/MTES-MCT/monitor-ui/commit/4eaaedc923127dc5cf060bd383832361853598ab))
|
|
654
|
+
### Buid System & Dependencies
|
|
503
655
|
|
|
656
|
+
- **tsconfig:** exclude coverage/ directory
|
|
657
|
+
([f5a42a8](https://github.com/MTES-MCT/monitor-ui/commit/f5a42a87195b4a9181b48e2bbb4f81dc3531178f))
|
|
658
|
+
- **tsconfig:** migrate to bundler module resolution & enable incremental compilation
|
|
659
|
+
([c677f77](https://github.com/MTES-MCT/monitor-ui/commit/c677f77cee788683a30681ed48659ab65fb09f9a))
|
|
660
|
+
- **vite:** set projects in viteTsconfigPaths to silence e2e release sample errors
|
|
661
|
+
([dfa7bfa](https://github.com/MTES-MCT/monitor-ui/commit/dfa7bfae8f7004ca45ff6a06bf9b61e7d8a214f3))
|
|
662
|
+
- **vite:** use ts extension instead of mts for config
|
|
663
|
+
([4eaaedc](https://github.com/MTES-MCT/monitor-ui/commit/4eaaedc923127dc5cf060bd383832361853598ab))
|
|
504
664
|
|
|
505
665
|
### Continuous Integration
|
|
506
666
|
|
|
507
|
-
|
|
667
|
+
- **github:** fix typo in E2E Test job
|
|
668
|
+
([26f4809](https://github.com/MTES-MCT/monitor-ui/commit/26f4809070878c7438ea7daaeb135de7cc0e89c3))
|
|
508
669
|
|
|
509
670
|
## [12.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v12.3.0...v12.4.0) (2024-03-01)
|
|
510
671
|
|
|
511
|
-
|
|
512
672
|
### Buid System & Dependencies
|
|
513
673
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
674
|
+
- **dev-deps:** bump @semantic-release/github from 9.0.4 to 9.2.6
|
|
675
|
+
([4a92e0f](https://github.com/MTES-MCT/monitor-ui/commit/4a92e0f9ffd2870bef0551e3286086d9416892b7))
|
|
676
|
+
- **dev-deps:** bump @sentry/react in /e2e/release/sample
|
|
677
|
+
([0aa779b](https://github.com/MTES-MCT/monitor-ui/commit/0aa779b7cf001e6041c04674ba8c5aadccfc13ab))
|
|
678
|
+
- **dev-deps:** bump @swc/core from 1.4.1 to 1.4.2
|
|
679
|
+
([6a5334b](https://github.com/MTES-MCT/monitor-ui/commit/6a5334b9d0ea83ff80d2b3795be5547d2acd8ab4))
|
|
680
|
+
- **dev-deps:** bump @types/node in /e2e/release/sample
|
|
681
|
+
([9c1d210](https://github.com/MTES-MCT/monitor-ui/commit/9c1d2106d810dd2bb7983e438d6351f248d6f04a))
|
|
682
|
+
- **dev-deps:** bump @types/react in /e2e/release/sample
|
|
683
|
+
([d7aa8c6](https://github.com/MTES-MCT/monitor-ui/commit/d7aa8c6bd36c754530e5ab391a3a0ceca3294121))
|
|
684
|
+
- **dev-deps:** bump date-fns from 2.30.0 to 3.3.1
|
|
685
|
+
([eba1fae](https://github.com/MTES-MCT/monitor-ui/commit/eba1fae77336f59ed2afe65f599dcc42f5d5a735))
|
|
686
|
+
- **dev-deps:** bump eslint-plugin-prettier from 5.1.2 to 5.1.3
|
|
687
|
+
([e07c9ff](https://github.com/MTES-MCT/monitor-ui/commit/e07c9ff21112665014d47c2a6f7301f89489929d))
|
|
688
|
+
- **dev-deps:** bump rsuite in /e2e/release/sample
|
|
689
|
+
([0c361fa](https://github.com/MTES-MCT/monitor-ui/commit/0c361fa39d968c02537a26702cd8fc49d9ea59e3))
|
|
690
|
+
- **dev-deps:** bump vite from 5.0.12 to 5.1.4 in /e2e/release/sample
|
|
691
|
+
([ddcbb71](https://github.com/MTES-MCT/monitor-ui/commit/ddcbb71f3efc1d665cdcf7f42f71757501e14473))
|
|
692
|
+
- **tsconfig:** remove direct index paths which break release build
|
|
693
|
+
([e65c08f](https://github.com/MTES-MCT/monitor-ui/commit/e65c08f08ccf9b07b6086ad160888aac0d262105))
|
|
694
|
+
|
|
695
|
+
### Features
|
|
696
|
+
|
|
697
|
+
- **field:** add size prop to Search
|
|
698
|
+
([d395e49](https://github.com/MTES-MCT/monitor-ui/commit/d395e499371ea20c6155b218a35f30cdcff6a6d1))
|
|
699
|
+
- **fields:** add isRightAligned prop to DatePicker
|
|
700
|
+
([d80ce28](https://github.com/MTES-MCT/monitor-ui/commit/d80ce28c1766f55b6029656713520181d01da6e7))
|
|
701
|
+
- **fields:** add popupWidth prop to pickers
|
|
702
|
+
([aa8b550](https://github.com/MTES-MCT/monitor-ui/commit/aa8b5501c1232d796371fbc93a21e3f9b505d832))
|
|
703
|
+
- **utils:** add getSelectedOptionFromOptionValue()
|
|
704
|
+
([6a80172](https://github.com/MTES-MCT/monitor-ui/commit/6a801720423f6509954d1a174f26eebd858460ec))
|
|
533
705
|
|
|
534
706
|
### Code Refactoring
|
|
535
707
|
|
|
536
|
-
|
|
708
|
+
- remove ramda ([e3453a2](https://github.com/MTES-MCT/monitor-ui/commit/e3453a2958bf2d62461fb2d71fa1a5c74f4ebe8e))
|
|
537
709
|
|
|
538
710
|
## [12.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v12.2.1...v12.3.0) (2024-02-29)
|
|
539
711
|
|
|
540
|
-
|
|
541
712
|
### Features
|
|
542
713
|
|
|
543
|
-
|
|
544
|
-
|
|
714
|
+
- **cypress:** add force option to fill() command
|
|
715
|
+
([538615f](https://github.com/MTES-MCT/monitor-ui/commit/538615f64fbdbfce3cb4b71eabb4bea5c9c9b919))
|
|
545
716
|
|
|
546
717
|
### Bug Fixes
|
|
547
718
|
|
|
548
|
-
|
|
719
|
+
- **cypress:** type fill() command as non-chainable
|
|
720
|
+
([d4b5c35](https://github.com/MTES-MCT/monitor-ui/commit/d4b5c3568177b44f591462e2ecbf3ba9a39fdb64))
|
|
549
721
|
|
|
550
722
|
## [12.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v12.2.0...v12.2.1) (2024-02-29)
|
|
551
723
|
|
|
552
|
-
|
|
553
724
|
### Bug Fixes
|
|
554
725
|
|
|
555
|
-
|
|
726
|
+
- **cypress:** widen input type for fill() on TextInput
|
|
727
|
+
([e7f9984](https://github.com/MTES-MCT/monitor-ui/commit/e7f998474148d970cc81b9dee23740a991dc1d5b))
|
|
556
728
|
|
|
557
729
|
## [12.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v12.1.3...v12.2.0) (2024-02-29)
|
|
558
730
|
|
|
559
|
-
|
|
560
731
|
### Features
|
|
561
732
|
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
733
|
+
- **cypress:** add forceCheck() command
|
|
734
|
+
([ab382b7](https://github.com/MTES-MCT/monitor-ui/commit/ab382b76e6569e80f305c3abffe9133a2d5cac0c))
|
|
735
|
+
- **cypress:** add forceClear() command
|
|
736
|
+
([ebd5ad8](https://github.com/MTES-MCT/monitor-ui/commit/ebd5ad86249aaf333ce088b06561b5827bd8a156))
|
|
737
|
+
- **cypress:** add forceType() command
|
|
738
|
+
([c6017a1](https://github.com/MTES-MCT/monitor-ui/commit/c6017a1b3c0f480b5595563102ff1778d1961841))
|
|
739
|
+
- **cypress:** add forceUncheck() command
|
|
740
|
+
([d75171a](https://github.com/MTES-MCT/monitor-ui/commit/d75171ab811bd7cbebd61efa617b4d67c2ea874b))
|
|
567
741
|
|
|
568
742
|
### Bug Fixes
|
|
569
743
|
|
|
570
|
-
|
|
571
|
-
|
|
744
|
+
- **cypress:** force all actions in fill() subcommands
|
|
745
|
+
([359b752](https://github.com/MTES-MCT/monitor-ui/commit/359b752fbc4186ebfb9e9d2d1a6ba7b8114a6249))
|
|
746
|
+
- **cypress:** upse native uncheck for fill() on MultiCheckbox
|
|
747
|
+
([f9e2ef9](https://github.com/MTES-MCT/monitor-ui/commit/f9e2ef9a7b80834d28034f4f3303590ae1ee8e9d))
|
|
572
748
|
|
|
573
749
|
## [12.1.3](https://github.com/MTES-MCT/monitor-ui/compare/v12.1.2...v12.1.3) (2024-02-29)
|
|
574
750
|
|
|
575
|
-
|
|
576
751
|
### Buid System & Dependencies
|
|
577
752
|
|
|
578
|
-
|
|
579
|
-
|
|
753
|
+
- **dev-deps:** bump @commitlint/config-conventional
|
|
754
|
+
([45fcba7](https://github.com/MTES-MCT/monitor-ui/commit/45fcba7f342dc70c4e29b3cd3d3cb2b0b02cc69a))
|
|
580
755
|
|
|
581
756
|
### Documentation
|
|
582
757
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
758
|
+
- **readme:** add Cypress badge
|
|
759
|
+
([f580fb9](https://github.com/MTES-MCT/monitor-ui/commit/f580fb93db6c38d38a6260a22697780ab22c5757))
|
|
760
|
+
- **readme:** add documentation badge
|
|
761
|
+
([5057133](https://github.com/MTES-MCT/monitor-ui/commit/5057133e7431edcbdd182ff1bbc6dc82aef7a991))
|
|
586
762
|
|
|
587
763
|
### Bug Fixes
|
|
588
764
|
|
|
589
|
-
|
|
590
|
-
|
|
765
|
+
- **cypress:** fix forceClick() ability to be properly chained with other commands
|
|
766
|
+
([ffc733c](https://github.com/MTES-MCT/monitor-ui/commit/ffc733c22999f47a65408bb45a6728df26828839))
|
|
767
|
+
- **cypress:** use forced click instead of click in fill() on MultiSelect
|
|
768
|
+
([b14f63a](https://github.com/MTES-MCT/monitor-ui/commit/b14f63a890ce355ed66d3b64e22f65d2936c40cb))
|
|
591
769
|
|
|
592
770
|
## [12.1.2](https://github.com/MTES-MCT/monitor-ui/compare/v12.1.1...v12.1.2) (2024-02-28)
|
|
593
771
|
|
|
594
|
-
|
|
595
772
|
### Bug Fixes
|
|
596
773
|
|
|
597
|
-
|
|
774
|
+
- **cypress:** target right input during fill() search for MultiSelect
|
|
775
|
+
([1692c0b](https://github.com/MTES-MCT/monitor-ui/commit/1692c0bce324eeb172c58d77e0bb268d918226c8))
|
|
598
776
|
|
|
599
777
|
## [12.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v12.1.0...v12.1.1) (2024-02-28)
|
|
600
778
|
|
|
601
|
-
|
|
602
779
|
### Bug Fixes
|
|
603
780
|
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
781
|
+
- **cypress:** fix inner findElementParentBySelector() util
|
|
782
|
+
([a2dc379](https://github.com/MTES-MCT/monitor-ui/commit/a2dc37935989c54f4151d5fc47fde6956707cdf0))
|
|
783
|
+
- **cypress:** handle nested fieldsets in fill() command
|
|
784
|
+
([b5cb9f2](https://github.com/MTES-MCT/monitor-ui/commit/b5cb9f2ae1dff27e9d17d76022299ba36e9b2f19))
|
|
607
785
|
|
|
608
786
|
### Buid System & Dependencies
|
|
609
787
|
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
788
|
+
- **dev-deps:** bump @commitlint/cli from 18.4.3 to 19.0.1
|
|
789
|
+
([65e3b1c](https://github.com/MTES-MCT/monitor-ui/commit/65e3b1cbf6ff50ab61683e649638ca982074e993))
|
|
790
|
+
- **dev-deps:** bump @storybook/addon-storysource
|
|
791
|
+
([e5de861](https://github.com/MTES-MCT/monitor-ui/commit/e5de861a5710c119a68d17ca4c1e077893f79aef))
|
|
792
|
+
- **dev-deps:** bump @types/node in /e2e/release/sample
|
|
793
|
+
([e2f88b0](https://github.com/MTES-MCT/monitor-ui/commit/e2f88b0db3e73c9336c232e9e09f7b8cb614c729))
|
|
794
|
+
- **dev-deps:** bump @types/react in /e2e/release/sample
|
|
795
|
+
([214db7a](https://github.com/MTES-MCT/monitor-ui/commit/214db7a3a0bcac96e329808fa46d297954e35ec9))
|
|
796
|
+
- **dev-deps:** bump @types/react-dom in /e2e/release/sample
|
|
797
|
+
([8e74dd4](https://github.com/MTES-MCT/monitor-ui/commit/8e74dd4bf76753db7885244e7ebd2397faf186a1))
|
|
798
|
+
- **dev-deps:** bump cypress in /e2e/release/sample
|
|
799
|
+
([16e73ad](https://github.com/MTES-MCT/monitor-ui/commit/16e73add39ef203ea48ed782414d4f13748fa35b))
|
|
800
|
+
- **dev-deps:** bump prettier in /e2e/release/sample
|
|
801
|
+
([34d3b00](https://github.com/MTES-MCT/monitor-ui/commit/34d3b005e4a263fe6251a936282ab359c2cbb7ce))
|
|
802
|
+
- **dev-deps:** bump rollup-plugin-import-css from 3.4.0 to 3.5.0
|
|
803
|
+
([69351ea](https://github.com/MTES-MCT/monitor-ui/commit/69351eab749ac534f267abd0e3fe2bde16bb0b54))
|
|
618
804
|
|
|
619
805
|
## [12.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v12.0.3...v12.1.0) (2024-02-27)
|
|
620
806
|
|
|
621
|
-
|
|
622
807
|
### Features
|
|
623
808
|
|
|
624
|
-
|
|
625
|
-
|
|
809
|
+
- **cypress:** add logs in fill() and all its subcommands
|
|
810
|
+
([f9b320f](https://github.com/MTES-MCT/monitor-ui/commit/f9b320fc335745bb562da34f00b98ef78bf5ef74))
|
|
626
811
|
|
|
627
812
|
### Bug Fixes
|
|
628
813
|
|
|
629
|
-
|
|
630
|
-
|
|
814
|
+
- **cypress:** replace picker popup closure check with a wait in fill()
|
|
815
|
+
([9b4108b](https://github.com/MTES-MCT/monitor-ui/commit/9b4108be9479fb25d99902ca451dc329192bdb18))
|
|
631
816
|
|
|
632
817
|
### Buid System & Dependencies
|
|
633
818
|
|
|
634
|
-
|
|
819
|
+
- **vite:** disable CSS minification for storybook build
|
|
820
|
+
([c98d7c9](https://github.com/MTES-MCT/monitor-ui/commit/c98d7c99c053f4084bec5c044a8ff1050e2029aa))
|
|
635
821
|
|
|
636
822
|
## [12.0.3](https://github.com/MTES-MCT/monitor-ui/compare/v12.0.2...v12.0.3) (2024-02-27)
|
|
637
823
|
|
|
638
|
-
|
|
639
824
|
### Styles
|
|
640
825
|
|
|
641
|
-
|
|
826
|
+
- **fields:** fix MultiCheckbox options margin when isInline
|
|
827
|
+
([d98f1a5](https://github.com/MTES-MCT/monitor-ui/commit/d98f1a549ac2b7ffb0b82c67435c39f0a6fd9ea8))
|
|
642
828
|
|
|
643
829
|
## [12.0.2](https://github.com/MTES-MCT/monitor-ui/compare/v12.0.1...v12.0.2) (2024-02-27)
|
|
644
830
|
|
|
645
|
-
|
|
646
831
|
### Styles
|
|
647
832
|
|
|
648
|
-
|
|
649
|
-
|
|
833
|
+
- **fields:** fix MultiRadio options margin when isInline
|
|
834
|
+
([9c7e15b](https://github.com/MTES-MCT/monitor-ui/commit/9c7e15bdc8dac946d16e06cc7336e4cc2802cbb7))
|
|
835
|
+
- **fields:** fix pickers border color when isTransparent
|
|
836
|
+
([b10ac28](https://github.com/MTES-MCT/monitor-ui/commit/b10ac286201610cba620291cb525167a01c0d659))
|
|
650
837
|
|
|
651
838
|
## [12.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v12.0.0...v12.0.1) (2024-02-27)
|
|
652
839
|
|
|
653
|
-
|
|
654
840
|
### Bug Fixes
|
|
655
841
|
|
|
656
|
-
|
|
842
|
+
- **fields:** handle missing boolean option value case in options fields
|
|
843
|
+
([966e17c](https://github.com/MTES-MCT/monitor-ui/commit/966e17c5dfea03a48a8387f03cbcbaeff5c68008))
|
|
657
844
|
|
|
658
845
|
## [12.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.9.1...v12.0.0) (2024-02-26)
|
|
659
846
|
|
|
660
|
-
|
|
661
847
|
### ⚠ BREAKING CHANGES
|
|
662
848
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
*
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
849
|
+
- **fields:** - Add mandatory `name` prop on `CoordinatesInput`.
|
|
850
|
+
|
|
851
|
+
* Add mandatory `name` prop on `DatePicker`.
|
|
852
|
+
* Add mandatory `name` prop on `DateRangePicker`.
|
|
853
|
+
* `isChecked` prop has been renamed to `checked` in Toggle.
|
|
854
|
+
|
|
855
|
+
- **fields:** - `isReadOnly` has been renamed to `readOnly` in `MultiRadio`.
|
|
856
|
+
- **fields:** - `.rs-picker*`, `.rs-tag*`, `.rs-btn*` & `label` styles have been removed from `rsuite-override.css`
|
|
857
|
+
- **fields:** - Migrate to Rsuite v5.53.2 and enforce it as minimal version via `^5.53.2` in peer dependencies.
|
|
858
|
+
|
|
859
|
+
* Remove `baseContainer` property from `MultiSelect` and `FormikMultiSelect`.
|
|
860
|
+
* Remove `baseContainer` property from `Select` and `FormikSelect`.
|
|
861
|
+
* Forbid Rsuite inherited property `valueKey` in `CheckPicker`.
|
|
862
|
+
* Forbid Rsuite inherited property `valueKey` in `MultiSelect` and `FormikMultiSelect`.
|
|
863
|
+
* Forbid Rsuite inherited property `valueKey` in `Search`.
|
|
864
|
+
* The `Option` type now doesn't allow the `children` property, you need to use `TreeOption` for that instead.
|
|
865
|
+
|
|
866
|
+
### Features
|
|
867
|
+
|
|
868
|
+
- **cypress:** use Escape instead of click outside for fill() on DateRangePicker
|
|
869
|
+
([3883337](https://github.com/MTES-MCT/monitor-ui/commit/3883337273eb38829e25d77e1b3f8703c23dae4e))
|
|
870
|
+
- **field:** add Radio
|
|
871
|
+
([0573fc8](https://github.com/MTES-MCT/monitor-ui/commit/0573fc890ccfd5e04028359e7fe2f55f1006da32))
|
|
872
|
+
- **fields:** add isLight prop to Checkbox
|
|
873
|
+
([9992824](https://github.com/MTES-MCT/monitor-ui/commit/9992824e519f4bb8151aa6d61eade3f87e6992ba))
|
|
874
|
+
- **fields:** add MultiCascader
|
|
875
|
+
([5900bb6](https://github.com/MTES-MCT/monitor-ui/commit/5900bb6a6234adc904aa01917da05edf14777111))
|
|
876
|
+
- **fields:** add readOnly prop to MultiCheckbox
|
|
877
|
+
([bd1e21b](https://github.com/MTES-MCT/monitor-ui/commit/bd1e21b00b041be05acb896cc0e65a9b8692a7c0))
|
|
878
|
+
- **fields:** close DatePicker calendar & time pickers on Escape
|
|
879
|
+
([96344da](https://github.com/MTES-MCT/monitor-ui/commit/96344da55e609a1bd19c82279bbcbc2cdac83031))
|
|
880
|
+
- **fields:** close DateRangePicker calendar & time pickers on Escape
|
|
881
|
+
([4ae6edd](https://github.com/MTES-MCT/monitor-ui/commit/4ae6edda9367cd078426b651832c590fad36ec53))
|
|
882
|
+
- **fields:** normalize disabled, isLight, isTransparent & readOnly props
|
|
883
|
+
([88e8308](https://github.com/MTES-MCT/monitor-ui/commit/88e8308c20b216de4925e9258b207798c5d139ef))
|
|
884
|
+
- **fields:** rename isReadOnly prop to readOnly in MultiRadio
|
|
885
|
+
([71581b4](https://github.com/MTES-MCT/monitor-ui/commit/71581b46129e8a6e90bd4c701eaf41be5bffa20f))
|
|
886
|
+
- **fields:** set CheckPicker, MultiCascader, MultiSelect & Select height to 30px
|
|
887
|
+
([6caff98](https://github.com/MTES-MCT/monitor-ui/commit/6caff986cacbc73c51b3843764fd5f31fa8cbdda))
|
|
888
|
+
- **formiks:** add FormikCheckPicker
|
|
889
|
+
([b480014](https://github.com/MTES-MCT/monitor-ui/commit/b4800141a9587f98035d6094d8f0e6b74d255038))
|
|
890
|
+
- **formiks:** add FormikMultiCascader
|
|
891
|
+
([77effaa](https://github.com/MTES-MCT/monitor-ui/commit/77effaafca094407eee6f8f369423c82254a483d))
|
|
892
|
+
- **formiks:** add FormikToggle
|
|
893
|
+
([e4e821b](https://github.com/MTES-MCT/monitor-ui/commit/e4e821b162a20eeef40566542ac207b7e974d342))
|
|
894
|
+
- **hooks:** add usePressEscapeEffect()
|
|
895
|
+
([9e85593](https://github.com/MTES-MCT/monitor-ui/commit/9e85593e37b6e372b621d601af76e07411f6c78e))
|
|
896
|
+
|
|
897
|
+
### Bug Fixes
|
|
898
|
+
|
|
899
|
+
- **cypress:** add dedicated function to fill() for Search field
|
|
900
|
+
([b20a102](https://github.com/MTES-MCT/monitor-ui/commit/b20a1028eae0d5210fdb9be4e5b7f50543ded818))
|
|
901
|
+
- **cypress:** fix fill() command for CheckPicker after Rsuite upgrade
|
|
902
|
+
([f987cde](https://github.com/MTES-MCT/monitor-ui/commit/f987cdeba881ff8ed799a16cbe3d953bb9360f72))
|
|
903
|
+
- **cypress:** fix fill() command for Select & MultiSelect after Rsuite upgrade
|
|
904
|
+
([0112f3b](https://github.com/MTES-MCT/monitor-ui/commit/0112f3b5d9cf696ee0a1a063534f3930e747ba87))
|
|
905
|
+
- **field:** fix Checkbox after Rsuite upgrade
|
|
906
|
+
([abc0b71](https://github.com/MTES-MCT/monitor-ui/commit/abc0b712b596ed917694af9c7e7a2b36adf3a61a))
|
|
907
|
+
- **field:** fix MultiRadio after Rsuite upgrade
|
|
908
|
+
([63829b8](https://github.com/MTES-MCT/monitor-ui/commit/63829b83a53f73d32907f9d989e61928bcf3b074))
|
|
909
|
+
- **field:** set rsuite value to null when undefined in Select
|
|
910
|
+
([e40ae4e](https://github.com/MTES-MCT/monitor-ui/commit/e40ae4ece7fc71963b53e74394ed16737e3cdadd))
|
|
911
|
+
- **fields:** finalize DatePicker & DateRangePicker style after Rsuite upgrade
|
|
912
|
+
([0004843](https://github.com/MTES-MCT/monitor-ui/commit/00048437b0b72db7659e649550b221640e5e738f))
|
|
913
|
+
- **fields:** fix DateRangePicker basic styles after Rsuite upgrade
|
|
914
|
+
([e2b853f](https://github.com/MTES-MCT/monitor-ui/commit/e2b853f30bb87f076c87c08e25eb532daef3ae82))
|
|
706
915
|
|
|
707
916
|
### Code Refactoring
|
|
708
917
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
918
|
+
- **cypress:** improve fill() command for Checkbox & basic fields
|
|
919
|
+
([747c009](https://github.com/MTES-MCT/monitor-ui/commit/747c009f0bc493dc9fd9d1f5c2f6c466c67415fe))
|
|
920
|
+
- **cypress:** improve fill() command for MultiRadio
|
|
921
|
+
([30a5f05](https://github.com/MTES-MCT/monitor-ui/commit/30a5f05c7772e4e87c2a6073ac2eddc0a3d6bb7b))
|
|
922
|
+
- **cypress:** move fill() utils within fill/ folder
|
|
923
|
+
([5be34e2](https://github.com/MTES-MCT/monitor-ui/commit/5be34e2582edce2b64352b3878c133b7ea766a4a))
|
|
713
924
|
|
|
714
925
|
### Buid System & Dependencies
|
|
715
926
|
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
927
|
+
- **jest:** fix missing SWC paths
|
|
928
|
+
([13a98ea](https://github.com/MTES-MCT/monitor-ui/commit/13a98ea0149ee96840a97d2674c4dd0930c7de0a))
|
|
929
|
+
- **storybook:** migrate to v8
|
|
930
|
+
([eaa25fb](https://github.com/MTES-MCT/monitor-ui/commit/eaa25fbfc87152204ce577da15e073b9c5271ff9))
|
|
719
931
|
|
|
720
932
|
### Documentation
|
|
721
933
|
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
934
|
+
- **components:** clean stories
|
|
935
|
+
([7536d4e](https://github.com/MTES-MCT/monitor-ui/commit/7536d4e1bbf03cb0efb755da865e5f71d9bd00a0))
|
|
936
|
+
- **cypress:** update fill() command tsdoc
|
|
937
|
+
([7d1db8d](https://github.com/MTES-MCT/monitor-ui/commit/7d1db8d252468dae1f891de637b26415562c9a09))
|
|
725
938
|
|
|
726
939
|
### Styles
|
|
727
940
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
941
|
+
- **components:** set Dialog action buttons spacing to 8px
|
|
942
|
+
([3281d20](https://github.com/MTES-MCT/monitor-ui/commit/3281d2011bc9d605ee8c0765ec8d4b19111e0912))
|
|
943
|
+
- **fields:** add 8px padding in DatePicker & DateRangePicker calendars
|
|
944
|
+
([3aac367](https://github.com/MTES-MCT/monitor-ui/commit/3aac36748443747be17c0736a69f388208e5f361))
|
|
945
|
+
- **fields:** fix Checkbox checkmark color when transparent
|
|
946
|
+
([c2dbfae](https://github.com/MTES-MCT/monitor-ui/commit/c2dbfae11f0eae57fcce5e18eda0eeba31879a5e))
|
|
947
|
+
- **fields:** fix CoordinatesInput states & height
|
|
948
|
+
([9900849](https://github.com/MTES-MCT/monitor-ui/commit/9900849530fcb6ddb3b4120f5a46274e5031333b))
|
|
949
|
+
- **fields:** fix counter badge look in CheckPicker & MultiCascader
|
|
950
|
+
([9ffeaff](https://github.com/MTES-MCT/monitor-ui/commit/9ffeafffa8f652a7b1637dc616a708513c1e8982))
|
|
951
|
+
- **fields:** fix option focus colors in CheckPicker, MultiCascader, MultiSelect & Select
|
|
952
|
+
([a76fe8f](https://github.com/MTES-MCT/monitor-ui/commit/a76fe8f6fa27c3ac92a9c7ce21c5b049f26041c8))
|
|
953
|
+
- **fields:** fix option hover color in CheckPicker, MultiCascader, MultiSelect & Select
|
|
954
|
+
([c91c249](https://github.com/MTES-MCT/monitor-ui/commit/c91c249f2c7fcd007235d325a2087a3c75329502))
|
|
955
|
+
- **fields:** fix picker popup column border in MultiCascader
|
|
956
|
+
([879f4a8](https://github.com/MTES-MCT/monitor-ui/commit/879f4a893005b712348b1ede5c4b6beefa8d4d52))
|
|
957
|
+
- **fields:** fix selected value(s) color in CheckPicker, MultiCascader & Select
|
|
958
|
+
([0390555](https://github.com/MTES-MCT/monitor-ui/commit/03905556fb61b6baf139d57bcae4e0fdf6eed1b0))
|
|
959
|
+
- **fields:** fix Toggle state colors
|
|
960
|
+
([ab9b0ba](https://github.com/MTES-MCT/monitor-ui/commit/ab9b0bad746dd5cb5462f4f49ea6bf958a5dc889))
|
|
961
|
+
- remove Rsuite table classes from rsuite-override.css
|
|
962
|
+
([f69b89d](https://github.com/MTES-MCT/monitor-ui/commit/f69b89dcbd8d850943ef23cda6be7442465d2a46))
|
|
739
963
|
|
|
740
964
|
## [11.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v11.9.0...v11.9.1) (2024-02-23)
|
|
741
965
|
|
|
742
|
-
|
|
743
966
|
### Bug Fixes
|
|
744
967
|
|
|
745
|
-
|
|
968
|
+
- **utils:** export humanizePastDate function
|
|
969
|
+
([2dafd68](https://github.com/MTES-MCT/monitor-ui/commit/2dafd6883131865c97a4692bd2d93f2c521cf4e0))
|
|
746
970
|
|
|
747
971
|
## [11.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.8.0...v11.9.0) (2024-02-23)
|
|
748
972
|
|
|
749
|
-
|
|
750
973
|
### Features
|
|
751
974
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
975
|
+
- **utils:** changes after code review
|
|
976
|
+
([8073a81](https://github.com/MTES-MCT/monitor-ui/commit/8073a817581ae418e8dab7551ccc7024574293d6))
|
|
977
|
+
- **utils:** create a function to get the formatted mission update date
|
|
978
|
+
([9c161b0](https://github.com/MTES-MCT/monitor-ui/commit/9c161b0ffe4d092fb581a885ac795a5f48afb7db))
|
|
979
|
+
- **utils:** update name of test
|
|
980
|
+
([4f0711d](https://github.com/MTES-MCT/monitor-ui/commit/4f0711d0d686f0d0755c71356ca1cade72702435))
|
|
755
981
|
|
|
756
982
|
## [11.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.7.2...v11.8.0) (2024-02-20)
|
|
757
983
|
|
|
758
|
-
|
|
759
984
|
### Features
|
|
760
985
|
|
|
761
|
-
|
|
762
|
-
|
|
986
|
+
- **fields:** add RichBooleanCheckbox
|
|
987
|
+
([ac36b4b](https://github.com/MTES-MCT/monitor-ui/commit/ac36b4b9914eba55d412685e3ea79f06e64a44ab))
|
|
763
988
|
|
|
764
989
|
### Bug Fixes
|
|
765
990
|
|
|
766
|
-
|
|
991
|
+
- **type:** update EngagedControlUnit type
|
|
992
|
+
([6bc3cac](https://github.com/MTES-MCT/monitor-ui/commit/6bc3cacc6046aad0e9aafdcaaf352e170a7966e6))
|
|
767
993
|
|
|
768
994
|
## [11.7.2](https://github.com/MTES-MCT/monitor-ui/compare/v11.7.1...v11.7.2) (2024-02-12)
|
|
769
995
|
|
|
770
|
-
|
|
771
996
|
### Bug Fixes
|
|
772
997
|
|
|
773
|
-
|
|
998
|
+
- **fields:** update background color for MultiRadio component
|
|
999
|
+
([3d2108b](https://github.com/MTES-MCT/monitor-ui/commit/3d2108be10f551d2dc7e188755f6f551eed21483))
|
|
774
1000
|
|
|
775
1001
|
## [11.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v11.7.0...v11.7.1) (2024-02-08)
|
|
776
1002
|
|
|
777
|
-
|
|
778
1003
|
### Bug Fixes
|
|
779
1004
|
|
|
780
|
-
|
|
1005
|
+
- **fields:** fix MultiRadio colors
|
|
1006
|
+
([42d87c7](https://github.com/MTES-MCT/monitor-ui/commit/42d87c7fc15eb3af9a602242d4f5f8c3f3e683a6))
|
|
781
1007
|
|
|
782
1008
|
## [11.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.6.0...v11.7.0) (2024-02-08)
|
|
783
1009
|
|
|
784
|
-
|
|
785
1010
|
### Features
|
|
786
1011
|
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
1012
|
+
- **fields:** accept JSX Elements for multiradio label
|
|
1013
|
+
([5776236](https://github.com/MTES-MCT/monitor-ui/commit/577623600d3588733c111b73fe0b341625d03f25))
|
|
1014
|
+
- **fields:** add field and label to Toggle component
|
|
1015
|
+
([1ef21e3](https://github.com/MTES-MCT/monitor-ui/commit/1ef21e34d262e56d21a2bd2eac87a7401d34bf1d))
|
|
1016
|
+
- **fields:** can display custom items for MultiRadio component
|
|
1017
|
+
([5e75fff](https://github.com/MTES-MCT/monitor-ui/commit/5e75fffdcef9fd47926e2f699e702d024f9c5fe7))
|
|
1018
|
+
- **fields:** can display custom items for MultiRadio component
|
|
1019
|
+
([86080d7](https://github.com/MTES-MCT/monitor-ui/commit/86080d755c429ae604ae4ab9c70998dca3ac2389))
|
|
1020
|
+
- **fields:** create Toggle component
|
|
1021
|
+
([6a649cd](https://github.com/MTES-MCT/monitor-ui/commit/6a649cd2733055f9b13ebc988e61a2138cfeb637))
|
|
793
1022
|
|
|
794
1023
|
### Bug Fixes
|
|
795
1024
|
|
|
796
|
-
|
|
1025
|
+
- **fields:** update error mode for MultiRadio component
|
|
1026
|
+
([b7babe9](https://github.com/MTES-MCT/monitor-ui/commit/b7babe98124929cd707ce67e80f710351181eca1))
|
|
797
1027
|
|
|
798
1028
|
## [11.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.5.1...v11.6.0) (2024-02-05)
|
|
799
1029
|
|
|
800
|
-
|
|
801
1030
|
### Features
|
|
802
1031
|
|
|
803
|
-
|
|
1032
|
+
- **icons:** add warning icon
|
|
1033
|
+
([1d7cc3f](https://github.com/MTES-MCT/monitor-ui/commit/1d7cc3fc20716454ae4dbb80571959eb8e48f166))
|
|
804
1034
|
|
|
805
1035
|
## [11.5.1](https://github.com/MTES-MCT/monitor-ui/compare/v11.5.0...v11.5.1) (2024-02-05)
|
|
806
1036
|
|
|
807
|
-
|
|
808
1037
|
### Bug Fixes
|
|
809
1038
|
|
|
810
|
-
|
|
1039
|
+
- **build:** force rsuite version to 5.45.0 before fixing cy.fill() command
|
|
1040
|
+
([949e6ed](https://github.com/MTES-MCT/monitor-ui/commit/949e6ed04b6f922eaf8cd6118b2aa10e9780ab24))
|
|
811
1041
|
|
|
812
1042
|
## [11.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.4.0...v11.5.0) (2024-02-02)
|
|
813
1043
|
|
|
814
|
-
|
|
815
1044
|
### Features
|
|
816
1045
|
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
1046
|
+
- **types:** add optional children prop to Option
|
|
1047
|
+
([0a2a934](https://github.com/MTES-MCT/monitor-ui/commit/0a2a934475b75dc9c81f7057a383bd1e5635653c))
|
|
1048
|
+
- **types:** add PartialExcept & UndefineExcept
|
|
1049
|
+
([c33afe1](https://github.com/MTES-MCT/monitor-ui/commit/c33afe1c7745d1e3e0c18eea6a8663748be29a86))
|
|
1050
|
+
- **types:** expose AnyObject & Native\* types
|
|
1051
|
+
([e9d267f](https://github.com/MTES-MCT/monitor-ui/commit/e9d267f358285a2ee96e36c87d584930465337c7))
|
|
821
1052
|
|
|
822
1053
|
### Bug Fixes
|
|
823
1054
|
|
|
824
|
-
|
|
1055
|
+
- **types:** expose missing PartialExcept & UndefineExcept
|
|
1056
|
+
([0d59087](https://github.com/MTES-MCT/monitor-ui/commit/0d590876c1df7498347a26a5ee3439cc335bbdc3))
|
|
825
1057
|
|
|
826
1058
|
## [11.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.3.0...v11.4.0) (2024-01-24)
|
|
827
1059
|
|
|
828
|
-
|
|
829
1060
|
### Features
|
|
830
1061
|
|
|
831
|
-
|
|
1062
|
+
- **entities:** add getControlUnitResourceCategoryFromType() util
|
|
1063
|
+
([c9a8545](https://github.com/MTES-MCT/monitor-ui/commit/c9a854554ac900794d3bce18f8a539013c8397c8))
|
|
832
1064
|
|
|
833
1065
|
## [11.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.2.0...v11.3.0) (2024-01-22)
|
|
834
1066
|
|
|
835
|
-
|
|
836
1067
|
### Features
|
|
837
1068
|
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
1069
|
+
- **components:** add warning accent for Buttons
|
|
1070
|
+
([dbe77d2](https://github.com/MTES-MCT/monitor-ui/commit/dbe77d2e543781d5962e032eab84483707babd21))
|
|
1071
|
+
- **entities:** add ControlUnitResourceCategory enum
|
|
1072
|
+
([29a007b](https://github.com/MTES-MCT/monitor-ui/commit/29a007b2cc8958e29731a26602aa15cb7b2015b7))
|
|
841
1073
|
|
|
842
1074
|
### Bug Fixes
|
|
843
1075
|
|
|
844
|
-
|
|
1076
|
+
- **utils:** add missing generic type in getOptionsFromLabelledEnum()
|
|
1077
|
+
([c1f0a5a](https://github.com/MTES-MCT/monitor-ui/commit/c1f0a5aecc68235eb4a40a2913753879cbe4c47b))
|
|
845
1078
|
|
|
846
1079
|
## [11.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.1.0...v11.2.0) (2024-01-18)
|
|
847
1080
|
|
|
848
|
-
|
|
849
1081
|
### Features
|
|
850
1082
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
1083
|
+
- add Open Sans Variable font
|
|
1084
|
+
([c2049c5](https://github.com/MTES-MCT/monitor-ui/commit/c2049c5acca76c71b1de39176871314db5599cc0))
|
|
1085
|
+
- **elements:** add Figure
|
|
1086
|
+
([0e5a3dc](https://github.com/MTES-MCT/monitor-ui/commit/0e5a3dc04df50bc1940607ed6b394a1ba6ffd010))
|
|
854
1087
|
|
|
855
1088
|
### Bug Fixes
|
|
856
1089
|
|
|
857
|
-
|
|
1090
|
+
- use local Open Sans font from assets instead of dependency
|
|
1091
|
+
([88e7f2e](https://github.com/MTES-MCT/monitor-ui/commit/88e7f2ec04d338314d51512013902466542d28fa))
|
|
858
1092
|
|
|
859
1093
|
## [11.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v11.0.1...v11.1.0) (2024-01-17)
|
|
860
1094
|
|
|
861
|
-
|
|
862
1095
|
### Features
|
|
863
1096
|
|
|
864
|
-
|
|
1097
|
+
- **components:** allow title prop on MapMenuDialog.Title
|
|
1098
|
+
([70e03b3](https://github.com/MTES-MCT/monitor-ui/commit/70e03b39e90b591c3723ac851c4b4745c518ebae))
|
|
865
1099
|
|
|
866
1100
|
## [11.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v11.0.0...v11.0.1) (2024-01-17)
|
|
867
1101
|
|
|
868
|
-
|
|
869
1102
|
### Bug Fixes
|
|
870
1103
|
|
|
871
|
-
|
|
1104
|
+
- **icon:** fix Attention icon
|
|
1105
|
+
([72f0161](https://github.com/MTES-MCT/monitor-ui/commit/72f016188dbe016842a693e441ce8a22532354f5))
|
|
872
1106
|
|
|
873
1107
|
## [11.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.19.1...v11.0.0) (2024-01-16)
|
|
874
1108
|
|
|
875
|
-
|
|
876
1109
|
### ⚠ BREAKING CHANGES
|
|
877
1110
|
|
|
878
|
-
|
|
879
|
-
|
|
1111
|
+
- **tables:** Add width prop in TableWithSelectableRows.Td to have fixed columns size.
|
|
1112
|
+
- **table:** add width prop in TableWithSelectableRows.Td and update table-layout to fixed
|
|
880
1113
|
|
|
881
1114
|
### Features
|
|
882
1115
|
|
|
883
|
-
|
|
884
|
-
|
|
1116
|
+
- **tables:** add width prop in TableWithSelectableRows.Td & update table-layout to fixed
|
|
1117
|
+
([e80f88f](https://github.com/MTES-MCT/monitor-ui/commit/e80f88fb36f5a1210b36e1ef114249c1c1a3586d))
|
|
885
1118
|
|
|
886
1119
|
### Bug Fixes
|
|
887
1120
|
|
|
888
|
-
|
|
1121
|
+
- **table:** add width prop in TableWithSelectableRows.Td and update table-layout to fixed
|
|
1122
|
+
([38a9d3e](https://github.com/MTES-MCT/monitor-ui/commit/38a9d3ef2f8b756b43dc43ebce89f10965c60fd4))
|
|
889
1123
|
|
|
890
1124
|
## [10.19.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.19.0...v10.19.1) (2024-01-15)
|
|
891
1125
|
|