@servicetitan/react-ioc 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +260 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,260 @@
1
+ # v19.4.0 (Mon Jan 10 2022)
2
+
3
+ #### 🔩 Dependency Updates
4
+
5
+ - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
10
+
11
+ ---
12
+
13
+ # v19.2.0 (Wed Dec 15 2021)
14
+
15
+ #### 🔩 Dependency Updates
16
+
17
+ - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
22
+
23
+ ---
24
+
25
+ # v19.1.0 (Wed Dec 08 2021)
26
+
27
+ #### 🔩 Dependency Updates
28
+
29
+ - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
30
+
31
+ #### Authors: 1
32
+
33
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
34
+
35
+ ---
36
+
37
+ # v19.0.0 (Wed Nov 24 2021)
38
+
39
+ #### 🔩 Dependency Updates
40
+
41
+ - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
42
+
43
+ #### Authors: 1
44
+
45
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
46
+
47
+ ---
48
+
49
+ # v18.1.0 (Wed Nov 17 2021)
50
+
51
+ #### 🔩 Dependency Updates
52
+
53
+ - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
54
+
55
+ #### Authors: 1
56
+
57
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
58
+
59
+ ---
60
+
61
+ # v17.3.1 (Wed Nov 03 2021)
62
+
63
+ #### 🐛 Bug Fix
64
+
65
+ - React IoC: provider should ignore props changes [#1066](https://github.com/servicetitan/uikit/pull/1066) ([@xarety](https://github.com/xarety))
66
+
67
+ #### Authors: 1
68
+
69
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
70
+
71
+ ---
72
+
73
+ # v17.2.1 (Tue Oct 26 2021)
74
+
75
+ #### 🐛 Bug Fix
76
+
77
+ - React IoC: convert Provider to functional component [#965](https://github.com/servicetitan/uikit/pull/965) ([@xarety](https://github.com/xarety))
78
+
79
+ #### 🔩 Dependency Updates
80
+
81
+ - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
82
+ - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
83
+ - Bump inversify from 5.1.1 to 6.0.1 [#993](https://github.com/servicetitan/uikit/pull/993) ([@dependabot[bot]](https://github.com/dependabot[bot]))
84
+ - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
85
+
86
+ #### Authors: 2
87
+
88
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
89
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
90
+
91
+ ---
92
+
93
+ # v17.1.1 (Tue Oct 05 2021)
94
+
95
+ #### 🐛 Bug Fix
96
+
97
+ - React IoC: workaround for a wrong provides to avoid breaking changes [#955](https://github.com/servicetitan/uikit/pull/955) ([@xarety](https://github.com/xarety))
98
+
99
+ #### 🔩 Dependency Updates
100
+
101
+ - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
102
+
103
+ #### Authors: 2
104
+
105
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
106
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
107
+
108
+ ---
109
+
110
+ # v17.1.0 (Sat Oct 02 2021)
111
+
112
+ #### 🚀 Enhancement
113
+
114
+ - React IoC: initializable & disposable store [#856](https://github.com/servicetitan/uikit/pull/856) ([@xarety](https://github.com/xarety))
115
+
116
+ #### 🔩 Dependency Updates
117
+
118
+ - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
119
+
120
+ #### Authors: 2
121
+
122
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
123
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
124
+
125
+ ---
126
+
127
+ # v16.0.0 (Fri Sep 24 2021)
128
+
129
+ #### 🔩 Dependency Updates
130
+
131
+ - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
132
+ - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
133
+ - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
134
+
135
+ #### Authors: 1
136
+
137
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
138
+
139
+ ---
140
+
141
+ # v14.3.0 (Mon Aug 23 2021)
142
+
143
+ #### 🔩 Dependency Updates
144
+
145
+ - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
146
+ - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
147
+ - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
148
+
149
+ #### Authors: 1
150
+
151
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
152
+
153
+ ---
154
+
155
+ # v14.2.0 (Fri Aug 06 2021)
156
+
157
+ #### 🐛 Bug Fix
158
+
159
+ - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
160
+
161
+ #### 🔩 Dependency Updates
162
+
163
+ - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
164
+
165
+ #### Authors: 2
166
+
167
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
168
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
169
+
170
+ ---
171
+
172
+ # v14.1.1 (Thu Aug 05 2021)
173
+
174
+ #### 🔩 Dependency Updates
175
+
176
+ - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
177
+
178
+ #### Authors: 2
179
+
180
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
181
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
182
+
183
+ ---
184
+
185
+ # v14.1.0 (Fri Jul 30 2021)
186
+
187
+ #### 🔩 Dependency Updates
188
+
189
+ - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
190
+
191
+ #### Authors: 1
192
+
193
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
194
+
195
+ ---
196
+
197
+ # v14.0.0 (Fri Jul 23 2021)
198
+
199
+ #### 💥 Breaking Change
200
+
201
+ - 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))
202
+
203
+ #### Authors: 3
204
+
205
+ - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
206
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
207
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
208
+
209
+ ---
210
+
211
+ # v12.6.0 (Mon Jun 21 2021)
212
+
213
+ #### 🚀 Enhancement
214
+
215
+ - React IoC: local symbol token [#627](https://github.com/servicetitan/uikit/pull/627) ([@aschumahua](https://github.com/aschumahua))
216
+
217
+ #### Authors: 1
218
+
219
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
220
+
221
+ ---
222
+
223
+ # v12.5.0 (Wed Jun 16 2021)
224
+
225
+ :tada: This release contains work from a new contributor! :tada:
226
+
227
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
228
+
229
+ #### 🐛 Bug Fix
230
+
231
+ - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
232
+ - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
233
+ - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
234
+
235
+ #### Authors: 2
236
+
237
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
238
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
239
+
240
+ ---
241
+
242
+ # v12.4.0 (Tue Jun 08 2021)
243
+
244
+ #### ⚠️ Pushed to `master`
245
+
246
+ - Undo fail publish consequences ([@xarety](https://github.com/xarety))
247
+ - Publish ([@xarety](https://github.com/xarety))
248
+
249
+ #### 🔩 Dependency Updates
250
+
251
+ - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
252
+ - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
253
+ - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
254
+ - 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))
255
+ - Bump inversify from 5.0.5 to 5.1.1 [#518](https://github.com/servicetitan/uikit/pull/518) ([@dependabot[bot]](https://github.com/dependabot[bot]))
256
+
257
+ #### Authors: 2
258
+
259
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
260
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/react-ioc",
3
- "version": "21.8.0",
3
+ "version": "21.9.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/react-ioc",
6
6
  "repository": {
@@ -31,5 +31,5 @@
31
31
  "cli": {
32
32
  "webpack": false
33
33
  },
34
- "gitHead": "e9026448c165e2159c74ea23ed0ac09d5d0fac36"
34
+ "gitHead": "e30223af73b7d021ec6c70c4b665f25b2021114b"
35
35
  }