@servicetitan/startup 21.8.0 → 21.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +974 -0
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/utils/bundle.d.ts.map +1 -1
- package/dist/cli/utils/bundle.js +3 -1
- package/dist/cli/utils/bundle.js.map +1 -1
- package/dist/utils/get-package-data.d.ts +6 -0
- package/dist/utils/get-package-data.d.ts.map +1 -0
- package/dist/utils/get-package-data.js +27 -0
- package/dist/utils/get-package-data.js.map +1 -0
- package/dist/utils/index.d.ts +2 -10
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +2 -11
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/load-shared-dependencies.d.ts +2 -0
- package/dist/utils/load-shared-dependencies.d.ts.map +1 -0
- package/dist/utils/load-shared-dependencies.js +31 -0
- package/dist/utils/load-shared-dependencies.js.map +1 -0
- package/dist/webpack/shared.config.d.ts.map +1 -1
- package/dist/webpack/shared.config.js +8 -7
- package/dist/webpack/shared.config.js.map +1 -1
- package/package.json +7 -7
- package/src/cli/commands/lint.ts +1 -1
- package/src/cli/utils/bundle.ts +8 -1
- package/src/utils/__tests__/load-shared-dependencies.test.ts +114 -0
- package/src/utils/get-package-data.ts +30 -0
- package/src/utils/index.ts +2 -11
- package/src/utils/load-shared-dependencies.ts +37 -0
- package/src/webpack/shared.config.ts +10 -8
- package/template/.gitignore +12 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
# v21.9.0 (Thu Jul 14 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Startup, web-components: [FAR-965] ability to configure exposed dependencies for application [#1493](https://github.com/servicetitan/uikit/pull/1493) ([@karpoff-titan](https://github.com/karpoff-titan))
|
|
6
|
+
|
|
7
|
+
#### 🔩 Dependency Updates
|
|
8
|
+
|
|
9
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.12 [#1504](https://github.com/servicetitan/uikit/pull/1504) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
10
|
+
- Bump eslint from 8.7.0 to 8.19.0 [#1304](https://github.com/servicetitan/uikit/pull/1304) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
11
|
+
- FAR-823: Migrating uikit packages to anvil-uikit-contrib [#1486](https://github.com/servicetitan/uikit/pull/1486) ([@rgdelato](https://github.com/rgdelato))
|
|
12
|
+
|
|
13
|
+
#### Authors: 3
|
|
14
|
+
|
|
15
|
+
- Anton Karpov ([@karpoff-titan](https://github.com/karpoff-titan))
|
|
16
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
17
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# v21.8.0 (Fri Jul 08 2022)
|
|
22
|
+
|
|
23
|
+
#### 🔩 Dependency Updates
|
|
24
|
+
|
|
25
|
+
- Bump ts-node from 10.8.1 to 10.8.2 [#1496](https://github.com/servicetitan/uikit/pull/1496) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
26
|
+
- Bump @babel/preset-env from 7.18.2 to 7.18.6 [#1492](https://github.com/servicetitan/uikit/pull/1492) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
27
|
+
|
|
28
|
+
#### Authors: 2
|
|
29
|
+
|
|
30
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
31
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# v21.7.3 (Mon Jun 27 2022)
|
|
36
|
+
|
|
37
|
+
#### 🔩 Dependency Updates
|
|
38
|
+
|
|
39
|
+
- Bump memfs from 3.4.6 to 3.4.7 [#1488](https://github.com/servicetitan/uikit/pull/1488) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
40
|
+
|
|
41
|
+
#### Authors: 2
|
|
42
|
+
|
|
43
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
44
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
# v21.7.2 (Mon Jun 27 2022)
|
|
49
|
+
|
|
50
|
+
#### 🔩 Dependency Updates
|
|
51
|
+
|
|
52
|
+
- Bump webpack-virtual-modules from 0.4.3 to 0.4.4 [#1483](https://github.com/servicetitan/uikit/pull/1483) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
53
|
+
- Bump sass from 1.52.3 to 1.53.0 [#1485](https://github.com/servicetitan/uikit/pull/1485) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
54
|
+
- Bump ts-loader from 9.3.0 to 9.3.1 [#1480](https://github.com/servicetitan/uikit/pull/1480) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
55
|
+
|
|
56
|
+
#### Authors: 2
|
|
57
|
+
|
|
58
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
59
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
# v21.7.1 (Tue Jun 21 2022)
|
|
64
|
+
|
|
65
|
+
#### 🔩 Dependency Updates
|
|
66
|
+
|
|
67
|
+
- Bump typescript from 4.7.3 to 4.7.4 [#1477](https://github.com/servicetitan/uikit/pull/1477) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
68
|
+
- Bump memfs from 3.4.4 to 3.4.6 [#1476](https://github.com/servicetitan/uikit/pull/1476) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
69
|
+
- Bump prettier from 2.7.0 to 2.7.1 [#1475](https://github.com/servicetitan/uikit/pull/1475) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
70
|
+
- Bump mini-css-extract-plugin from 2.6.0 to 2.6.1 [#1474](https://github.com/servicetitan/uikit/pull/1474) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
71
|
+
|
|
72
|
+
#### Authors: 2
|
|
73
|
+
|
|
74
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
75
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
# v21.7.0 (Thu Jun 16 2022)
|
|
80
|
+
|
|
81
|
+
#### 🔩 Dependency Updates
|
|
82
|
+
|
|
83
|
+
- Bump prettier from 2.6.2 to 2.7.0 [#1472](https://github.com/servicetitan/uikit/pull/1472) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
84
|
+
- Bump less from 4.1.2 to 4.1.3 [#1468](https://github.com/servicetitan/uikit/pull/1468) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
85
|
+
- Bump sass from 1.52.2 to 1.52.3 [#1467](https://github.com/servicetitan/uikit/pull/1467) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
86
|
+
- Bump sass from 1.52.0 to 1.52.2 [#1457](https://github.com/servicetitan/uikit/pull/1457) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
87
|
+
- Bump webpack from 5.72.1 to 5.73.0 [#1464](https://github.com/servicetitan/uikit/pull/1464) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
88
|
+
- Bump typescript from 4.6.4 to 4.7.3 [#1459](https://github.com/servicetitan/uikit/pull/1459) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
89
|
+
- Bump memfs from 3.4.3 to 3.4.4 [#1461](https://github.com/servicetitan/uikit/pull/1461) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
90
|
+
- Bump ts-node from 10.8.0 to 10.8.1 [#1465](https://github.com/servicetitan/uikit/pull/1465) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
91
|
+
- Bump @babel/preset-env from 7.18.0 to 7.18.2 [#1458](https://github.com/servicetitan/uikit/pull/1458) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
92
|
+
- Bump ts-node from 10.7.0 to 10.8.0 [#1453](https://github.com/servicetitan/uikit/pull/1453) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
93
|
+
- Bump sass from 1.51.0 to 1.52.0 [#1450](https://github.com/servicetitan/uikit/pull/1450) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
94
|
+
- Bump @babel/preset-env from 7.17.12 to 7.18.0 [#1451](https://github.com/servicetitan/uikit/pull/1451) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
95
|
+
- Bump memfs from 3.4.1 to 3.4.3 [#1448](https://github.com/servicetitan/uikit/pull/1448) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
96
|
+
- Bump @babel/preset-env from 7.17.10 to 7.17.12 [#1445](https://github.com/servicetitan/uikit/pull/1445) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
97
|
+
- Bump yargs from 17.5.0 to 17.5.1 [#1443](https://github.com/servicetitan/uikit/pull/1443) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
98
|
+
- Bump esbuild-loader from 2.18.0 to 2.19.0 [#1444](https://github.com/servicetitan/uikit/pull/1444) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
99
|
+
- Bump yargs from 17.4.1 to 17.5.0 [#1442](https://github.com/servicetitan/uikit/pull/1442) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
100
|
+
- Bump webpack from 5.72.0 to 5.72.1 [#1441](https://github.com/servicetitan/uikit/pull/1441) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
101
|
+
|
|
102
|
+
#### Authors: 2
|
|
103
|
+
|
|
104
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
105
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
# v21.6.0 (Mon May 09 2022)
|
|
110
|
+
|
|
111
|
+
#### 🔩 Dependency Updates
|
|
112
|
+
|
|
113
|
+
- Bump ts-loader from 9.2.9 to 9.3.0 [#1434](https://github.com/servicetitan/uikit/pull/1434) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
114
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.8 to 7.2.11 [#1435](https://github.com/servicetitan/uikit/pull/1435) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
115
|
+
- Bump typescript from 4.6.3 to 4.6.4 [#1431](https://github.com/servicetitan/uikit/pull/1431) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
116
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.7 to 7.2.8 [#1428](https://github.com/servicetitan/uikit/pull/1428) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
117
|
+
- Bump @babel/preset-env from 7.16.11 to 7.17.10 [#1432](https://github.com/servicetitan/uikit/pull/1432) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
118
|
+
|
|
119
|
+
#### Authors: 2
|
|
120
|
+
|
|
121
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
122
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
# v21.5.0 (Thu Apr 28 2022)
|
|
127
|
+
|
|
128
|
+
#### 🚀 Enhancement
|
|
129
|
+
|
|
130
|
+
- Stylelint: Process only allowed file extensions [#1407](https://github.com/servicetitan/uikit/pull/1407) ([@da1z](https://github.com/da1z))
|
|
131
|
+
|
|
132
|
+
#### 🔩 Dependency Updates
|
|
133
|
+
|
|
134
|
+
- Bump sass from 1.50.1 to 1.51.0 [#1420](https://github.com/servicetitan/uikit/pull/1420) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
135
|
+
- Bump ts-loader from 9.2.8 to 9.2.9 [#1423](https://github.com/servicetitan/uikit/pull/1423) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
136
|
+
- Bump typed-css-modules from 0.7.1 to 0.7.2 [#1414](https://github.com/servicetitan/uikit/pull/1414) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
137
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.6 to 7.2.7 [#1418](https://github.com/servicetitan/uikit/pull/1418) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
138
|
+
- Bump typed-css-modules from 0.7.0 to 0.7.1 [#1412](https://github.com/servicetitan/uikit/pull/1412) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
139
|
+
- Bump sass from 1.50.0 to 1.50.1 [#1413](https://github.com/servicetitan/uikit/pull/1413) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
140
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.4 to 7.2.6 [#1408](https://github.com/servicetitan/uikit/pull/1408) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
141
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.3 to 7.2.4 [#1402](https://github.com/servicetitan/uikit/pull/1402) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
142
|
+
- Bump yargs from 17.4.0 to 17.4.1 [#1401](https://github.com/servicetitan/uikit/pull/1401) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
143
|
+
- Bump webpack from 5.71.0 to 5.72.0 [#1399](https://github.com/servicetitan/uikit/pull/1399) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
144
|
+
- Bump sass from 1.49.11 to 1.50.0 [#1400](https://github.com/servicetitan/uikit/pull/1400) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
145
|
+
|
|
146
|
+
#### Authors: 3
|
|
147
|
+
|
|
148
|
+
- Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
|
|
149
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
150
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
# v21.4.1 (Wed Apr 06 2022)
|
|
155
|
+
|
|
156
|
+
#### 🐛 Bug Fix
|
|
157
|
+
|
|
158
|
+
- FAR-931: Downgrading lerna to fix Windows leaking Node processes [#1387](https://github.com/servicetitan/uikit/pull/1387) ([@rgdelato](https://github.com/rgdelato))
|
|
159
|
+
|
|
160
|
+
#### 🔩 Dependency Updates
|
|
161
|
+
|
|
162
|
+
- Bump sass from 1.49.10 to 1.49.11 [#1393](https://github.com/servicetitan/uikit/pull/1393) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
163
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.1 to 7.2.3 [#1394](https://github.com/servicetitan/uikit/pull/1394) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
164
|
+
- Bump prettier from 2.6.1 to 2.6.2 [#1391](https://github.com/servicetitan/uikit/pull/1391) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
165
|
+
- Bump webpack from 5.70.0 to 5.71.0 [#1389](https://github.com/servicetitan/uikit/pull/1389) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
166
|
+
- Bump sass from 1.49.9 to 1.49.10 [#1388](https://github.com/servicetitan/uikit/pull/1388) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
167
|
+
- Bump prettier from 2.6.0 to 2.6.1 [#1383](https://github.com/servicetitan/uikit/pull/1383) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
168
|
+
- Bump typescript from 4.6.2 to 4.6.3 [#1385](https://github.com/servicetitan/uikit/pull/1385) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
169
|
+
- Bump ts-jest from 27.1.3 to 27.1.4 [#1384](https://github.com/servicetitan/uikit/pull/1384) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
170
|
+
|
|
171
|
+
#### Authors: 2
|
|
172
|
+
|
|
173
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
174
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
# v21.4.0 (Tue Mar 29 2022)
|
|
179
|
+
|
|
180
|
+
#### 🚀 Enhancement
|
|
181
|
+
|
|
182
|
+
- Startup: configure chunk:all optimization on individual cache group level [#1379](https://github.com/servicetitan/uikit/pull/1379) ([@kanoshin](https://github.com/kanoshin))
|
|
183
|
+
|
|
184
|
+
#### Authors: 1
|
|
185
|
+
|
|
186
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
# v21.3.2 (Wed Mar 23 2022)
|
|
191
|
+
|
|
192
|
+
#### 🐛 Bug Fix
|
|
193
|
+
|
|
194
|
+
- Startup: fix design-system bundling for host environment [#1377](https://github.com/servicetitan/uikit/pull/1377) ([@kanoshin](https://github.com/kanoshin))
|
|
195
|
+
|
|
196
|
+
#### Authors: 1
|
|
197
|
+
|
|
198
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
# v21.3.1 (Tue Mar 22 2022)
|
|
203
|
+
|
|
204
|
+
#### 🐛 Bug Fix
|
|
205
|
+
|
|
206
|
+
- Startup: provide react when using esbuild-loader [#1376](https://github.com/servicetitan/uikit/pull/1376) ([@kanoshin](https://github.com/kanoshin))
|
|
207
|
+
|
|
208
|
+
#### Authors: 1
|
|
209
|
+
|
|
210
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
# v21.3.0 (Mon Mar 21 2022)
|
|
215
|
+
|
|
216
|
+
#### 🚀 Enhancement
|
|
217
|
+
|
|
218
|
+
- Startup: option to enable esbuild-loader for production build [#1375](https://github.com/servicetitan/uikit/pull/1375) ([@kanoshin](https://github.com/kanoshin))
|
|
219
|
+
|
|
220
|
+
#### 🔩 Dependency Updates
|
|
221
|
+
|
|
222
|
+
- Bump yargs from 17.3.1 to 17.4.0 [#1372](https://github.com/servicetitan/uikit/pull/1372) ([@rgdelato](https://github.com/rgdelato))
|
|
223
|
+
|
|
224
|
+
#### Authors: 2
|
|
225
|
+
|
|
226
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
227
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
# v21.2.0 (Thu Mar 17 2022)
|
|
232
|
+
|
|
233
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
234
|
+
|
|
235
|
+
Thank you, Anton Karpov ([@karpoff-titan](https://github.com/karpoff-titan)), for all your work!
|
|
236
|
+
|
|
237
|
+
#### 🚀 Enhancement
|
|
238
|
+
|
|
239
|
+
- Startup: FAR-928 add responsive design configs for MFE [#1366](https://github.com/servicetitan/uikit/pull/1366) ([@karpoff-titan](https://github.com/karpoff-titan))
|
|
240
|
+
- Startup: esbuild-loader for development build [#1365](https://github.com/servicetitan/uikit/pull/1365) ([@kanoshin](https://github.com/kanoshin))
|
|
241
|
+
|
|
242
|
+
#### 🐛 Bug Fix
|
|
243
|
+
|
|
244
|
+
- Startup: FAR-928 fix local start for MFE [#1363](https://github.com/servicetitan/uikit/pull/1363) ([@karpoff-titan](https://github.com/karpoff-titan))
|
|
245
|
+
|
|
246
|
+
#### 🔩 Dependency Updates
|
|
247
|
+
|
|
248
|
+
- Bump prettier from 2.5.1 to 2.6.0 [#1364](https://github.com/servicetitan/uikit/pull/1364) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
249
|
+
|
|
250
|
+
#### Authors: 4
|
|
251
|
+
|
|
252
|
+
- Anton Karpov ([@karpoff-titan](https://github.com/karpoff-titan))
|
|
253
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
254
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
255
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
# v21.0.0 (Tue Mar 15 2022)
|
|
260
|
+
|
|
261
|
+
#### 🔩 Dependency Updates
|
|
262
|
+
|
|
263
|
+
- Bump ts-loader from 9.2.7 to 9.2.8 [#1359](https://github.com/servicetitan/uikit/pull/1359) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
264
|
+
- Bump css-loader from 6.7.0 to 6.7.1 [#1357](https://github.com/servicetitan/uikit/pull/1357) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
265
|
+
- Bump ts-node from 10.6.0 to 10.7.0 [#1353](https://github.com/servicetitan/uikit/pull/1353) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
266
|
+
- Bump css-loader from 6.6.0 to 6.7.0 [#1349](https://github.com/servicetitan/uikit/pull/1349) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
267
|
+
- Bump mini-css-extract-plugin from 2.5.3 to 2.6.0 [#1350](https://github.com/servicetitan/uikit/pull/1350) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
268
|
+
- Bump webpack from 5.69.1 to 5.70.0 [#1347](https://github.com/servicetitan/uikit/pull/1347) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
269
|
+
- Bump ts-loader from 9.2.6 to 9.2.7 [#1346](https://github.com/servicetitan/uikit/pull/1346) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
270
|
+
- Bump ts-node from 10.5.0 to 10.6.0 [#1344](https://github.com/servicetitan/uikit/pull/1344) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
271
|
+
- Bump typescript from 4.5.5 to 4.6.2 [#1345](https://github.com/servicetitan/uikit/pull/1345) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
272
|
+
|
|
273
|
+
#### Authors: 2
|
|
274
|
+
|
|
275
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
276
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
277
|
+
|
|
278
|
+
---
|
|
279
|
+
|
|
280
|
+
# v20.2.0 (Tue Mar 01 2022)
|
|
281
|
+
|
|
282
|
+
#### 🔩 Dependency Updates
|
|
283
|
+
|
|
284
|
+
- Bump sass from 1.49.8 to 1.49.9 [#1340](https://github.com/servicetitan/uikit/pull/1340) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
285
|
+
- Bump fork-ts-checker-webpack-plugin from 7.2.0 to 7.2.1 [#1303](https://github.com/servicetitan/uikit/pull/1303) ([@rgdelato](https://github.com/rgdelato))
|
|
286
|
+
- Bump sass from 1.49.7 to 1.49.8 [#1333](https://github.com/servicetitan/uikit/pull/1333) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
287
|
+
- Bump webpack from 5.69.0 to 5.69.1 [#1329](https://github.com/servicetitan/uikit/pull/1329) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
288
|
+
- Bump sass-loader from 12.5.0 to 12.6.0 [#1327](https://github.com/servicetitan/uikit/pull/1327) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
289
|
+
- Bump webpack from 5.68.0 to 5.69.0 [#1326](https://github.com/servicetitan/uikit/pull/1326) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
290
|
+
- Bump sass-loader from 12.4.0 to 12.5.0 [#1324](https://github.com/servicetitan/uikit/pull/1324) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
291
|
+
- Bump @jest packages from 27.4.2 to 27.5.1 [#1309](https://github.com/servicetitan/uikit/pull/1309) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
292
|
+
- Bump jest-circus from 27.5.0 to 27.5.1 [#1314](https://github.com/servicetitan/uikit/pull/1314) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
293
|
+
- Bump jest from 27.4.7 to 27.5.1 [#1312](https://github.com/servicetitan/uikit/pull/1312) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
294
|
+
- Bump ts-node from 10.4.0 to 10.5.0 [#1316](https://github.com/servicetitan/uikit/pull/1316) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
295
|
+
- Bump jest-circus from 27.4.6 to 27.5.0 [#1310](https://github.com/servicetitan/uikit/pull/1310) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
296
|
+
- Bump css-loader from 6.5.1 to 6.6.0 [#1307](https://github.com/servicetitan/uikit/pull/1307) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
297
|
+
- Bump sass from 1.49.4 to 1.49.7 [#1306](https://github.com/servicetitan/uikit/pull/1306) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
298
|
+
- Bump sass from 1.49.0 to 1.49.4 [#1305](https://github.com/servicetitan/uikit/pull/1305) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
299
|
+
- Bump webpack from 5.67.0 to 5.68.0 [#1302](https://github.com/servicetitan/uikit/pull/1302) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
300
|
+
|
|
301
|
+
#### Authors: 2
|
|
302
|
+
|
|
303
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
304
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
# v20.1.0 (Thu Jan 27 2022)
|
|
309
|
+
|
|
310
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
311
|
+
|
|
312
|
+
Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
|
|
313
|
+
|
|
314
|
+
#### 🚀 Enhancement
|
|
315
|
+
|
|
316
|
+
- Bump webpack-assets-manifest from 5.0.6 to 5.1.0 [#1295](https://github.com/servicetitan/uikit/pull/1295) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
317
|
+
- Bump webpack from 5.61.0 to 5.67.0 [#1292](https://github.com/servicetitan/uikit/pull/1292) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
318
|
+
- Bump sass from 1.48.0 to 1.49.0 [#1289](https://github.com/servicetitan/uikit/pull/1289) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
319
|
+
- Bump mini-css-extract-plugin from 2.4.6 to 2.5.2 [#1286](https://github.com/servicetitan/uikit/pull/1286) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
320
|
+
- Bump eslint from 8.5.0 to 8.7.0 [#1274](https://github.com/servicetitan/uikit/pull/1274) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
321
|
+
|
|
322
|
+
#### 🐛 Bug Fix
|
|
323
|
+
|
|
324
|
+
- Bump mini-css-extract-plugin from 2.5.2 to 2.5.3 [#1299](https://github.com/servicetitan/uikit/pull/1299) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
325
|
+
- Bump typescript from 4.5.4 to 4.5.5 [#1287](https://github.com/servicetitan/uikit/pull/1287) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
326
|
+
- Bump ts-jest from 27.1.2 to 27.1.3 [#1280](https://github.com/servicetitan/uikit/pull/1280) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
327
|
+
- Bump @babel/preset-env from 7.16.5 to 7.16.11 [#1277](https://github.com/servicetitan/uikit/pull/1277) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
328
|
+
- Bump chokidar from 3.5.2 to 3.5.3 [#1273](https://github.com/servicetitan/uikit/pull/1273) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
329
|
+
|
|
330
|
+
#### ⚠️ Pushed to `master`
|
|
331
|
+
|
|
332
|
+
- Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
|
|
333
|
+
|
|
334
|
+
#### Authors: 2
|
|
335
|
+
|
|
336
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
337
|
+
- ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
|
|
341
|
+
# v20.0.0 (Thu Jan 13 2022)
|
|
342
|
+
|
|
343
|
+
#### 💥 Breaking Change
|
|
344
|
+
|
|
345
|
+
- Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
|
|
346
|
+
|
|
347
|
+
#### 🔩 Dependency Updates
|
|
348
|
+
|
|
349
|
+
- Bump sass from 1.47.0 to 1.48.0 [#1249](https://github.com/servicetitan/uikit/pull/1249) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
350
|
+
- Bump memfs from 3.4.0 to 3.4.1 [#1220](https://github.com/servicetitan/uikit/pull/1220) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
351
|
+
- Bump @types/jest from 27.0.3 to 27.4.0 [#1221](https://github.com/servicetitan/uikit/pull/1221) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
352
|
+
- Bump source-map-loader from 3.0.0 to 3.0.1 [#1226](https://github.com/servicetitan/uikit/pull/1226) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
353
|
+
- Bump jest from 27.4.5 to 27.4.7 [#1234](https://github.com/servicetitan/uikit/pull/1234) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
354
|
+
- Bump @jest/core from 27.4.5 to 27.4.7 [#1235](https://github.com/servicetitan/uikit/pull/1235) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
355
|
+
- Bump mini-css-extract-plugin from 2.4.5 to 2.4.6 [#1239](https://github.com/servicetitan/uikit/pull/1239) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
356
|
+
- Bump @types/eslint from 8.2.1 to 8.2.2 [#1240](https://github.com/servicetitan/uikit/pull/1240) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
357
|
+
- Bump sass from 1.45.1 to 1.47.0 [#1241](https://github.com/servicetitan/uikit/pull/1241) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
358
|
+
|
|
359
|
+
#### Authors: 2
|
|
360
|
+
|
|
361
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
362
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
363
|
+
|
|
364
|
+
---
|
|
365
|
+
|
|
366
|
+
# v19.4.0 (Mon Jan 10 2022)
|
|
367
|
+
|
|
368
|
+
#### ⚠️ Pushed to `master`
|
|
369
|
+
|
|
370
|
+
- Bump eslint from 7.31.0 to 8.5.0 ([@xarety](https://github.com/xarety))
|
|
371
|
+
|
|
372
|
+
#### 🔩 Dependency Updates
|
|
373
|
+
|
|
374
|
+
- Bump yargs from 17.3.0 to 17.3.1 [#1210](https://github.com/servicetitan/uikit/pull/1210) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
375
|
+
- Bump prettier from 2.4.1 to 2.5.1 [#1157](https://github.com/servicetitan/uikit/pull/1157) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
376
|
+
- Bump @jest/core from 27.4.3 to 27.4.5 [#1185](https://github.com/servicetitan/uikit/pull/1185) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
377
|
+
- Bump typescript from 4.5.3 to 4.5.4 [#1186](https://github.com/servicetitan/uikit/pull/1186) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
378
|
+
- Bump jest from 27.4.3 to 27.4.5 [#1188](https://github.com/servicetitan/uikit/pull/1188) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
379
|
+
- Bump ts-jest from 27.1.1 to 27.1.2 [#1194](https://github.com/servicetitan/uikit/pull/1194) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
380
|
+
- Bump sass from 1.44.0 to 1.45.1 [#1200](https://github.com/servicetitan/uikit/pull/1200) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
381
|
+
- Bump @types/yargs from 17.0.7 to 17.0.8 [#1204](https://github.com/servicetitan/uikit/pull/1204) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
382
|
+
|
|
383
|
+
#### Authors: 2
|
|
384
|
+
|
|
385
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
386
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
387
|
+
|
|
388
|
+
---
|
|
389
|
+
|
|
390
|
+
# v19.3.0 (Tue Dec 21 2021)
|
|
391
|
+
|
|
392
|
+
#### 🔩 Dependency Updates
|
|
393
|
+
|
|
394
|
+
- Bump jest-circus from 27.3.1 to 27.4.5 [#1187](https://github.com/servicetitan/uikit/pull/1187) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
395
|
+
|
|
396
|
+
#### Authors: 1
|
|
397
|
+
|
|
398
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
# v19.2.0 (Wed Dec 15 2021)
|
|
403
|
+
|
|
404
|
+
#### 🚀 Enhancement
|
|
405
|
+
|
|
406
|
+
- Startup: proxy configuration for web components bundles [#1169](https://github.com/servicetitan/uikit/pull/1169) ([@xarety](https://github.com/xarety))
|
|
407
|
+
|
|
408
|
+
#### 🔩 Dependency Updates
|
|
409
|
+
|
|
410
|
+
- Bump @types/yargs from 17.0.5 to 17.0.7 [#1099](https://github.com/servicetitan/uikit/pull/1099) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
411
|
+
- Bump @types/sass from 1.43.0 to 1.43.1 [#1135](https://github.com/servicetitan/uikit/pull/1135) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
412
|
+
- Bump fork-ts-checker-webpack-plugin from 6.4.2 to 6.5.0 [#1140](https://github.com/servicetitan/uikit/pull/1140) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
413
|
+
- Bump yargs from 17.2.1 to 17.3.0 [#1151](https://github.com/servicetitan/uikit/pull/1151) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
414
|
+
- Bump sass-loader from 12.3.0 to 12.4.0 [#1165](https://github.com/servicetitan/uikit/pull/1165) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
415
|
+
- Bump typescript from 4.5.2 to 4.5.3 [#1170](https://github.com/servicetitan/uikit/pull/1170) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
416
|
+
- Bump ts-jest from 27.1.0 to 27.1.1 [#1168](https://github.com/servicetitan/uikit/pull/1168) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
417
|
+
|
|
418
|
+
#### Authors: 2
|
|
419
|
+
|
|
420
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
421
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
# v19.1.0 (Wed Dec 08 2021)
|
|
426
|
+
|
|
427
|
+
#### 🔩 Dependency Updates
|
|
428
|
+
|
|
429
|
+
- Bump ts-jest from 27.0.7 to 27.1.0 [#1160](https://github.com/servicetitan/uikit/pull/1160) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
430
|
+
- Bump jest from 27.3.1 to 27.4.3 [#1153](https://github.com/servicetitan/uikit/pull/1153) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
431
|
+
- Bump @jest/core from 27.3.1 to 27.4.3 [#1152](https://github.com/servicetitan/uikit/pull/1152) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
432
|
+
- Bump @types/eslint from 8.2.0 to 8.2.1 [#1156](https://github.com/servicetitan/uikit/pull/1156) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
433
|
+
- Bump @jest/types from 27.2.5 to 27.4.2 [#1148](https://github.com/servicetitan/uikit/pull/1148) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
434
|
+
- Bump memfs from 3.3.0 to 3.4.0 [#1131](https://github.com/servicetitan/uikit/pull/1131) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
435
|
+
- Bump sass from 1.43.5 to 1.44.0 [#1143](https://github.com/servicetitan/uikit/pull/1143) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
436
|
+
- Bump @types/eslint from 7.28.2 to 8.2.0 [#1106](https://github.com/servicetitan/uikit/pull/1106) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
437
|
+
- Bump mini-css-extract-plugin from 2.4.4 to 2.4.5 [#1101](https://github.com/servicetitan/uikit/pull/1101) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
438
|
+
- Bump sass from 1.43.4 to 1.43.5 [#1130](https://github.com/servicetitan/uikit/pull/1130) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
439
|
+
- Bump typescript [#1128](https://github.com/servicetitan/uikit/pull/1128) ([@xarety](https://github.com/xarety))
|
|
440
|
+
- Bump @types/jest from 27.0.2 to 27.0.3 [#1110](https://github.com/servicetitan/uikit/pull/1110) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
441
|
+
- Bump fork-ts-checker-webpack-plugin from 6.4.0 to 6.4.2 [#1123](https://github.com/servicetitan/uikit/pull/1123) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
442
|
+
|
|
443
|
+
#### Authors: 2
|
|
444
|
+
|
|
445
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
446
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
# v19.0.0 (Wed Nov 24 2021)
|
|
451
|
+
|
|
452
|
+
#### 🚀 Enhancement
|
|
453
|
+
|
|
454
|
+
- Startup: add ability to configure ForkTsCheckerWebpackPlugin [#1124](https://github.com/servicetitan/uikit/pull/1124) ([@xarety](https://github.com/xarety))
|
|
455
|
+
- Startup: asset rules revision [#1107](https://github.com/servicetitan/uikit/pull/1107) ([@xarety](https://github.com/xarety))
|
|
456
|
+
|
|
457
|
+
#### Authors: 1
|
|
458
|
+
|
|
459
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
460
|
+
|
|
461
|
+
---
|
|
462
|
+
|
|
463
|
+
# v18.1.0 (Wed Nov 17 2021)
|
|
464
|
+
|
|
465
|
+
#### 🚀 Enhancement
|
|
466
|
+
|
|
467
|
+
- Web components: support for the nesting mfe's [#1082](https://github.com/servicetitan/uikit/pull/1082) ([@xarety](https://github.com/xarety))
|
|
468
|
+
|
|
469
|
+
#### 🐛 Bug Fix
|
|
470
|
+
|
|
471
|
+
- Startup: fix serving of regular webpack packages [#1093](https://github.com/servicetitan/uikit/pull/1093) ([@xarety](https://github.com/xarety))
|
|
472
|
+
|
|
473
|
+
#### 🏎 Performance
|
|
474
|
+
|
|
475
|
+
- Webpack 5: filesystem cache [#824](https://github.com/servicetitan/uikit/pull/824) ([@StreetStrider](https://github.com/StreetStrider))
|
|
476
|
+
|
|
477
|
+
#### Authors: 2
|
|
478
|
+
|
|
479
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
480
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
481
|
+
|
|
482
|
+
---
|
|
483
|
+
|
|
484
|
+
# v18.0.0 (Mon Nov 15 2021)
|
|
485
|
+
|
|
486
|
+
#### 💥 Breaking Change
|
|
487
|
+
|
|
488
|
+
- Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
|
|
489
|
+
|
|
490
|
+
#### Authors: 1
|
|
491
|
+
|
|
492
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
493
|
+
|
|
494
|
+
---
|
|
495
|
+
|
|
496
|
+
# v17.5.0 (Fri Nov 12 2021)
|
|
497
|
+
|
|
498
|
+
#### 🚀 Enhancement
|
|
499
|
+
|
|
500
|
+
- Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
|
|
501
|
+
|
|
502
|
+
#### 🔩 Dependency Updates
|
|
503
|
+
|
|
504
|
+
- Bump css-loader from 6.5.0 to 6.5.1 [#1069](https://github.com/servicetitan/uikit/pull/1069) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
505
|
+
- Bump mini-css-extract-plugin from 2.4.3 to 2.4.4 [#1070](https://github.com/servicetitan/uikit/pull/1070) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
506
|
+
|
|
507
|
+
#### Authors: 2
|
|
508
|
+
|
|
509
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
510
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
511
|
+
|
|
512
|
+
---
|
|
513
|
+
|
|
514
|
+
# v17.3.1 (Wed Nov 03 2021)
|
|
515
|
+
|
|
516
|
+
#### 🐛 Bug Fix
|
|
517
|
+
|
|
518
|
+
- upd webpack to 5.61.0. [#1058](https://github.com/servicetitan/uikit/pull/1058) ([@StreetStrider](https://github.com/StreetStrider))
|
|
519
|
+
|
|
520
|
+
#### 🔩 Dependency Updates
|
|
521
|
+
|
|
522
|
+
- Bump mini-css-extract-plugin from 2.3.0 to 2.4.3 [#1031](https://github.com/servicetitan/uikit/pull/1031) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
523
|
+
- Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
|
|
524
|
+
- Bump sass from 1.43.3 to 1.43.4 [#1049](https://github.com/servicetitan/uikit/pull/1049) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
525
|
+
- Bump css-loader from 6.4.0 to 6.5.0 [#1050](https://github.com/servicetitan/uikit/pull/1050) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
526
|
+
- Bump @types/sass from 1.16.1 to 1.43.0 [#1055](https://github.com/servicetitan/uikit/pull/1055) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
527
|
+
|
|
528
|
+
#### Authors: 3
|
|
529
|
+
|
|
530
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
531
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
532
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
533
|
+
|
|
534
|
+
---
|
|
535
|
+
|
|
536
|
+
# v17.3.0 (Thu Oct 28 2021)
|
|
537
|
+
|
|
538
|
+
#### 🚀 Enhancement
|
|
539
|
+
|
|
540
|
+
- Web components: enable lightweight bundles [#1042](https://github.com/servicetitan/uikit/pull/1042) ([@xarety](https://github.com/xarety))
|
|
541
|
+
|
|
542
|
+
#### 🔩 Dependency Updates
|
|
543
|
+
|
|
544
|
+
- Bump html-webpack-plugin from 5.4.0 to 5.5.0 [#1036](https://github.com/servicetitan/uikit/pull/1036) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
545
|
+
|
|
546
|
+
#### Authors: 2
|
|
547
|
+
|
|
548
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
549
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
550
|
+
|
|
551
|
+
---
|
|
552
|
+
|
|
553
|
+
# v17.2.1 (Tue Oct 26 2021)
|
|
554
|
+
|
|
555
|
+
#### 🔩 Dependency Updates
|
|
556
|
+
|
|
557
|
+
- Bump sass from 1.43.2 to 1.43.3 [#1027](https://github.com/servicetitan/uikit/pull/1027) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
558
|
+
- Bump @types/eslint from 7.28.1 to 7.28.2 [#1030](https://github.com/servicetitan/uikit/pull/1030) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
559
|
+
- Bump ts-node from 10.3.0 to 10.4.0 [#1034](https://github.com/servicetitan/uikit/pull/1034) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
560
|
+
- Bump style-loader from 3.3.0 to 3.3.1 [#1029](https://github.com/servicetitan/uikit/pull/1029) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
561
|
+
- Bump fork-ts-checker-webpack-plugin from 6.3.4 to 6.4.0 [#1021](https://github.com/servicetitan/uikit/pull/1021) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
562
|
+
- Bump html-webpack-plugin from 5.3.2 to 5.4.0 [#1004](https://github.com/servicetitan/uikit/pull/1004) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
563
|
+
- Bump @types/mini-css-extract-plugin from 2.3.0 to 2.4.0 [#1008](https://github.com/servicetitan/uikit/pull/1008) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
564
|
+
- 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]))
|
|
565
|
+
- Bump @types/yargs from 17.0.3 to 17.0.4 [#994](https://github.com/servicetitan/uikit/pull/994) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
566
|
+
- Bump sass from 1.42.1 to 1.43.2 [#989](https://github.com/servicetitan/uikit/pull/989) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
567
|
+
- Bump ts-node from 10.2.1 to 10.3.0 [#980](https://github.com/servicetitan/uikit/pull/980) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
568
|
+
- Bump jest-circus from 27.2.5 to 27.3.1 [#1011](https://github.com/servicetitan/uikit/pull/1011) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
569
|
+
- Bump ts-jest from 27.0.5 to 27.0.7 [#1009](https://github.com/servicetitan/uikit/pull/1009) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
570
|
+
- Bump @jest/core from 27.2.5 to 27.3.1 [#1012](https://github.com/servicetitan/uikit/pull/1012) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
571
|
+
- Bump jest from 27.2.4 to 27.3.1 [#1013](https://github.com/servicetitan/uikit/pull/1013) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
572
|
+
- Bump css-loader from 6.3.0 to 6.4.0 [#969](https://github.com/servicetitan/uikit/pull/969) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
573
|
+
- Bump sass-loader from 12.1.0 to 12.2.0 [#985](https://github.com/servicetitan/uikit/pull/985) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
574
|
+
- Bump less-loader from 10.0.1 to 10.2.0 [#1010](https://github.com/servicetitan/uikit/pull/1010) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
575
|
+
- Bump typescript from 4.4.3 to 4.4.4 [#988](https://github.com/servicetitan/uikit/pull/988) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
576
|
+
|
|
577
|
+
#### Authors: 1
|
|
578
|
+
|
|
579
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
580
|
+
|
|
581
|
+
---
|
|
582
|
+
|
|
583
|
+
# v17.2.0 (Thu Oct 14 2021)
|
|
584
|
+
|
|
585
|
+
#### 🔩 Dependency Updates
|
|
586
|
+
|
|
587
|
+
- Bump @types/eslint from 7.28.0 to 7.28.1 [#972](https://github.com/servicetitan/uikit/pull/972) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
588
|
+
- Bump @jest/core from 27.2.4 to 27.2.5 [#974](https://github.com/servicetitan/uikit/pull/974) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
589
|
+
- Revert: Bump mini-css-extract-plugin from 2.3.0 to 2.4.1 #961 [#976](https://github.com/servicetitan/uikit/pull/976) ([@xarety](https://github.com/xarety))
|
|
590
|
+
- Bump webpack from 5.56.0 to 5.57.1 [#962](https://github.com/servicetitan/uikit/pull/962) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@kanoshin](https://github.com/kanoshin))
|
|
591
|
+
- Bump mini-css-extract-plugin from 2.3.0 to 2.4.1 [#961](https://github.com/servicetitan/uikit/pull/961) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
592
|
+
|
|
593
|
+
#### Authors: 3
|
|
594
|
+
|
|
595
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
596
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
597
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
598
|
+
|
|
599
|
+
---
|
|
600
|
+
|
|
601
|
+
# v17.1.1 (Tue Oct 05 2021)
|
|
602
|
+
|
|
603
|
+
#### 🔩 Dependency Updates
|
|
604
|
+
|
|
605
|
+
- Bump less from 4.1.1 to 4.1.2 [#951](https://github.com/servicetitan/uikit/pull/951) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
606
|
+
- update webpack to 5.56. [#946](https://github.com/servicetitan/uikit/pull/946) ([@StreetStrider](https://github.com/StreetStrider))
|
|
607
|
+
|
|
608
|
+
#### Authors: 2
|
|
609
|
+
|
|
610
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
611
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
612
|
+
|
|
613
|
+
---
|
|
614
|
+
|
|
615
|
+
# v17.1.0 (Sat Oct 02 2021)
|
|
616
|
+
|
|
617
|
+
#### 🐛 Bug Fix
|
|
618
|
+
|
|
619
|
+
- Bump template dependencies [#947](https://github.com/servicetitan/uikit/pull/947) ([@xarety](https://github.com/xarety))
|
|
620
|
+
|
|
621
|
+
#### Authors: 1
|
|
622
|
+
|
|
623
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
624
|
+
|
|
625
|
+
---
|
|
626
|
+
|
|
627
|
+
# v17.0.1 (Thu Sep 30 2021)
|
|
628
|
+
|
|
629
|
+
#### 🐛 Bug Fix
|
|
630
|
+
|
|
631
|
+
- Startup: fix global this getter [#937](https://github.com/servicetitan/uikit/pull/937) ([@xarety](https://github.com/xarety))
|
|
632
|
+
|
|
633
|
+
#### Authors: 1
|
|
634
|
+
|
|
635
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
636
|
+
|
|
637
|
+
---
|
|
638
|
+
|
|
639
|
+
# v17.0.0 (Thu Sep 30 2021)
|
|
640
|
+
|
|
641
|
+
#### 💥 Breaking Change
|
|
642
|
+
|
|
643
|
+
- Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
|
|
644
|
+
- Startup: multi-instances expose-loader [#723](https://github.com/servicetitan/uikit/pull/723) ([@xarety](https://github.com/xarety))
|
|
645
|
+
- Bump typescript from 4.3.5 to 4.4.3 [#857](https://github.com/servicetitan/uikit/pull/857) ([@kanoshin](https://github.com/kanoshin))
|
|
646
|
+
|
|
647
|
+
#### 🔩 Dependency Updates
|
|
648
|
+
|
|
649
|
+
- 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))
|
|
650
|
+
- Bump yargs from 17.1.1 to 17.2.1 [#909](https://github.com/servicetitan/uikit/pull/909) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
651
|
+
- Bump @jest/types from 27.1.1 to 27.2.4 [#929](https://github.com/servicetitan/uikit/pull/929) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
652
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.32.0 [#918](https://github.com/servicetitan/uikit/pull/918) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
653
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.32.0 [#917](https://github.com/servicetitan/uikit/pull/917) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
654
|
+
- Bump jest from 27.2.0 to 27.2.4 [#931](https://github.com/servicetitan/uikit/pull/931) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
655
|
+
- Bump jest-circus from 27.2.0 to 27.2.3 [#922](https://github.com/servicetitan/uikit/pull/922) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
656
|
+
|
|
657
|
+
#### Authors: 3
|
|
658
|
+
|
|
659
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
660
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
661
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
662
|
+
|
|
663
|
+
---
|
|
664
|
+
|
|
665
|
+
# v16.0.2 (Mon Sep 27 2021)
|
|
666
|
+
|
|
667
|
+
#### 🔩 Dependency Updates
|
|
668
|
+
|
|
669
|
+
- update webpack to 5.54 and css related loaders. [#915](https://github.com/servicetitan/uikit/pull/915) ([@StreetStrider](https://github.com/StreetStrider))
|
|
670
|
+
|
|
671
|
+
#### Authors: 1
|
|
672
|
+
|
|
673
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
674
|
+
|
|
675
|
+
---
|
|
676
|
+
|
|
677
|
+
# v16.0.1 (Mon Sep 27 2021)
|
|
678
|
+
|
|
679
|
+
#### 🔩 Dependency Updates
|
|
680
|
+
|
|
681
|
+
- Bump sass from 1.41.0 to 1.42.1 [#895](https://github.com/servicetitan/uikit/pull/895) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
682
|
+
|
|
683
|
+
#### Authors: 1
|
|
684
|
+
|
|
685
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
686
|
+
|
|
687
|
+
---
|
|
688
|
+
|
|
689
|
+
# v16.0.0 (Fri Sep 24 2021)
|
|
690
|
+
|
|
691
|
+
#### 💥 Breaking Change
|
|
692
|
+
|
|
693
|
+
- Adding ESLint rules for React 17 and combining custom rules into one package [#863](https://github.com/servicetitan/uikit/pull/863) ([@rgdelato](https://github.com/rgdelato))
|
|
694
|
+
|
|
695
|
+
#### 🔩 Dependency Updates
|
|
696
|
+
|
|
697
|
+
- Bump glob from 7.1.7 to 7.2.0 [#901](https://github.com/servicetitan/uikit/pull/901) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
698
|
+
- Bump @types/jest from 27.0.1 to 27.0.2 [#885](https://github.com/servicetitan/uikit/pull/885) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
699
|
+
- Bump @types/yargs from 17.0.2 to 17.0.3 [#894](https://github.com/servicetitan/uikit/pull/894) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
700
|
+
- Bump ts-loader from 9.2.5 to 9.2.6 [#887](https://github.com/servicetitan/uikit/pull/887) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
701
|
+
- Bump prettier from 2.4.0 to 2.4.1 [#870](https://github.com/servicetitan/uikit/pull/870) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
702
|
+
- Bump webpack from 5.48.0 to 5.52.1 [#818](https://github.com/servicetitan/uikit/pull/818) ([@StreetStrider](https://github.com/StreetStrider))
|
|
703
|
+
- Bump sass from 1.40.1 to 1.41.0 [#861](https://github.com/servicetitan/uikit/pull/861) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
704
|
+
- 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))
|
|
705
|
+
- 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]))
|
|
706
|
+
- Bump @types/mini-css-extract-plugin from 2.2.0 to 2.3.0 [#840](https://github.com/servicetitan/uikit/pull/840) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
707
|
+
- Bump mini-css-extract-plugin from 2.2.0 to 2.3.0 [#842](https://github.com/servicetitan/uikit/pull/842) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
708
|
+
- Bump fork-ts-checker-webpack-plugin from 6.3.2 to 6.3.3 [#816](https://github.com/servicetitan/uikit/pull/816) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
709
|
+
- 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]))
|
|
710
|
+
- Bump sass from 1.38.0 to 1.40.1 [#855](https://github.com/servicetitan/uikit/pull/855) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
711
|
+
|
|
712
|
+
#### Authors: 4
|
|
713
|
+
|
|
714
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
715
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
716
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
717
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
718
|
+
|
|
719
|
+
---
|
|
720
|
+
|
|
721
|
+
# v15.0.0 (Tue Sep 14 2021)
|
|
722
|
+
|
|
723
|
+
#### 💥 Breaking Change
|
|
724
|
+
|
|
725
|
+
- Startup: configuration refactoring [#731](https://github.com/servicetitan/uikit/pull/731) ([@xarety](https://github.com/xarety))
|
|
726
|
+
|
|
727
|
+
#### 🔩 Dependency Updates
|
|
728
|
+
|
|
729
|
+
- Bump jest-circus from 27.0.6 to 27.2.0 [#845](https://github.com/servicetitan/uikit/pull/845) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@kanoshin](https://github.com/kanoshin))
|
|
730
|
+
- Bump jest from 27.0.6 to 27.1.0 [#788](https://github.com/servicetitan/uikit/pull/788) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
731
|
+
|
|
732
|
+
#### Authors: 3
|
|
733
|
+
|
|
734
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
735
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
736
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
737
|
+
|
|
738
|
+
---
|
|
739
|
+
|
|
740
|
+
# v14.3.0 (Mon Aug 23 2021)
|
|
741
|
+
|
|
742
|
+
#### 🔩 Dependency Updates
|
|
743
|
+
|
|
744
|
+
- Bump ts-node from 10.2.0 to 10.2.1 [#770](https://github.com/servicetitan/uikit/pull/770) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
745
|
+
- Bump sass from 1.37.5 to 1.38.0 [#766](https://github.com/servicetitan/uikit/pull/766) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
746
|
+
- Bump @types/jest from 27.0.0 to 27.0.1 [#759](https://github.com/servicetitan/uikit/pull/759) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
747
|
+
- Bump ts-jest from 27.0.4 to 27.0.5 [#765](https://github.com/servicetitan/uikit/pull/765) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
748
|
+
- Bump yargs from 17.1.0 to 17.1.1 [#761](https://github.com/servicetitan/uikit/pull/761) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
749
|
+
- Bump @types/mini-css-extract-plugin from 2.0.1 to 2.2.0 [#737](https://github.com/servicetitan/uikit/pull/737) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
750
|
+
- Bump ts-node from 10.1.0 to 10.2.0 [#735](https://github.com/servicetitan/uikit/pull/735) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
751
|
+
|
|
752
|
+
#### Authors: 1
|
|
753
|
+
|
|
754
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
755
|
+
|
|
756
|
+
---
|
|
757
|
+
|
|
758
|
+
# v14.2.0 (Fri Aug 06 2021)
|
|
759
|
+
|
|
760
|
+
#### 🚀 Enhancement
|
|
761
|
+
|
|
762
|
+
- Startup: allow cors in development mode for all bundles [#727](https://github.com/servicetitan/uikit/pull/727) ([@aschumahua](https://github.com/aschumahua) [@xarety](https://github.com/xarety))
|
|
763
|
+
|
|
764
|
+
#### 🐛 Bug Fix
|
|
765
|
+
|
|
766
|
+
- Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
|
|
767
|
+
|
|
768
|
+
#### 🔩 Dependency Updates
|
|
769
|
+
|
|
770
|
+
- Bump mini-css-extract-plugin from 2.1.0 to 2.2.0 [#725](https://github.com/servicetitan/uikit/pull/725) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
771
|
+
- Bump yargs from 17.0.1 to 17.1.0 [#726](https://github.com/servicetitan/uikit/pull/726) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
772
|
+
|
|
773
|
+
#### Authors: 4
|
|
774
|
+
|
|
775
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
776
|
+
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
|
|
777
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
778
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
779
|
+
|
|
780
|
+
---
|
|
781
|
+
|
|
782
|
+
# v14.1.1 (Thu Aug 05 2021)
|
|
783
|
+
|
|
784
|
+
#### 🐛 Bug Fix
|
|
785
|
+
|
|
786
|
+
- Startup: fix tsconfig's resolving for relative paths [#706](https://github.com/servicetitan/uikit/pull/706) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
|
787
|
+
|
|
788
|
+
#### 🔩 Dependency Updates
|
|
789
|
+
|
|
790
|
+
- Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
|
791
|
+
- Startup: update webpack dependencies [#718](https://github.com/servicetitan/uikit/pull/718) ([@StreetStrider](https://github.com/StreetStrider))
|
|
792
|
+
|
|
793
|
+
#### Authors: 3
|
|
794
|
+
|
|
795
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
796
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
797
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
798
|
+
|
|
799
|
+
---
|
|
800
|
+
|
|
801
|
+
# v14.1.0 (Fri Jul 30 2021)
|
|
802
|
+
|
|
803
|
+
#### 🚀 Enhancement
|
|
804
|
+
|
|
805
|
+
- Startup: micro-frontends bundle chunking [#637](https://github.com/servicetitan/uikit/pull/637) ([@xarety](https://github.com/xarety))
|
|
806
|
+
|
|
807
|
+
#### 🐛 Bug Fix
|
|
808
|
+
|
|
809
|
+
- Web components: temporarily disable lightweight bundles [#685](https://github.com/servicetitan/uikit/pull/685) ([@xarety](https://github.com/xarety))
|
|
810
|
+
|
|
811
|
+
#### 🔩 Dependency Updates
|
|
812
|
+
|
|
813
|
+
- Bump @types/jest from 26.0.23 to 26.0.24 [#658](https://github.com/servicetitan/uikit/pull/658) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
814
|
+
- Bump @types/yargs from 17.0.0 to 17.0.2 [#650](https://github.com/servicetitan/uikit/pull/650) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
815
|
+
- Bump @types/webpack-dev-server from 3.11.4 to 3.11.5 [#654](https://github.com/servicetitan/uikit/pull/654) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
816
|
+
- Bump ts-loader from 9.2.3 to 9.2.4 [#691](https://github.com/servicetitan/uikit/pull/691) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
817
|
+
- Bump ts-node from 10.0.0 to 10.1.0 [#670](https://github.com/servicetitan/uikit/pull/670) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
818
|
+
- Bump jest from 27.0.4 to 27.0.6 [#640](https://github.com/servicetitan/uikit/pull/640) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
819
|
+
- Bump @types/cpx from 1.5.1 to 1.5.2 [#672](https://github.com/servicetitan/uikit/pull/672) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
820
|
+
- Bump @jest/core from 27.0.4 to 27.0.6 [#676](https://github.com/servicetitan/uikit/pull/676) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
821
|
+
- Bump prettier from 2.3.0 to 2.3.2 [#644](https://github.com/servicetitan/uikit/pull/644) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
822
|
+
- Bump typescript from 4.3.4 to 4.3.5 [#642](https://github.com/servicetitan/uikit/pull/642) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
823
|
+
- Bump @types/less from 3.0.2 to 3.0.3 [#682](https://github.com/servicetitan/uikit/pull/682) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
824
|
+
|
|
825
|
+
#### Authors: 2
|
|
826
|
+
|
|
827
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
828
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
829
|
+
|
|
830
|
+
---
|
|
831
|
+
|
|
832
|
+
# v14.0.0 (Fri Jul 23 2021)
|
|
833
|
+
|
|
834
|
+
#### 💥 Breaking Change
|
|
835
|
+
|
|
836
|
+
- 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))
|
|
837
|
+
|
|
838
|
+
#### Authors: 3
|
|
839
|
+
|
|
840
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
841
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
842
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
843
|
+
|
|
844
|
+
---
|
|
845
|
+
|
|
846
|
+
# v13.0.4 (Tue Jul 20 2021)
|
|
847
|
+
|
|
848
|
+
#### 🐛 Bug Fix
|
|
849
|
+
|
|
850
|
+
- Startup: revert tilda resolving for backwards compatibility [#639](https://github.com/servicetitan/uikit/pull/639) ([@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
|
|
851
|
+
|
|
852
|
+
#### Authors: 2
|
|
853
|
+
|
|
854
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
855
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
856
|
+
|
|
857
|
+
---
|
|
858
|
+
|
|
859
|
+
# v13.0.3 (Fri Jul 16 2021)
|
|
860
|
+
|
|
861
|
+
#### 🐛 Bug Fix
|
|
862
|
+
|
|
863
|
+
- Startup: watch ignore doesn't support an empty array [#636](https://github.com/servicetitan/uikit/pull/636) ([@xarety](https://github.com/xarety))
|
|
864
|
+
|
|
865
|
+
#### Authors: 1
|
|
866
|
+
|
|
867
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
868
|
+
|
|
869
|
+
---
|
|
870
|
+
|
|
871
|
+
# v13.0.0 (Wed Jul 14 2021)
|
|
872
|
+
|
|
873
|
+
#### 💥 Breaking Change
|
|
874
|
+
|
|
875
|
+
- Startup: update webpack to v5 [#634](https://github.com/servicetitan/uikit/pull/634) ([@xarety](https://github.com/xarety) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
|
|
876
|
+
- Startup: remove deprecated Less package importer [#431](https://github.com/servicetitan/uikit/pull/431) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
|
|
877
|
+
|
|
878
|
+
#### Authors: 3
|
|
879
|
+
|
|
880
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
881
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
882
|
+
- Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
|
|
883
|
+
|
|
884
|
+
---
|
|
885
|
+
|
|
886
|
+
# v12.8.0 (Tue Jul 13 2021)
|
|
887
|
+
|
|
888
|
+
#### 🚀 Enhancement
|
|
889
|
+
|
|
890
|
+
- Startup: make source maps for @servicetitan packages optional [#630](https://github.com/servicetitan/uikit/pull/630) ([@xarety](https://github.com/xarety))
|
|
891
|
+
|
|
892
|
+
#### Authors: 1
|
|
893
|
+
|
|
894
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
895
|
+
|
|
896
|
+
---
|
|
897
|
+
|
|
898
|
+
# v12.7.0 (Tue Jul 13 2021)
|
|
899
|
+
|
|
900
|
+
#### 🐛 Bug Fix
|
|
901
|
+
|
|
902
|
+
- Startup: back to tsc instead of Compiler API to achieve default and override possibility [#628](https://github.com/servicetitan/uikit/pull/628) ([@xarety](https://github.com/xarety))
|
|
903
|
+
- Startup: fixes for Fork TS Checker Webpack Plugin issues related to monorepo [#629](https://github.com/servicetitan/uikit/pull/629) ([@xarety](https://github.com/xarety))
|
|
904
|
+
|
|
905
|
+
#### Authors: 1
|
|
906
|
+
|
|
907
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
908
|
+
|
|
909
|
+
---
|
|
910
|
+
|
|
911
|
+
# v12.5.0 (Wed Jun 16 2021)
|
|
912
|
+
|
|
913
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
914
|
+
|
|
915
|
+
Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
|
|
916
|
+
|
|
917
|
+
#### 🐛 Bug Fix
|
|
918
|
+
|
|
919
|
+
- Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
|
|
920
|
+
- Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
|
|
921
|
+
- FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
|
|
922
|
+
|
|
923
|
+
#### Authors: 2
|
|
924
|
+
|
|
925
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
926
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
927
|
+
|
|
928
|
+
---
|
|
929
|
+
|
|
930
|
+
# v12.4.0 (Tue Jun 08 2021)
|
|
931
|
+
|
|
932
|
+
#### 🚀 Enhancement
|
|
933
|
+
|
|
934
|
+
- Startup: fail tests when performing a network call [#609](https://github.com/servicetitan/uikit/pull/609) ([@xarety](https://github.com/xarety))
|
|
935
|
+
- Startup: migrate to ts-node usage [#587](https://github.com/servicetitan/uikit/pull/587) ([@xarety](https://github.com/xarety))
|
|
936
|
+
|
|
937
|
+
#### 🐛 Bug Fix
|
|
938
|
+
|
|
939
|
+
- Startup: micro-frontends port increment issue during "npm start" [#584](https://github.com/servicetitan/uikit/pull/584) ([@xarety](https://github.com/xarety))
|
|
940
|
+
|
|
941
|
+
#### ⚠️ Pushed to `master`
|
|
942
|
+
|
|
943
|
+
- Mute some tests ([@xarety](https://github.com/xarety))
|
|
944
|
+
- Bump packages ([@xarety](https://github.com/xarety))
|
|
945
|
+
- Undo fail publish consequences ([@xarety](https://github.com/xarety))
|
|
946
|
+
- Bump root packages ([@xarety](https://github.com/xarety))
|
|
947
|
+
- Publish ([@xarety](https://github.com/xarety))
|
|
948
|
+
- Startup: do not share `mobx-react` ([@xarety](https://github.com/xarety))
|
|
949
|
+
|
|
950
|
+
#### 🔩 Dependency Updates
|
|
951
|
+
|
|
952
|
+
- Bump typed-css-modules from 0.6.8 to 0.7.0 [#608](https://github.com/servicetitan/uikit/pull/608) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
953
|
+
- Bump execa from 5.0.1 to 5.1.0 [#610](https://github.com/servicetitan/uikit/pull/610) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
954
|
+
- Bump typescript from 4.2.4 to 4.3.2 [#586](https://github.com/servicetitan/uikit/pull/586) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
955
|
+
- 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]))
|
|
956
|
+
- Bump @jest/types from 26.6.2 to 27.0.2 [#599](https://github.com/servicetitan/uikit/pull/599) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
957
|
+
- Bump execa from 5.0.0 to 5.0.1 [#590](https://github.com/servicetitan/uikit/pull/590) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
958
|
+
- Bump @types/eslint from 7.2.11 to 7.2.12 [#585](https://github.com/servicetitan/uikit/pull/585) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
959
|
+
- Bump @types/eslint from 7.2.10 to 7.2.11 [#559](https://github.com/servicetitan/uikit/pull/559) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
960
|
+
- Bump sass from 1.32.13 to 1.34.0 [#564](https://github.com/servicetitan/uikit/pull/564) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
961
|
+
- Bump css-loader from 5.2.4 to 5.2.6 [#566](https://github.com/servicetitan/uikit/pull/566) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
962
|
+
- Bump @types/yargs from 16.0.2 to 17.0.0 [#562](https://github.com/servicetitan/uikit/pull/562) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@StreetStrider](https://github.com/StreetStrider))
|
|
963
|
+
- Bump @types/yargs from 16.0.1 to 16.0.2 [#552](https://github.com/servicetitan/uikit/pull/552) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
964
|
+
- Bump ts-loader from 8.1.0 to 8.3.0 [#550](https://github.com/servicetitan/uikit/pull/550) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
965
|
+
- Bump fork-ts-checker-webpack-plugin from 6.2.7 to 6.2.9 [#545](https://github.com/servicetitan/uikit/pull/545) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
966
|
+
- 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))
|
|
967
|
+
- Bump jest-localstorage-mock from 2.4.9 to 2.4.12 [#536](https://github.com/servicetitan/uikit/pull/536) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@StreetStrider](https://github.com/StreetStrider))
|
|
968
|
+
|
|
969
|
+
#### Authors: 4
|
|
970
|
+
|
|
971
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
972
|
+
- Denis Gordeev ([@xarety](https://github.com/xarety))
|
|
973
|
+
- Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
|
|
974
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|