@servicetitan/stylelint-config 21.9.0 → 21.10.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/package.json +2 -2
- package/CHANGELOG.md +0 -397
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/stylelint-config",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.10.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/eslint-stylelint-configurations",
|
|
6
6
|
"repository": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"cli": {
|
|
39
39
|
"webpack": false
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f0fda3c26c6bb275978d9a5c68d0d2f7fc6132aa"
|
|
42
42
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,397 +0,0 @@
|
|
|
1
|
-
# v21.7.2 (Mon Jun 27 2022)
|
|
2
|
-
|
|
3
|
-
#### 🔩 Dependency Updates
|
|
4
|
-
|
|
5
|
-
- Bump @servicetitan packages from 11.8.0 to 11.9.0 [#1484](https://github.com/servicetitan/uikit/pull/1484) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
6
|
-
|
|
7
|
-
#### Authors: 2
|
|
8
|
-
|
|
9
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
10
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# v21.7.0 (Thu Jun 16 2022)
|
|
15
|
-
|
|
16
|
-
#### 🔩 Dependency Updates
|
|
17
|
-
|
|
18
|
-
- Bump @servicetitan packages from 11.7.0 to 11.8.0 [#1466](https://github.com/servicetitan/uikit/pull/1466) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
19
|
-
- Bump @servicetitan packages from 11.6.0 to 11.7.0 [#1449](https://github.com/servicetitan/uikit/pull/1449) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
20
|
-
|
|
21
|
-
#### Authors: 2
|
|
22
|
-
|
|
23
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
24
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
# v21.6.0 (Mon May 09 2022)
|
|
29
|
-
|
|
30
|
-
### Release Notes
|
|
31
|
-
|
|
32
|
-
#### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
|
|
33
|
-
|
|
34
|
-
#### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
|
|
35
|
-
|
|
36
|
-
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.
|
|
37
|
-
|
|
38
|
-
More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
#### 🚀 Enhancement
|
|
43
|
-
|
|
44
|
-
- Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
|
|
45
|
-
- Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
|
|
46
|
-
- InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
|
|
47
|
-
- AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
|
|
48
|
-
|
|
49
|
-
#### 💅 Visual Update
|
|
50
|
-
|
|
51
|
-
- 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))
|
|
52
|
-
- Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
|
|
53
|
-
- ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
|
|
54
|
-
- 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))
|
|
55
|
-
|
|
56
|
-
#### 📝 Documentation
|
|
57
|
-
|
|
58
|
-
- Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
|
|
59
|
-
- Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
|
|
60
|
-
- Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
|
|
61
|
-
- Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
|
|
62
|
-
|
|
63
|
-
#### 🐛 Bug Fix
|
|
64
|
-
|
|
65
|
-
- DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
|
|
66
|
-
|
|
67
|
-
#### 🏠 Internal
|
|
68
|
-
|
|
69
|
-
- Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
|
|
70
|
-
- DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
|
|
71
|
-
- DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
|
|
72
|
-
- ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
|
|
73
|
-
- Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
|
|
74
|
-
|
|
75
|
-
#### ⚠️ Pushed to `master`
|
|
76
|
-
|
|
77
|
-
- Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
|
|
78
|
-
|
|
79
|
-
#### 📝 Dependencies
|
|
80
|
-
|
|
81
|
-
- 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]))
|
|
82
|
-
|
|
83
|
-
#### Authors: 6
|
|
84
|
-
|
|
85
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
86
|
-
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
87
|
-
- Brian LaLonde ([@blalond](https://github.com/blalond))
|
|
88
|
-
- James C ([@jpex](https://github.com/jpex))
|
|
89
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
90
|
-
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))
|
|
91
|
-
|
|
92
|
-
</blockquote>
|
|
93
|
-
</details>
|
|
94
|
-
|
|
95
|
-
<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>
|
|
96
|
-
|
|
97
|
-
---
|
|
98
|
-
|
|
99
|
-
#### 🔩 Dependency Updates
|
|
100
|
-
|
|
101
|
-
- 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))
|
|
102
|
-
|
|
103
|
-
#### Authors: 2
|
|
104
|
-
|
|
105
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
106
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
107
|
-
|
|
108
|
-
---
|
|
109
|
-
|
|
110
|
-
# v21.5.0 (Thu Apr 28 2022)
|
|
111
|
-
|
|
112
|
-
#### 🔩 Dependency Updates
|
|
113
|
-
|
|
114
|
-
- 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))
|
|
115
|
-
|
|
116
|
-
#### Authors: 2
|
|
117
|
-
|
|
118
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
119
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
120
|
-
|
|
121
|
-
---
|
|
122
|
-
|
|
123
|
-
# v21.4.1 (Wed Apr 06 2022)
|
|
124
|
-
|
|
125
|
-
#### 🔩 Dependency Updates
|
|
126
|
-
|
|
127
|
-
- 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))
|
|
128
|
-
- Bump color from 4.2.1 to 4.2.3 [#1395](https://github.com/servicetitan/uikit/pull/1395) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
129
|
-
|
|
130
|
-
#### Authors: 2
|
|
131
|
-
|
|
132
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
133
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
134
|
-
|
|
135
|
-
---
|
|
136
|
-
|
|
137
|
-
# v21.3.0 (Mon Mar 21 2022)
|
|
138
|
-
|
|
139
|
-
#### 🔩 Dependency Updates
|
|
140
|
-
|
|
141
|
-
- Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
|
|
142
|
-
|
|
143
|
-
#### Authors: 1
|
|
144
|
-
|
|
145
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
|
|
149
|
-
# v21.0.0 (Tue Mar 15 2022)
|
|
150
|
-
|
|
151
|
-
#### 🐛 Bug Fix
|
|
152
|
-
|
|
153
|
-
- Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
|
|
154
|
-
|
|
155
|
-
#### 🔩 Dependency Updates
|
|
156
|
-
|
|
157
|
-
- Bump @servicetitan packages from 11.3.1 to 11.4.1 [#1342](https://github.com/servicetitan/uikit/pull/1342) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
158
|
-
|
|
159
|
-
#### Authors: 3
|
|
160
|
-
|
|
161
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
162
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
163
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
164
|
-
|
|
165
|
-
---
|
|
166
|
-
|
|
167
|
-
# v20.2.0 (Tue Mar 01 2022)
|
|
168
|
-
|
|
169
|
-
#### 🔩 Dependency Updates
|
|
170
|
-
|
|
171
|
-
- Bump color from 4.2.0 to 4.2.1 [#1318](https://github.com/servicetitan/uikit/pull/1318) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
172
|
-
- 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))
|
|
173
|
-
- 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))
|
|
174
|
-
|
|
175
|
-
#### Authors: 2
|
|
176
|
-
|
|
177
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
178
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
179
|
-
|
|
180
|
-
---
|
|
181
|
-
|
|
182
|
-
# v20.1.0 (Thu Jan 27 2022)
|
|
183
|
-
|
|
184
|
-
:tada: This release contains work from a new contributor! :tada:
|
|
185
|
-
|
|
186
|
-
Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
|
|
187
|
-
|
|
188
|
-
#### 🚀 Enhancement
|
|
189
|
-
|
|
190
|
-
- 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))
|
|
191
|
-
|
|
192
|
-
#### 🐛 Bug Fix
|
|
193
|
-
|
|
194
|
-
- 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))
|
|
195
|
-
|
|
196
|
-
#### ⚠️ Pushed to `master`
|
|
197
|
-
|
|
198
|
-
- Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
|
|
199
|
-
|
|
200
|
-
#### Authors: 2
|
|
201
|
-
|
|
202
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
203
|
-
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
204
|
-
|
|
205
|
-
---
|
|
206
|
-
|
|
207
|
-
# v20.0.0 (Thu Jan 13 2022)
|
|
208
|
-
|
|
209
|
-
#### 💥 Breaking Change
|
|
210
|
-
|
|
211
|
-
- Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
|
|
212
|
-
|
|
213
|
-
#### 🔩 Dependency Updates
|
|
214
|
-
|
|
215
|
-
- Bump color from 4.1.0 to 4.2.0 [#1247](https://github.com/servicetitan/uikit/pull/1247) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
216
|
-
|
|
217
|
-
#### Authors: 2
|
|
218
|
-
|
|
219
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
220
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
221
|
-
|
|
222
|
-
---
|
|
223
|
-
|
|
224
|
-
# v19.2.0 (Wed Dec 15 2021)
|
|
225
|
-
|
|
226
|
-
#### 🔩 Dependency Updates
|
|
227
|
-
|
|
228
|
-
- Bump @types/lodash from 4.14.177 to 4.14.178 [#1167](https://github.com/servicetitan/uikit/pull/1167) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
229
|
-
|
|
230
|
-
#### Authors: 1
|
|
231
|
-
|
|
232
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
233
|
-
|
|
234
|
-
---
|
|
235
|
-
|
|
236
|
-
# v19.1.0 (Wed Dec 08 2021)
|
|
237
|
-
|
|
238
|
-
#### 🔩 Dependency Updates
|
|
239
|
-
|
|
240
|
-
- Bump color from 4.0.1 to 4.1.0 [#1159](https://github.com/servicetitan/uikit/pull/1159) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
241
|
-
- Bump @types/lodash from 4.14.176 to 4.14.177 [#1091](https://github.com/servicetitan/uikit/pull/1091) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
242
|
-
|
|
243
|
-
#### Authors: 1
|
|
244
|
-
|
|
245
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
|
-
# v18.0.0 (Mon Nov 15 2021)
|
|
250
|
-
|
|
251
|
-
#### 💥 Breaking Change
|
|
252
|
-
|
|
253
|
-
- Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
|
|
254
|
-
|
|
255
|
-
#### Authors: 1
|
|
256
|
-
|
|
257
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
# v17.3.1 (Wed Nov 03 2021)
|
|
262
|
-
|
|
263
|
-
#### 🔩 Dependency Updates
|
|
264
|
-
|
|
265
|
-
- Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
|
|
266
|
-
|
|
267
|
-
#### Authors: 1
|
|
268
|
-
|
|
269
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
270
|
-
|
|
271
|
-
---
|
|
272
|
-
|
|
273
|
-
# v17.2.1 (Tue Oct 26 2021)
|
|
274
|
-
|
|
275
|
-
#### 🐛 Bug Fix
|
|
276
|
-
|
|
277
|
-
- Stylelint config: support negative numbers in the `use-token` [#1043](https://github.com/servicetitan/uikit/pull/1043) ([@xarety](https://github.com/xarety))
|
|
278
|
-
|
|
279
|
-
#### 🔩 Dependency Updates
|
|
280
|
-
|
|
281
|
-
- Bump @types/node from 16.11.5 to 16.11.6 [#1039](https://github.com/servicetitan/uikit/pull/1039) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
282
|
-
- Bump @types/lodash from 4.14.175 to 4.14.176 [#1024](https://github.com/servicetitan/uikit/pull/1024) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
283
|
-
- Bump stylelint-config-prettier from 8.0.2 to 9.0.3 [#992](https://github.com/servicetitan/uikit/pull/992) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
284
|
-
- Bump @types/stylelint from 13.13.2 to 13.13.3 [#1003](https://github.com/servicetitan/uikit/pull/1003) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
285
|
-
|
|
286
|
-
#### Authors: 2
|
|
287
|
-
|
|
288
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
289
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
290
|
-
|
|
291
|
-
---
|
|
292
|
-
|
|
293
|
-
# v17.0.0 (Thu Sep 30 2021)
|
|
294
|
-
|
|
295
|
-
#### 💥 Breaking Change
|
|
296
|
-
|
|
297
|
-
- Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
|
|
298
|
-
|
|
299
|
-
#### Authors: 1
|
|
300
|
-
|
|
301
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
302
|
-
|
|
303
|
-
---
|
|
304
|
-
|
|
305
|
-
# v16.1.0 (Wed Sep 29 2021)
|
|
306
|
-
|
|
307
|
-
#### 🔩 Dependency Updates
|
|
308
|
-
|
|
309
|
-
- Bump @types/lodash from 4.14.174 to 4.14.175 [#921](https://github.com/servicetitan/uikit/pull/921) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
310
|
-
|
|
311
|
-
#### Authors: 1
|
|
312
|
-
|
|
313
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
314
|
-
|
|
315
|
-
---
|
|
316
|
-
|
|
317
|
-
# v16.0.1 (Mon Sep 27 2021)
|
|
318
|
-
|
|
319
|
-
#### 🔩 Dependency Updates
|
|
320
|
-
|
|
321
|
-
- Bump @types/lodash from 4.14.173 to 4.14.174 [#908](https://github.com/servicetitan/uikit/pull/908) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
322
|
-
|
|
323
|
-
#### Authors: 1
|
|
324
|
-
|
|
325
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
326
|
-
|
|
327
|
-
---
|
|
328
|
-
|
|
329
|
-
# v16.0.0 (Fri Sep 24 2021)
|
|
330
|
-
|
|
331
|
-
#### 🔩 Dependency Updates
|
|
332
|
-
|
|
333
|
-
- Bump @types/lodash from 4.14.172 to 4.14.173 [#869](https://github.com/servicetitan/uikit/pull/869) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
334
|
-
- Bump @types/stylelint from 13.13.1 to 13.13.2 [#783](https://github.com/servicetitan/uikit/pull/783) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
335
|
-
|
|
336
|
-
#### Authors: 1
|
|
337
|
-
|
|
338
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
339
|
-
|
|
340
|
-
---
|
|
341
|
-
|
|
342
|
-
# v14.2.0 (Fri Aug 06 2021)
|
|
343
|
-
|
|
344
|
-
#### 🐛 Bug Fix
|
|
345
|
-
|
|
346
|
-
- Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
|
|
347
|
-
|
|
348
|
-
#### Authors: 1
|
|
349
|
-
|
|
350
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
351
|
-
|
|
352
|
-
---
|
|
353
|
-
|
|
354
|
-
# v14.1.1 (Thu Aug 05 2021)
|
|
355
|
-
|
|
356
|
-
#### 🔩 Dependency Updates
|
|
357
|
-
|
|
358
|
-
- Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
|
359
|
-
|
|
360
|
-
#### Authors: 2
|
|
361
|
-
|
|
362
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
363
|
-
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
364
|
-
|
|
365
|
-
---
|
|
366
|
-
|
|
367
|
-
# v12.5.0 (Wed Jun 16 2021)
|
|
368
|
-
|
|
369
|
-
:tada: This release contains work from a new contributor! :tada:
|
|
370
|
-
|
|
371
|
-
Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
|
|
372
|
-
|
|
373
|
-
#### 🐛 Bug Fix
|
|
374
|
-
|
|
375
|
-
- Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
|
|
376
|
-
- Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
|
|
377
|
-
- FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
|
|
378
|
-
|
|
379
|
-
#### Authors: 2
|
|
380
|
-
|
|
381
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
382
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
383
|
-
|
|
384
|
-
---
|
|
385
|
-
|
|
386
|
-
# v12.4.0 (Tue Jun 08 2021)
|
|
387
|
-
|
|
388
|
-
#### 🔩 Dependency Updates
|
|
389
|
-
|
|
390
|
-
- Bump @types/stylelint from 9.10.1 to 13.13.0 [#592](https://github.com/servicetitan/uikit/pull/592) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
391
|
-
- Bump @types/lodash from 4.14.169 to 4.14.170 [#565](https://github.com/servicetitan/uikit/pull/565) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
392
|
-
|
|
393
|
-
#### Authors: 3
|
|
394
|
-
|
|
395
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
396
|
-
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
397
|
-
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|