@2uinc/frontend-enterprise-utils 10.0.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 +633 -0
- package/LICENSE +661 -0
- package/README.rst +15 -0
- package/analytics.js +30 -0
- package/analytics.js.map +1 -0
- package/constants.js +5 -0
- package/constants.js.map +1 -0
- package/hooks.js +52 -0
- package/hooks.js.map +1 -0
- package/index.js +8 -0
- package/index.js.map +1 -0
- package/learnerPortalLinks.js +180 -0
- package/learnerPortalLinks.js.map +1 -0
- package/package.json +60 -0
- package/roles.js +50 -0
- package/roles.js.map +1 -0
- package/test-utils.js +37 -0
- package/test-utils.js.map +1 -0
- package/utils.js +49 -0
- package/utils.js.map +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,633 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [10.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@9.1.1...@edx/frontend-enterprise-utils@10.0.0) (2025-02-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* Requires @testing-library/react as a peer dependency (>11.0.0 <17.0.0)
|
|
12
|
+
feat: support React 18
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* support react 18 and move RTL to peerDep vs regular dep ([#439](https://github.com/openedx/frontend-enterprise/issues/439)) ([ee48b25](https://github.com/openedx/frontend-enterprise/commit/ee48b25431ef3b2432b817e7664938054612dc82))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [9.1.1](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@9.1.0...@edx/frontend-enterprise-utils@9.1.1) (2025-02-24)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **deps:** update all non-major dependencies ([#419](https://github.com/openedx/frontend-enterprise/issues/419)) ([2958977](https://github.com/openedx/frontend-enterprise/commit/2958977042b774b3753034c2ade895c44514f99c))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [9.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@9.0.0...@edx/frontend-enterprise-utils@9.1.0) (2024-04-29)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* updated frontend-build & frontend-platform major versions ([#387](https://github.com/openedx/frontend-enterprise/issues/387)) ([e9da78e](https://github.com/openedx/frontend-enterprise/commit/e9da78e264c6e5b590eff351b5c1477c0716f928))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [9.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@9.0.0) (2024-03-29)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### ⚠ BREAKING CHANGES
|
|
42
|
+
|
|
43
|
+
* consuming applications must now provide paragon from the @openedx scope
|
|
44
|
+
|
|
45
|
+
* refactor: replace @edx/paragon and @edx/frontend-build
|
|
46
|
+
|
|
47
|
+
* fix: fixed package issues
|
|
48
|
+
|
|
49
|
+
* fix: updated dependency
|
|
50
|
+
|
|
51
|
+
* fix: updated package lock file to fix ci issue
|
|
52
|
+
|
|
53
|
+
* refactor: updated frontend-platform to v7 along with peer Dependencies
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Miscellaneous Chores
|
|
66
|
+
|
|
67
|
+
* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@8.0.0) (2024-03-11)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### ⚠ BREAKING CHANGES
|
|
75
|
+
|
|
76
|
+
* consuming applications must now provide paragon from the @openedx scope
|
|
77
|
+
|
|
78
|
+
* refactor: replace @edx/paragon and @edx/frontend-build
|
|
79
|
+
|
|
80
|
+
* fix: fixed package issues
|
|
81
|
+
|
|
82
|
+
* fix: updated dependency
|
|
83
|
+
|
|
84
|
+
* fix: updated package lock file to fix ci issue
|
|
85
|
+
|
|
86
|
+
* refactor: updated frontend-platform to v7 along with peer Dependencies
|
|
87
|
+
|
|
88
|
+
### Features
|
|
89
|
+
|
|
90
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Miscellaneous Chores
|
|
99
|
+
|
|
100
|
+
* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [7.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@7.0.0) (2024-03-05)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### ⚠ BREAKING CHANGES
|
|
108
|
+
|
|
109
|
+
* consuming applications must now provide paragon from the @openedx scope
|
|
110
|
+
|
|
111
|
+
* refactor: replace @edx/paragon and @edx/frontend-build
|
|
112
|
+
|
|
113
|
+
* fix: fixed package issues
|
|
114
|
+
|
|
115
|
+
* fix: updated dependency
|
|
116
|
+
|
|
117
|
+
* fix: updated package lock file to fix ci issue
|
|
118
|
+
|
|
119
|
+
* refactor: updated frontend-platform to v7 along with peer Dependencies
|
|
120
|
+
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Miscellaneous Chores
|
|
132
|
+
|
|
133
|
+
* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## [6.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@6.0.0) (2024-02-20)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### ⚠ BREAKING CHANGES
|
|
141
|
+
|
|
142
|
+
* consuming applications must now provide paragon from the @openedx scope
|
|
143
|
+
|
|
144
|
+
* refactor: replace @edx/paragon and @edx/frontend-build
|
|
145
|
+
|
|
146
|
+
* fix: fixed package issues
|
|
147
|
+
|
|
148
|
+
* fix: updated dependency
|
|
149
|
+
|
|
150
|
+
* fix: updated package lock file to fix ci issue
|
|
151
|
+
|
|
152
|
+
* refactor: updated frontend-platform to v7 along with peer Dependencies
|
|
153
|
+
|
|
154
|
+
### Features
|
|
155
|
+
|
|
156
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Miscellaneous Chores
|
|
165
|
+
|
|
166
|
+
* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
## [5.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@5.0.0) (2024-02-12)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### ⚠ BREAKING CHANGES
|
|
174
|
+
|
|
175
|
+
* consuming applications must now provide paragon from the @openedx scope
|
|
176
|
+
|
|
177
|
+
* refactor: replace @edx/paragon and @edx/frontend-build
|
|
178
|
+
|
|
179
|
+
* fix: fixed package issues
|
|
180
|
+
|
|
181
|
+
* fix: updated dependency
|
|
182
|
+
|
|
183
|
+
* fix: updated package lock file to fix ci issue
|
|
184
|
+
|
|
185
|
+
* refactor: updated frontend-platform to v7 along with peer Dependencies
|
|
186
|
+
* Upgrade react-router-dom from v5 to v6.
|
|
187
|
+
Upgrade frontend-platform from v4 to v5.
|
|
188
|
+
|
|
189
|
+
### Features
|
|
190
|
+
|
|
191
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
192
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
193
|
+
* update react & react-dom to v17 ([#338](https://github.com/openedx/frontend-enterprise/issues/338)) ([b1b548c](https://github.com/openedx/frontend-enterprise/commit/b1b548c0ec27572d639f276507a1495b78db9497))
|
|
194
|
+
* upgrade react router to v6 ([#344](https://github.com/openedx/frontend-enterprise/issues/344)) ([54f6340](https://github.com/openedx/frontend-enterprise/commit/54f6340f764a9120bebd654564e0d61918a3cffa))
|
|
195
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
201
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
202
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
203
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Miscellaneous Chores
|
|
207
|
+
|
|
208
|
+
* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380))
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## [4.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.1.0) (2024-02-01)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc))
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## [4.0.5](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.5) (2024-01-10)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [4.0.4](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.4) (2023-10-17)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### Bug Fixes
|
|
239
|
+
|
|
240
|
+
* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [4.0.3](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.3) (2023-09-28)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## [4.0.2](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.2) (2023-09-28)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
## [4.0.1](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.1) (2023-09-07)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## [4.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@4.0.0) (2023-08-15)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### ⚠ BREAKING CHANGES
|
|
272
|
+
|
|
273
|
+
* Upgrade react-router-dom from v5 to v6.
|
|
274
|
+
Upgrade frontend-platform from v4 to v5.
|
|
275
|
+
|
|
276
|
+
### Features
|
|
277
|
+
|
|
278
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
279
|
+
* update react & react-dom to v17 ([#338](https://github.com/openedx/frontend-enterprise/issues/338)) ([b1b548c](https://github.com/openedx/frontend-enterprise/commit/b1b548c0ec27572d639f276507a1495b78db9497))
|
|
280
|
+
* upgrade react router to v6 ([#344](https://github.com/openedx/frontend-enterprise/issues/344)) ([54f6340](https://github.com/openedx/frontend-enterprise/commit/54f6340f764a9120bebd654564e0d61918a3cffa))
|
|
281
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Bug Fixes
|
|
285
|
+
|
|
286
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
287
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
288
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
## [3.5.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.5.0) (2023-08-09)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Features
|
|
296
|
+
|
|
297
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
298
|
+
* update react & react-dom to v17 ([#338](https://github.com/openedx/frontend-enterprise/issues/338)) ([b1b548c](https://github.com/openedx/frontend-enterprise/commit/b1b548c0ec27572d639f276507a1495b78db9497))
|
|
299
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
305
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
306
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
## [3.4.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.4.0) (2023-07-20)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Features
|
|
314
|
+
|
|
315
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
316
|
+
* update react & react-dom to v17 ([#338](https://github.com/openedx/frontend-enterprise/issues/338)) ([b1b548c](https://github.com/openedx/frontend-enterprise/commit/b1b548c0ec27572d639f276507a1495b78db9497))
|
|
317
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Bug Fixes
|
|
321
|
+
|
|
322
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
323
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
324
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
## [3.3.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.3.0) (2023-06-15)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Features
|
|
332
|
+
|
|
333
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
334
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Bug Fixes
|
|
338
|
+
|
|
339
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
340
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
341
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
## [3.2.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.2.0) (2023-05-31)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
351
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
357
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
358
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
## [3.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.1.0) (2023-05-12)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
368
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Bug Fixes
|
|
372
|
+
|
|
373
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
374
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
375
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
## [3.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.2.0...@edx/frontend-enterprise-utils@3.0.0) (2023-05-09)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Features
|
|
383
|
+
|
|
384
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
385
|
+
* upgraded to node v18, added .nvmrc and updated workflows ([#306](https://github.com/openedx/frontend-enterprise/issues/306)) ([0508783](https://github.com/openedx/frontend-enterprise/commit/050878307ff5f8a94385b7f41070dec19c7e84cc))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
391
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
392
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
## 2.4.0 (2023-04-24)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Features
|
|
400
|
+
|
|
401
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
407
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
408
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
## 2.3.0 (2023-04-24)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Features
|
|
416
|
+
|
|
417
|
+
* Add .npmrc file to more .gitignore files ([#303](https://github.com/openedx/frontend-enterprise/issues/303)) ([d890c21](https://github.com/openedx/frontend-enterprise/commit/d890c212c3f8c5ec81e6dee63f68029ad0b00552))
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/openedx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/openedx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
423
|
+
* manully bump versions after failed automation run ([#301](https://github.com/openedx/frontend-enterprise/issues/301)) ([f1e8616](https://github.com/openedx/frontend-enterprise/commit/f1e8616996c46ffda1c7596be6fc323136ac34c2))
|
|
424
|
+
* more version fixes ([#292](https://github.com/openedx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/openedx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### 2.2.4 (2023-02-17)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
* Bump all versions one final time I hope.... ([#297](https://github.com/edx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/edx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
|
|
434
|
+
* more version fixes ([#292](https://github.com/edx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/edx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### 2.2.2 (2023-02-16)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Bug Fixes
|
|
442
|
+
|
|
443
|
+
* more version fixes ([#292](https://github.com/edx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/edx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
## 2.2.0 (2022-08-24)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
### Features
|
|
451
|
+
|
|
452
|
+
* add sendEnterpriseTrackEventWithDelay ([#272](https://github.com/openedx/frontend-enterprise/issues/272)) ([97879ea](https://github.com/openedx/frontend-enterprise/commit/97879ea19c6161d896edc6098626bf37cd3fbdb5))
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
## [2.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.0.4...@edx/frontend-enterprise-utils@2.1.0) (2022-06-22)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Features
|
|
460
|
+
|
|
461
|
+
* add hotjar library ([#264](https://github.com/openedx/frontend-enterprise/issues/264)) ([f132ce1](https://github.com/openedx/frontend-enterprise/commit/f132ce1716bb64714a8c368a80f673d1e9ef12fc))
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### [2.0.4](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.0.3...@edx/frontend-enterprise-utils@2.0.4) (2022-06-17)
|
|
466
|
+
|
|
467
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### [2.0.3](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.0.2...@edx/frontend-enterprise-utils@2.0.3) (2022-06-02)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
* update devDependencies in `utils` and `logistration`; add more docs to README ([#260](https://github.com/openedx/frontend-enterprise/issues/260)) ([db5204d](https://github.com/openedx/frontend-enterprise/commit/db5204dd417a57d4e20a66d5cc1fdfd5fee298cb))
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### 2.0.2 (2022-06-02)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Bug Fixes
|
|
486
|
+
|
|
487
|
+
* Use media query to resize for mobile in SearchFilters ([#259](https://github.com/openedx/frontend-enterprise/issues/259)) ([6780f94](https://github.com/openedx/frontend-enterprise/commit/6780f94058badbf82b909430db209574698dd596))
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### [2.0.1](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@2.0.0...@edx/frontend-enterprise-utils@2.0.1) (2022-04-15)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Bug Fixes
|
|
495
|
+
|
|
496
|
+
* updated enterprise role determination with multiple enterprise support ([#253](https://github.com/openedx/frontend-enterprise/issues/253)) ([87f5e07](https://github.com/openedx/frontend-enterprise/commit/87f5e072aa5194a507a8b2fdb15f21b69e82612c))
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
## 2.0.0 (2022-04-14)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### ⚠ BREAKING CHANGES
|
|
504
|
+
|
|
505
|
+
* The Open edX platform is collectively moving towards Node 16. By doing so in this repository, we can now use NPM workspaces in place of Lerna in many places. Lerna is still used for publishing to NPM, updating CHANGELOGs and package.json files upon released. But NPM workspace commands can now be used instead of Lerna commands for the developer experience, which is more performant, easier to reason about, and natively supported by NPM.
|
|
506
|
+
|
|
507
|
+
* Node 16 upgrade and peer dependency cleanup (#250) ([d4e3caf](https://github.com/openedx/frontend-enterprise/commit/d4e3caf7e15a626f1c5e4b4d27f5e09c6f412120)), closes [#250](https://github.com/openedx/frontend-enterprise/issues/250)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
## 1.3.0 (2022-01-24)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Features
|
|
515
|
+
|
|
516
|
+
* add hasFeatureFlagEnabled util function ([#209](https://github.com/openedx/frontend-enterprise/issues/209)) ([9dca2e4](https://github.com/openedx/frontend-enterprise/commit/9dca2e41ea0b043d17356b4accb5e40c582a5b26))
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
## 1.2.0 (2021-12-09)
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
### Features
|
|
524
|
+
|
|
525
|
+
* support enterprise customer invite key in LoginRedirect ([#192](https://github.com/openedx/frontend-enterprise/issues/192)) ([9b8a200](https://github.com/openedx/frontend-enterprise/commit/9b8a200633d5fc665ed9faf79d10f43cb7a9386a))
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### 1.1.1 (2021-11-03)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Bug Fixes
|
|
533
|
+
|
|
534
|
+
* use shared browserslist configuration ([#179](https://github.com/openedx/frontend-enterprise/issues/179)) ([6ffebe5](https://github.com/openedx/frontend-enterprise/commit/6ffebe5ba490567c691eac978125eee530707556))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
## 1.1.0 (2021-10-14)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### Features
|
|
542
|
+
|
|
543
|
+
* add sendEnterpriseTrackEvent to utils package ([aa8ec75](https://github.com/openedx/frontend-enterprise/commit/aa8ec755b1dda199fbe236dbeb742872a10f3f91))
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
# 1.0.0 (2021-08-17)
|
|
548
|
+
|
|
549
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
## [0.1.7](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.6...@edx/frontend-enterprise-utils@0.1.7) (2021-05-20)
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Bug Fixes
|
|
559
|
+
|
|
560
|
+
* downgrade query-string to pin to ES5 compatible version ([#129](https://github.com/openedx/frontend-enterprise/issues/129)) ([52688ac](https://github.com/openedx/frontend-enterprise/commit/52688acc9c4113f9bed2423434e7b2c7d88221f8))
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
## [0.1.6](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.5...@edx/frontend-enterprise-utils@0.1.6) (2021-05-20)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Bug Fixes
|
|
570
|
+
|
|
571
|
+
* split role name from context in JWT user roles ([#122](https://github.com/openedx/frontend-enterprise/issues/122)) ([348bc6c](https://github.com/openedx/frontend-enterprise/commit/348bc6c5c912d2c92ccee5869d49890528e6e51a))
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
## [0.1.5](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.3...@edx/frontend-enterprise-utils@0.1.5) (2021-05-10)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
* run lerna commands for all packages regardless of whether they changed in release.yml ([#109](https://github.com/openedx/frontend-enterprise/issues/109)) ([608b1fb](https://github.com/openedx/frontend-enterprise/commit/608b1fb4c3b5343f05ef994436dbbd2418668e17))
|
|
583
|
+
* update publishing behavior and add additional docs ([#104](https://github.com/openedx/frontend-enterprise/issues/104)) ([525c430](https://github.com/openedx/frontend-enterprise/commit/525c430d5027e4514a27edccfed3d6ed4ddae091))
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
## [0.1.4](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.3...@edx/frontend-enterprise-utils@0.1.4) (2021-05-10)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Bug Fixes
|
|
593
|
+
|
|
594
|
+
* run lerna commands for all packages regardless of whether they changed in release.yml ([#109](https://github.com/openedx/frontend-enterprise/issues/109)) ([608b1fb](https://github.com/openedx/frontend-enterprise/commit/608b1fb4c3b5343f05ef994436dbbd2418668e17))
|
|
595
|
+
* update publishing behavior and add additional docs ([#104](https://github.com/openedx/frontend-enterprise/issues/104)) ([525c430](https://github.com/openedx/frontend-enterprise/commit/525c430d5027e4514a27edccfed3d6ed4ddae091))
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
## [0.1.3](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.2...@edx/frontend-enterprise-utils@0.1.3) (2021-05-08)
|
|
602
|
+
|
|
603
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
## [0.1.2](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.1...@edx/frontend-enterprise-utils@0.1.2) (2021-05-07)
|
|
610
|
+
|
|
611
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
## [0.1.1](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@0.1.0...@edx/frontend-enterprise-utils@0.1.1) (2021-05-07)
|
|
618
|
+
|
|
619
|
+
**Note:** Version bump only for package @edx/frontend-enterprise-utils
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
# 0.1.0 (2021-05-06)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
* refactor!: separate components into npm packages in monorepo; add logistration-redirect (#97) ([3e2a3ac](https://github.com/openedx/frontend-enterprise/commit/3e2a3acf327211ed82415e8052d008bd1fdd2e33)), closes [#97](https://github.com/openedx/frontend-enterprise/issues/97)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### BREAKING CHANGES
|
|
632
|
+
|
|
633
|
+
* refactor to split ui components into separate packages using Lerna
|