@mtes-mct/monitor-ui 10.19.1 → 11.0.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 +694 -585
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/tables/TableWithSelectableRows/index.d.ts +4 -1
- package/tables/TableWithSelectableRows/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1654 +1,1763 @@
|
|
|
1
|
-
## [10.19.
|
|
1
|
+
## [10.19.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.19.0...v10.19.1) (2024-01-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **table:** update padding in row and add prop isHighlight
|
|
6
|
+
([b129bd1](https://github.com/MTES-MCT/monitor-ui/commit/b129bd1f96a8bee776358d2b6977b284c6e3849f))
|
|
2
7
|
|
|
8
|
+
## [10.19.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.18.0...v10.19.0) (2024-01-10)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
- **field:** add isSearchInput prop to display Search and close icons
|
|
13
|
+
([27e14b0](https://github.com/MTES-MCT/monitor-ui/commit/27e14b0852acd82898dc435a138dbf53e3ce061c))
|
|
7
14
|
|
|
8
15
|
## [10.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.17.1...v10.18.0) (2024-01-09)
|
|
9
16
|
|
|
10
|
-
|
|
11
17
|
### Features
|
|
12
18
|
|
|
13
|
-
|
|
14
|
-
|
|
19
|
+
- **cypress:** add callback to waitForLastRequest command
|
|
20
|
+
([aaded2d](https://github.com/MTES-MCT/monitor-ui/commit/aaded2d43f462a6bbcffc8fa32cad526da4e7413))
|
|
15
21
|
|
|
16
22
|
### Bug Fixes
|
|
17
23
|
|
|
18
|
-
|
|
24
|
+
- **e2e:** fix test with border effect
|
|
25
|
+
([97c82c9](https://github.com/MTES-MCT/monitor-ui/commit/97c82c9b64dfd72a95bda104bb077d78b216b81a))
|
|
19
26
|
|
|
20
27
|
## [10.17.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.17.0...v10.17.1) (2024-01-04)
|
|
21
28
|
|
|
22
|
-
|
|
23
29
|
### Bug Fixes
|
|
24
30
|
|
|
25
|
-
|
|
31
|
+
- **components:** truncate long titles in MapMenuDialog
|
|
32
|
+
([ce25040](https://github.com/MTES-MCT/monitor-ui/commit/ce250400ddd8c955783e1aed5c0253ed14eb3972))
|
|
26
33
|
|
|
27
34
|
## [10.17.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.16.1...v10.17.0) (2024-01-03)
|
|
28
35
|
|
|
29
|
-
|
|
30
36
|
### Features
|
|
31
37
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
- **cypress:** add waitForLastRequest
|
|
39
|
+
([2739040](https://github.com/MTES-MCT/monitor-ui/commit/2739040cf1f6f74a6a38d9902dc485be5003b21d))
|
|
40
|
+
- **hooks:** add useDeepCompareEffect
|
|
41
|
+
([d74f87a](https://github.com/MTES-MCT/monitor-ui/commit/d74f87ac390b636b50ab44d027aff13618a711bd))
|
|
35
42
|
|
|
36
43
|
### Bug Fixes
|
|
37
44
|
|
|
38
|
-
|
|
45
|
+
- **hooks:** fix import
|
|
46
|
+
([bd0449f](https://github.com/MTES-MCT/monitor-ui/commit/bd0449ff7bca816cb1570e2c46aec7bb05a64664))
|
|
39
47
|
|
|
40
48
|
## [10.16.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.16.0...v10.16.1) (2023-12-20)
|
|
41
49
|
|
|
42
|
-
|
|
43
50
|
### Bug Fixes
|
|
44
51
|
|
|
45
|
-
|
|
52
|
+
- **fields:** fix disabled prop in select component
|
|
53
|
+
([ab49d6e](https://github.com/MTES-MCT/monitor-ui/commit/ab49d6ecf026992d00165df6eee60b5266ba3c20))
|
|
46
54
|
|
|
47
55
|
## [10.16.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.15.2...v10.16.0) (2023-12-20)
|
|
48
56
|
|
|
49
|
-
|
|
50
57
|
### Features
|
|
51
58
|
|
|
52
|
-
|
|
59
|
+
- **field:** handle disabled prop on options in Select component
|
|
60
|
+
([dee4b21](https://github.com/MTES-MCT/monitor-ui/commit/dee4b21f100ae0e7083797b328e5294332f4323e))
|
|
53
61
|
|
|
54
62
|
## [10.15.2](https://github.com/MTES-MCT/monitor-ui/compare/v10.15.1...v10.15.2) (2023-12-20)
|
|
55
63
|
|
|
56
|
-
|
|
57
64
|
### Bug Fixes
|
|
58
65
|
|
|
59
|
-
|
|
66
|
+
- **MultiSelect:** fix for long labels in virtualized mode
|
|
67
|
+
([ba2902a](https://github.com/MTES-MCT/monitor-ui/commit/ba2902ac63780a76d884f2c6fedbb469436f143d))
|
|
60
68
|
|
|
61
69
|
## [10.15.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.15.0...v10.15.1) (2023-12-19)
|
|
62
70
|
|
|
63
|
-
|
|
64
71
|
### Bug Fixes
|
|
65
72
|
|
|
66
|
-
|
|
73
|
+
- **theme:** dummy commit to release
|
|
74
|
+
([9312c7e](https://github.com/MTES-MCT/monitor-ui/commit/9312c7e6e106d9ce831d66805534be06576ea3cf))
|
|
67
75
|
|
|
68
76
|
## [10.14.2](https://github.com/MTES-MCT/monitor-ui/compare/v10.14.1...v10.14.2) (2023-12-18)
|
|
69
77
|
|
|
70
|
-
|
|
71
78
|
### Bug Fixes
|
|
72
79
|
|
|
73
|
-
|
|
74
|
-
|
|
80
|
+
- **CoordinatesInput:** fix light mode
|
|
81
|
+
([643d22c](https://github.com/MTES-MCT/monitor-ui/commit/643d22c1632d863e6777b9e7c8f97137a69787dd))
|
|
82
|
+
- **Multiradio:** rework sizing and centering
|
|
83
|
+
([46c9325](https://github.com/MTES-MCT/monitor-ui/commit/46c932564a0109f0eb2a66a902de6457231b52ea))
|
|
75
84
|
|
|
76
85
|
## [10.14.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.14.0...v10.14.1) (2023-12-04)
|
|
77
86
|
|
|
78
87
|
## [10.14.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.13.0...v10.14.0) (2023-11-22)
|
|
79
88
|
|
|
80
|
-
|
|
81
89
|
### Features
|
|
82
90
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
91
|
+
- **utils:** add isEmptyish()
|
|
92
|
+
([085ebda](https://github.com/MTES-MCT/monitor-ui/commit/085ebdabc165ec637c7ab5258b461c2043e6d53e))
|
|
93
|
+
- **utils:** add sortCollectionByLocalizedProps()
|
|
94
|
+
([3b2c2ed](https://github.com/MTES-MCT/monitor-ui/commit/3b2c2ede747c2f1e4d5363d0892fa7b97f9251e4))
|
|
86
95
|
|
|
87
96
|
### Bug Fixes
|
|
88
97
|
|
|
89
|
-
|
|
98
|
+
- **utils:** add missing index exports
|
|
99
|
+
([0dae0a8](https://github.com/MTES-MCT/monitor-ui/commit/0dae0a8635f2f011bc2955e0376f0eec04537eae))
|
|
90
100
|
|
|
91
101
|
## [10.13.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.12.1...v10.13.0) (2023-11-22)
|
|
92
102
|
|
|
93
|
-
|
|
94
103
|
### Features
|
|
95
104
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
105
|
+
- **entities:** add Administration, ControlUnit, DepartmentArea & Station
|
|
106
|
+
([9f04ac9](https://github.com/MTES-MCT/monitor-ui/commit/9f04ac996d7723504ad5e2d77bc5cc560b68bfcd))
|
|
107
|
+
- **field:** handle disabled prop on options in MultiCheckbox component
|
|
108
|
+
([5f43efc](https://github.com/MTES-MCT/monitor-ui/commit/5f43efcec90b969c2dbad036482bd25366f783fd))
|
|
99
109
|
|
|
100
110
|
### Bug Fixes
|
|
101
111
|
|
|
102
|
-
|
|
103
|
-
|
|
112
|
+
- **elements:** fix checkpicker style
|
|
113
|
+
([d3e2efd](https://github.com/MTES-MCT/monitor-ui/commit/d3e2efdfc8756fd1058a60eb9d3aebae73c7ef4e))
|
|
114
|
+
- **fields:** fix date picker size
|
|
115
|
+
([6114596](https://github.com/MTES-MCT/monitor-ui/commit/61145962e51206022c3fa27485ce60e926642db9))
|
|
104
116
|
|
|
105
117
|
## [10.12.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.12.0...v10.12.1) (2023-11-15)
|
|
106
118
|
|
|
107
|
-
|
|
108
119
|
### Bug Fixes
|
|
109
120
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
121
|
+
- **icon:** fix info icon
|
|
122
|
+
([2261c5f](https://github.com/MTES-MCT/monitor-ui/commit/2261c5f9a8ed592017cb9b2604c14619297050e0))
|
|
123
|
+
- **icons:** set transparent background color for RapportNav icons
|
|
124
|
+
([7a002bf](https://github.com/MTES-MCT/monitor-ui/commit/7a002bfb64a05579b6713c28a94b742cedb4f5b9))
|
|
125
|
+
- **icons:** update icon components after svg change
|
|
126
|
+
([8f00fe8](https://github.com/MTES-MCT/monitor-ui/commit/8f00fe88241cf19a9d68a4a416122d6d7af232e5))
|
|
113
127
|
|
|
114
128
|
## [10.12.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.11.0...v10.12.0) (2023-11-10)
|
|
115
129
|
|
|
116
|
-
|
|
117
130
|
### Features
|
|
118
131
|
|
|
119
|
-
|
|
120
|
-
|
|
132
|
+
- **cypress:** add tests e2e
|
|
133
|
+
([cc1f8b9](https://github.com/MTES-MCT/monitor-ui/commit/cc1f8b98cf409e068010ee040deea034eb7a7571))
|
|
121
134
|
|
|
122
135
|
### Bug Fixes
|
|
123
136
|
|
|
124
|
-
|
|
137
|
+
- **fields:** return all results when user delete search in CheckPicker, Select and MultiSelect
|
|
138
|
+
([0e8fa67](https://github.com/MTES-MCT/monitor-ui/commit/0e8fa6703ba29e2abd0de9ba2f48b99abe087e5e))
|
|
125
139
|
|
|
126
140
|
## [10.11.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.10.0...v10.11.0) (2023-11-08)
|
|
127
141
|
|
|
128
|
-
|
|
129
142
|
### Features
|
|
130
143
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
144
|
+
- **elements:** deprecate bulletColor and bullet props
|
|
145
|
+
([3aa1b94](https://github.com/MTES-MCT/monitor-ui/commit/3aa1b94372a7f6f899f5480cd827bcb4bce9a9b1))
|
|
146
|
+
- **elements:** update variable name
|
|
147
|
+
([1c1f593](https://github.com/MTES-MCT/monitor-ui/commit/1c1f5933b6987fa49053e6f66f71d53c1883199f))
|
|
148
|
+
- **elements:** use Dot icon for bullet in tag component
|
|
149
|
+
([0558562](https://github.com/MTES-MCT/monitor-ui/commit/0558562e66525c991674c6706ea01f0fe6208cc9))
|
|
135
150
|
|
|
136
151
|
### Bug Fixes
|
|
137
152
|
|
|
138
|
-
|
|
153
|
+
- **icons:** fix command to generate icons
|
|
154
|
+
([3697d30](https://github.com/MTES-MCT/monitor-ui/commit/3697d30a6ae010f578523a0d13309a9ac536eafb))
|
|
139
155
|
|
|
140
156
|
## [10.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.9.3...v10.10.0) (2023-11-08)
|
|
141
157
|
|
|
142
|
-
|
|
143
158
|
### Features
|
|
144
159
|
|
|
145
|
-
|
|
160
|
+
- **icons:** add Dot and DotFilled icons
|
|
161
|
+
([527aa30](https://github.com/MTES-MCT/monitor-ui/commit/527aa30d19bee8ade610e4caf249ac236e94c9b2))
|
|
146
162
|
|
|
147
163
|
## [10.9.3](https://github.com/MTES-MCT/monitor-ui/compare/v10.9.2...v10.9.3) (2023-10-30)
|
|
148
164
|
|
|
149
|
-
|
|
150
165
|
### Bug Fixes
|
|
151
166
|
|
|
152
|
-
|
|
167
|
+
- **utils:** make getHashFromCollection() browser-compatible
|
|
168
|
+
([16aae19](https://github.com/MTES-MCT/monitor-ui/commit/16aae193ada90e2a0d8a883b5ede491070f21194))
|
|
153
169
|
|
|
154
170
|
## [10.9.2](https://github.com/MTES-MCT/monitor-ui/compare/v10.9.1...v10.9.2) (2023-10-30)
|
|
155
171
|
|
|
156
|
-
|
|
157
172
|
### Bug Fixes
|
|
158
173
|
|
|
159
|
-
|
|
174
|
+
- **theme:** replace goldenPoppy25 color
|
|
175
|
+
([5afebe6](https://github.com/MTES-MCT/monitor-ui/commit/5afebe6e93b01e9a2349a3e89da86bf97aa2931d))
|
|
160
176
|
|
|
161
177
|
## [10.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.9.0...v10.9.1) (2023-10-27)
|
|
162
178
|
|
|
163
|
-
|
|
164
179
|
### Bug Fixes
|
|
165
180
|
|
|
166
|
-
|
|
181
|
+
- **field:** fix Select when disabled
|
|
182
|
+
([a352ecd](https://github.com/MTES-MCT/monitor-ui/commit/a352ecd0081bbf174620379b1b1302f09a50330d))
|
|
167
183
|
|
|
168
184
|
## [10.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.8.0...v10.9.0) (2023-10-26)
|
|
169
185
|
|
|
170
|
-
|
|
171
186
|
### Features
|
|
172
187
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
188
|
+
- **cypress:** add pickCheckPickerOptions
|
|
189
|
+
([6ea2e84](https://github.com/MTES-MCT/monitor-ui/commit/6ea2e844a171d925f460b1cdba115cf598f8991a))
|
|
190
|
+
- **field:** clean component typing
|
|
191
|
+
([371f065](https://github.com/MTES-MCT/monitor-ui/commit/371f06563cfe3aa6e609a9f2eb993a0fa685785f))
|
|
192
|
+
- **fields:** create CheckPicker component
|
|
193
|
+
([ab60aa4](https://github.com/MTES-MCT/monitor-ui/commit/ab60aa4df799282541bf39fdef2d3f2282354788))
|
|
194
|
+
- **field:** update check picker story
|
|
195
|
+
([ec91b02](https://github.com/MTES-MCT/monitor-ui/commit/ec91b02403f675f9fce1cc028876852b9491ff3f))
|
|
178
196
|
|
|
179
197
|
### Bug Fixes
|
|
180
198
|
|
|
181
|
-
|
|
182
|
-
|
|
199
|
+
- **field:** add test and cleans style for CheckPicker component
|
|
200
|
+
([ea13e7b](https://github.com/MTES-MCT/monitor-ui/commit/ea13e7b093754abd6e0b777206564d7d2e73a419))
|
|
201
|
+
- **filed:** fix MultiSelect when disabled
|
|
202
|
+
([92e45ee](https://github.com/MTES-MCT/monitor-ui/commit/92e45eec198d469542e05f8df82881bf4418f6c2))
|
|
183
203
|
|
|
184
204
|
## [10.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.7.0...v10.8.0) (2023-10-25)
|
|
185
205
|
|
|
186
|
-
|
|
187
206
|
### Features
|
|
188
207
|
|
|
189
|
-
|
|
190
|
-
|
|
208
|
+
- extend styled-components to v6 in peer deps
|
|
209
|
+
([440bd78](https://github.com/MTES-MCT/monitor-ui/commit/440bd7821639b55e7a23f276869cd890109af714))
|
|
191
210
|
|
|
192
211
|
### Bug Fixes
|
|
193
212
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
213
|
+
- **build:** migrate to SWC with full ESM
|
|
214
|
+
([9854e11](https://github.com/MTES-MCT/monitor-ui/commit/9854e1179ade9805e081faa68db93398188c4d91))
|
|
215
|
+
- fix styled-components related types
|
|
216
|
+
([209a3bf](https://github.com/MTES-MCT/monitor-ui/commit/209a3bf07a85238f6da5bee8a7712021fb88bbfe))
|
|
217
|
+
- **formiks:** return undefined in FormikCheckbox handleChange()
|
|
218
|
+
([369035d](https://github.com/MTES-MCT/monitor-ui/commit/369035dbb69062b84d1098ed4660479918e3ff8e))
|
|
197
219
|
|
|
198
220
|
## [10.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.6.0...v10.7.0) (2023-10-24)
|
|
199
221
|
|
|
200
|
-
|
|
201
222
|
### Features
|
|
202
223
|
|
|
203
|
-
|
|
204
|
-
|
|
224
|
+
- **libs:** add withCacheInvalidation option in CustomSearch
|
|
225
|
+
([537f8c4](https://github.com/MTES-MCT/monitor-ui/commit/537f8c487f96c903d2b0e7b3ad4cafae7e734f0a))
|
|
226
|
+
- **utils:** add getHashFromCollection()
|
|
227
|
+
([b3ea1b6](https://github.com/MTES-MCT/monitor-ui/commit/b3ea1b6eff17cdf6eb8f28e6233488e44fa3d4ea))
|
|
205
228
|
|
|
206
229
|
## [10.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.5.0...v10.6.0) (2023-10-18)
|
|
207
230
|
|
|
208
|
-
|
|
209
231
|
### Features
|
|
210
232
|
|
|
211
|
-
|
|
233
|
+
- **icons:** add Car ([8bc41e3](https://github.com/MTES-MCT/monitor-ui/commit/8bc41e30ddd50b23751049416062eb2716789386))
|
|
212
234
|
|
|
213
235
|
## [10.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.4.0...v10.5.0) (2023-10-16)
|
|
214
236
|
|
|
215
|
-
|
|
216
237
|
### Features
|
|
217
238
|
|
|
218
|
-
|
|
239
|
+
- **cypress:** add cy.getTableRowByText() command
|
|
240
|
+
([944c010](https://github.com/MTES-MCT/monitor-ui/commit/944c0108073d1ff070fa417a0c0399f14a0ceb57))
|
|
219
241
|
|
|
220
242
|
## [10.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.3.1...v10.4.0) (2023-10-11)
|
|
221
243
|
|
|
222
|
-
|
|
223
244
|
### Features
|
|
224
245
|
|
|
225
|
-
|
|
226
|
-
|
|
246
|
+
- **components:** add message component
|
|
247
|
+
([ee05bc1](https://github.com/MTES-MCT/monitor-ui/commit/ee05bc1ac50185c105560107850213973dd2d741))
|
|
227
248
|
|
|
228
249
|
### Bug Fixes
|
|
229
250
|
|
|
230
|
-
|
|
251
|
+
- **components:** fix ts types
|
|
252
|
+
([49ed263](https://github.com/MTES-MCT/monitor-ui/commit/49ed2637efa16262e4f06401cdf1adc2d2667b4b))
|
|
231
253
|
|
|
232
254
|
## [10.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.3.0...v10.3.1) (2023-10-10)
|
|
233
255
|
|
|
234
|
-
|
|
235
256
|
### Bug Fixes
|
|
236
257
|
|
|
237
|
-
|
|
258
|
+
- **theme:** update goldenPoppy25
|
|
259
|
+
([bb4901f](https://github.com/MTES-MCT/monitor-ui/commit/bb4901ff2a4e19919975540c4be3f2f662969fe8))
|
|
238
260
|
|
|
239
261
|
## [10.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.2.1...v10.3.0) (2023-10-05)
|
|
240
262
|
|
|
241
|
-
|
|
242
263
|
### Features
|
|
243
264
|
|
|
244
|
-
|
|
265
|
+
- **theme:** add goldenPoppy25
|
|
266
|
+
([ecc4220](https://github.com/MTES-MCT/monitor-ui/commit/ecc4220a383ddb9fd33372a7df16c625ae04f88e))
|
|
245
267
|
|
|
246
268
|
## [10.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.2.0...v10.2.1) (2023-10-03)
|
|
247
269
|
|
|
248
|
-
|
|
249
270
|
### Bug Fixes
|
|
250
271
|
|
|
251
|
-
|
|
252
|
-
|
|
272
|
+
- **elements:** add backgroundColor prop and fix icon size in Tag component
|
|
273
|
+
([f58b3f4](https://github.com/MTES-MCT/monitor-ui/commit/f58b3f42746286b9a27b04018101e4cd2f2263f6))
|
|
274
|
+
- **elements:** add borderColor prop in Tag component
|
|
275
|
+
([1d54f61](https://github.com/MTES-MCT/monitor-ui/commit/1d54f61d80f2fc1224bcd69fe0e775dda33fbc06))
|
|
253
276
|
|
|
254
277
|
## [10.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.1.1...v10.2.0) (2023-10-02)
|
|
255
278
|
|
|
256
|
-
|
|
257
279
|
### Features
|
|
258
280
|
|
|
259
|
-
|
|
281
|
+
- **field:** add disabled prop on Option type to handle case where only certain options are disabled
|
|
282
|
+
([58dc8f8](https://github.com/MTES-MCT/monitor-ui/commit/58dc8f8342dcac01f6d59ca5e05bfc4b05b738a7))
|
|
260
283
|
|
|
261
284
|
## [10.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.1.0...v10.1.1) (2023-09-27)
|
|
262
285
|
|
|
263
286
|
# [10.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.0.0...v10.1.0) (2023-09-27)
|
|
264
287
|
|
|
265
|
-
|
|
266
288
|
### Features
|
|
267
289
|
|
|
268
|
-
|
|
290
|
+
- **cypress:** add getTableRowById() custom command
|
|
291
|
+
([c9ccd60](https://github.com/MTES-MCT/monitor-ui/commit/c9ccd607cd502bb15c3cd61f504ffcd0a0eb878f))
|
|
269
292
|
|
|
270
293
|
# [10.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.4.0...v10.0.0) (2023-09-25)
|
|
271
294
|
|
|
272
|
-
|
|
273
295
|
### Bug Fixes
|
|
274
296
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
* feat(theme)!: add new color and update accentuation colors ([0d673f4](https://github.com/MTES-MCT/monitor-ui/commit/0d673f44c27a1b5d9c98a589dc90e2c6b974904e))
|
|
297
|
+
- **fields:** prevent onChange event on readOnly mode
|
|
298
|
+
([73ebb17](https://github.com/MTES-MCT/monitor-ui/commit/73ebb1737fb4044e340e35ada565fa323f47d89f))
|
|
279
299
|
|
|
300
|
+
- feat(theme)!: add new color and update accentuation colors
|
|
301
|
+
([0d673f4](https://github.com/MTES-MCT/monitor-ui/commit/0d673f44c27a1b5d9c98a589dc90e2c6b974904e))
|
|
280
302
|
|
|
281
303
|
### Features
|
|
282
304
|
|
|
283
|
-
|
|
284
|
-
|
|
305
|
+
- **fields:** add isReadOnly prop on multiRadio component and add custom style for plaintext
|
|
306
|
+
([7b903cc](https://github.com/MTES-MCT/monitor-ui/commit/7b903ccb91ba9c227534f25c35edcac12f54fd47))
|
|
285
307
|
|
|
286
308
|
### BREAKING CHANGES
|
|
287
309
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
Exemple: `blueYonder[25]` becomes `blueYonder25`
|
|
310
|
+
- Accentuation colors are no longer objects with key accentuation but just string with this pattern
|
|
311
|
+
`colorAccentuationNumber`. Exemple: `blueYonder[25]` becomes `blueYonder25`
|
|
291
312
|
|
|
292
313
|
# [9.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.3.0...v9.4.0) (2023-09-20)
|
|
293
314
|
|
|
294
|
-
|
|
295
315
|
### Features
|
|
296
316
|
|
|
297
|
-
|
|
298
|
-
|
|
317
|
+
- **icons:** add EditUnbordered icon
|
|
318
|
+
([743b90c](https://github.com/MTES-MCT/monitor-ui/commit/743b90ce4f03a0f08c73cf41f9595e956bc6676a))
|
|
319
|
+
- **icons:** add Link andUnlink icons
|
|
320
|
+
([5b001a3](https://github.com/MTES-MCT/monitor-ui/commit/5b001a313539626d88f28100557ddf8fe1abf0d8))
|
|
299
321
|
|
|
300
322
|
# [9.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.2.2...v9.3.0) (2023-09-19)
|
|
301
323
|
|
|
302
|
-
|
|
303
324
|
### Bug Fixes
|
|
304
325
|
|
|
305
|
-
|
|
306
|
-
|
|
326
|
+
- **button:** update settings for large button
|
|
327
|
+
([62eca52](https://github.com/MTES-MCT/monitor-ui/commit/62eca522e98320f5974f654ee97f7be28d6097c6))
|
|
307
328
|
|
|
308
329
|
### Features
|
|
309
330
|
|
|
310
|
-
|
|
311
|
-
|
|
331
|
+
- **icons:** add icons
|
|
332
|
+
([87e6577](https://github.com/MTES-MCT/monitor-ui/commit/87e657787b200f8605385f8e7b2fd61db45dcc6c))
|
|
333
|
+
- **theme:** add custom zones colors
|
|
334
|
+
([957b7a3](https://github.com/MTES-MCT/monitor-ui/commit/957b7a3a315ca003012788c760a9172f5fbea797))
|
|
312
335
|
|
|
313
336
|
## [9.2.2](https://github.com/MTES-MCT/monitor-ui/compare/v9.2.1...v9.2.2) (2023-09-08)
|
|
314
337
|
|
|
315
|
-
|
|
316
338
|
### Bug Fixes
|
|
317
339
|
|
|
318
|
-
|
|
340
|
+
- **tables:** remove secondary generic type in DataTable
|
|
341
|
+
([ff2208c](https://github.com/MTES-MCT/monitor-ui/commit/ff2208c13b2db93260ca3999e2ca85357aa09ba9))
|
|
319
342
|
|
|
320
343
|
## [9.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v9.2.0...v9.2.1) (2023-09-08)
|
|
321
344
|
|
|
322
345
|
# [9.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.1.1...v9.2.0) (2023-09-08)
|
|
323
346
|
|
|
324
|
-
|
|
325
347
|
### Bug Fixes
|
|
326
348
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
349
|
+
- **assets:** add missing namespace prop in PinFilled.svg
|
|
350
|
+
([45c51e7](https://github.com/MTES-MCT/monitor-ui/commit/45c51e768ad85e2d12c0ccd23e0ad7a72e8fa3fa))
|
|
351
|
+
- upgrade tslib from 2.5.3 to 2.6.0
|
|
352
|
+
([ec49963](https://github.com/MTES-MCT/monitor-ui/commit/ec4996339470eca216884d75abddc8ea58b20655))
|
|
330
353
|
|
|
331
354
|
### Features
|
|
332
355
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
356
|
+
- **components:** add DefaultTable
|
|
357
|
+
([33926ed](https://github.com/MTES-MCT/monitor-ui/commit/33926ed2b1f69ca22e4ac22c06b3f1dca42a6a51))
|
|
358
|
+
- **components:** remove EditButton from DefaultTable
|
|
359
|
+
([67342ba](https://github.com/MTES-MCT/monitor-ui/commit/67342ba6dd2a5cc4dd041cabf37cd114f49e8c3e))
|
|
360
|
+
- **cypres:** add Cypress v13 support
|
|
361
|
+
([21df390](https://github.com/MTES-MCT/monitor-ui/commit/21df390cd6e7e8960528675dc10413af0a4ec089))
|
|
362
|
+
- **icons:** add ControlUnit, Plane & SelectCircle
|
|
363
|
+
([64a8bfa](https://github.com/MTES-MCT/monitor-ui/commit/64a8bfae3b82f8179e5451b7f54e9f5229e20f07))
|
|
364
|
+
- **tables:** rename DefaultTable to DataTable
|
|
365
|
+
([3904123](https://github.com/MTES-MCT/monitor-ui/commit/390412398bad3862a755c878087c0e9eb6626327))
|
|
338
366
|
|
|
339
367
|
## [9.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v9.1.0...v9.1.1) (2023-08-30)
|
|
340
368
|
|
|
341
|
-
|
|
342
369
|
### Bug Fixes
|
|
343
370
|
|
|
344
|
-
|
|
371
|
+
- **libs:** ignoreLocation by default when using fuzzySearch
|
|
372
|
+
([1cee6f2](https://github.com/MTES-MCT/monitor-ui/commit/1cee6f25ea88b5d1fcafdcd0e0233459d2479dc3))
|
|
345
373
|
|
|
346
374
|
# [9.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v9.0.1...v9.1.0) (2023-08-25)
|
|
347
375
|
|
|
348
|
-
|
|
349
376
|
### Features
|
|
350
377
|
|
|
351
|
-
|
|
378
|
+
- **elements:** add isCompact prop to IconButton
|
|
379
|
+
([ec25e63](https://github.com/MTES-MCT/monitor-ui/commit/ec25e63a2dc4b5a2ba846c499819ac02c6a91651))
|
|
352
380
|
|
|
353
381
|
## [9.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v9.0.0...v9.0.1) (2023-08-23)
|
|
354
382
|
|
|
355
|
-
|
|
356
383
|
### Bug Fixes
|
|
357
384
|
|
|
358
|
-
|
|
385
|
+
- **components:** fix secondary dropdown item size
|
|
386
|
+
([1cb5c9c](https://github.com/MTES-MCT/monitor-ui/commit/1cb5c9c95c349581fb4ae1b9ac9bf3cd04718698))
|
|
359
387
|
|
|
360
388
|
# [9.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.8.0...v9.0.0) (2023-08-23)
|
|
361
389
|
|
|
362
|
-
|
|
363
390
|
### Bug Fixes
|
|
364
391
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
* feat(utils)!: add prop to getOptionsFromLabelledEnum function for sorted or not the options ([4ff53fe](https://github.com/MTES-MCT/monitor-ui/commit/4ff53fe398f3ac2d24a858f2f4c305d7880a22d0))
|
|
392
|
+
- **utils:** fix getCoordinates rounding
|
|
393
|
+
([622d9fc](https://github.com/MTES-MCT/monitor-ui/commit/622d9fc887b663a92a30b74bd8a64bfb56acf40d))
|
|
369
394
|
|
|
395
|
+
- feat(utils)!: add prop to getOptionsFromLabelledEnum function for sorted or not the options
|
|
396
|
+
([4ff53fe](https://github.com/MTES-MCT/monitor-ui/commit/4ff53fe398f3ac2d24a858f2f4c305d7880a22d0))
|
|
370
397
|
|
|
371
398
|
### BREAKING CHANGES
|
|
372
399
|
|
|
373
|
-
|
|
400
|
+
- - add mustSort prop with default value to false for sorted or not the options
|
|
374
401
|
|
|
375
402
|
# [8.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.7.0...v8.8.0) (2023-08-22)
|
|
376
403
|
|
|
377
|
-
|
|
378
404
|
### Features
|
|
379
405
|
|
|
380
|
-
|
|
381
|
-
|
|
406
|
+
- **utils:** add pluralize()
|
|
407
|
+
([57663f7](https://github.com/MTES-MCT/monitor-ui/commit/57663f78110e0ea66771a74699c712eb757431d1))
|
|
408
|
+
- **utils:** expose cleanString() & normalizeString()
|
|
409
|
+
([41a6a6f](https://github.com/MTES-MCT/monitor-ui/commit/41a6a6f936e403aa66bf999664f0e5ad1f7c63fd))
|
|
382
410
|
|
|
383
411
|
# [8.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.6.1...v8.7.0) (2023-08-22)
|
|
384
412
|
|
|
385
|
-
|
|
386
413
|
### Features
|
|
387
414
|
|
|
388
|
-
|
|
415
|
+
- **icons:** add icons
|
|
416
|
+
([ace2a82](https://github.com/MTES-MCT/monitor-ui/commit/ace2a821c9baf8b78091111e4801706b37b3c2ee))
|
|
389
417
|
|
|
390
418
|
## [8.6.1](https://github.com/MTES-MCT/monitor-ui/compare/v8.6.0...v8.6.1) (2023-08-21)
|
|
391
419
|
|
|
392
|
-
|
|
393
420
|
### Bug Fixes
|
|
394
421
|
|
|
395
|
-
|
|
422
|
+
- **components:** fix style and rename MapMenuModal in MapMenuDialog
|
|
423
|
+
([680b320](https://github.com/MTES-MCT/monitor-ui/commit/680b32091858f05151e0d627d3b85c96757af465))
|
|
396
424
|
|
|
397
425
|
# [8.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.5.0...v8.6.0) (2023-08-21)
|
|
398
426
|
|
|
399
|
-
|
|
400
427
|
### Features
|
|
401
428
|
|
|
402
|
-
|
|
429
|
+
- **types:** add Filter public type
|
|
430
|
+
([bac46f9](https://github.com/MTES-MCT/monitor-ui/commit/bac46f90fa20802e0b2745b7deca4a4c52cca589))
|
|
403
431
|
|
|
404
432
|
# [8.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.4.0...v8.5.0) (2023-08-20)
|
|
405
433
|
|
|
406
|
-
|
|
407
434
|
### Features
|
|
408
435
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
436
|
+
- add internal Native types
|
|
437
|
+
([41f0329](https://github.com/MTES-MCT/monitor-ui/commit/41f03299a08b32e12ffefaf55c5f1331a5ac08f3))
|
|
438
|
+
- **types:** add public type UndefineExceptArrays
|
|
439
|
+
([931edc8](https://github.com/MTES-MCT/monitor-ui/commit/931edc814a333be0333e8ccc2a6ef59e95ff43a7))
|
|
440
|
+
- **utils:** add getOptionsFromIdAndName()
|
|
441
|
+
([e9b8865](https://github.com/MTES-MCT/monitor-ui/commit/e9b8865243215b66e9ae8cdd067f55d7fa0ad60a))
|
|
442
|
+
- **utils:** add getOptionsFromLabelledEnum()
|
|
443
|
+
([c4b185e](https://github.com/MTES-MCT/monitor-ui/commit/c4b185e5f7ada189d5a101ec29feda6e31aeb86b))
|
|
444
|
+
- **utils:** add isArray()
|
|
445
|
+
([7d9bd10](https://github.com/MTES-MCT/monitor-ui/commit/7d9bd10b66908949fa4b65794597cb23653a1ba9))
|
|
446
|
+
- **utils:** add isDefined()
|
|
447
|
+
([0e49bc9](https://github.com/MTES-MCT/monitor-ui/commit/0e49bc9b9a7663dff61cc9dc0ab64abace81e60c))
|
|
448
|
+
- **utils:** add isObject()
|
|
449
|
+
([9e1595a](https://github.com/MTES-MCT/monitor-ui/commit/9e1595a330ff3f3f7afb4af9cabdea592558434b))
|
|
450
|
+
- **utils:** add nullify()
|
|
451
|
+
([9d21221](https://github.com/MTES-MCT/monitor-ui/commit/9d21221d126e1d27e5aa56b038ebae24766175f2))
|
|
452
|
+
- **utils:** add undefine()
|
|
453
|
+
([2fbfcf4](https://github.com/MTES-MCT/monitor-ui/commit/2fbfcf4064822efbbf6aca5a386ff3f4e3c2c1a6))
|
|
418
454
|
|
|
419
455
|
# [8.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.3.0...v8.4.0) (2023-08-17)
|
|
420
456
|
|
|
421
|
-
|
|
422
457
|
### Bug Fixes
|
|
423
458
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
459
|
+
- **ci:** fix ci for dependabot
|
|
460
|
+
([d386c4d](https://github.com/MTES-MCT/monitor-ui/commit/d386c4d952a0695678475af7f4c727dfd35b4948))
|
|
461
|
+
- **components:** fix MapMenuModal z-index
|
|
462
|
+
([802e9fa](https://github.com/MTES-MCT/monitor-ui/commit/802e9fa32561932823fa0eaf4a5931a709454859))
|
|
463
|
+
- **components:** fix MapMenuModal.Footer z-index
|
|
464
|
+
([03f55fc](https://github.com/MTES-MCT/monitor-ui/commit/03f55fca037894f3e6abe2082c0456b6666130de))
|
|
465
|
+
- **components:** fix SingleTag component max size
|
|
466
|
+
([fb20e3a](https://github.com/MTES-MCT/monitor-ui/commit/fb20e3a87af185c7fa2ba218a865e71f1985da48))
|
|
467
|
+
- **fields:** add style for single calendar in DateRangePicker component
|
|
468
|
+
([f70380f](https://github.com/MTES-MCT/monitor-ui/commit/f70380f2de3ca7a82b4a265ed042ea8694d07a13))
|
|
469
|
+
- **fields:** update dateRangePicker style
|
|
470
|
+
([8a783a8](https://github.com/MTES-MCT/monitor-ui/commit/8a783a850c21ef3b787218fdd2778d7e21a10677))
|
|
471
|
+
- **tests:** update DateRangePicker story
|
|
472
|
+
([c20a373](https://github.com/MTES-MCT/monitor-ui/commit/c20a373c37e487b2d5cdc0bdf7d70feedf2089ea))
|
|
432
473
|
|
|
433
474
|
### Features
|
|
434
475
|
|
|
435
|
-
|
|
476
|
+
- **fields:** add showOneCalendar prop to DateRangerPicker component
|
|
477
|
+
([804296a](https://github.com/MTES-MCT/monitor-ui/commit/804296afb955f329f0cd55973d8d1c7ea28db9fc))
|
|
436
478
|
|
|
437
479
|
# [8.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.2.0...v8.3.0) (2023-08-11)
|
|
438
480
|
|
|
439
|
-
|
|
440
481
|
### Features
|
|
441
482
|
|
|
442
|
-
|
|
443
|
-
|
|
483
|
+
- **component:** create MapMenuModal component
|
|
484
|
+
([07ff8b5](https://github.com/MTES-MCT/monitor-ui/commit/07ff8b5f41a9367e3131b47e904a6861d5f8c752))
|
|
485
|
+
- **components:** create secondary accent for single tag component
|
|
486
|
+
([259bb32](https://github.com/MTES-MCT/monitor-ui/commit/259bb3206f31231ba4af755c2f083c287e1136b4))
|
|
444
487
|
|
|
445
488
|
# [8.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.1.1...v8.2.0) (2023-08-10)
|
|
446
489
|
|
|
447
|
-
|
|
448
490
|
### Features
|
|
449
491
|
|
|
450
|
-
|
|
451
|
-
|
|
492
|
+
- **components:** create primary and secondary accent for dropdown component
|
|
493
|
+
([7e29c6a](https://github.com/MTES-MCT/monitor-ui/commit/7e29c6a6d81a610b5a97c2fc4271adfd6504d8f1))
|
|
494
|
+
- **elements:** add buttonsGroup component in TableWithSelectableRows component
|
|
495
|
+
([4a144d6](https://github.com/MTES-MCT/monitor-ui/commit/4a144d6571ac365339d89f20e792ea3f72217bf4))
|
|
452
496
|
|
|
453
497
|
## [8.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v8.1.0...v8.1.1) (2023-08-09)
|
|
454
498
|
|
|
455
|
-
|
|
456
499
|
### Bug Fixes
|
|
457
500
|
|
|
458
|
-
|
|
459
|
-
|
|
501
|
+
- **elements:** clean RowCheckbox component
|
|
502
|
+
([0128e98](https://github.com/MTES-MCT/monitor-ui/commit/0128e98ec19e3a302f696b8e62f33aa949601193))
|
|
503
|
+
- **elements:** update checkbox style for TableWithSelectableRows components
|
|
504
|
+
([aa15faa](https://github.com/MTES-MCT/monitor-ui/commit/aa15faae2adb7359d11ad548c23c8c67353505c7))
|
|
460
505
|
|
|
461
506
|
# [8.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.0.0...v8.1.0) (2023-08-07)
|
|
462
507
|
|
|
463
|
-
|
|
464
508
|
### Bug Fixes
|
|
465
509
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
510
|
+
- **components:** anyify children type in NewWindow
|
|
511
|
+
([5a73dfa](https://github.com/MTES-MCT/monitor-ui/commit/5a73dfadb676417f1436245e9824bd1b96761a19))
|
|
512
|
+
- **components:** re-type ToastContainer in Notifier
|
|
513
|
+
([b2f8e74](https://github.com/MTES-MCT/monitor-ui/commit/b2f8e747ca1fbfb5fe0a3ba25d2a76f719bcaa58))
|
|
469
514
|
|
|
470
515
|
### Features
|
|
471
516
|
|
|
472
|
-
|
|
473
|
-
|
|
517
|
+
- **elements:** add TableWithRowSelection
|
|
518
|
+
([93ed01e](https://github.com/MTES-MCT/monitor-ui/commit/93ed01ef5d96644f1ce04a11d59225eb02af69b2))
|
|
519
|
+
- **elements:** use SimpleTable style
|
|
520
|
+
([90beafa](https://github.com/MTES-MCT/monitor-ui/commit/90beafa5f3905781a7b59d85389028427713d9b7))
|
|
474
521
|
|
|
475
522
|
# [8.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.6.2...v8.0.0) (2023-07-19)
|
|
476
523
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
524
|
+
- build(deps)!: upgrade rsuite
|
|
525
|
+
([e17df4c](https://github.com/MTES-MCT/monitor-ui/commit/e17df4c0b8c41ee0803b2596f9a20ec6beab28e7))
|
|
480
526
|
|
|
481
527
|
### BREAKING CHANGES
|
|
482
528
|
|
|
483
|
-
|
|
529
|
+
- upgrade rsuite peer deps
|
|
484
530
|
|
|
485
531
|
## [7.6.2](https://github.com/MTES-MCT/monitor-ui/compare/v7.6.1...v7.6.2) (2023-07-17)
|
|
486
532
|
|
|
487
|
-
|
|
488
533
|
### Bug Fixes
|
|
489
534
|
|
|
490
|
-
|
|
535
|
+
- **build:** update bundle types path
|
|
536
|
+
([1565c73](https://github.com/MTES-MCT/monitor-ui/commit/1565c7319b0f918ebccced9ad34f3aa44f0c9fdf))
|
|
491
537
|
|
|
492
538
|
## [7.6.1](https://github.com/MTES-MCT/monitor-ui/compare/v7.6.0...v7.6.1) (2023-07-14)
|
|
493
539
|
|
|
494
|
-
|
|
495
540
|
### Bug Fixes
|
|
496
541
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
542
|
+
- **fields:** auto-focus start time on calendar pick in DateRangePicker
|
|
543
|
+
([b077c32](https://github.com/MTES-MCT/monitor-ui/commit/b077c32acb1afef224f369f89126384e2294b80e))
|
|
544
|
+
- **fields:** fix calendar pick to time focus switching in DatePicker
|
|
545
|
+
([1300b79](https://github.com/MTES-MCT/monitor-ui/commit/1300b797375216bdeef7e3b4395cd09d977eba12))
|
|
546
|
+
- **fields:** fix calendar pick to time focus switching when filled in DatePicker
|
|
547
|
+
([59cd4af](https://github.com/MTES-MCT/monitor-ui/commit/59cd4af98d8980276b586a8c97f765a536829169))
|
|
548
|
+
- **fields:** fix hour to minute focus switching when filled in DateRangePicker
|
|
549
|
+
([340533f](https://github.com/MTES-MCT/monitor-ui/commit/340533f3ad4e362a82eefdfac829cb577f22665b))
|
|
550
|
+
- **fields:** fix partially calendar update on date input change in DateRangePicker
|
|
551
|
+
([5712e6a](https://github.com/MTES-MCT/monitor-ui/commit/5712e6a3b7bc49fd14617f4033aed0ed1499f9a5))
|
|
552
|
+
- **fields:** fix partially filled date update on calendar pick in DatePicker & DateRangePicker
|
|
553
|
+
([9c138be](https://github.com/MTES-MCT/monitor-ui/commit/9c138be011dc3839438fe9990a9770ae97371efd))
|
|
554
|
+
- **fields:** remove internal min/max for year in DatePicker & DateRangePicker
|
|
555
|
+
([388f069](https://github.com/MTES-MCT/monitor-ui/commit/388f06942b29ba4219a8724fb80dc87d112f48d6))
|
|
556
|
+
- **fields:** update backspace when filled behavior in DatePicker & DateRangePicker
|
|
557
|
+
([599aacd](https://github.com/MTES-MCT/monitor-ui/commit/599aacdbd1767a607f2477398ee2874ce7774499))
|
|
505
558
|
|
|
506
559
|
# [7.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.5.0...v7.6.0) (2023-07-05)
|
|
507
560
|
|
|
508
|
-
|
|
509
561
|
### Features
|
|
510
562
|
|
|
511
|
-
|
|
512
|
-
|
|
563
|
+
- **theme:** add amp colors
|
|
564
|
+
([46cf039](https://github.com/MTES-MCT/monitor-ui/commit/46cf039a94a403ff9522a521c423a1488d652337))
|
|
565
|
+
- **theme:** add story for colors + yarncache
|
|
566
|
+
([b848553](https://github.com/MTES-MCT/monitor-ui/commit/b84855336c0dd5c6cc988e1c3a81a82d0f32de55))
|
|
513
567
|
|
|
514
568
|
# [7.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.4.3...v7.5.0) (2023-06-29)
|
|
515
569
|
|
|
516
|
-
|
|
517
570
|
### Features
|
|
518
571
|
|
|
519
|
-
|
|
520
|
-
|
|
572
|
+
- **fields:** add lowercase handling in DMD coordinates input
|
|
573
|
+
([efc25f0](https://github.com/MTES-MCT/monitor-ui/commit/efc25f09eb62e5f32ad7fcdc1f019777fea8c42d))
|
|
574
|
+
- **fields:** remove precision on DMD minute decimals
|
|
575
|
+
([31498d3](https://github.com/MTES-MCT/monitor-ui/commit/31498d39912dba785472aaed295a9493c7014fae))
|
|
521
576
|
|
|
522
577
|
## [7.4.3](https://github.com/MTES-MCT/monitor-ui/compare/v7.4.2...v7.4.3) (2023-06-23)
|
|
523
578
|
|
|
524
|
-
|
|
525
579
|
### Bug Fixes
|
|
526
580
|
|
|
527
|
-
|
|
581
|
+
- **icons:** update summary icon
|
|
582
|
+
([9bfaa18](https://github.com/MTES-MCT/monitor-ui/commit/9bfaa18cfbc086bcea9ec2d18862b05bab6e9f55))
|
|
528
583
|
|
|
529
584
|
## [7.4.2](https://github.com/MTES-MCT/monitor-ui/compare/v7.4.1...v7.4.2) (2023-06-22)
|
|
530
585
|
|
|
531
|
-
|
|
532
586
|
### Bug Fixes
|
|
533
587
|
|
|
534
|
-
|
|
588
|
+
- **icons:** update mission icon
|
|
589
|
+
([452140f](https://github.com/MTES-MCT/monitor-ui/commit/452140f2625ee35cde020cddd3e0fd077622ed1e))
|
|
535
590
|
|
|
536
591
|
## [7.4.1](https://github.com/MTES-MCT/monitor-ui/compare/v7.4.0...v7.4.1) (2023-06-21)
|
|
537
592
|
|
|
538
593
|
# [7.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.3.1...v7.4.0) (2023-06-15)
|
|
539
594
|
|
|
540
|
-
|
|
541
595
|
### Features
|
|
542
596
|
|
|
543
|
-
|
|
597
|
+
- **icons:** add PinFilled icon
|
|
598
|
+
([dfef008](https://github.com/MTES-MCT/monitor-ui/commit/dfef008403136f2bc3dfeab66a1ea42aa9b8ff70))
|
|
544
599
|
|
|
545
600
|
## [7.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v7.3.0...v7.3.1) (2023-06-13)
|
|
546
601
|
|
|
547
|
-
|
|
548
602
|
### Bug Fixes
|
|
549
603
|
|
|
550
|
-
|
|
604
|
+
- **components:** fix style
|
|
605
|
+
([fa5ddb6](https://github.com/MTES-MCT/monitor-ui/commit/fa5ddb6a351cba430d1a2f2452ac66e756e3722b))
|
|
551
606
|
|
|
552
607
|
# [7.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.2.1...v7.3.0) (2023-06-09)
|
|
553
608
|
|
|
554
|
-
|
|
555
609
|
### Features
|
|
556
610
|
|
|
557
|
-
|
|
558
|
-
|
|
611
|
+
- **components:** clean naming for export
|
|
612
|
+
([83f3b1b](https://github.com/MTES-MCT/monitor-ui/commit/83f3b1bb3eec48b01abdea7444b6c8e2ca0f9c56))
|
|
613
|
+
- **components:** create SideMenu component
|
|
614
|
+
([1ba4358](https://github.com/MTES-MCT/monitor-ui/commit/1ba435820145634ce8449612d2f4e7ff63d894da))
|
|
559
615
|
|
|
560
616
|
## [7.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v7.2.0...v7.2.1) (2023-06-08)
|
|
561
617
|
|
|
562
|
-
|
|
563
618
|
### Bug Fixes
|
|
564
619
|
|
|
565
|
-
|
|
620
|
+
- **elements:** unbold and italicize FieldError
|
|
621
|
+
([4ba529e](https://github.com/MTES-MCT/monitor-ui/commit/4ba529e97e1f90a7ea3beff4bf479081687c8e5f))
|
|
566
622
|
|
|
567
623
|
# [7.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.1.0...v7.2.0) (2023-06-05)
|
|
568
624
|
|
|
569
|
-
|
|
570
625
|
### Bug Fixes
|
|
571
626
|
|
|
572
|
-
|
|
573
|
-
|
|
627
|
+
- **build:** remove lodash & ol from peer deps
|
|
628
|
+
([9377efa](https://github.com/MTES-MCT/monitor-ui/commit/9377efa5a668d32206c0bb74f095af2cf6ce53f0))
|
|
574
629
|
|
|
575
630
|
### Features
|
|
576
631
|
|
|
577
|
-
|
|
578
|
-
|
|
632
|
+
- **components:** add Notfier
|
|
633
|
+
([bc641e7](https://github.com/MTES-MCT/monitor-ui/commit/bc641e7cdf6e5f78028351821c943255075403bd))
|
|
634
|
+
- **utils:** add logSoftError()
|
|
635
|
+
([a867557](https://github.com/MTES-MCT/monitor-ui/commit/a867557a72cc81135ff07236d5e9fe2b94746e13))
|
|
579
636
|
|
|
580
637
|
# [7.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.0.0...v7.1.0) (2023-05-30)
|
|
581
638
|
|
|
582
|
-
|
|
583
639
|
### Features
|
|
584
640
|
|
|
585
|
-
|
|
641
|
+
- **elements:** expose FieldError
|
|
642
|
+
([1e8efa9](https://github.com/MTES-MCT/monitor-ui/commit/1e8efa9c82812442d532cfce2b8837716570e78a))
|
|
586
643
|
|
|
587
644
|
# [7.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.6.0...v7.0.0) (2023-05-29)
|
|
588
645
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
646
|
+
- fix(fields)!: move style prop passing to container level
|
|
647
|
+
([3d727a1](https://github.com/MTES-MCT/monitor-ui/commit/3d727a17b49898f268c7e7b8405ba60c65211a30))
|
|
592
648
|
|
|
593
649
|
### BREAKING CHANGES
|
|
594
650
|
|
|
595
|
-
|
|
651
|
+
- Fields `style` & `className` props are now passed to the container.
|
|
596
652
|
|
|
597
653
|
# [6.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.5.2...v6.6.0) (2023-05-28)
|
|
598
654
|
|
|
599
|
-
|
|
600
655
|
### Features
|
|
601
656
|
|
|
602
|
-
|
|
657
|
+
- **formiks:** add onError prop to FormikEffect
|
|
658
|
+
([6b6ad2e](https://github.com/MTES-MCT/monitor-ui/commit/6b6ad2e191adf1d4a488040990fa2b7633c6b502))
|
|
603
659
|
|
|
604
660
|
## [6.5.2](https://github.com/MTES-MCT/monitor-ui/compare/v6.5.1...v6.5.2) (2023-05-27)
|
|
605
661
|
|
|
606
|
-
|
|
607
662
|
### Bug Fixes
|
|
608
663
|
|
|
609
|
-
|
|
664
|
+
- **fields:** add missing and normalize error styles
|
|
665
|
+
([8104328](https://github.com/MTES-MCT/monitor-ui/commit/810432817e7ea1dfa77427a1ea4fac83cdd41713))
|
|
610
666
|
|
|
611
667
|
## [6.5.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.5.0...v6.5.1) (2023-05-26)
|
|
612
668
|
|
|
613
|
-
|
|
614
669
|
### Bug Fixes
|
|
615
670
|
|
|
616
|
-
|
|
617
|
-
|
|
671
|
+
- **fields:** add missing onBlur & onFocus props passing in NumberInput
|
|
672
|
+
([25c210e](https://github.com/MTES-MCT/monitor-ui/commit/25c210e498c37f275aa32dc5104e0c2824eb4a64))
|
|
673
|
+
- **fields:** prevent wheel event in NumberInput, DatePicker & DateRangePicker
|
|
674
|
+
([21a1c20](https://github.com/MTES-MCT/monitor-ui/commit/21a1c205620e977b411e755793ff92dfc17da20b))
|
|
618
675
|
|
|
619
676
|
# [6.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.4.1...v6.5.0) (2023-05-25)
|
|
620
677
|
|
|
621
|
-
|
|
622
678
|
### Features
|
|
623
679
|
|
|
624
|
-
|
|
680
|
+
- **cypress:** extend retries to caught errors in fill command
|
|
681
|
+
([6ea6839](https://github.com/MTES-MCT/monitor-ui/commit/6ea6839c489b83c3807f5779ece254d9652dc95e))
|
|
625
682
|
|
|
626
683
|
## [6.4.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.4.0...v6.4.1) (2023-05-25)
|
|
627
684
|
|
|
628
|
-
|
|
629
685
|
### Bug Fixes
|
|
630
686
|
|
|
631
|
-
|
|
687
|
+
- **fields:** don't display list when no value
|
|
688
|
+
([7fa81b3](https://github.com/MTES-MCT/monitor-ui/commit/7fa81b367b23f993800addaa5d5667a73c4407d8))
|
|
632
689
|
|
|
633
690
|
# [6.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.3.3...v6.4.0) (2023-05-25)
|
|
634
691
|
|
|
635
|
-
|
|
636
692
|
### Bug Fixes
|
|
637
693
|
|
|
638
|
-
|
|
639
|
-
|
|
694
|
+
- **formiks:** delete setTouched in handleChange and delete touched condition for error
|
|
695
|
+
([17a9e24](https://github.com/MTES-MCT/monitor-ui/commit/17a9e249a74352f0696a9cc2146aa4e88422a542))
|
|
640
696
|
|
|
641
697
|
### Features
|
|
642
698
|
|
|
643
|
-
|
|
699
|
+
- **fields:** add customSearch prop to Search
|
|
700
|
+
([53e993a](https://github.com/MTES-MCT/monitor-ui/commit/53e993ac1cd8c218a3bddbd5cef0d36778589166))
|
|
644
701
|
|
|
645
702
|
## [6.3.3](https://github.com/MTES-MCT/monitor-ui/compare/v6.3.2...v6.3.3) (2023-05-25)
|
|
646
703
|
|
|
647
|
-
|
|
648
704
|
### Bug Fixes
|
|
649
705
|
|
|
650
|
-
|
|
651
|
-
|
|
706
|
+
- **fields:** control options internally with customSearch in Select & MultiSelect
|
|
707
|
+
([251ad18](https://github.com/MTES-MCT/monitor-ui/commit/251ad188dbc388c6efcaa1e2bf0afdd0ba343a65))
|
|
708
|
+
- **fields:** reset controlled rsuite data on change with customSearch in MultiSelect
|
|
709
|
+
([b96b6d5](https://github.com/MTES-MCT/monitor-ui/commit/b96b6d5eb0e3e00170449ec5df0615ee7c6cea96))
|
|
652
710
|
|
|
653
711
|
## [6.3.2](https://github.com/MTES-MCT/monitor-ui/compare/v6.3.1...v6.3.2) (2023-05-25)
|
|
654
712
|
|
|
655
|
-
|
|
656
713
|
### Bug Fixes
|
|
657
714
|
|
|
658
|
-
|
|
715
|
+
- **libs:** make CustomSearch fully functional
|
|
716
|
+
([931dda0](https://github.com/MTES-MCT/monitor-ui/commit/931dda03e79ba3710d9ae0d14a45305e0c57b819))
|
|
659
717
|
|
|
660
718
|
## [6.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.3.0...v6.3.1) (2023-05-24)
|
|
661
719
|
|
|
662
|
-
|
|
663
720
|
### Bug Fixes
|
|
664
721
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
722
|
+
- **fields:** force searchable when using customSearch prop in MultiSelect
|
|
723
|
+
([1c195cb](https://github.com/MTES-MCT/monitor-ui/commit/1c195cbe7514e24d3fff4e4af91b310f47a20ec8))
|
|
724
|
+
- **fields:** link unreachable customSearch case in Select & MultiSelect
|
|
725
|
+
([d821901](https://github.com/MTES-MCT/monitor-ui/commit/d82190185bdfaae2e8322fae7dfc847214d645c8))
|
|
726
|
+
- **libs:** trim query param in find() method
|
|
727
|
+
([3a7dd9d](https://github.com/MTES-MCT/monitor-ui/commit/3a7dd9d84f3782b5fa1fc8c76711015975245777))
|
|
668
728
|
|
|
669
729
|
# [6.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.2.2...v6.3.0) (2023-05-24)
|
|
670
730
|
|
|
671
|
-
|
|
672
731
|
### Bug Fixes
|
|
673
732
|
|
|
674
|
-
|
|
675
|
-
|
|
733
|
+
- **fields:** fix multiple performance issues in Select & MultiSelect
|
|
734
|
+
([771e33e](https://github.com/MTES-MCT/monitor-ui/commit/771e33e9fcad59f2dbbea1aeb7ef9efeba85d840))
|
|
676
735
|
|
|
677
736
|
### Features
|
|
678
737
|
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
738
|
+
- **fields:** add customSearch prop to Select & MultiSelect
|
|
739
|
+
([217bd58](https://github.com/MTES-MCT/monitor-ui/commit/217bd58142898e8fff89fd7ea748ba3bf7d42144))
|
|
740
|
+
- **libs:** add CustomSearch
|
|
741
|
+
([6dfe696](https://github.com/MTES-MCT/monitor-ui/commit/6dfe696d7b11b941ba257da20d59b7ceabb7a7be))
|
|
742
|
+
- **libs:** add isStrict & threshold options to CustomSearch
|
|
743
|
+
([c059a57](https://github.com/MTES-MCT/monitor-ui/commit/c059a57ffbfa052bbf3fb7d83e145421dd2c5a57))
|
|
682
744
|
|
|
683
745
|
## [6.2.2](https://github.com/MTES-MCT/monitor-ui/compare/v6.2.1...v6.2.2) (2023-05-21)
|
|
684
746
|
|
|
685
|
-
|
|
686
747
|
### Bug Fixes
|
|
687
748
|
|
|
688
|
-
|
|
749
|
+
- **formiks:** set touched to true on change
|
|
750
|
+
([2507de9](https://github.com/MTES-MCT/monitor-ui/commit/2507de91c5ba117ecda97916e58414958bb40107))
|
|
689
751
|
|
|
690
752
|
## [6.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.2.0...v6.2.1) (2023-05-21)
|
|
691
753
|
|
|
692
|
-
|
|
693
754
|
### Bug Fixes
|
|
694
755
|
|
|
695
|
-
|
|
756
|
+
- **fields:** replace deprecated Rsuite disabledDate prop with shouldDisableDate
|
|
757
|
+
([6ff1a1c](https://github.com/MTES-MCT/monitor-ui/commit/6ff1a1cbf037010858b07db0f1c84a8faf9d2bd5))
|
|
696
758
|
|
|
697
759
|
# [6.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.1.1...v6.2.0) (2023-05-21)
|
|
698
760
|
|
|
699
|
-
|
|
700
761
|
### Features
|
|
701
762
|
|
|
702
|
-
|
|
763
|
+
- **elements:** add withUnpropagatedClick prop to Button & IconButton
|
|
764
|
+
([67943f5](https://github.com/MTES-MCT/monitor-ui/commit/67943f5c2bc9e225a13b0185869fef86bebec069))
|
|
703
765
|
|
|
704
766
|
## [6.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.1.0...v6.1.1) (2023-05-21)
|
|
705
767
|
|
|
706
|
-
|
|
707
768
|
### Bug Fixes
|
|
708
769
|
|
|
709
|
-
|
|
770
|
+
- **formiks:** show error when touched
|
|
771
|
+
([f554973](https://github.com/MTES-MCT/monitor-ui/commit/f554973c68901406b08e3adbe37fc49a1407580b))
|
|
710
772
|
|
|
711
773
|
# [6.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v6.0.1...v6.1.0) (2023-05-19)
|
|
712
774
|
|
|
713
|
-
|
|
714
775
|
### Bug Fixes
|
|
715
776
|
|
|
716
|
-
|
|
717
|
-
|
|
777
|
+
- **fields:** delete queryMap and queryUrl props
|
|
778
|
+
([5e00cb0](https://github.com/MTES-MCT/monitor-ui/commit/5e00cb0baa8dc6937b44a800e24f61d04a258ab7))
|
|
718
779
|
|
|
719
780
|
### Features
|
|
720
781
|
|
|
721
|
-
|
|
722
|
-
|
|
782
|
+
- **fields:** add Icon prop to TextInput
|
|
783
|
+
([a885011](https://github.com/MTES-MCT/monitor-ui/commit/a885011f2cd0d09034e9d45a54a356b4ffdd7d6c))
|
|
784
|
+
- **icons:** update and add icons
|
|
785
|
+
([efd44f2](https://github.com/MTES-MCT/monitor-ui/commit/efd44f243fa2f2914b1c15a755245c99f2c06a76))
|
|
723
786
|
|
|
724
787
|
## [6.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v6.0.0...v6.0.1) (2023-05-19)
|
|
725
788
|
|
|
726
|
-
|
|
727
789
|
### Bug Fixes
|
|
728
790
|
|
|
729
|
-
|
|
791
|
+
- add missing classnames
|
|
792
|
+
([23f83f1](https://github.com/MTES-MCT/monitor-ui/commit/23f83f13a2b909712bf1580e8e9545a314236dbb))
|
|
730
793
|
|
|
731
794
|
# [6.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.9.2...v6.0.0) (2023-05-17)
|
|
732
795
|
|
|
733
|
-
|
|
734
796
|
### Bug Fixes
|
|
735
797
|
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
* fix(fields)!: format options and create test e2e ([69b3070](https://github.com/MTES-MCT/monitor-ui/commit/69b3070409a3f5c3aa9063b12bf990d6cb92fa65))
|
|
798
|
+
- **fields:** fix search component
|
|
799
|
+
([8776915](https://github.com/MTES-MCT/monitor-ui/commit/87769151f5152c05810b6849e267d73f9f4eb8d3))
|
|
740
800
|
|
|
801
|
+
- fix(fields)!: format options and create test e2e
|
|
802
|
+
([69b3070](https://github.com/MTES-MCT/monitor-ui/commit/69b3070409a3f5c3aa9063b12bf990d6cb92fa65))
|
|
741
803
|
|
|
742
804
|
### BREAKING CHANGES
|
|
743
805
|
|
|
744
|
-
|
|
745
|
-
- rename prop to display search icon
|
|
746
|
-
- replace defaultValue with value
|
|
747
|
-
- add optionValueKey prop
|
|
806
|
+
- - pass option in `onChange` function instead of value
|
|
748
807
|
|
|
749
|
-
|
|
808
|
+
* rename prop to display search icon
|
|
809
|
+
* replace defaultValue with value
|
|
810
|
+
* add optionValueKey prop
|
|
750
811
|
|
|
812
|
+
## [5.9.2](https://github.com/MTES-MCT/monitor-ui/compare/v5.9.1...v5.9.2) (2023-05-10)
|
|
751
813
|
|
|
752
814
|
### Bug Fixes
|
|
753
815
|
|
|
754
|
-
|
|
816
|
+
- **elements:** delete stop click event propagation in Button & IconButton
|
|
817
|
+
([b2d70ad](https://github.com/MTES-MCT/monitor-ui/commit/b2d70adf14ce7780b6ef45ff9bbba0d026ac77ef))
|
|
755
818
|
|
|
756
819
|
## [5.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.9.0...v5.9.1) (2023-05-05)
|
|
757
820
|
|
|
758
|
-
|
|
759
821
|
### Bug Fixes
|
|
760
822
|
|
|
761
|
-
|
|
823
|
+
- **components:** add default class name to Dialog
|
|
824
|
+
([b74ea15](https://github.com/MTES-MCT/monitor-ui/commit/b74ea15a9ae9d629e99eb2917a2acc3b88936736))
|
|
762
825
|
|
|
763
826
|
# [5.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.8.1...v5.9.0) (2023-05-05)
|
|
764
827
|
|
|
765
|
-
|
|
766
828
|
### Features
|
|
767
829
|
|
|
768
|
-
|
|
830
|
+
- **components:** add Dialog
|
|
831
|
+
([89057d2](https://github.com/MTES-MCT/monitor-ui/commit/89057d25674f76b8298fc432a6bd1f521b25f605))
|
|
769
832
|
|
|
770
833
|
## [5.8.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.8.0...v5.8.1) (2023-05-04)
|
|
771
834
|
|
|
772
|
-
|
|
773
835
|
### Bug Fixes
|
|
774
836
|
|
|
775
|
-
|
|
837
|
+
- **fields:** add missing isUndefinedWhenDisabled prop to DatePicker & DateRangePicker
|
|
838
|
+
([17ba4f8](https://github.com/MTES-MCT/monitor-ui/commit/17ba4f8a60204c9a297d59c167c0ae2d872070cf))
|
|
776
839
|
|
|
777
840
|
# [5.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.7.1...v5.8.0) (2023-05-04)
|
|
778
841
|
|
|
779
|
-
|
|
780
842
|
### Bug Fixes
|
|
781
843
|
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
844
|
+
- **components:** retype onChangeFocus callback param in NewWindow
|
|
845
|
+
([da16a87](https://github.com/MTES-MCT/monitor-ui/commit/da16a87d9e461de08beb61b0f6875742ea22c19a))
|
|
846
|
+
- **elements:** code review of SimpleTable
|
|
847
|
+
([34d7466](https://github.com/MTES-MCT/monitor-ui/commit/34d7466117fd8d08c6921e8f04e17b251ebbc957))
|
|
848
|
+
- **elements:** improve style of SimpleTable
|
|
849
|
+
([6bfac8d](https://github.com/MTES-MCT/monitor-ui/commit/6bfac8d58141e7c3911f8f5aed605d3dc5df1abf))
|
|
850
|
+
- **elements:** lint and type of SimpleTable
|
|
851
|
+
([9e45fde](https://github.com/MTES-MCT/monitor-ui/commit/9e45fde0e47089a0f053b48e6b702660d942050a))
|
|
787
852
|
|
|
788
853
|
### Features
|
|
789
854
|
|
|
790
|
-
|
|
791
|
-
|
|
855
|
+
- **elements:** add SimpleTable
|
|
856
|
+
([6517305](https://github.com/MTES-MCT/monitor-ui/commit/6517305af0b999c7dd2090460ed05d18ee797818))
|
|
857
|
+
- **elements:** export component and move story in elements folder
|
|
858
|
+
([ca7c012](https://github.com/MTES-MCT/monitor-ui/commit/ca7c0122eae40a60f1fa405b29541e41d432525b))
|
|
792
859
|
|
|
793
860
|
## [5.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.7.0...v5.7.1) (2023-05-03)
|
|
794
861
|
|
|
795
|
-
|
|
796
862
|
### Bug Fixes
|
|
797
863
|
|
|
798
|
-
|
|
864
|
+
- **components:** type all allowed features in NewWindow
|
|
865
|
+
([1883816](https://github.com/MTES-MCT/monitor-ui/commit/18838169cc7a642c0e0d6e12fc833c23f5c69416))
|
|
799
866
|
|
|
800
867
|
# [5.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.6.0...v5.7.0) (2023-05-03)
|
|
801
868
|
|
|
802
|
-
|
|
803
869
|
### Features
|
|
804
870
|
|
|
805
|
-
|
|
871
|
+
- **components:** add NewWindow
|
|
872
|
+
([86d066f](https://github.com/MTES-MCT/monitor-ui/commit/86d066f34809fe63a79baaced69bad79c958a228))
|
|
806
873
|
|
|
807
874
|
# [5.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.5.0...v5.6.0) (2023-04-28)
|
|
808
875
|
|
|
809
|
-
|
|
810
876
|
### Features
|
|
811
877
|
|
|
812
|
-
|
|
878
|
+
- **icons:** add expand icon
|
|
879
|
+
([3376d0f](https://github.com/MTES-MCT/monitor-ui/commit/3376d0f2e8244effafc5722ae6f4bea0dc46c65b))
|
|
813
880
|
|
|
814
881
|
# [5.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.4.0...v5.5.0) (2023-04-27)
|
|
815
882
|
|
|
816
|
-
|
|
817
883
|
### Features
|
|
818
884
|
|
|
819
|
-
|
|
885
|
+
- **icons:** add mission action icon
|
|
886
|
+
([7c8dbf4](https://github.com/MTES-MCT/monitor-ui/commit/7c8dbf4d6a565e5e201aea2f80ae811a9c5e2238))
|
|
820
887
|
|
|
821
888
|
# [5.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.6...v5.4.0) (2023-04-26)
|
|
822
889
|
|
|
823
|
-
|
|
824
890
|
### Bug Fixes
|
|
825
891
|
|
|
826
|
-
|
|
827
|
-
|
|
892
|
+
- **fields:** apply lint
|
|
893
|
+
([4b89b0b](https://github.com/MTES-MCT/monitor-ui/commit/4b89b0baa32fb97de4b35e01df82902df5ea89cb))
|
|
828
894
|
|
|
829
895
|
### Features
|
|
830
896
|
|
|
831
|
-
|
|
897
|
+
- **fields:** add isCleanable prop to select picker
|
|
898
|
+
([2924521](https://github.com/MTES-MCT/monitor-ui/commit/2924521b06490774e248c7bfedd843c2c456a848))
|
|
832
899
|
|
|
833
900
|
## [5.3.6](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.5...v5.3.6) (2023-04-20)
|
|
834
901
|
|
|
835
|
-
|
|
836
902
|
### Bug Fixes
|
|
837
903
|
|
|
838
|
-
|
|
904
|
+
- **fields:** fix value of undefined on controlled inputs
|
|
905
|
+
([1a5fa11](https://github.com/MTES-MCT/monitor-ui/commit/1a5fa11ba9ce2357ab964e7c6a7b52914f6434f8))
|
|
839
906
|
|
|
840
907
|
## [5.3.5](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.4...v5.3.5) (2023-04-19)
|
|
841
908
|
|
|
842
|
-
|
|
843
909
|
### Bug Fixes
|
|
844
910
|
|
|
845
|
-
|
|
911
|
+
- **cypress:** enable force in fields clearing
|
|
912
|
+
([41ce7b4](https://github.com/MTES-MCT/monitor-ui/commit/41ce7b41555501fd798d31d5040ff3dcbfdd777e))
|
|
846
913
|
|
|
847
914
|
## [5.3.4](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.3...v5.3.4) (2023-04-19)
|
|
848
915
|
|
|
849
|
-
|
|
850
916
|
### Bug Fixes
|
|
851
917
|
|
|
852
|
-
|
|
918
|
+
- **cypress:** wrap fill() DatePicker & DateRangePicker selectors within fieldset
|
|
919
|
+
([85fa305](https://github.com/MTES-MCT/monitor-ui/commit/85fa3058db87df8a56c3c52a4fc62f3cd47f3e88))
|
|
853
920
|
|
|
854
921
|
## [5.3.3](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.2...v5.3.3) (2023-04-18)
|
|
855
922
|
|
|
856
|
-
|
|
857
923
|
### Bug Fixes
|
|
858
924
|
|
|
859
|
-
|
|
925
|
+
- **fields:** migrate internal values to fully controlled values in controlled value fields
|
|
926
|
+
([06ccbe9](https://github.com/MTES-MCT/monitor-ui/commit/06ccbe971e66d65f1ba83c6fe5e39aab18016a08))
|
|
860
927
|
|
|
861
928
|
## [5.3.2](https://github.com/MTES-MCT/monitor-ui/compare/v5.3.1...v5.3.2) (2023-04-14)
|
|
862
929
|
|
|
863
|
-
|
|
864
930
|
### Bug Fixes
|
|
865
931
|
|
|
866
|
-
|
|
932
|
+
- **cypress:** allow cypress v11 & v12
|
|
933
|
+
([4bdf77a](https://github.com/MTES-MCT/monitor-ui/commit/4bdf77aeac87a2bff4827252282ccbf26cea6f7e))
|
|
867
934
|
|
|
868
935
|
# [5.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.2.2...v5.3.0) (2023-04-12)
|
|
869
936
|
|
|
870
|
-
|
|
871
937
|
### Bug Fixes
|
|
872
938
|
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
939
|
+
- **fields:** update value in MultiCheckbox on value prop change
|
|
940
|
+
([c9a11c8](https://github.com/MTES-MCT/monitor-ui/commit/c9a11c85c4b35f5df2979916588e0ab091ffd06f))
|
|
941
|
+
- **fields:** update value in MultiRadio on value prop change
|
|
942
|
+
([a230925](https://github.com/MTES-MCT/monitor-ui/commit/a230925361a54bad0251159600dba4c87965867b))
|
|
876
943
|
|
|
877
944
|
### Features
|
|
878
945
|
|
|
879
|
-
|
|
946
|
+
- **fields:** add isErrorMessageHidden prop to fields
|
|
947
|
+
([f5d498d](https://github.com/MTES-MCT/monitor-ui/commit/f5d498da707133d5cb45105da5675f48b368664b))
|
|
880
948
|
|
|
881
949
|
## [5.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.2.0...v5.2.1) (2023-04-11)
|
|
882
950
|
|
|
883
|
-
|
|
884
951
|
### Bug Fixes
|
|
885
952
|
|
|
886
|
-
|
|
953
|
+
- **cypress:** include registerMonitorUiCustomCommands() typings in module
|
|
954
|
+
([81373dc](https://github.com/MTES-MCT/monitor-ui/commit/81373dca3f7b3a62770cb858ae601e984834f4c0))
|
|
887
955
|
|
|
888
956
|
# [5.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.1.1...v5.2.0) (2023-04-11)
|
|
889
957
|
|
|
890
|
-
|
|
891
958
|
### Bug Fixes
|
|
892
959
|
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
960
|
+
- **cypress:** export index file instead of directory
|
|
961
|
+
([5a0c394](https://github.com/MTES-MCT/monitor-ui/commit/5a0c394919d9a7d8e6910ca1bbdb9a383c019ca0))
|
|
962
|
+
- **fields:** fix css on multiselect
|
|
963
|
+
([ad23dc0](https://github.com/MTES-MCT/monitor-ui/commit/ad23dc0967f6fe0b235518bc03724aa3695672bf))
|
|
896
964
|
|
|
897
965
|
### Features
|
|
898
966
|
|
|
899
|
-
|
|
967
|
+
- **cypress:** wrap commands registration within a registerMonitorUiCustomCommands() function
|
|
968
|
+
([2142789](https://github.com/MTES-MCT/monitor-ui/commit/21427893bd628ef8780566fe0b715f3ef5be10d9))
|
|
900
969
|
|
|
901
970
|
## [5.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.1.0...v5.1.1) (2023-04-11)
|
|
902
971
|
|
|
903
|
-
|
|
904
972
|
### Bug Fixes
|
|
905
973
|
|
|
906
|
-
|
|
974
|
+
- **utils:** include Dayjs plugins typings in customDayjs()
|
|
975
|
+
([bbe5c7c](https://github.com/MTES-MCT/monitor-ui/commit/bbe5c7c7b763567750af0843fbc14ee977e96a09))
|
|
907
976
|
|
|
908
977
|
# [5.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.0.0...v5.1.0) (2023-04-11)
|
|
909
978
|
|
|
910
|
-
|
|
911
979
|
### Features
|
|
912
980
|
|
|
913
|
-
|
|
981
|
+
- **utils:** include more plugins in customDayjs()
|
|
982
|
+
([4493b00](https://github.com/MTES-MCT/monitor-ui/commit/4493b00c882dd4afb3196fb39dbad22737de13cd))
|
|
914
983
|
|
|
915
984
|
# [5.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v4.1.0...v5.0.0) (2023-04-11)
|
|
916
985
|
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
986
|
+
- fix!: handle DST correctly in date-related utils & fields
|
|
987
|
+
([377450b](https://github.com/MTES-MCT/monitor-ui/commit/377450bca0f2c90d7cf1331da3e9f8a50042bb33))
|
|
988
|
+
- fix(fields)!: make DatePicker & DateRangePicker onChange value undefined when cleared
|
|
989
|
+
([b8a0f09](https://github.com/MTES-MCT/monitor-ui/commit/b8a0f09aae3638bebccced2c8c3a0f39d5caa8ab))
|
|
921
990
|
|
|
922
991
|
### Features
|
|
923
992
|
|
|
924
|
-
|
|
925
|
-
|
|
993
|
+
- **fields:** add isEndDate prop to DatePicker
|
|
994
|
+
([418290e](https://github.com/MTES-MCT/monitor-ui/commit/418290e94f8f7eea9a282ac2d610b57761af2c8b))
|
|
926
995
|
|
|
927
996
|
### BREAKING CHANGES
|
|
928
997
|
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
be undefined.
|
|
998
|
+
- `dayjs` export is now named `customDayjs`.
|
|
999
|
+
- rsuite-override.css doesn't include calendar-related CSS anymore.
|
|
1000
|
+
- DatePicker & DateRangePicker onChange() value can now be undefined.
|
|
933
1001
|
|
|
934
1002
|
# [4.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.7...v4.1.0) (2023-04-05)
|
|
935
1003
|
|
|
936
|
-
|
|
937
1004
|
### Features
|
|
938
1005
|
|
|
939
|
-
|
|
1006
|
+
- **fields:** Add isAddButtonDisabled to MultiZoneEditor
|
|
1007
|
+
([3457bc5](https://github.com/MTES-MCT/monitor-ui/commit/3457bc5114de8f040b77daf78678eb8655448737))
|
|
940
1008
|
|
|
941
1009
|
## [4.0.7](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.6...v4.0.7) (2023-04-03)
|
|
942
1010
|
|
|
943
|
-
|
|
944
1011
|
### Bug Fixes
|
|
945
1012
|
|
|
946
|
-
|
|
1013
|
+
- **cypress:** add number to fill command type
|
|
1014
|
+
([db11067](https://github.com/MTES-MCT/monitor-ui/commit/db11067d9a0f3523bef61b390bd38f8c9c3c6ed4))
|
|
947
1015
|
|
|
948
1016
|
## [4.0.6](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.5...v4.0.6) (2023-03-30)
|
|
949
1017
|
|
|
950
|
-
|
|
951
1018
|
### Bug Fixes
|
|
952
1019
|
|
|
953
|
-
|
|
1020
|
+
- **cypress:** handle previous subject case in clickButton command
|
|
1021
|
+
([5fc8b34](https://github.com/MTES-MCT/monitor-ui/commit/5fc8b34de09bf79156e348810897b55f0a1839f9))
|
|
954
1022
|
|
|
955
1023
|
## [4.0.5](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.4...v4.0.5) (2023-03-30)
|
|
956
1024
|
|
|
957
|
-
|
|
958
1025
|
### Bug Fixes
|
|
959
1026
|
|
|
960
|
-
|
|
961
|
-
|
|
1027
|
+
- **cypress:** force text input typing in fill command
|
|
1028
|
+
([abdeddd](https://github.com/MTES-MCT/monitor-ui/commit/abdedddebcb12806fff7f02657ca0ed9aea337ab))
|
|
1029
|
+
- **cypress:** handle button selection by title in clickButton command
|
|
1030
|
+
([d56e711](https://github.com/MTES-MCT/monitor-ui/commit/d56e711b2a08c06129e99cae1a23008f2998389a))
|
|
962
1031
|
|
|
963
1032
|
## [4.0.4](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.3...v4.0.4) (2023-03-30)
|
|
964
1033
|
|
|
965
|
-
|
|
966
1034
|
### Bug Fixes
|
|
967
1035
|
|
|
968
|
-
|
|
1036
|
+
- **cypress:** improve fill command reliability
|
|
1037
|
+
([26ad3f7](https://github.com/MTES-MCT/monitor-ui/commit/26ad3f7d8e5558181a4adaa9ad4cdb0f9b2ae9c7))
|
|
969
1038
|
|
|
970
1039
|
## [4.0.3](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.2...v4.0.3) (2023-03-29)
|
|
971
1040
|
|
|
972
|
-
|
|
973
1041
|
### Bug Fixes
|
|
974
1042
|
|
|
975
|
-
|
|
1043
|
+
- **fields:** handle value change in MultiSelect
|
|
1044
|
+
([e4b80fa](https://github.com/MTES-MCT/monitor-ui/commit/e4b80fa78de54085d905a7e1afded79440c157e7))
|
|
976
1045
|
|
|
977
1046
|
## [4.0.2](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.1...v4.0.2) (2023-03-29)
|
|
978
1047
|
|
|
979
|
-
|
|
980
1048
|
### Bug Fixes
|
|
981
1049
|
|
|
982
|
-
|
|
1050
|
+
- **fields:** handle value prop change in Select & MultiSelect
|
|
1051
|
+
([db2f931](https://github.com/MTES-MCT/monitor-ui/commit/db2f931256b82dd8c1c0c7ddf1b2884154142260))
|
|
983
1052
|
|
|
984
1053
|
## [4.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v4.0.0...v4.0.1) (2023-03-29)
|
|
985
1054
|
|
|
986
|
-
|
|
987
1055
|
### Bug Fixes
|
|
988
1056
|
|
|
989
|
-
|
|
1057
|
+
- **fields:** add boolean to generic Option type
|
|
1058
|
+
([c6a977a](https://github.com/MTES-MCT/monitor-ui/commit/c6a977ad84045efe56a47e77edd46c1b9305becd))
|
|
990
1059
|
|
|
991
1060
|
# [4.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.7.1...v4.0.0) (2023-03-29)
|
|
992
1061
|
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1062
|
+
- feat(fields)!: switch from uncontrolled to controlled values
|
|
1063
|
+
([e308e1c](https://github.com/MTES-MCT/monitor-ui/commit/e308e1cdf68aea33805e11aba2b7278233286acf))
|
|
996
1064
|
|
|
997
1065
|
### Features
|
|
998
1066
|
|
|
999
|
-
|
|
1000
|
-
|
|
1067
|
+
- **fields:** handle object options in Select & MultiSelect
|
|
1068
|
+
([cc280c9](https://github.com/MTES-MCT/monitor-ui/commit/cc280c91c4fd374a154996f511f8f76c767b2d27))
|
|
1001
1069
|
|
|
1002
1070
|
### BREAKING CHANGES
|
|
1003
1071
|
|
|
1004
|
-
|
|
1005
|
-
|
|
1072
|
+
- `defaultValue` is replaced by `value` in Checkbox, MultiCheckbox, MultiRadio, MultiSelect, NumberInput, Select,
|
|
1073
|
+
Textarea & TextInput
|
|
1006
1074
|
|
|
1007
1075
|
## [3.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v3.7.0...v3.7.1) (2023-03-17)
|
|
1008
1076
|
|
|
1009
|
-
|
|
1010
1077
|
### Bug Fixes
|
|
1011
1078
|
|
|
1012
|
-
|
|
1079
|
+
- **fields:** fix multiple style issues in MultiSelect
|
|
1080
|
+
([061215f](https://github.com/MTES-MCT/monitor-ui/commit/061215f6fdf5dbcffe227d695acced3c57176a5c))
|
|
1013
1081
|
|
|
1014
1082
|
# [3.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.6.0...v3.7.0) (2023-03-17)
|
|
1015
1083
|
|
|
1016
|
-
|
|
1017
1084
|
### Features
|
|
1018
1085
|
|
|
1019
|
-
|
|
1086
|
+
- **elements:** add classname .Field to Field
|
|
1087
|
+
([a1dfc98](https://github.com/MTES-MCT/monitor-ui/commit/a1dfc985f87b32b2797a00f46ffef4dba4a16101))
|
|
1020
1088
|
|
|
1021
1089
|
# [3.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.5.0...v3.6.0) (2023-03-16)
|
|
1022
1090
|
|
|
1023
|
-
|
|
1024
1091
|
### Features
|
|
1025
1092
|
|
|
1026
|
-
|
|
1093
|
+
- **css:** css for errors
|
|
1094
|
+
([e0b5d51](https://github.com/MTES-MCT/monitor-ui/commit/e0b5d51281214db916103311dbe70ab871299d09))
|
|
1027
1095
|
|
|
1028
1096
|
# [3.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.4.0...v3.5.0) (2023-03-01)
|
|
1029
1097
|
|
|
1030
|
-
|
|
1031
1098
|
### Bug Fixes
|
|
1032
1099
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1100
|
+
- **deps:** fix cypress version
|
|
1101
|
+
([399b1fe](https://github.com/MTES-MCT/monitor-ui/commit/399b1fea54ac5897b8cb33614b34845aa6f0a03b))
|
|
1102
|
+
- **story:** apply linter
|
|
1103
|
+
([e7a0fa7](https://github.com/MTES-MCT/monitor-ui/commit/e7a0fa71084ed5645b5f618f35c416c45fd470c0))
|
|
1036
1104
|
|
|
1037
1105
|
### Features
|
|
1038
1106
|
|
|
1039
|
-
|
|
1107
|
+
- **stories:** add custom query search story
|
|
1108
|
+
([c17d4b0](https://github.com/MTES-MCT/monitor-ui/commit/c17d4b05f1653fa4b932d62b991b1f7b8b867566))
|
|
1040
1109
|
|
|
1041
1110
|
# [3.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.3.1...v3.4.0) (2023-02-28)
|
|
1042
1111
|
|
|
1043
|
-
|
|
1044
1112
|
### Features
|
|
1045
1113
|
|
|
1046
|
-
|
|
1114
|
+
- **fields:** add throttle to search field
|
|
1115
|
+
([0a29744](https://github.com/MTES-MCT/monitor-ui/commit/0a29744d714d74302f10a3514ab44ee260219491))
|
|
1047
1116
|
|
|
1048
1117
|
## [3.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v3.3.0...v3.3.1) (2023-02-28)
|
|
1049
1118
|
|
|
1050
|
-
|
|
1051
1119
|
### Bug Fixes
|
|
1052
1120
|
|
|
1053
|
-
|
|
1121
|
+
- **deps:** downgrade cypress version
|
|
1122
|
+
([cd7c3bd](https://github.com/MTES-MCT/monitor-ui/commit/cd7c3bd327d8b2463995214dc3d40bd539ba0f0b))
|
|
1054
1123
|
|
|
1055
1124
|
# [3.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.2.0...v3.3.0) (2023-02-27)
|
|
1056
1125
|
|
|
1057
|
-
|
|
1058
1126
|
### Bug Fixes
|
|
1059
1127
|
|
|
1060
|
-
|
|
1061
|
-
|
|
1128
|
+
- **fields:** fix crash when custom type is given
|
|
1129
|
+
([57117d9](https://github.com/MTES-MCT/monitor-ui/commit/57117d9d06fe33020abce79260964fe82ed21405))
|
|
1062
1130
|
|
|
1063
1131
|
### Features
|
|
1064
1132
|
|
|
1065
|
-
|
|
1133
|
+
- **fields:** Add generic type, rename and style search input
|
|
1134
|
+
([2fd516c](https://github.com/MTES-MCT/monitor-ui/commit/2fd516cf93cf6f9d89c3b33ef08b1ef2390a9189))
|
|
1066
1135
|
|
|
1067
1136
|
# [3.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.1.1...v3.2.0) (2023-02-24)
|
|
1068
1137
|
|
|
1069
|
-
|
|
1070
1138
|
### Bug Fixes
|
|
1071
1139
|
|
|
1072
|
-
|
|
1073
|
-
|
|
1140
|
+
- **fields:** use baseContainer document for active elements in DatePicker & DateRangePicker
|
|
1141
|
+
([753bd1b](https://github.com/MTES-MCT/monitor-ui/commit/753bd1be2b14c843bf25082e280031a0e1a78ac6))
|
|
1074
1142
|
|
|
1075
1143
|
### Features
|
|
1076
1144
|
|
|
1077
|
-
|
|
1078
|
-
|
|
1145
|
+
- **cypress:** add first commands
|
|
1146
|
+
([b685093](https://github.com/MTES-MCT/monitor-ui/commit/b685093ed178b0e409ff1ef8b1d683f254e098f3))
|
|
1147
|
+
- **icons:** update ([ebd4fc3](https://github.com/MTES-MCT/monitor-ui/commit/ebd4fc3a6c17a22701c62d886dec5bf10fb464cc))
|
|
1079
1148
|
|
|
1080
1149
|
## [3.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v3.1.0...v3.1.1) (2023-02-23)
|
|
1081
1150
|
|
|
1082
|
-
|
|
1083
1151
|
### Bug Fixes
|
|
1084
1152
|
|
|
1085
|
-
|
|
1153
|
+
- **elements:** expose TagBullet enum
|
|
1154
|
+
([25eed49](https://github.com/MTES-MCT/monitor-ui/commit/25eed49f50629299824d9d8f3002a136ded8c814))
|
|
1086
1155
|
|
|
1087
1156
|
# [3.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.0.1...v3.1.0) (2023-02-23)
|
|
1088
1157
|
|
|
1089
|
-
|
|
1090
1158
|
### Features
|
|
1091
1159
|
|
|
1092
|
-
|
|
1160
|
+
- **elements:** add bulletColor prop to Tag
|
|
1161
|
+
([3ab795c](https://github.com/MTES-MCT/monitor-ui/commit/3ab795ca8db39faacfcfd644c85c9d2fed9195b2))
|
|
1093
1162
|
|
|
1094
1163
|
## [3.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v3.0.0...v3.0.1) (2023-02-22)
|
|
1095
1164
|
|
|
1096
|
-
|
|
1097
1165
|
### Bug Fixes
|
|
1098
1166
|
|
|
1099
|
-
|
|
1167
|
+
- **formiks:** remove useMemo on fieldValue
|
|
1168
|
+
([3ec8602](https://github.com/MTES-MCT/monitor-ui/commit/3ec86027dbcaf0f0faa4e92ad05d86a134e6c575))
|
|
1100
1169
|
|
|
1101
1170
|
# [3.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.19.2...v3.0.0) (2023-02-21)
|
|
1102
1171
|
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1172
|
+
- feat(fields)!: add disabled, error & label props to CoordinatesInput
|
|
1173
|
+
([556de36](https://github.com/MTES-MCT/monitor-ui/commit/556de362cbaf0250523ea710f2d753712a13cf21))
|
|
1106
1174
|
|
|
1107
1175
|
### Features
|
|
1108
1176
|
|
|
1109
|
-
|
|
1110
|
-
|
|
1177
|
+
- **formiks:** add FormikCoordinatesInput
|
|
1178
|
+
([89d5455](https://github.com/MTES-MCT/monitor-ui/commit/89d54554ce6a6f90b608b0d8c37a089f4b934b99))
|
|
1111
1179
|
|
|
1112
1180
|
### BREAKING CHANGES
|
|
1113
1181
|
|
|
1114
|
-
|
|
1115
|
-
|
|
1182
|
+
- CoordinatesInput onChange can now send undefined params
|
|
1183
|
+
- label is now mandatory in CoordinatesInput
|
|
1116
1184
|
|
|
1117
1185
|
## [2.19.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.19.1...v2.19.2) (2023-02-20)
|
|
1118
1186
|
|
|
1119
|
-
|
|
1120
1187
|
### Bug Fixes
|
|
1121
1188
|
|
|
1122
|
-
|
|
1123
|
-
|
|
1189
|
+
- **css:** use selector
|
|
1190
|
+
([3088eb1](https://github.com/MTES-MCT/monitor-ui/commit/3088eb1a973c1ab02411aad69fe8a28b77f025c6))
|
|
1191
|
+
- **multiselect:** add css when using isLight
|
|
1192
|
+
([a9a6131](https://github.com/MTES-MCT/monitor-ui/commit/a9a61314bc5aae340211aff9c528e48994fa1fb1))
|
|
1124
1193
|
|
|
1125
1194
|
## [2.19.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.19.0...v2.19.1) (2023-02-20)
|
|
1126
1195
|
|
|
1127
1196
|
# [2.19.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.18.1...v2.19.0) (2023-02-17)
|
|
1128
1197
|
|
|
1129
|
-
|
|
1130
1198
|
### Features
|
|
1131
1199
|
|
|
1132
|
-
|
|
1200
|
+
- **fieds:** Update coordinates input style
|
|
1201
|
+
([90a72f6](https://github.com/MTES-MCT/monitor-ui/commit/90a72f6fd73f635fcc9f284112fcd69fd6467d1b))
|
|
1133
1202
|
|
|
1134
1203
|
## [2.18.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.18.0...v2.18.1) (2023-02-17)
|
|
1135
1204
|
|
|
1136
|
-
|
|
1137
1205
|
### Bug Fixes
|
|
1138
1206
|
|
|
1139
|
-
|
|
1207
|
+
- **elements:** center Button horizontally
|
|
1208
|
+
([69004ea](https://github.com/MTES-MCT/monitor-ui/commit/69004eacf73d2cab3318653f769ca01d0521ffea))
|
|
1140
1209
|
|
|
1141
1210
|
# [2.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.17.0...v2.18.0) (2023-02-17)
|
|
1142
1211
|
|
|
1143
|
-
|
|
1144
1212
|
### Features
|
|
1145
1213
|
|
|
1146
|
-
|
|
1214
|
+
- **elements:** add ellipsis to long Button labels
|
|
1215
|
+
([287a56b](https://github.com/MTES-MCT/monitor-ui/commit/287a56bd1c598da0cd25feae50c466062cafc725))
|
|
1147
1216
|
|
|
1148
1217
|
# [2.17.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.16.0...v2.17.0) (2023-02-17)
|
|
1149
1218
|
|
|
1150
|
-
|
|
1151
1219
|
### Features
|
|
1152
1220
|
|
|
1153
|
-
|
|
1221
|
+
- **fields:** add coordinates input
|
|
1222
|
+
([7912c7a](https://github.com/MTES-MCT/monitor-ui/commit/7912c7a47aa1afeb90e6bc7bbeb49bcf1b9bd17f))
|
|
1154
1223
|
|
|
1155
1224
|
# [2.16.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.15.0...v2.16.0) (2023-02-13)
|
|
1156
1225
|
|
|
1157
|
-
|
|
1158
1226
|
### Features
|
|
1159
1227
|
|
|
1160
|
-
|
|
1161
|
-
|
|
1228
|
+
- **hooks:** expose useKey()
|
|
1229
|
+
([abf6b6d](https://github.com/MTES-MCT/monitor-ui/commit/abf6b6d02ef014ca104b7d3eeefcaaa75b6374f1))
|
|
1230
|
+
- **hooks:** expose usePrevious()
|
|
1231
|
+
([e39c857](https://github.com/MTES-MCT/monitor-ui/commit/e39c857528fce65d8c321caa754a8d840eea4018))
|
|
1162
1232
|
|
|
1163
1233
|
# [2.15.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.5...v2.15.0) (2023-02-10)
|
|
1164
1234
|
|
|
1165
|
-
|
|
1166
1235
|
### Features
|
|
1167
1236
|
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1237
|
+
- **elements:** stop click event propagation in Button & IconButton
|
|
1238
|
+
([0796b02](https://github.com/MTES-MCT/monitor-ui/commit/0796b02b12fed5fe170fb9b8ce5734f9b54b8c9b))
|
|
1239
|
+
- **fields:** add ellipsis for long options in MultiSelect & Select
|
|
1240
|
+
([0c14f05](https://github.com/MTES-MCT/monitor-ui/commit/0c14f05582d9b8b5454a57908cb5a614837460dd))
|
|
1241
|
+
- **fields:** add title to MultiSelect & Select options label
|
|
1242
|
+
([0d5bca5](https://github.com/MTES-MCT/monitor-ui/commit/0d5bca51b659564c4bac034290b0609b7f693233))
|
|
1171
1243
|
|
|
1172
1244
|
## [2.14.5](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.4...v2.14.5) (2023-02-09)
|
|
1173
1245
|
|
|
1174
|
-
|
|
1175
1246
|
### Bug Fixes
|
|
1176
1247
|
|
|
1177
|
-
|
|
1248
|
+
- **fields:** add css selector for toggle event
|
|
1249
|
+
([2c61e67](https://github.com/MTES-MCT/monitor-ui/commit/2c61e672fc979d92b43e3912b382754bfcc40eef))
|
|
1178
1250
|
|
|
1179
1251
|
## [2.14.4](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.3...v2.14.4) (2023-02-09)
|
|
1180
1252
|
|
|
1181
|
-
|
|
1182
1253
|
### Bug Fixes
|
|
1183
1254
|
|
|
1184
|
-
|
|
1255
|
+
- **formiks:** initialize FormikCheckbox form value on mount
|
|
1256
|
+
([741505f](https://github.com/MTES-MCT/monitor-ui/commit/741505f7a6705cec2fa439284dff04de43fce962))
|
|
1185
1257
|
|
|
1186
1258
|
## [2.14.3](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.2...v2.14.3) (2023-02-09)
|
|
1187
1259
|
|
|
1188
|
-
|
|
1189
1260
|
### Bug Fixes
|
|
1190
1261
|
|
|
1191
|
-
|
|
1262
|
+
- **fields:** enforce error margins
|
|
1263
|
+
([eb69017](https://github.com/MTES-MCT/monitor-ui/commit/eb69017e720bb97a64fac46cd3d35ae18b6b60a5))
|
|
1192
1264
|
|
|
1193
1265
|
## [2.14.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.1...v2.14.2) (2023-02-08)
|
|
1194
1266
|
|
|
1195
|
-
|
|
1196
1267
|
### Bug Fixes
|
|
1197
1268
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1269
|
+
- **elements:** make secondary Button background transparent
|
|
1270
|
+
([7f1e490](https://github.com/MTES-MCT/monitor-ui/commit/7f1e4909d1a075a90de683c603dfc1b7dd586010))
|
|
1271
|
+
- **fields:** make MultiZoneEditor row background white when isLight
|
|
1272
|
+
([96f7a00](https://github.com/MTES-MCT/monitor-ui/commit/96f7a00bd7eab7755de13e8202aa64367e8d7b18))
|
|
1273
|
+
- **formiks:** remove touched condition for errors
|
|
1274
|
+
([91ac524](https://github.com/MTES-MCT/monitor-ui/commit/91ac524d0916390bc5308083390264d018dad980))
|
|
1201
1275
|
|
|
1202
1276
|
## [2.14.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.14.0...v2.14.1) (2023-02-08)
|
|
1203
1277
|
|
|
1204
|
-
|
|
1205
1278
|
### Bug Fixes
|
|
1206
1279
|
|
|
1207
|
-
|
|
1280
|
+
- **fields:** remove value setting to undefined on destroy
|
|
1281
|
+
([71f409b](https://github.com/MTES-MCT/monitor-ui/commit/71f409b699df131a70454204b87b0e563798cac9))
|
|
1208
1282
|
|
|
1209
1283
|
# [2.14.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.13.2...v2.14.0) (2023-02-07)
|
|
1210
1284
|
|
|
1211
|
-
|
|
1212
1285
|
### Features
|
|
1213
1286
|
|
|
1214
|
-
|
|
1287
|
+
- **components:** add SingleTag
|
|
1288
|
+
([0379159](https://github.com/MTES-MCT/monitor-ui/commit/0379159f6eec3a8d880e0f44f447bac8b5173bf8))
|
|
1215
1289
|
|
|
1216
1290
|
## [2.13.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.13.1...v2.13.2) (2023-02-07)
|
|
1217
1291
|
|
|
1218
|
-
|
|
1219
1292
|
### Bug Fixes
|
|
1220
1293
|
|
|
1221
|
-
|
|
1294
|
+
- **fields:** add missing Option component type generic (bis)
|
|
1295
|
+
([b03ffc5](https://github.com/MTES-MCT/monitor-ui/commit/b03ffc53be2097724b6e481cb5addaf7587b5e82))
|
|
1222
1296
|
|
|
1223
1297
|
## [2.13.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.13.0...v2.13.1) (2023-02-07)
|
|
1224
1298
|
|
|
1225
|
-
|
|
1226
1299
|
### Bug Fixes
|
|
1227
1300
|
|
|
1228
|
-
|
|
1301
|
+
- **fields:** add missing Option component type generic
|
|
1302
|
+
([27ac60d](https://github.com/MTES-MCT/monitor-ui/commit/27ac60d3da117f134f8613d59f3a672d84820625))
|
|
1229
1303
|
|
|
1230
1304
|
# [2.13.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.12.1...v2.13.0) (2023-02-07)
|
|
1231
1305
|
|
|
1232
|
-
|
|
1233
1306
|
### Features
|
|
1234
1307
|
|
|
1235
|
-
|
|
1308
|
+
- **fields:** make option value generic in MultiCheckbox, MultiRadio, MultiSelect & Select
|
|
1309
|
+
([d92ae33](https://github.com/MTES-MCT/monitor-ui/commit/d92ae332495407e3dbbcdc5d17d13161002f34ef))
|
|
1236
1310
|
|
|
1237
1311
|
## [2.12.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.12.0...v2.12.1) (2023-02-07)
|
|
1238
1312
|
|
|
1239
|
-
|
|
1240
1313
|
### Bug Fixes
|
|
1241
1314
|
|
|
1242
|
-
|
|
1315
|
+
- **fields:** skip MultiCheckbox render on onChange prop change
|
|
1316
|
+
([7eab714](https://github.com/MTES-MCT/monitor-ui/commit/7eab714adb8a235a8f28aa2c23ccf8912cafd99e))
|
|
1243
1317
|
|
|
1244
1318
|
# [2.12.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.11.0...v2.12.0) (2023-02-07)
|
|
1245
1319
|
|
|
1246
|
-
|
|
1247
1320
|
### Features
|
|
1248
1321
|
|
|
1249
|
-
|
|
1250
|
-
|
|
1322
|
+
- **fields:** add error prop
|
|
1323
|
+
([26d7494](https://github.com/MTES-MCT/monitor-ui/commit/26d7494157528d853da4a26077f4d63012bd2bd0))
|
|
1324
|
+
- **fields:** set onChange value to undefined on disabled
|
|
1325
|
+
([323ef7a](https://github.com/MTES-MCT/monitor-ui/commit/323ef7ace51acdc117187118bc2a3a8b7ac59ed6))
|
|
1251
1326
|
|
|
1252
1327
|
# [2.11.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.10.0...v2.11.0) (2023-02-07)
|
|
1253
1328
|
|
|
1254
|
-
|
|
1255
1329
|
### Features
|
|
1256
1330
|
|
|
1257
|
-
|
|
1331
|
+
- **formiks:** set value to undefined on destroy
|
|
1332
|
+
([8d810ad](https://github.com/MTES-MCT/monitor-ui/commit/8d810ad5dae3990628b3a63744adcc5fb339a3ad))
|
|
1258
1333
|
|
|
1259
1334
|
# [2.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.5...v2.10.0) (2023-01-31)
|
|
1260
1335
|
|
|
1261
|
-
|
|
1262
1336
|
### Features
|
|
1263
1337
|
|
|
1264
|
-
|
|
1338
|
+
- **utils:** expose multiple utils
|
|
1339
|
+
([0a72cbc](https://github.com/MTES-MCT/monitor-ui/commit/0a72cbc44279d02b0dfeee1251ca723c57468ff3))
|
|
1265
1340
|
|
|
1266
1341
|
## [2.9.5](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.4...v2.9.5) (2023-01-27)
|
|
1267
1342
|
|
|
1268
|
-
|
|
1269
1343
|
### Bug Fixes
|
|
1270
1344
|
|
|
1271
|
-
|
|
1345
|
+
- **fields:** fix searchable Select toggling behavior
|
|
1346
|
+
([f3b3eca](https://github.com/MTES-MCT/monitor-ui/commit/f3b3eca41b6f2d3d48f21f2b388cf5dc7f6d24d1))
|
|
1272
1347
|
|
|
1273
1348
|
## [2.9.4](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.3...v2.9.4) (2023-01-27)
|
|
1274
1349
|
|
|
1275
|
-
|
|
1276
1350
|
### Bug Fixes
|
|
1277
1351
|
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1352
|
+
- **elements:** make Fieldset width 100% of parent width
|
|
1353
|
+
([63d10c6](https://github.com/MTES-MCT/monitor-ui/commit/63d10c60ab12ebe437ea236ea5cde12fa13fd6ff))
|
|
1354
|
+
- **fields:** fix MultiSelect placeholder alignment
|
|
1355
|
+
([8c335b2](https://github.com/MTES-MCT/monitor-ui/commit/8c335b2d26208f2b7faecc9434ef1e0c201698e3))
|
|
1356
|
+
- **fields:** improve MultiZoneEditor alignments
|
|
1357
|
+
([b7d5784](https://github.com/MTES-MCT/monitor-ui/commit/b7d5784edefba4bf6e294f5cdf6cf27b79c309db))
|
|
1281
1358
|
|
|
1282
1359
|
## [2.9.3](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.2...v2.9.3) (2023-01-27)
|
|
1283
1360
|
|
|
1284
|
-
|
|
1285
1361
|
### Bug Fixes
|
|
1286
1362
|
|
|
1287
|
-
|
|
1363
|
+
- **components:** use px instead of rem for Dropdown icon size
|
|
1364
|
+
([c0b24ac](https://github.com/MTES-MCT/monitor-ui/commit/c0b24ac4c90f666bbdeeae533c3d6153088a80eb))
|
|
1288
1365
|
|
|
1289
1366
|
## [2.9.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.1...v2.9.2) (2023-01-27)
|
|
1290
1367
|
|
|
1291
|
-
|
|
1292
1368
|
### Bug Fixes
|
|
1293
1369
|
|
|
1294
|
-
|
|
1370
|
+
- **fields:** set MutliSelect initial isOpen to false
|
|
1371
|
+
([06fc475](https://github.com/MTES-MCT/monitor-ui/commit/06fc475fcd41e00e5e79a5636ba0e720899e3a1f))
|
|
1295
1372
|
|
|
1296
1373
|
## [2.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.9.0...v2.9.1) (2023-01-27)
|
|
1297
1374
|
|
|
1298
|
-
|
|
1299
1375
|
### Bug Fixes
|
|
1300
1376
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1377
|
+
- **fields:** fix DateRangePicker calendar selection update
|
|
1378
|
+
([4fb68f8](https://github.com/MTES-MCT/monitor-ui/commit/4fb68f86278094e8fb8255b1f2bf9ce531bbc721))
|
|
1379
|
+
- **fields:** fix MultiSelect closing behavior
|
|
1380
|
+
([1e832e6](https://github.com/MTES-MCT/monitor-ui/commit/1e832e6042cf7734f2084074672ea52220fb9fa8))
|
|
1381
|
+
- **fields:** fix Select not closing on selection
|
|
1382
|
+
([c132a1f](https://github.com/MTES-MCT/monitor-ui/commit/c132a1f153a3e51eb59cf2cfd363e873604efe29))
|
|
1383
|
+
- **fields:** make MultiSelect width 100% of parent width
|
|
1384
|
+
([aa38376](https://github.com/MTES-MCT/monitor-ui/commit/aa38376d0a57961bcdd385165e842b101cd037b1))
|
|
1385
|
+
- **fields:** make Select width 100% of parent width
|
|
1386
|
+
([9aa3f71](https://github.com/MTES-MCT/monitor-ui/commit/9aa3f71f9e258ca66989ef24860dceb4333348b9))
|
|
1306
1387
|
|
|
1307
1388
|
# [2.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.8.1...v2.9.0) (2023-01-25)
|
|
1308
1389
|
|
|
1309
|
-
|
|
1310
1390
|
### Features
|
|
1311
1391
|
|
|
1312
|
-
|
|
1392
|
+
- **types:** restrict component props types to handle exact optional prop types
|
|
1393
|
+
([296acf4](https://github.com/MTES-MCT/monitor-ui/commit/296acf48a7c701f85cbee72ceeea4071d60f0ea6))
|
|
1313
1394
|
|
|
1314
1395
|
## [2.8.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.8.0...v2.8.1) (2023-01-19)
|
|
1315
1396
|
|
|
1316
|
-
|
|
1317
1397
|
### Bug Fixes
|
|
1318
1398
|
|
|
1319
|
-
|
|
1399
|
+
- **fields:** fix string date wrong default value offset in DatePicker & DateRangePicker
|
|
1400
|
+
([18bc2aa](https://github.com/MTES-MCT/monitor-ui/commit/18bc2aa729cbe88c8e87fac294515a2fa75abbe7))
|
|
1320
1401
|
|
|
1321
1402
|
# [2.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.7.2...v2.8.0) (2023-01-17)
|
|
1322
1403
|
|
|
1323
|
-
|
|
1324
1404
|
### Features
|
|
1325
1405
|
|
|
1326
|
-
|
|
1406
|
+
- **fields:** handle both Date & string dates in DatePicker & DateRangePicker
|
|
1407
|
+
([6aacf70](https://github.com/MTES-MCT/monitor-ui/commit/6aacf7007bcbc789b9de643be2d192a1808b0afc))
|
|
1327
1408
|
|
|
1328
1409
|
## [2.7.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.7.1...v2.7.2) (2023-01-13)
|
|
1329
1410
|
|
|
1330
|
-
|
|
1331
1411
|
### Bug Fixes
|
|
1332
1412
|
|
|
1333
|
-
|
|
1413
|
+
- **elements:** set Button icon size in px instead of rem
|
|
1414
|
+
([363ffab](https://github.com/MTES-MCT/monitor-ui/commit/363ffab6d6d2c65e997eafa7378f4ead377cb6f2))
|
|
1334
1415
|
|
|
1335
1416
|
## [2.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.7.0...v2.7.1) (2023-01-13)
|
|
1336
1417
|
|
|
1337
|
-
|
|
1338
1418
|
### Bug Fixes
|
|
1339
1419
|
|
|
1340
|
-
|
|
1420
|
+
- **fields:** handle detached click outside for time in DatePicker & DateRangePicker
|
|
1421
|
+
([afa0a13](https://github.com/MTES-MCT/monitor-ui/commit/afa0a13394f650b0d26a5cf868a325cc79335dcb))
|
|
1341
1422
|
|
|
1342
1423
|
# [2.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.6.0...v2.7.0) (2023-01-12)
|
|
1343
1424
|
|
|
1344
|
-
|
|
1345
1425
|
### Features
|
|
1346
1426
|
|
|
1347
|
-
|
|
1427
|
+
- **fields:** add baseContainer prop to fields with global event listeners
|
|
1428
|
+
([ebbb874](https://github.com/MTES-MCT/monitor-ui/commit/ebbb874be7352ce8830e94b7654fe27bbd00e544))
|
|
1348
1429
|
|
|
1349
1430
|
# [2.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.5.1...v2.6.0) (2023-01-10)
|
|
1350
1431
|
|
|
1351
|
-
|
|
1352
1432
|
### Features
|
|
1353
1433
|
|
|
1354
|
-
|
|
1434
|
+
- **fields:** make AutoComplete, MultiSelect & Select container ref internal
|
|
1435
|
+
([712cfd7](https://github.com/MTES-MCT/monitor-ui/commit/712cfd7a51feb23ad131e4d37eb3cb44702beed6))
|
|
1355
1436
|
|
|
1356
1437
|
## [2.5.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.5.0...v2.5.1) (2023-01-06)
|
|
1357
1438
|
|
|
1358
|
-
|
|
1359
1439
|
### Bug Fixes
|
|
1360
1440
|
|
|
1361
|
-
|
|
1441
|
+
- **fields:** force width for DateRangePicker calendar container
|
|
1442
|
+
([2c3bab7](https://github.com/MTES-MCT/monitor-ui/commit/2c3bab7a1f6ab5a70ad2e679045eef8822f310d5))
|
|
1362
1443
|
|
|
1363
1444
|
# [2.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.4.1...v2.5.0) (2023-01-06)
|
|
1364
1445
|
|
|
1365
|
-
|
|
1366
1446
|
### Features
|
|
1367
1447
|
|
|
1368
|
-
|
|
1448
|
+
- add OnlyFontGlobalStyle for legacy integration
|
|
1449
|
+
([16fb494](https://github.com/MTES-MCT/monitor-ui/commit/16fb4941ed0a6420f56ed85333bd2231317b9972))
|
|
1369
1450
|
|
|
1370
1451
|
## [2.4.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.4.0...v2.4.1) (2023-01-04)
|
|
1371
1452
|
|
|
1372
|
-
|
|
1373
1453
|
### Bug Fixes
|
|
1374
1454
|
|
|
1375
|
-
|
|
1455
|
+
- **build:** remove useless npm engine version
|
|
1456
|
+
([16a4b43](https://github.com/MTES-MCT/monitor-ui/commit/16a4b4335c9a6dfeb8dfed4d6598d3ba8fd05b3e))
|
|
1376
1457
|
|
|
1377
1458
|
# [2.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.2...v2.4.0) (2022-12-21)
|
|
1378
1459
|
|
|
1379
|
-
|
|
1380
1460
|
### Bug Fixes
|
|
1381
1461
|
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1462
|
+
- **build:** externalize Rsuite localization
|
|
1463
|
+
([10a581d](https://github.com/MTES-MCT/monitor-ui/commit/10a581d2947c6d2a80234b0d43d203b808d5933e))
|
|
1464
|
+
- **fields:** focus next date part input when already filled in DatePicker & DateRangePicker
|
|
1465
|
+
([38219de](https://github.com/MTES-MCT/monitor-ui/commit/38219de79c0cd4d6aefce125452c662428419765))
|
|
1466
|
+
- **fields:** improve DatePicker UX & UI
|
|
1467
|
+
([a57f977](https://github.com/MTES-MCT/monitor-ui/commit/a57f977fcf9fa999e80b6ba7e256766b35cd10c4))
|
|
1468
|
+
- **fields:** normalize calendar header title in DatePicker & DateRangePicker
|
|
1469
|
+
([611f811](https://github.com/MTES-MCT/monitor-ui/commit/611f8118f8f596b2c8972a06928d6bbc98d2062c))
|
|
1470
|
+
- **fields:** normalize colors between states in DatePicker & DateRangePicker
|
|
1471
|
+
([9cebad3](https://github.com/MTES-MCT/monitor-ui/commit/9cebad36c053202f12fee0f0c2c78809c272b7ee))
|
|
1472
|
+
- **fields:** normalize sizes in DatePicker & DateRangePicker
|
|
1473
|
+
([b76c78e](https://github.com/MTES-MCT/monitor-ui/commit/b76c78e515c58ed421e5ca8cb5e6b5b7ac391092))
|
|
1474
|
+
- **fields:** remove dependency cycle in DateRangePicker
|
|
1475
|
+
([226941a](https://github.com/MTES-MCT/monitor-ui/commit/226941a8299f2f8a7918f5546e65868705cc0528))
|
|
1390
1476
|
|
|
1391
1477
|
### Features
|
|
1392
1478
|
|
|
1393
|
-
|
|
1479
|
+
- **icons:** add Target and Vms ([#154](https://github.com/MTES-MCT/monitor-ui/issues/154))
|
|
1480
|
+
([af70cfc](https://github.com/MTES-MCT/monitor-ui/commit/af70cfc85d56f9c7be689e305470b1a6ef4c1e86))
|
|
1394
1481
|
|
|
1395
1482
|
## [2.3.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.1...v2.3.2) (2022-12-19)
|
|
1396
1483
|
|
|
1397
|
-
|
|
1398
1484
|
### Bug Fixes
|
|
1399
1485
|
|
|
1400
|
-
|
|
1486
|
+
- **types:** update type definitions path ([#152](https://github.com/MTES-MCT/monitor-ui/issues/152))
|
|
1487
|
+
([e6d95fb](https://github.com/MTES-MCT/monitor-ui/commit/e6d95fb91630c72f96ee78ed005a1109a6ad1a76))
|
|
1401
1488
|
|
|
1402
1489
|
## [2.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.0...v2.3.1) (2022-12-19)
|
|
1403
1490
|
|
|
1404
|
-
|
|
1405
1491
|
### Bug Fixes
|
|
1406
1492
|
|
|
1407
|
-
|
|
1493
|
+
- **fields:** restore DatePicker calendar as body modal ([#146](https://github.com/MTES-MCT/monitor-ui/issues/146))
|
|
1494
|
+
([b5f300f](https://github.com/MTES-MCT/monitor-ui/commit/b5f300f40ab3078b4b676b0663603f088492a0aa))
|
|
1408
1495
|
|
|
1409
1496
|
# [2.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.2.1...v2.3.0) (2022-12-16)
|
|
1410
1497
|
|
|
1411
|
-
|
|
1412
1498
|
### Features
|
|
1413
1499
|
|
|
1414
|
-
|
|
1500
|
+
- **fields:** add NumberInput ([#144](https://github.com/MTES-MCT/monitor-ui/issues/144))
|
|
1501
|
+
([649cc6c](https://github.com/MTES-MCT/monitor-ui/commit/649cc6cf0c7c1d416c7b6a774472df30d436bf00))
|
|
1415
1502
|
|
|
1416
1503
|
## [2.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.2.0...v2.2.1) (2022-12-15)
|
|
1417
1504
|
|
|
1418
|
-
|
|
1419
1505
|
### Bug Fixes
|
|
1420
1506
|
|
|
1421
|
-
|
|
1507
|
+
- **elements:** use gap instead of margin in TagGroup ([#142](https://github.com/MTES-MCT/monitor-ui/issues/142))
|
|
1508
|
+
([b6d73ea](https://github.com/MTES-MCT/monitor-ui/commit/b6d73eaa1daaf4f7c112dd9e5b6542265a2fbb1c))
|
|
1422
1509
|
|
|
1423
1510
|
# [2.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.1.1...v2.2.0) (2022-12-15)
|
|
1424
1511
|
|
|
1425
|
-
|
|
1426
1512
|
### Features
|
|
1427
1513
|
|
|
1428
|
-
|
|
1514
|
+
- **elements:** add TagGroup ([#139](https://github.com/MTES-MCT/monitor-ui/issues/139))
|
|
1515
|
+
([f12aadb](https://github.com/MTES-MCT/monitor-ui/commit/f12aadb9bdbc684116e19f7c867483d6dc69955a))
|
|
1429
1516
|
|
|
1430
1517
|
## [2.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.1.0...v2.1.1) (2022-12-15)
|
|
1431
1518
|
|
|
1432
|
-
|
|
1433
1519
|
### Bug Fixes
|
|
1434
1520
|
|
|
1435
|
-
|
|
1521
|
+
- **formiks:** remove set undefined on destruction ([#137](https://github.com/MTES-MCT/monitor-ui/issues/137))
|
|
1522
|
+
([fd375ae](https://github.com/MTES-MCT/monitor-ui/commit/fd375aec5047ba3aad31237bec4863f56fb1043f))
|
|
1436
1523
|
|
|
1437
1524
|
# [2.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.0.0...v2.1.0) (2022-12-15)
|
|
1438
1525
|
|
|
1439
|
-
|
|
1440
1526
|
### Features
|
|
1441
1527
|
|
|
1442
|
-
|
|
1443
|
-
|
|
1528
|
+
- **elements:** add isLight & hasBorder props to Fieldset ([#134](https://github.com/MTES-MCT/monitor-ui/issues/134))
|
|
1529
|
+
([761ea73](https://github.com/MTES-MCT/monitor-ui/commit/761ea733f1441c32986b64f2ad6be4541073a485))
|
|
1530
|
+
- **fields:** add MultiZoneEditor ([#135](https://github.com/MTES-MCT/monitor-ui/issues/135))
|
|
1531
|
+
([8a3d653](https://github.com/MTES-MCT/monitor-ui/commit/8a3d6537484f8a0b85289f6903e5567cdef0673b))
|
|
1444
1532
|
|
|
1445
1533
|
# [2.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.14.0...v2.0.0) (2022-12-14)
|
|
1446
1534
|
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1535
|
+
- feat(fields)!: convert MultiSelect fixedWidth prop from rem to px (#132)
|
|
1536
|
+
([6ab4d7f](https://github.com/MTES-MCT/monitor-ui/commit/6ab4d7fb4cf253964ba7074ab0e845c182a39928)), closes
|
|
1537
|
+
[#132](https://github.com/MTES-MCT/monitor-ui/issues/132)
|
|
1538
|
+
- feat(elements)!: convert Icon size prop from rem to px (#131)
|
|
1539
|
+
([30d3639](https://github.com/MTES-MCT/monitor-ui/commit/30d363933c0cd733874ed9999646a332a7b3c2f3)), closes
|
|
1540
|
+
[#131](https://github.com/MTES-MCT/monitor-ui/issues/131)
|
|
1451
1541
|
|
|
1452
1542
|
### BREAKING CHANGES
|
|
1453
1543
|
|
|
1454
|
-
|
|
1455
|
-
|
|
1544
|
+
- Both MultiSelect and FormikMultiSelect `fixedWidth` prop are now in px instead of rem.
|
|
1545
|
+
- Both Icon and ButtonIcon `size` prop is now in px instead of rem.
|
|
1456
1546
|
|
|
1457
1547
|
# [1.14.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.13.0...v1.14.0) (2022-12-14)
|
|
1458
1548
|
|
|
1459
|
-
|
|
1460
1549
|
### Bug Fixes
|
|
1461
1550
|
|
|
1462
|
-
|
|
1463
|
-
|
|
1551
|
+
- **fields:** prefix styled custom props with $ ([#127](https://github.com/MTES-MCT/monitor-ui/issues/127))
|
|
1552
|
+
([05d03ba](https://github.com/MTES-MCT/monitor-ui/commit/05d03ba933cf6c3d684b5cb1456a8115c9df5af1))
|
|
1464
1553
|
|
|
1465
1554
|
### Features
|
|
1466
1555
|
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1556
|
+
- **elements:** add iconSize prop to IconButton ([#123](https://github.com/MTES-MCT/monitor-ui/issues/123))
|
|
1557
|
+
([e6b03ce](https://github.com/MTES-MCT/monitor-ui/commit/e6b03ce389e0f35e0ab3f485d34ec682d7474e0b))
|
|
1558
|
+
- **fields:** add AutoComplete ([#125](https://github.com/MTES-MCT/monitor-ui/issues/125))
|
|
1559
|
+
([8fb5cef](https://github.com/MTES-MCT/monitor-ui/commit/8fb5cef36ce0d1446ceee7019a27da016736205c))
|
|
1560
|
+
- **formiks:** add FormikAutoComplete ([#126](https://github.com/MTES-MCT/monitor-ui/issues/126))
|
|
1561
|
+
([644cc2b](https://github.com/MTES-MCT/monitor-ui/commit/644cc2be5aa21c9177ff344e65912834095595d0))
|
|
1562
|
+
- **icons:** update ([#124](https://github.com/MTES-MCT/monitor-ui/issues/124))
|
|
1563
|
+
([81f3287](https://github.com/MTES-MCT/monitor-ui/commit/81f32875b3d5b7f491b038370d5e868e71e73f6a))
|
|
1471
1564
|
|
|
1472
1565
|
# [1.13.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.12.1...v1.13.0) (2022-12-14)
|
|
1473
1566
|
|
|
1474
|
-
|
|
1475
1567
|
### Features
|
|
1476
1568
|
|
|
1477
|
-
|
|
1569
|
+
- **elements:** add Tag ([#121](https://github.com/MTES-MCT/monitor-ui/issues/121))
|
|
1570
|
+
([c9be13e](https://github.com/MTES-MCT/monitor-ui/commit/c9be13e463a8795223e0bafb3287e51aa196495a))
|
|
1478
1571
|
|
|
1479
1572
|
## [1.12.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.12.0...v1.12.1) (2022-12-14)
|
|
1480
1573
|
|
|
1481
|
-
|
|
1482
1574
|
### Bug Fixes
|
|
1483
1575
|
|
|
1484
|
-
|
|
1576
|
+
- **icons:** use currentColor in new icons ([#119](https://github.com/MTES-MCT/monitor-ui/issues/119))
|
|
1577
|
+
([3937553](https://github.com/MTES-MCT/monitor-ui/commit/39375532354d24489ab3aeb024ebe5b2cb61772a))
|
|
1485
1578
|
|
|
1486
1579
|
# [1.12.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.11.0...v1.12.0) (2022-12-13)
|
|
1487
1580
|
|
|
1488
|
-
|
|
1489
1581
|
### Features
|
|
1490
1582
|
|
|
1491
|
-
|
|
1583
|
+
- **icons:** update ([#117](https://github.com/MTES-MCT/monitor-ui/issues/117))
|
|
1584
|
+
([a242cc9](https://github.com/MTES-MCT/monitor-ui/commit/a242cc9a80b2eb5335cc1c466a28398df85ebed7))
|
|
1492
1585
|
|
|
1493
1586
|
# [1.11.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.10.2...v1.11.0) (2022-12-08)
|
|
1494
1587
|
|
|
1495
|
-
|
|
1496
1588
|
### Bug Fixes
|
|
1497
1589
|
|
|
1498
|
-
|
|
1499
|
-
|
|
1590
|
+
- **elements:** make tertiary IconButton background transparent
|
|
1591
|
+
([#107](https://github.com/MTES-MCT/monitor-ui/issues/107))
|
|
1592
|
+
([1986423](https://github.com/MTES-MCT/monitor-ui/commit/19864235d5a3ba17c466210df8ab654e70e30344))
|
|
1500
1593
|
|
|
1501
1594
|
### Features
|
|
1502
1595
|
|
|
1503
|
-
|
|
1504
|
-
|
|
1596
|
+
- **elements:** add color prop to IconButton ([#108](https://github.com/MTES-MCT/monitor-ui/issues/108))
|
|
1597
|
+
([2b1eede](https://github.com/MTES-MCT/monitor-ui/commit/2b1eedee72eaa23a7ce93ae73e172a225557c2fe))
|
|
1598
|
+
- **fields:** add isLight prop in MultiSelect, Select, Textarea, TextInput
|
|
1599
|
+
([#106](https://github.com/MTES-MCT/monitor-ui/issues/106))
|
|
1600
|
+
([9484cb6](https://github.com/MTES-MCT/monitor-ui/commit/9484cb6581ae6c1a297e030a7ac0e9c142470f98))
|
|
1505
1601
|
|
|
1506
1602
|
## [1.10.2](https://github.com/MTES-MCT/monitor-ui/compare/v1.10.1...v1.10.2) (2022-12-06)
|
|
1507
1603
|
|
|
1508
|
-
|
|
1509
1604
|
### Bug Fixes
|
|
1510
1605
|
|
|
1511
|
-
|
|
1606
|
+
- **formiks:** add missing default value handling ([#104](https://github.com/MTES-MCT/monitor-ui/issues/104))
|
|
1607
|
+
([8225e5f](https://github.com/MTES-MCT/monitor-ui/commit/8225e5f37f0dfc6072630ccb6b127d0fddcb6182))
|
|
1512
1608
|
|
|
1513
1609
|
## [1.10.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.10.0...v1.10.1) (2022-12-06)
|
|
1514
1610
|
|
|
1515
1611
|
# [1.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.9.2...v1.10.0) (2022-12-01)
|
|
1516
1612
|
|
|
1517
|
-
|
|
1518
1613
|
### Features
|
|
1519
1614
|
|
|
1520
|
-
|
|
1521
|
-
|
|
1615
|
+
- **components:** add Dropdown ([#93](https://github.com/MTES-MCT/monitor-ui/issues/93))
|
|
1616
|
+
([1d5ec1b](https://github.com/MTES-MCT/monitor-ui/commit/1d5ec1b06b0f9ed06b44518de60cd69f0286e8fb))
|
|
1617
|
+
- **elements:** add IconButton ([#92](https://github.com/MTES-MCT/monitor-ui/issues/92))
|
|
1618
|
+
([5ea52c3](https://github.com/MTES-MCT/monitor-ui/commit/5ea52c3bc2c20226641e46b114a6bea617caeb45))
|
|
1522
1619
|
|
|
1523
1620
|
## [1.9.2](https://github.com/MTES-MCT/monitor-ui/compare/v1.9.1...v1.9.2) (2022-12-01)
|
|
1524
1621
|
|
|
1525
|
-
|
|
1526
1622
|
### Bug Fixes
|
|
1527
1623
|
|
|
1528
|
-
|
|
1624
|
+
- **build:** set include fonts as inline data ([#90](https://github.com/MTES-MCT/monitor-ui/issues/90))
|
|
1625
|
+
([4872817](https://github.com/MTES-MCT/monitor-ui/commit/48728173b37f7842309b4141e8337f5263c64a35))
|
|
1529
1626
|
|
|
1530
1627
|
## [1.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.9.0...v1.9.1) (2022-12-01)
|
|
1531
1628
|
|
|
1532
|
-
|
|
1533
1629
|
### Bug Fixes
|
|
1534
1630
|
|
|
1535
|
-
|
|
1631
|
+
- **build:** set right font paths ([#88](https://github.com/MTES-MCT/monitor-ui/issues/88))
|
|
1632
|
+
([172250a](https://github.com/MTES-MCT/monitor-ui/commit/172250a58c990c3c19c5d0162bb4de1f6ab17194))
|
|
1536
1633
|
|
|
1537
1634
|
# [1.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.8.0...v1.9.0) (2022-12-01)
|
|
1538
1635
|
|
|
1539
|
-
|
|
1540
1636
|
### Features
|
|
1541
1637
|
|
|
1542
|
-
|
|
1638
|
+
- **elements:** add Button ([#86](https://github.com/MTES-MCT/monitor-ui/issues/86))
|
|
1639
|
+
([00b2e10](https://github.com/MTES-MCT/monitor-ui/commit/00b2e1070516959a3c6a13bcea350c7b4f05d309))
|
|
1543
1640
|
|
|
1544
1641
|
# [1.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.4...v1.8.0) (2022-11-30)
|
|
1545
1642
|
|
|
1546
|
-
|
|
1547
1643
|
### Features
|
|
1548
1644
|
|
|
1549
|
-
|
|
1550
|
-
|
|
1645
|
+
- **icons:** add size prop ([#84](https://github.com/MTES-MCT/monitor-ui/issues/84))
|
|
1646
|
+
([5eec53c](https://github.com/MTES-MCT/monitor-ui/commit/5eec53c5afbbb44ef82fea9b36cf0da598e2188c))
|
|
1647
|
+
- **icons:** integrate normalized icons as React components ([#83](https://github.com/MTES-MCT/monitor-ui/issues/83))
|
|
1648
|
+
([5606ba4](https://github.com/MTES-MCT/monitor-ui/commit/5606ba4cd7dad570039f3246a94b3dee6501e177))
|
|
1551
1649
|
|
|
1552
1650
|
## [1.7.4](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.3...v1.7.4) (2022-11-30)
|
|
1553
1651
|
|
|
1554
1652
|
## [1.7.3](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.2...v1.7.3) (2022-11-30)
|
|
1555
1653
|
|
|
1556
|
-
|
|
1557
1654
|
### Bug Fixes
|
|
1558
1655
|
|
|
1559
|
-
|
|
1560
|
-
|
|
1656
|
+
- **build:** disable rollup modules preservation ([#77](https://github.com/MTES-MCT/monitor-ui/issues/77))
|
|
1657
|
+
([d4e36ec](https://github.com/MTES-MCT/monitor-ui/commit/d4e36ece43e108f2b69f7d54ea247db3558217ee))
|
|
1658
|
+
- **fields:** add missing keys in multi fields ([#76](https://github.com/MTES-MCT/monitor-ui/issues/76))
|
|
1659
|
+
([aa40638](https://github.com/MTES-MCT/monitor-ui/commit/aa40638d0a16c648c9f55684634bdbbde7fd2651))
|
|
1561
1660
|
|
|
1562
1661
|
## [1.7.2](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.1...v1.7.2) (2022-11-29)
|
|
1563
1662
|
|
|
1564
1663
|
## [1.7.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.0...v1.7.1) (2022-11-29)
|
|
1565
1664
|
|
|
1566
|
-
|
|
1567
1665
|
### Bug Fixes
|
|
1568
1666
|
|
|
1569
|
-
|
|
1667
|
+
- **fields:** make optional labels mandatory ([#42](https://github.com/MTES-MCT/monitor-ui/issues/42))
|
|
1668
|
+
([629c98a](https://github.com/MTES-MCT/monitor-ui/commit/629c98aee5df1717eb1435d79ec015623803bd58))
|
|
1570
1669
|
|
|
1571
1670
|
# [1.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.6.0...v1.7.0) (2022-11-29)
|
|
1572
1671
|
|
|
1573
|
-
|
|
1574
1672
|
### Features
|
|
1575
1673
|
|
|
1576
|
-
|
|
1674
|
+
- **fields:** add missing labels ([#40](https://github.com/MTES-MCT/monitor-ui/issues/40))
|
|
1675
|
+
([95f7215](https://github.com/MTES-MCT/monitor-ui/commit/95f7215f28dc389981874eae73445b645c959787))
|
|
1577
1676
|
|
|
1578
1677
|
# [1.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.5.1...v1.6.0) (2022-11-29)
|
|
1579
1678
|
|
|
1580
|
-
|
|
1581
1679
|
### Features
|
|
1582
1680
|
|
|
1583
|
-
|
|
1584
|
-
|
|
1681
|
+
- **fields:** add MultiCheckbox ([#37](https://github.com/MTES-MCT/monitor-ui/issues/37))
|
|
1682
|
+
([405ce01](https://github.com/MTES-MCT/monitor-ui/commit/405ce013e2eeac7d6143c1fab4f6d241133042e5))
|
|
1683
|
+
- **fields:** add MultiRadio ([#38](https://github.com/MTES-MCT/monitor-ui/issues/38))
|
|
1684
|
+
([de205f9](https://github.com/MTES-MCT/monitor-ui/commit/de205f9431a527bd5baf6dd85ac92d0126546c07))
|
|
1585
1685
|
|
|
1586
1686
|
## [1.5.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.5.0...v1.5.1) (2022-11-29)
|
|
1587
1687
|
|
|
1588
|
-
|
|
1589
1688
|
### Bug Fixes
|
|
1590
1689
|
|
|
1591
|
-
|
|
1690
|
+
- **fields:** add fixedWidth prop to MultiSelect ([#33](https://github.com/MTES-MCT/monitor-ui/issues/33))
|
|
1691
|
+
([bea7a83](https://github.com/MTES-MCT/monitor-ui/commit/bea7a83f60d49e945686dba69ad4dcb13275bf5f))
|
|
1592
1692
|
|
|
1593
1693
|
# [1.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.4.0...v1.5.0) (2022-11-29)
|
|
1594
1694
|
|
|
1595
|
-
|
|
1596
1695
|
### Features
|
|
1597
1696
|
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1697
|
+
- **fields:** add MultiSelect ([#26](https://github.com/MTES-MCT/monitor-ui/issues/26))
|
|
1698
|
+
([e1123b1](https://github.com/MTES-MCT/monitor-ui/commit/e1123b1e09dd55135b6806fdbe7615eab5f65704))
|
|
1699
|
+
- **fields:** add Textarea ([#30](https://github.com/MTES-MCT/monitor-ui/issues/30))
|
|
1700
|
+
([0cd9b13](https://github.com/MTES-MCT/monitor-ui/commit/0cd9b132b0607b109dbec4ec54e7184e71b8f9d9))
|
|
1701
|
+
- **fields:** add TextInput ([#28](https://github.com/MTES-MCT/monitor-ui/issues/28))
|
|
1702
|
+
([cdd610f](https://github.com/MTES-MCT/monitor-ui/commit/cdd610f679bfb967f2f6403f9c4c397bfafb0948))
|
|
1703
|
+
- **formiks:** add FormikMultiSelect ([#27](https://github.com/MTES-MCT/monitor-ui/issues/27))
|
|
1704
|
+
([414c4da](https://github.com/MTES-MCT/monitor-ui/commit/414c4dad1a6a639ae4b1f7cbf61f851d778f08b7))
|
|
1705
|
+
- **formiks:** add FormikTextarea ([#31](https://github.com/MTES-MCT/monitor-ui/issues/31))
|
|
1706
|
+
([59aa260](https://github.com/MTES-MCT/monitor-ui/commit/59aa260cc8efeec29d795d73261bc77263b67ab4))
|
|
1707
|
+
- **formiks:** add FormikTextInput ([#29](https://github.com/MTES-MCT/monitor-ui/issues/29))
|
|
1708
|
+
([8feddd3](https://github.com/MTES-MCT/monitor-ui/commit/8feddd39d05484a2c2469e019baacf5b60a10000))
|
|
1604
1709
|
|
|
1605
1710
|
# [1.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.3.0...v1.4.0) (2022-11-28)
|
|
1606
1711
|
|
|
1607
|
-
|
|
1608
1712
|
### Features
|
|
1609
1713
|
|
|
1610
|
-
|
|
1611
|
-
|
|
1714
|
+
- **fields:** add Checkbox ([#21](https://github.com/MTES-MCT/monitor-ui/issues/21))
|
|
1715
|
+
([37a1746](https://github.com/MTES-MCT/monitor-ui/commit/37a1746676da210f437453cfa3812bd537b33661))
|
|
1716
|
+
- **formiks:** add FormikCheckbox ([#22](https://github.com/MTES-MCT/monitor-ui/issues/22))
|
|
1717
|
+
([f018046](https://github.com/MTES-MCT/monitor-ui/commit/f01804690b045b0d2e7356eb5c6c1cac6c0a5dbe))
|
|
1612
1718
|
|
|
1613
1719
|
# [1.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.2.0...v1.3.0) (2022-11-24)
|
|
1614
1720
|
|
|
1615
|
-
|
|
1616
1721
|
### Features
|
|
1617
1722
|
|
|
1618
|
-
|
|
1723
|
+
- **assets:** add rsuite-override stylesheet ([#19](https://github.com/MTES-MCT/monitor-ui/issues/19))
|
|
1724
|
+
([0619f51](https://github.com/MTES-MCT/monitor-ui/commit/0619f51989a33656c4434f15a7533269a2b9c40b))
|
|
1619
1725
|
|
|
1620
1726
|
# [1.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.1.1...v1.2.0) (2022-11-24)
|
|
1621
1727
|
|
|
1622
|
-
|
|
1623
1728
|
### Bug Fixes
|
|
1624
1729
|
|
|
1625
|
-
|
|
1626
|
-
|
|
1730
|
+
- **build:** fix dist npm exports path ([#17](https://github.com/MTES-MCT/monitor-ui/issues/17))
|
|
1731
|
+
([aad4c07](https://github.com/MTES-MCT/monitor-ui/commit/aad4c07b160ec38fcad68fbfcb8055c971c0f5ed))
|
|
1627
1732
|
|
|
1628
1733
|
### Features
|
|
1629
1734
|
|
|
1630
|
-
|
|
1631
|
-
|
|
1735
|
+
- **formiks:** add FormikDatePicker ([#16](https://github.com/MTES-MCT/monitor-ui/issues/16))
|
|
1736
|
+
([a4db006](https://github.com/MTES-MCT/monitor-ui/commit/a4db006c1f72a39fd7ea8dc2722399783c44826b))
|
|
1737
|
+
- **formiks:** add FormikDateRangePicker ([#15](https://github.com/MTES-MCT/monitor-ui/issues/15))
|
|
1738
|
+
([e40e53d](https://github.com/MTES-MCT/monitor-ui/commit/e40e53d7c15e54244bde801fd42d57c9e7033947))
|
|
1632
1739
|
|
|
1633
1740
|
## [1.1.1](https://github.com/MTES-MCT/monitor-ui/compare/v1.1.0...v1.1.1) (2022-11-24)
|
|
1634
1741
|
|
|
1635
|
-
|
|
1636
1742
|
### Bug Fixes
|
|
1637
1743
|
|
|
1638
|
-
|
|
1744
|
+
- **semantic-release:** publish to NPM ([#12](https://github.com/MTES-MCT/monitor-ui/issues/12))
|
|
1745
|
+
([2c42952](https://github.com/MTES-MCT/monitor-ui/commit/2c42952dcc8bbc3983aee55f784e0ca082760d0f))
|
|
1639
1746
|
|
|
1640
1747
|
# [1.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v1.0.0...v1.1.0) (2022-11-24)
|
|
1641
1748
|
|
|
1642
|
-
|
|
1643
1749
|
### Features
|
|
1644
1750
|
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1751
|
+
- **fields:** add DatePicker ([#7](https://github.com/MTES-MCT/monitor-ui/issues/7))
|
|
1752
|
+
([be4870b](https://github.com/MTES-MCT/monitor-ui/commit/be4870b4b7d341e25392ad44f99b491394ff143c))
|
|
1753
|
+
- **fields:** add Select ([#8](https://github.com/MTES-MCT/monitor-ui/issues/8))
|
|
1754
|
+
([5ff1daa](https://github.com/MTES-MCT/monitor-ui/commit/5ff1daa298ad8b55fe9661e6449ea88e2cd0f883))
|
|
1755
|
+
- **formiks:** add FormikSelect ([#10](https://github.com/MTES-MCT/monitor-ui/issues/10))
|
|
1756
|
+
([cf3938d](https://github.com/MTES-MCT/monitor-ui/commit/cf3938d7bc1e1bc61b46b844e77101d621e5ee6f))
|
|
1648
1757
|
|
|
1649
1758
|
# 1.0.0 (2022-11-14)
|
|
1650
1759
|
|
|
1651
|
-
|
|
1652
1760
|
### Features
|
|
1653
1761
|
|
|
1654
|
-
|
|
1762
|
+
- **fields:** add DateRangePicker
|
|
1763
|
+
([bfe8099](https://github.com/MTES-MCT/monitor-ui/commit/bfe80997d6686817d9b14096dcb685df4d31d2bb))
|