@servicetitan/form 21.6.0 → 22.0.1
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 +627 -0
- package/package.json +16 -16
package/CHANGELOG.md
ADDED
@@ -0,0 +1,627 @@
|
|
1
|
+
# v22.0.1 (Tue Jun 21 2022)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
|
6
|
+
|
7
|
+
#### Authors: 2
|
8
|
+
|
9
|
+
- github-actions (github-actions@github.com)
|
10
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
11
|
+
|
12
|
+
---
|
13
|
+
|
14
|
+
# v21.6.0 (Mon May 09 2022)
|
15
|
+
|
16
|
+
### Release Notes
|
17
|
+
|
18
|
+
#### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
|
19
|
+
|
20
|
+
#### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
|
21
|
+
|
22
|
+
To solve inconsistency/mismatch of weight definition on web implementation, using `font-weight: bold;` use to default to `600` which is not the norm and has bug report about it from devs, we are changing `bold` to be true bold which is `700`. From UX standpoint this is also solving visual hierarchy issue when Sofia Pro Medium and Nunito Sans Regular were not distinctive enough when they are similar in size.
|
23
|
+
|
24
|
+
More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
|
25
|
+
|
26
|
+
---
|
27
|
+
|
28
|
+
#### 🚀 Enhancement
|
29
|
+
|
30
|
+
- Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
|
31
|
+
- Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
|
32
|
+
- InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
|
33
|
+
- AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
|
34
|
+
|
35
|
+
#### 💅 Visual Update
|
36
|
+
|
37
|
+
- Font Update: Bold Sofia to use the real bold instead of medium [#2430](https://github.com/servicetitan/anvil/pull/2430) ([@tounsoo](https://github.com/tounsoo))
|
38
|
+
- Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
|
39
|
+
- ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
|
40
|
+
- Tag: Update subtle default text and icon color to work with dark mode [#2425](https://github.com/servicetitan/anvil/pull/2425) ([@tounsoo](https://github.com/tounsoo))
|
41
|
+
|
42
|
+
#### 📝 Documentation
|
43
|
+
|
44
|
+
- Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
|
45
|
+
- Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
|
46
|
+
- Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
|
47
|
+
- Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
|
48
|
+
|
49
|
+
#### 🐛 Bug Fix
|
50
|
+
|
51
|
+
- DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
|
52
|
+
|
53
|
+
#### 🏠 Internal
|
54
|
+
|
55
|
+
- Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
|
56
|
+
- DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
|
57
|
+
- DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
|
58
|
+
- ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
|
59
|
+
- Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
|
60
|
+
|
61
|
+
#### ⚠️ Pushed to `master`
|
62
|
+
|
63
|
+
- Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
|
64
|
+
|
65
|
+
#### 📝 Dependencies
|
66
|
+
|
67
|
+
- Bump moment from 2.29.1 to 2.29.2 in /packages/design-system [#2426](https://github.com/servicetitan/anvil/pull/2426) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
68
|
+
|
69
|
+
#### Authors: 6
|
70
|
+
|
71
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
72
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
73
|
+
- Brian LaLonde ([@blalond](https://github.com/blalond))
|
74
|
+
- James C ([@jpex](https://github.com/jpex))
|
75
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
76
|
+
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))
|
77
|
+
|
78
|
+
</blockquote>
|
79
|
+
</details>
|
80
|
+
|
81
|
+
<em><code>servicetitan/anvil</code>'s top-level, root <a href="https://github.com/servicetitan/anvil/blob/v11.6.0/CHANGELOG.md">CHANGELOG.md</a></em>
|
82
|
+
|
83
|
+
---
|
84
|
+
|
85
|
+
#### 🚀 Enhancement
|
86
|
+
|
87
|
+
- Form: [FAR-952] accept other properties of File Picker in File Uploader [#1440](https://github.com/servicetitan/uikit/pull/1440) ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
|
88
|
+
|
89
|
+
#### 🔩 Dependency Updates
|
90
|
+
|
91
|
+
- Bump @servicetitan packages from 11.5.1 to 11.6.0 [#1439](https://github.com/servicetitan/uikit/pull/1439) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
92
|
+
- Bump mobx-react from 7.3.0 to 7.4.0 [#1438](https://github.com/servicetitan/uikit/pull/1438) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
93
|
+
|
94
|
+
#### Authors: 3
|
95
|
+
|
96
|
+
- Nikita Krasnov ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
|
97
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
98
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
99
|
+
|
100
|
+
---
|
101
|
+
|
102
|
+
# v21.5.0 (Thu Apr 28 2022)
|
103
|
+
|
104
|
+
#### 🔩 Dependency Updates
|
105
|
+
|
106
|
+
- Bump moment from 2.29.2 to 2.29.3 [#1411](https://github.com/servicetitan/uikit/pull/1411) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
107
|
+
- Bump @servicetitan packages from 11.5.0 to 11.5.1 [#1410](https://github.com/servicetitan/uikit/pull/1410) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
108
|
+
|
109
|
+
#### Authors: 2
|
110
|
+
|
111
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
112
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
113
|
+
|
114
|
+
---
|
115
|
+
|
116
|
+
# v21.4.1 (Wed Apr 06 2022)
|
117
|
+
|
118
|
+
#### 🔩 Dependency Updates
|
119
|
+
|
120
|
+
- Bump @servicetitan packages from 11.4.2 to 11.5.0 [#1396](https://github.com/servicetitan/uikit/pull/1396) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
121
|
+
- Bump moment from 2.29.1 to 2.29.2 [#1392](https://github.com/servicetitan/uikit/pull/1392) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
122
|
+
|
123
|
+
#### Authors: 2
|
124
|
+
|
125
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
126
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
127
|
+
|
128
|
+
---
|
129
|
+
|
130
|
+
# v21.3.0 (Mon Mar 21 2022)
|
131
|
+
|
132
|
+
#### 🔩 Dependency Updates
|
133
|
+
|
134
|
+
- Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
|
135
|
+
|
136
|
+
#### Authors: 1
|
137
|
+
|
138
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
139
|
+
|
140
|
+
---
|
141
|
+
|
142
|
+
# v21.2.0 (Thu Mar 17 2022)
|
143
|
+
|
144
|
+
#### 🔩 Dependency Updates
|
145
|
+
|
146
|
+
- Bump mobx from 6.4.2 to 6.5.0 [#1369](https://github.com/servicetitan/uikit/pull/1369) ([@rgdelato](https://github.com/rgdelato))
|
147
|
+
|
148
|
+
#### Authors: 1
|
149
|
+
|
150
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
151
|
+
|
152
|
+
---
|
153
|
+
|
154
|
+
# v21.0.0 (Tue Mar 15 2022)
|
155
|
+
|
156
|
+
#### 🐛 Bug Fix
|
157
|
+
|
158
|
+
- Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
|
159
|
+
|
160
|
+
#### Authors: 1
|
161
|
+
|
162
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
163
|
+
|
164
|
+
---
|
165
|
+
|
166
|
+
# v20.2.0 (Tue Mar 01 2022)
|
167
|
+
|
168
|
+
#### 🔩 Dependency Updates
|
169
|
+
|
170
|
+
- Bump mobx from 6.4.1 to 6.4.2 [#1341](https://github.com/servicetitan/uikit/pull/1341) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
171
|
+
- Bump mobx from 6.3.13 to 6.4.1 [#1332](https://github.com/servicetitan/uikit/pull/1332) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
172
|
+
- Bump mobx-react from 7.2.1 to 7.3.0 [#1331](https://github.com/servicetitan/uikit/pull/1331) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
173
|
+
- Bump @servicetitan packages from 11.3.0 to 11.3.1 [#1317](https://github.com/servicetitan/uikit/pull/1317) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
174
|
+
- Bump @servicetitan packages from 11.2.0 to 11.3.0 [#1315](https://github.com/servicetitan/uikit/pull/1315) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
175
|
+
|
176
|
+
#### Authors: 2
|
177
|
+
|
178
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
179
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
180
|
+
|
181
|
+
---
|
182
|
+
|
183
|
+
# v20.1.0 (Thu Jan 27 2022)
|
184
|
+
|
185
|
+
:tada: This release contains work from a new contributor! :tada:
|
186
|
+
|
187
|
+
Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
|
188
|
+
|
189
|
+
#### 🚀 Enhancement
|
190
|
+
|
191
|
+
- Bump @servicetitan packages from 11.1.1 to 11.2.0 [#1285](https://github.com/servicetitan/uikit/pull/1285) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
192
|
+
|
193
|
+
#### 🐛 Bug Fix
|
194
|
+
|
195
|
+
- Form: fix date-range-picker focus calculation (FAR-898) [#1300](https://github.com/servicetitan/uikit/pull/1300) ([@aschumahua](https://github.com/aschumahua))
|
196
|
+
- Bump mobx from 6.3.12 to 6.3.13 [#1284](https://github.com/servicetitan/uikit/pull/1284) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
197
|
+
- Bump @servicetitan packages from 11.1.0 to 11.1.1 [#1264](https://github.com/servicetitan/uikit/pull/1264) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
198
|
+
|
199
|
+
#### ⚠️ Pushed to `master`
|
200
|
+
|
201
|
+
- Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
|
202
|
+
|
203
|
+
#### Authors: 3
|
204
|
+
|
205
|
+
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
206
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
207
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
208
|
+
|
209
|
+
---
|
210
|
+
|
211
|
+
# v20.0.0 (Thu Jan 13 2022)
|
212
|
+
|
213
|
+
#### 💥 Breaking Change
|
214
|
+
|
215
|
+
- Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
|
216
|
+
|
217
|
+
#### 🔩 Dependency Updates
|
218
|
+
|
219
|
+
- Bump mobx from 6.3.10 to 6.3.12 [#1237](https://github.com/servicetitan/uikit/pull/1237) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
220
|
+
- Bump @types/uuid from 8.3.3 to 8.3.4 [#1238](https://github.com/servicetitan/uikit/pull/1238) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
221
|
+
|
222
|
+
#### Authors: 2
|
223
|
+
|
224
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
225
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
226
|
+
|
227
|
+
---
|
228
|
+
|
229
|
+
# v19.4.0 (Mon Jan 10 2022)
|
230
|
+
|
231
|
+
#### 🔩 Dependency Updates
|
232
|
+
|
233
|
+
- Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
234
|
+
- Bump mobx from 6.3.8 to 6.3.10 [#1205](https://github.com/servicetitan/uikit/pull/1205) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
235
|
+
|
236
|
+
#### Authors: 1
|
237
|
+
|
238
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
239
|
+
|
240
|
+
---
|
241
|
+
|
242
|
+
# v19.3.0 (Tue Dec 21 2021)
|
243
|
+
|
244
|
+
#### 🚀 Enhancement
|
245
|
+
|
246
|
+
- Form: added formatChars prop drilling into masked input [#1183](https://github.com/servicetitan/uikit/pull/1183) ([@da1z](https://github.com/da1z))
|
247
|
+
|
248
|
+
#### Authors: 1
|
249
|
+
|
250
|
+
- Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
|
251
|
+
|
252
|
+
---
|
253
|
+
|
254
|
+
# v19.2.0 (Wed Dec 15 2021)
|
255
|
+
|
256
|
+
#### 🔩 Dependency Updates
|
257
|
+
|
258
|
+
- Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
259
|
+
|
260
|
+
#### Authors: 1
|
261
|
+
|
262
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
263
|
+
|
264
|
+
---
|
265
|
+
|
266
|
+
# v19.1.0 (Wed Dec 08 2021)
|
267
|
+
|
268
|
+
#### 🔩 Dependency Updates
|
269
|
+
|
270
|
+
- Bump mobx from 6.3.7 to 6.3.8 [#1136](https://github.com/servicetitan/uikit/pull/1136) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
271
|
+
- Bump @types/uuid from 8.3.1 to 8.3.3 [#1105](https://github.com/servicetitan/uikit/pull/1105) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
272
|
+
- Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
273
|
+
|
274
|
+
#### Authors: 1
|
275
|
+
|
276
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
277
|
+
|
278
|
+
---
|
279
|
+
|
280
|
+
# v19.0.0 (Wed Nov 24 2021)
|
281
|
+
|
282
|
+
#### 🔩 Dependency Updates
|
283
|
+
|
284
|
+
- Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
285
|
+
|
286
|
+
#### Authors: 1
|
287
|
+
|
288
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
289
|
+
|
290
|
+
---
|
291
|
+
|
292
|
+
# v18.1.0 (Wed Nov 17 2021)
|
293
|
+
|
294
|
+
#### 🔩 Dependency Updates
|
295
|
+
|
296
|
+
- Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
297
|
+
|
298
|
+
#### Authors: 1
|
299
|
+
|
300
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
301
|
+
|
302
|
+
---
|
303
|
+
|
304
|
+
# v18.0.0 (Mon Nov 15 2021)
|
305
|
+
|
306
|
+
#### 💥 Breaking Change
|
307
|
+
|
308
|
+
- Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
|
309
|
+
|
310
|
+
#### Authors: 1
|
311
|
+
|
312
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
313
|
+
|
314
|
+
---
|
315
|
+
|
316
|
+
# v17.5.0 (Fri Nov 12 2021)
|
317
|
+
|
318
|
+
#### 🚀 Enhancement
|
319
|
+
|
320
|
+
- Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
|
321
|
+
|
322
|
+
#### 🔩 Dependency Updates
|
323
|
+
|
324
|
+
- Bump mobx from 6.3.6 to 6.3.7 [#1085](https://github.com/servicetitan/uikit/pull/1085) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
325
|
+
|
326
|
+
#### Authors: 2
|
327
|
+
|
328
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
329
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
330
|
+
|
331
|
+
---
|
332
|
+
|
333
|
+
# v17.3.1 (Wed Nov 03 2021)
|
334
|
+
|
335
|
+
#### 🔩 Dependency Updates
|
336
|
+
|
337
|
+
- Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
|
338
|
+
|
339
|
+
#### Authors: 1
|
340
|
+
|
341
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
342
|
+
|
343
|
+
---
|
344
|
+
|
345
|
+
# v17.2.1 (Tue Oct 26 2021)
|
346
|
+
|
347
|
+
#### 🔩 Dependency Updates
|
348
|
+
|
349
|
+
- Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
350
|
+
- Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
351
|
+
- Bump mobx from 6.3.3 to 6.3.5 [#998](https://github.com/servicetitan/uikit/pull/998) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
352
|
+
- Bump @servicetitan/tokens from 10.3.3 to 10.5.0 [#1002](https://github.com/servicetitan/uikit/pull/1002) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
353
|
+
- Bump mobx-react from 7.2.0 to 7.2.1 [#997](https://github.com/servicetitan/uikit/pull/997) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
354
|
+
- Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
355
|
+
|
356
|
+
#### Authors: 1
|
357
|
+
|
358
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
359
|
+
|
360
|
+
---
|
361
|
+
|
362
|
+
# v17.2.0 (Thu Oct 14 2021)
|
363
|
+
|
364
|
+
#### 🐛 Bug Fix
|
365
|
+
|
366
|
+
- Culture: make some fields optional [#958](https://github.com/servicetitan/uikit/pull/958) ([@aschumahua](https://github.com/aschumahua) [@xarety](https://github.com/xarety))
|
367
|
+
|
368
|
+
#### Authors: 2
|
369
|
+
|
370
|
+
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
371
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
372
|
+
|
373
|
+
---
|
374
|
+
|
375
|
+
# v17.1.1 (Tue Oct 05 2021)
|
376
|
+
|
377
|
+
#### 🐛 Bug Fix
|
378
|
+
|
379
|
+
- FAR-793: Adding debounce to NumberInput min/max clamp [#936](https://github.com/servicetitan/uikit/pull/936) ([@rgdelato](https://github.com/rgdelato))
|
380
|
+
|
381
|
+
#### 🔩 Dependency Updates
|
382
|
+
|
383
|
+
- Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
384
|
+
|
385
|
+
#### Authors: 2
|
386
|
+
|
387
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
388
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
389
|
+
|
390
|
+
---
|
391
|
+
|
392
|
+
# v17.1.0 (Sat Oct 02 2021)
|
393
|
+
|
394
|
+
#### 🔩 Dependency Updates
|
395
|
+
|
396
|
+
- Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
397
|
+
|
398
|
+
#### Authors: 1
|
399
|
+
|
400
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
401
|
+
|
402
|
+
---
|
403
|
+
|
404
|
+
# v17.0.0 (Thu Sep 30 2021)
|
405
|
+
|
406
|
+
#### 💥 Breaking Change
|
407
|
+
|
408
|
+
- Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
|
409
|
+
- ESLint config: `eslint-plugin-prettier` disables `curly` rule by default [#743](https://github.com/servicetitan/uikit/pull/743) ([@xarety](https://github.com/xarety))
|
410
|
+
|
411
|
+
#### 🔩 Dependency Updates
|
412
|
+
|
413
|
+
- Bump @servicetitan/design-system from 10.2.1 to 10.3.3 [#935](https://github.com/servicetitan/uikit/pull/935) ([@xarety](https://github.com/xarety))
|
414
|
+
|
415
|
+
#### Authors: 1
|
416
|
+
|
417
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
418
|
+
|
419
|
+
---
|
420
|
+
|
421
|
+
# v16.1.0 (Wed Sep 29 2021)
|
422
|
+
|
423
|
+
#### 🔩 Dependency Updates
|
424
|
+
|
425
|
+
- Bump @types/debounce from 1.2.0 to 1.2.1 [#884](https://github.com/servicetitan/uikit/pull/884) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
426
|
+
|
427
|
+
#### Authors: 1
|
428
|
+
|
429
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
430
|
+
|
431
|
+
---
|
432
|
+
|
433
|
+
# v16.0.2 (Mon Sep 27 2021)
|
434
|
+
|
435
|
+
#### 🐛 Bug Fix
|
436
|
+
|
437
|
+
- Form: fix Node/SSR issue for DateRangePicker [#919](https://github.com/servicetitan/uikit/pull/919) ([@xarety](https://github.com/xarety))
|
438
|
+
|
439
|
+
#### Authors: 1
|
440
|
+
|
441
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
442
|
+
|
443
|
+
---
|
444
|
+
|
445
|
+
# v16.0.0 (Fri Sep 24 2021)
|
446
|
+
|
447
|
+
#### 🐛 Bug Fix
|
448
|
+
|
449
|
+
- Running React imports codemod [#902](https://github.com/servicetitan/uikit/pull/902) ([@rgdelato](https://github.com/rgdelato))
|
450
|
+
|
451
|
+
#### 🔩 Dependency Updates
|
452
|
+
|
453
|
+
- Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
454
|
+
- Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
455
|
+
- Bump @servicetitan/design-system from 10.1.0 to 10.2.1 [#858](https://github.com/servicetitan/uikit/pull/858) ([@xarety](https://github.com/xarety))
|
456
|
+
- Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
457
|
+
- Bump mobx from 6.3.2 to 6.3.3 [#803](https://github.com/servicetitan/uikit/pull/803) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
458
|
+
|
459
|
+
#### Authors: 3
|
460
|
+
|
461
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
462
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
463
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
464
|
+
|
465
|
+
---
|
466
|
+
|
467
|
+
# v15.0.0 (Tue Sep 14 2021)
|
468
|
+
|
469
|
+
:tada: This release contains work from a new contributor! :tada:
|
470
|
+
|
471
|
+
Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
|
472
|
+
|
473
|
+
#### 🚀 Enhancement
|
474
|
+
|
475
|
+
- Form: DateRangePicker [#834](https://github.com/servicetitan/uikit/pull/834) ([@aschumahua](https://github.com/aschumahua) [@mkozhevnikov](https://github.com/mkozhevnikov))
|
476
|
+
- Form: InputDateMask [#838](https://github.com/servicetitan/uikit/pull/838) ([@aschumahua](https://github.com/aschumahua))
|
477
|
+
- Form: OrdinalNumberInput [#836](https://github.com/servicetitan/uikit/pull/836) ([@aschumahua](https://github.com/aschumahua))
|
478
|
+
- Form: PhoneNumberInput [#835](https://github.com/servicetitan/uikit/pull/835) ([@aschumahua](https://github.com/aschumahua))
|
479
|
+
|
480
|
+
#### Authors: 2
|
481
|
+
|
482
|
+
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
483
|
+
- Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov))
|
484
|
+
|
485
|
+
---
|
486
|
+
|
487
|
+
# v14.3.0 (Mon Aug 23 2021)
|
488
|
+
|
489
|
+
#### 🐛 Bug Fix
|
490
|
+
|
491
|
+
- Table: add missing kendo peer dependencies [#742](https://github.com/servicetitan/uikit/pull/742) ([@xarety](https://github.com/xarety))
|
492
|
+
|
493
|
+
#### 🔩 Dependency Updates
|
494
|
+
|
495
|
+
- Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
496
|
+
- Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
497
|
+
- Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
498
|
+
|
499
|
+
#### Authors: 2
|
500
|
+
|
501
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
502
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
503
|
+
|
504
|
+
---
|
505
|
+
|
506
|
+
# v14.2.0 (Fri Aug 06 2021)
|
507
|
+
|
508
|
+
#### 🐛 Bug Fix
|
509
|
+
|
510
|
+
- Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
|
511
|
+
|
512
|
+
#### 🔩 Dependency Updates
|
513
|
+
|
514
|
+
- Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
515
|
+
|
516
|
+
#### Authors: 2
|
517
|
+
|
518
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
519
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
520
|
+
|
521
|
+
---
|
522
|
+
|
523
|
+
# v14.1.1 (Thu Aug 05 2021)
|
524
|
+
|
525
|
+
#### 🔩 Dependency Updates
|
526
|
+
|
527
|
+
- Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
528
|
+
|
529
|
+
#### Authors: 2
|
530
|
+
|
531
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
532
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
533
|
+
|
534
|
+
---
|
535
|
+
|
536
|
+
# v14.1.0 (Fri Jul 30 2021)
|
537
|
+
|
538
|
+
#### 🔩 Dependency Updates
|
539
|
+
|
540
|
+
- Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
541
|
+
- Bump @servicetitan/tokens from 9.2.1 to 10.0.0 [#656](https://github.com/servicetitan/uikit/pull/656) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
542
|
+
|
543
|
+
#### Authors: 1
|
544
|
+
|
545
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
546
|
+
|
547
|
+
---
|
548
|
+
|
549
|
+
# v14.0.0 (Fri Jul 23 2021)
|
550
|
+
|
551
|
+
#### 💥 Breaking Change
|
552
|
+
|
553
|
+
- Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
|
554
|
+
|
555
|
+
#### Authors: 3
|
556
|
+
|
557
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
558
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
559
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
560
|
+
|
561
|
+
---
|
562
|
+
|
563
|
+
# v12.7.0 (Tue Jul 13 2021)
|
564
|
+
|
565
|
+
#### 🚀 Enhancement
|
566
|
+
|
567
|
+
- Form: added array as type to length validators [#632](https://github.com/servicetitan/uikit/pull/632) ([@da1z](https://github.com/da1z))
|
568
|
+
|
569
|
+
#### Authors: 1
|
570
|
+
|
571
|
+
- Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
|
572
|
+
|
573
|
+
---
|
574
|
+
|
575
|
+
# v12.5.0 (Wed Jun 16 2021)
|
576
|
+
|
577
|
+
:tada: This release contains work from a new contributor! :tada:
|
578
|
+
|
579
|
+
Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
|
580
|
+
|
581
|
+
#### 🐛 Bug Fix
|
582
|
+
|
583
|
+
- Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
|
584
|
+
- Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
|
585
|
+
- FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
|
586
|
+
|
587
|
+
#### Authors: 2
|
588
|
+
|
589
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
590
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
591
|
+
|
592
|
+
---
|
593
|
+
|
594
|
+
# v12.4.0 (Tue Jun 08 2021)
|
595
|
+
|
596
|
+
#### 🚀 Enhancement
|
597
|
+
|
598
|
+
- Form: DropdownState improvements [#540](https://github.com/servicetitan/uikit/pull/540) ([@aschumahua](https://github.com/aschumahua) [@xarety](https://github.com/xarety))
|
599
|
+
|
600
|
+
#### 🐛 Bug Fix
|
601
|
+
|
602
|
+
- Form: fix max date valid value [#531](https://github.com/servicetitan/uikit/pull/531) ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
|
603
|
+
|
604
|
+
#### ⚠️ Pushed to `master`
|
605
|
+
|
606
|
+
- Undo fail publish consequences ([@xarety](https://github.com/xarety))
|
607
|
+
- Publish ([@xarety](https://github.com/xarety))
|
608
|
+
- Bump packages ([@xarety](https://github.com/xarety))
|
609
|
+
|
610
|
+
#### 🔩 Dependency Updates
|
611
|
+
|
612
|
+
- Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
613
|
+
- Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
614
|
+
- Bump @servicetitan/design-system from 9.2.0 to 9.2.1 [#596](https://github.com/servicetitan/uikit/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
615
|
+
- Bump @servicetitan/tokens from 9.2.0 to 9.2.1 [#595](https://github.com/servicetitan/uikit/pull/595) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
616
|
+
- Bump @servicetitan/design-system from 9.1.0 to 9.2.0 [#557](https://github.com/servicetitan/uikit/pull/557) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
617
|
+
- Bump @servicetitan/tokens from 9.1.0 to 9.2.0 [#556](https://github.com/servicetitan/uikit/pull/556) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
618
|
+
- Bump mobx-react from 7.1.0 to 7.2.0 [#553](https://github.com/servicetitan/uikit/pull/553) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
619
|
+
- Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
620
|
+
- Bump prettier from 2.2.1 to 2.3.0 [#534](https://github.com/servicetitan/uikit/pull/534) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@xarety](https://github.com/xarety))
|
621
|
+
|
622
|
+
#### Authors: 4
|
623
|
+
|
624
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
625
|
+
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
626
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
627
|
+
- Nikita Krasnov ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@servicetitan/form",
|
3
|
-
"version": "
|
3
|
+
"version": "22.0.1",
|
4
4
|
"description": "",
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/form",
|
6
6
|
"repository": {
|
@@ -16,36 +16,36 @@
|
|
16
16
|
"src"
|
17
17
|
],
|
18
18
|
"devDependencies": {
|
19
|
-
"@servicetitan/confirm": "^
|
20
|
-
"@servicetitan/culture": "^
|
21
|
-
"@servicetitan/data-query": "^
|
22
|
-
"@servicetitan/design-system": "~11.
|
19
|
+
"@servicetitan/confirm": "^22.0.1",
|
20
|
+
"@servicetitan/culture": "^22.0.1",
|
21
|
+
"@servicetitan/data-query": "^22.0.1",
|
22
|
+
"@servicetitan/design-system": "~11.8.0",
|
23
23
|
"@servicetitan/react-ioc": "^21.6.0",
|
24
|
-
"@servicetitan/tokens": "~11.
|
24
|
+
"@servicetitan/tokens": "~11.8.0",
|
25
25
|
"@types/debounce": "~1.2.1",
|
26
26
|
"@types/react": "~17.0.38",
|
27
27
|
"@types/react-input-mask": "~2.0.5",
|
28
28
|
"@types/uuid": "~8.3.4",
|
29
29
|
"accounting": "~0.4.1",
|
30
30
|
"formstate": "~2.0.0",
|
31
|
-
"mobx": "~6.
|
32
|
-
"mobx-react": "~7.
|
31
|
+
"mobx": "~6.6.0",
|
32
|
+
"mobx-react": "~7.5.0",
|
33
33
|
"moment": "~2.29.3",
|
34
34
|
"react": "~17.0.2",
|
35
35
|
"react-dom": "~17.0.2",
|
36
36
|
"resumablejs": "~1.0.2"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@servicetitan/confirm": "^
|
40
|
-
"@servicetitan/culture": "^
|
41
|
-
"@servicetitan/data-query": "^
|
42
|
-
"@servicetitan/design-system": "~11.
|
39
|
+
"@servicetitan/confirm": "^22.0.1",
|
40
|
+
"@servicetitan/culture": "^22.0.1",
|
41
|
+
"@servicetitan/data-query": "^22.0.1",
|
42
|
+
"@servicetitan/design-system": "~11.8.0",
|
43
43
|
"@servicetitan/react-ioc": "^20.0.0",
|
44
|
-
"@servicetitan/tokens": "~11.
|
44
|
+
"@servicetitan/tokens": "~11.8.0",
|
45
45
|
"accounting": "~0.4.1",
|
46
46
|
"formstate": "~2.0.0",
|
47
|
-
"mobx": "~6.
|
48
|
-
"mobx-react": "~7.
|
47
|
+
"mobx": "~6.6.0",
|
48
|
+
"mobx-react": "~7.5.0",
|
49
49
|
"moment": "~2.29.3",
|
50
50
|
"react": "~17.0.2",
|
51
51
|
"react-dom": "~17.0.2",
|
@@ -66,5 +66,5 @@
|
|
66
66
|
"cli": {
|
67
67
|
"webpack": false
|
68
68
|
},
|
69
|
-
"gitHead": "
|
69
|
+
"gitHead": "5a794e76923adfb628afae790a01be04cd89d918"
|
70
70
|
}
|