@servicetitan/table 23.0.0 → 23.0.2
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/dist/filters/column-menu-filters.js +1 -1
- package/dist/filters/column-menu-filters.js.map +1 -1
- package/dist/filters/datetime-filter/datetime-filter.d.ts.map +1 -1
- package/dist/filters/datetime-filter/datetime-filter.js +1 -2
- package/dist/filters/datetime-filter/datetime-filter.js.map +1 -1
- package/dist/filters/field-values-filter.d.ts.map +1 -1
- package/dist/filters/field-values-filter.js +1 -1
- package/dist/filters/field-values-filter.js.map +1 -1
- package/dist/filters/multiselect-filter.js +1 -1
- package/dist/filters/multiselect-filter.js.map +1 -1
- package/dist/filters/numeric-filter-extended/numeric-filter-extended.d.ts.map +1 -1
- package/dist/filters/numeric-filter-extended/numeric-filter-extended.js +1 -1
- package/dist/filters/numeric-filter-extended/numeric-filter-extended.js.map +1 -1
- package/dist/filters/range-filter/range-filter.d.ts.map +1 -1
- package/dist/filters/range-filter/range-filter.js +1 -2
- package/dist/filters/range-filter/range-filter.js.map +1 -1
- package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.d.ts.map +1 -1
- package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js +2 -2
- package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js.map +1 -1
- package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js +1 -1
- package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js.map +1 -1
- package/dist/filters/time-filter/time-filter.d.ts.map +1 -1
- package/dist/filters/time-filter/time-filter.js +1 -2
- package/dist/filters/time-filter/time-filter.js.map +1 -1
- package/dist/table-state.d.ts +1 -1
- package/dist/table-state.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/filters/column-menu-filters.tsx +1 -1
- package/src/filters/datetime-filter/datetime-filter.tsx +3 -4
- package/src/filters/field-values-filter.tsx +2 -1
- package/src/filters/multiselect-filter.tsx +1 -1
- package/src/filters/numeric-filter-extended/numeric-filter-extended.tsx +7 -1
- package/src/filters/range-filter/range-filter.tsx +4 -6
- package/src/filters/standard-filter-with-multiselect/filter-cell-ext.tsx +7 -1
- package/src/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.tsx +1 -1
- package/src/filters/time-filter/time-filter.tsx +2 -3
- package/src/table.stories.tsx +1 -1
- package/CHANGELOG.md +0 -663
- package/dist/filters/datetime-filter/datetime-filter.module.css +0 -4
- package/dist/filters/range-filter/range-filter.module.css +0 -9
- package/dist/filters/time-filter/time-filter.module.css +0 -3
- package/src/filters/datetime-filter/datetime-filter.module.css +0 -4
- package/src/filters/datetime-filter/datetime-filter.module.css.d.ts +0 -4
- package/src/filters/range-filter/range-filter.module.css +0 -9
- package/src/filters/range-filter/range-filter.module.css.d.ts +0 -4
- package/src/filters/time-filter/time-filter.module.css +0 -3
- package/src/filters/time-filter/time-filter.module.css.d.ts +0 -3
package/CHANGELOG.md
DELETED
@@ -1,663 +0,0 @@
|
|
1
|
-
# v23.0.0 (Fri Sep 09 2022)
|
2
|
-
|
3
|
-
#### 💥 Breaking Change
|
4
|
-
|
5
|
-
- DS-1141: Updating dependencies for design-system, tokens, formstate, etc [#150](https://github.com/servicetitan/anvil-uikit-contrib/pull/150) ([@rgdelato](https://github.com/rgdelato))
|
6
|
-
|
7
|
-
#### Authors: 1
|
8
|
-
|
9
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
10
|
-
|
11
|
-
---
|
12
|
-
|
13
|
-
# v22.5.0 (Wed Aug 31 2022)
|
14
|
-
|
15
|
-
:tada: This release contains work from a new contributor! :tada:
|
16
|
-
|
17
|
-
Thank you, Ara Asryan ([@araasryan](https://github.com/araasryan)), for all your work!
|
18
|
-
|
19
|
-
#### 🚀 Enhancement
|
20
|
-
|
21
|
-
- PB-10657: fix remounting of cell components [#149](https://github.com/servicetitan/anvil-uikit-contrib/pull/149) ([@araasryan](https://github.com/araasryan))
|
22
|
-
|
23
|
-
#### 🏠 Internal
|
24
|
-
|
25
|
-
- FAR-981: Moving examples to contrib storybook [#133](https://github.com/servicetitan/anvil-uikit-contrib/pull/133) ([@rgdelato](https://github.com/rgdelato))
|
26
|
-
|
27
|
-
#### Authors: 2
|
28
|
-
|
29
|
-
- Ara Asryan ([@araasryan](https://github.com/araasryan))
|
30
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
31
|
-
|
32
|
-
---
|
33
|
-
|
34
|
-
# v22.4.1 (Wed Jul 13 2022)
|
35
|
-
|
36
|
-
#### 🐛 Bug Fix
|
37
|
-
|
38
|
-
- FAR-977: fix uikit peer dependencies [#127](https://github.com/servicetitan/anvil-uikit-contrib/pull/127) ([@karpoff-titan](https://github.com/karpoff-titan))
|
39
|
-
|
40
|
-
#### Authors: 1
|
41
|
-
|
42
|
-
- Anton Karpov ([@karpoff-titan](https://github.com/karpoff-titan))
|
43
|
-
|
44
|
-
---
|
45
|
-
|
46
|
-
# v22.4.0 (Tue Jul 12 2022)
|
47
|
-
|
48
|
-
:tada: This release contains work from a new contributor! :tada:
|
49
|
-
|
50
|
-
Thank you, Lamar Oliphant ([@loliphant](https://github.com/loliphant)), for all your work!
|
51
|
-
|
52
|
-
#### 🐛 Bug Fix
|
53
|
-
|
54
|
-
- CRM-10360: Issue after changing "items per page" [#125](https://github.com/servicetitan/anvil-uikit-contrib/pull/125) ([@loliphant](https://github.com/loliphant))
|
55
|
-
|
56
|
-
#### Authors: 1
|
57
|
-
|
58
|
-
- Lamar Oliphant ([@loliphant](https://github.com/loliphant))
|
59
|
-
|
60
|
-
---
|
61
|
-
|
62
|
-
# v22.2.0 (Fri Jul 01 2022)
|
63
|
-
|
64
|
-
#### 🚀 Enhancement
|
65
|
-
|
66
|
-
- Table: prevent onRowClick when user misses row selection [#122](https://github.com/servicetitan/anvil-uikit-contrib/pull/122) ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
|
67
|
-
|
68
|
-
#### Authors: 1
|
69
|
-
|
70
|
-
- Anton Maksimenko ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
|
71
|
-
|
72
|
-
---
|
73
|
-
|
74
|
-
# v22.1.3 (Wed Jun 29 2022)
|
75
|
-
|
76
|
-
#### 🐛 Bug Fix
|
77
|
-
|
78
|
-
- Revert "Table: allow user to select table row by clicking on any spot within cell with selection" [#120](https://github.com/servicetitan/anvil-uikit-contrib/pull/120) ([@kanoshin](https://github.com/kanoshin))
|
79
|
-
|
80
|
-
#### Authors: 1
|
81
|
-
|
82
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
83
|
-
|
84
|
-
---
|
85
|
-
|
86
|
-
# v22.1.2 (Wed Jun 29 2022)
|
87
|
-
|
88
|
-
#### 🐛 Bug Fix
|
89
|
-
|
90
|
-
- Table: fix select cell behavior [#118](https://github.com/servicetitan/anvil-uikit-contrib/pull/118) ([@kanoshin](https://github.com/kanoshin))
|
91
|
-
|
92
|
-
#### Authors: 1
|
93
|
-
|
94
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
95
|
-
|
96
|
-
---
|
97
|
-
|
98
|
-
# v22.1.0 (Mon Jun 27 2022)
|
99
|
-
|
100
|
-
:tada: This release contains work from a new contributor! :tada:
|
101
|
-
|
102
|
-
Thank you, Anton Maksimenko ([@AntonMaksimenko](https://github.com/AntonMaksimenko)), for all your work!
|
103
|
-
|
104
|
-
#### 🚀 Enhancement
|
105
|
-
|
106
|
-
- Table: allow user to select table row by clicking on any spot within cell with selection [#113](https://github.com/servicetitan/anvil-uikit-contrib/pull/113) ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
|
107
|
-
|
108
|
-
#### Authors: 1
|
109
|
-
|
110
|
-
- Anton Maksimenko ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
|
111
|
-
|
112
|
-
---
|
113
|
-
|
114
|
-
# v22.0.1 (Tue Jun 21 2022)
|
115
|
-
|
116
|
-
#### 🐛 Bug Fix
|
117
|
-
|
118
|
-
- FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
|
119
|
-
|
120
|
-
#### Authors: 2
|
121
|
-
|
122
|
-
- github-actions (github-actions@github.com)
|
123
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
124
|
-
|
125
|
-
---
|
126
|
-
|
127
|
-
# v21.6.0 (Mon May 09 2022)
|
128
|
-
|
129
|
-
### Release Notes
|
130
|
-
|
131
|
-
#### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
|
132
|
-
|
133
|
-
#### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
|
134
|
-
|
135
|
-
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.
|
136
|
-
|
137
|
-
More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
|
138
|
-
|
139
|
-
---
|
140
|
-
|
141
|
-
#### 🚀 Enhancement
|
142
|
-
|
143
|
-
- Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
|
144
|
-
- Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
|
145
|
-
- InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
|
146
|
-
- AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
|
147
|
-
|
148
|
-
#### 💅 Visual Update
|
149
|
-
|
150
|
-
- 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))
|
151
|
-
- Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
|
152
|
-
- ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
|
153
|
-
- 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))
|
154
|
-
|
155
|
-
#### 📝 Documentation
|
156
|
-
|
157
|
-
- Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
|
158
|
-
- Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
|
159
|
-
- Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
|
160
|
-
- Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
|
161
|
-
|
162
|
-
#### 🐛 Bug Fix
|
163
|
-
|
164
|
-
- DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
|
165
|
-
|
166
|
-
#### 🏠 Internal
|
167
|
-
|
168
|
-
- Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
|
169
|
-
- DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
|
170
|
-
- DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
|
171
|
-
- ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
|
172
|
-
- Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
|
173
|
-
|
174
|
-
#### ⚠️ Pushed to `master`
|
175
|
-
|
176
|
-
- Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
|
177
|
-
|
178
|
-
#### 📝 Dependencies
|
179
|
-
|
180
|
-
- 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]))
|
181
|
-
|
182
|
-
#### Authors: 6
|
183
|
-
|
184
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
185
|
-
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
186
|
-
- Brian LaLonde ([@blalond](https://github.com/blalond))
|
187
|
-
- James C ([@jpex](https://github.com/jpex))
|
188
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
189
|
-
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))
|
190
|
-
|
191
|
-
</blockquote>
|
192
|
-
</details>
|
193
|
-
|
194
|
-
<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>
|
195
|
-
|
196
|
-
---
|
197
|
-
|
198
|
-
#### 🔩 Dependency Updates
|
199
|
-
|
200
|
-
- 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))
|
201
|
-
- 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))
|
202
|
-
|
203
|
-
#### Authors: 2
|
204
|
-
|
205
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
206
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
207
|
-
|
208
|
-
---
|
209
|
-
|
210
|
-
# v21.5.0 (Thu Apr 28 2022)
|
211
|
-
|
212
|
-
#### 🔩 Dependency Updates
|
213
|
-
|
214
|
-
- 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))
|
215
|
-
- 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))
|
216
|
-
|
217
|
-
#### Authors: 2
|
218
|
-
|
219
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
220
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
221
|
-
|
222
|
-
---
|
223
|
-
|
224
|
-
# v21.4.1 (Wed Apr 06 2022)
|
225
|
-
|
226
|
-
#### 🔩 Dependency Updates
|
227
|
-
|
228
|
-
- 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))
|
229
|
-
- Bump mobx-utils from 6.0.4 to 6.0.5 [#1390](https://github.com/servicetitan/uikit/pull/1390) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
230
|
-
- 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))
|
231
|
-
|
232
|
-
#### Authors: 2
|
233
|
-
|
234
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
235
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
236
|
-
|
237
|
-
---
|
238
|
-
|
239
|
-
# v21.3.0 (Mon Mar 21 2022)
|
240
|
-
|
241
|
-
#### 🔩 Dependency Updates
|
242
|
-
|
243
|
-
- Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
|
244
|
-
|
245
|
-
#### Authors: 1
|
246
|
-
|
247
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
248
|
-
|
249
|
-
---
|
250
|
-
|
251
|
-
# v21.2.0 (Thu Mar 17 2022)
|
252
|
-
|
253
|
-
#### 🔩 Dependency Updates
|
254
|
-
|
255
|
-
- Bump mobx from 6.4.2 to 6.5.0 [#1369](https://github.com/servicetitan/uikit/pull/1369) ([@rgdelato](https://github.com/rgdelato))
|
256
|
-
|
257
|
-
#### Authors: 1
|
258
|
-
|
259
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
260
|
-
|
261
|
-
---
|
262
|
-
|
263
|
-
# v21.0.0 (Tue Mar 15 2022)
|
264
|
-
|
265
|
-
#### 🐛 Bug Fix
|
266
|
-
|
267
|
-
- Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
|
268
|
-
|
269
|
-
#### Authors: 1
|
270
|
-
|
271
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
272
|
-
|
273
|
-
---
|
274
|
-
|
275
|
-
# v20.2.0 (Tue Mar 01 2022)
|
276
|
-
|
277
|
-
#### 🔩 Dependency Updates
|
278
|
-
|
279
|
-
- 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))
|
280
|
-
- 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))
|
281
|
-
- 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))
|
282
|
-
- 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))
|
283
|
-
- 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))
|
284
|
-
- Bump memoize-one from 5.2.1 to 6.0.0 [#1294](https://github.com/servicetitan/uikit/pull/1294) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
285
|
-
|
286
|
-
#### Authors: 2
|
287
|
-
|
288
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
289
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
290
|
-
|
291
|
-
---
|
292
|
-
|
293
|
-
# v20.1.0 (Thu Jan 27 2022)
|
294
|
-
|
295
|
-
:tada: This release contains work from a new contributor! :tada:
|
296
|
-
|
297
|
-
Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
|
298
|
-
|
299
|
-
#### 🚀 Enhancement
|
300
|
-
|
301
|
-
- 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))
|
302
|
-
|
303
|
-
#### 🐛 Bug Fix
|
304
|
-
|
305
|
-
- 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))
|
306
|
-
- 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))
|
307
|
-
|
308
|
-
#### ⚠️ Pushed to `master`
|
309
|
-
|
310
|
-
- Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
|
311
|
-
|
312
|
-
#### Authors: 2
|
313
|
-
|
314
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
315
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
316
|
-
|
317
|
-
---
|
318
|
-
|
319
|
-
# v20.0.0 (Thu Jan 13 2022)
|
320
|
-
|
321
|
-
#### 💥 Breaking Change
|
322
|
-
|
323
|
-
- Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
|
324
|
-
|
325
|
-
#### 🔩 Dependency Updates
|
326
|
-
|
327
|
-
- 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]))
|
328
|
-
|
329
|
-
#### Authors: 2
|
330
|
-
|
331
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
332
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
333
|
-
|
334
|
-
---
|
335
|
-
|
336
|
-
# v19.4.0 (Mon Jan 10 2022)
|
337
|
-
|
338
|
-
#### 🔩 Dependency Updates
|
339
|
-
|
340
|
-
- 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]))
|
341
|
-
- 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]))
|
342
|
-
|
343
|
-
#### Authors: 1
|
344
|
-
|
345
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
346
|
-
|
347
|
-
---
|
348
|
-
|
349
|
-
# v19.2.0 (Wed Dec 15 2021)
|
350
|
-
|
351
|
-
#### 🚀 Enhancement
|
352
|
-
|
353
|
-
- Table: exit from handleSelectionChange when it is triggered from selectionRelease (when row is no longer selected) [#1166](https://github.com/servicetitan/uikit/pull/1166) ([@kanoshin](https://github.com/kanoshin))
|
354
|
-
|
355
|
-
#### 🔩 Dependency Updates
|
356
|
-
|
357
|
-
- 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]))
|
358
|
-
|
359
|
-
#### Authors: 2
|
360
|
-
|
361
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
362
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
363
|
-
|
364
|
-
---
|
365
|
-
|
366
|
-
# v19.1.0 (Wed Dec 08 2021)
|
367
|
-
|
368
|
-
:tada: This release contains work from a new contributor! :tada:
|
369
|
-
|
370
|
-
Thank you, Danny Rizko ([@DannyRizko](https://github.com/DannyRizko)), for all your work!
|
371
|
-
|
372
|
-
#### 🔩 Dependency Updates
|
373
|
-
|
374
|
-
- 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]))
|
375
|
-
- 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]))
|
376
|
-
|
377
|
-
#### Authors: 1
|
378
|
-
|
379
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
380
|
-
|
381
|
-
---
|
382
|
-
|
383
|
-
# v19.0.0 (Wed Nov 24 2021)
|
384
|
-
|
385
|
-
#### 🚀 Enhancement
|
386
|
-
|
387
|
-
- : Set column with selection control locked [#1103](https://github.com/servicetitan/uikit/pull/1103) ([@Mikhe](https://github.com/Mikhe))
|
388
|
-
|
389
|
-
#### 🔩 Dependency Updates
|
390
|
-
|
391
|
-
- 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]))
|
392
|
-
|
393
|
-
#### Authors: 2
|
394
|
-
|
395
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
396
|
-
- Sergei Mikhailovskikh ([@Mikhe](https://github.com/Mikhe))
|
397
|
-
|
398
|
-
---
|
399
|
-
|
400
|
-
# v18.1.0 (Wed Nov 17 2021)
|
401
|
-
|
402
|
-
#### 🔩 Dependency Updates
|
403
|
-
|
404
|
-
- 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]))
|
405
|
-
|
406
|
-
#### Authors: 1
|
407
|
-
|
408
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
409
|
-
|
410
|
-
---
|
411
|
-
|
412
|
-
# v18.0.0 (Mon Nov 15 2021)
|
413
|
-
|
414
|
-
#### 💥 Breaking Change
|
415
|
-
|
416
|
-
- Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
|
417
|
-
|
418
|
-
#### Authors: 1
|
419
|
-
|
420
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
421
|
-
|
422
|
-
---
|
423
|
-
|
424
|
-
# v17.5.0 (Fri Nov 12 2021)
|
425
|
-
|
426
|
-
#### 🚀 Enhancement
|
427
|
-
|
428
|
-
- Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
|
429
|
-
|
430
|
-
#### 🔩 Dependency Updates
|
431
|
-
|
432
|
-
- 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]))
|
433
|
-
|
434
|
-
#### Authors: 2
|
435
|
-
|
436
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
437
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
438
|
-
|
439
|
-
---
|
440
|
-
|
441
|
-
# v17.3.1 (Wed Nov 03 2021)
|
442
|
-
|
443
|
-
#### 🔩 Dependency Updates
|
444
|
-
|
445
|
-
- Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
|
446
|
-
|
447
|
-
#### Authors: 1
|
448
|
-
|
449
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
450
|
-
|
451
|
-
---
|
452
|
-
|
453
|
-
# v17.2.1 (Tue Oct 26 2021)
|
454
|
-
|
455
|
-
#### 🔩 Dependency Updates
|
456
|
-
|
457
|
-
- 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]))
|
458
|
-
- 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]))
|
459
|
-
- 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]))
|
460
|
-
- 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]))
|
461
|
-
- 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]))
|
462
|
-
|
463
|
-
#### Authors: 1
|
464
|
-
|
465
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
466
|
-
|
467
|
-
---
|
468
|
-
|
469
|
-
# v17.1.1 (Tue Oct 05 2021)
|
470
|
-
|
471
|
-
#### 🔩 Dependency Updates
|
472
|
-
|
473
|
-
- 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]))
|
474
|
-
|
475
|
-
#### Authors: 1
|
476
|
-
|
477
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
478
|
-
|
479
|
-
---
|
480
|
-
|
481
|
-
# v17.1.0 (Sat Oct 02 2021)
|
482
|
-
|
483
|
-
#### 🔩 Dependency Updates
|
484
|
-
|
485
|
-
- 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]))
|
486
|
-
|
487
|
-
#### Authors: 1
|
488
|
-
|
489
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
490
|
-
|
491
|
-
---
|
492
|
-
|
493
|
-
# v17.0.0 (Thu Sep 30 2021)
|
494
|
-
|
495
|
-
#### 💥 Breaking Change
|
496
|
-
|
497
|
-
- Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
|
498
|
-
|
499
|
-
#### 🔩 Dependency Updates
|
500
|
-
|
501
|
-
- 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))
|
502
|
-
|
503
|
-
#### Authors: 1
|
504
|
-
|
505
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
506
|
-
|
507
|
-
---
|
508
|
-
|
509
|
-
# v16.0.0 (Fri Sep 24 2021)
|
510
|
-
|
511
|
-
#### 🔩 Dependency Updates
|
512
|
-
|
513
|
-
- 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]))
|
514
|
-
- 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]))
|
515
|
-
- 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))
|
516
|
-
- Bump prettier from 2.3.2 to 2.4.0 [#832](https://github.com/servicetitan/uikit/pull/832) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
517
|
-
- 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]))
|
518
|
-
- 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]))
|
519
|
-
|
520
|
-
#### Authors: 2
|
521
|
-
|
522
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
523
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
524
|
-
|
525
|
-
---
|
526
|
-
|
527
|
-
# v15.0.0 (Tue Sep 14 2021)
|
528
|
-
|
529
|
-
#### 🚀 Enhancement
|
530
|
-
|
531
|
-
- Table: multiItemMultiSelectColumnMenuFilter [#854](https://github.com/servicetitan/uikit/pull/854) ([@aschumahua](https://github.com/aschumahua))
|
532
|
-
|
533
|
-
#### Authors: 1
|
534
|
-
|
535
|
-
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
536
|
-
|
537
|
-
---
|
538
|
-
|
539
|
-
# v14.3.0 (Mon Aug 23 2021)
|
540
|
-
|
541
|
-
:tada: This release contains work from a new contributor! :tada:
|
542
|
-
|
543
|
-
Thank you, Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st)), for all your work!
|
544
|
-
|
545
|
-
#### 🚀 Enhancement
|
546
|
-
|
547
|
-
- Table: added multi-select feature [#748](https://github.com/servicetitan/uikit/pull/748) ([@haykghazaryan-st](https://github.com/haykghazaryan-st) [@xarety](https://github.com/xarety))
|
548
|
-
|
549
|
-
#### 🐛 Bug Fix
|
550
|
-
|
551
|
-
- Table: add missing kendo peer dependencies [#742](https://github.com/servicetitan/uikit/pull/742) ([@xarety](https://github.com/xarety))
|
552
|
-
|
553
|
-
#### 🔩 Dependency Updates
|
554
|
-
|
555
|
-
- 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]))
|
556
|
-
- 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]))
|
557
|
-
- 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]))
|
558
|
-
|
559
|
-
#### Authors: 3
|
560
|
-
|
561
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
562
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
563
|
-
- Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st))
|
564
|
-
|
565
|
-
---
|
566
|
-
|
567
|
-
# v14.2.0 (Fri Aug 06 2021)
|
568
|
-
|
569
|
-
#### 🐛 Bug Fix
|
570
|
-
|
571
|
-
- Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
|
572
|
-
|
573
|
-
#### 🔩 Dependency Updates
|
574
|
-
|
575
|
-
- 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]))
|
576
|
-
|
577
|
-
#### Authors: 2
|
578
|
-
|
579
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
580
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
581
|
-
|
582
|
-
---
|
583
|
-
|
584
|
-
# v14.1.1 (Thu Aug 05 2021)
|
585
|
-
|
586
|
-
#### 🔩 Dependency Updates
|
587
|
-
|
588
|
-
- Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
589
|
-
|
590
|
-
#### Authors: 2
|
591
|
-
|
592
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
593
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
594
|
-
|
595
|
-
---
|
596
|
-
|
597
|
-
# v14.1.0 (Fri Jul 30 2021)
|
598
|
-
|
599
|
-
#### 🔩 Dependency Updates
|
600
|
-
|
601
|
-
- 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]))
|
602
|
-
|
603
|
-
#### Authors: 1
|
604
|
-
|
605
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
606
|
-
|
607
|
-
---
|
608
|
-
|
609
|
-
# v14.0.0 (Fri Jul 23 2021)
|
610
|
-
|
611
|
-
#### 💥 Breaking Change
|
612
|
-
|
613
|
-
- 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))
|
614
|
-
|
615
|
-
#### Authors: 3
|
616
|
-
|
617
|
-
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
618
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
619
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
620
|
-
|
621
|
-
---
|
622
|
-
|
623
|
-
# v12.5.0 (Wed Jun 16 2021)
|
624
|
-
|
625
|
-
:tada: This release contains work from a new contributor! :tada:
|
626
|
-
|
627
|
-
Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
|
628
|
-
|
629
|
-
#### 🐛 Bug Fix
|
630
|
-
|
631
|
-
- Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
|
632
|
-
- Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
|
633
|
-
- FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
|
634
|
-
|
635
|
-
#### Authors: 2
|
636
|
-
|
637
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
638
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
639
|
-
|
640
|
-
---
|
641
|
-
|
642
|
-
# v12.4.0 (Tue Jun 08 2021)
|
643
|
-
|
644
|
-
#### ⚠️ Pushed to `master`
|
645
|
-
|
646
|
-
- Undo fail publish consequences ([@xarety](https://github.com/xarety))
|
647
|
-
- Publish ([@xarety](https://github.com/xarety))
|
648
|
-
- Bump packages ([@xarety](https://github.com/xarety))
|
649
|
-
|
650
|
-
#### 🔩 Dependency Updates
|
651
|
-
|
652
|
-
- 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]))
|
653
|
-
- 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]))
|
654
|
-
- 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]))
|
655
|
-
- 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]))
|
656
|
-
- 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]))
|
657
|
-
- 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]))
|
658
|
-
- 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))
|
659
|
-
|
660
|
-
#### Authors: 2
|
661
|
-
|
662
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
663
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|