@blaze-cms/plugin-admin-core-ui 0.139.3-core-styles.0 → 0.139.3
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 +693 -169
- package/lib/components/Layout/Layout.js +2 -2
- package/lib/components/Menu/Items/MenuItem.js +2 -2
- package/lib/components/Menu/Menu.js +4 -4
- package/lib/components/Menu/Section/MenuSectionCollapsible.js +2 -2
- package/lib/components/Menu/Section/MenuSectionItems.js +1 -1
- package/lib/components/SideBar/components/SideBlock.js +3 -3
- package/lib/index.js +3 -3
- package/lib/utils/menu-handler-singleton.js +2 -2
- package/lib/utils/menu-handler.js +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [0.139.3
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## [0.139.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-core-styles.0) (2024-02-07)
|
|
6
|
+
## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
|
|
11
7
|
|
|
12
8
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
13
9
|
|
|
@@ -19,30 +15,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
15
|
|
|
20
16
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
21
17
|
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
22
|
## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
25
25
|
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
26
30
|
## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
|
|
27
31
|
|
|
28
32
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
29
33
|
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
30
38
|
## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
|
|
31
39
|
|
|
40
|
+
|
|
32
41
|
### Bug Fixes
|
|
33
42
|
|
|
34
43
|
* admin menu section items to use label, tweak styles ([#4244](https://github.com/thebyte9/blaze/issues/4244)) ([365ebbc](https://github.com/thebyte9/blaze/commit/365ebbca795cc034d01bcabd314ca6768f67f3e3))
|
|
35
44
|
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
36
49
|
# [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
|
|
37
50
|
|
|
38
51
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
39
52
|
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
40
57
|
# [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
|
|
41
58
|
|
|
42
59
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
43
60
|
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
44
65
|
# [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
|
|
45
66
|
|
|
67
|
+
|
|
46
68
|
### Bug Fixes
|
|
47
69
|
|
|
48
70
|
* adding improvements ([86d4357](https://github.com/thebyte9/blaze/commit/86d4357516beced00d93c90b78de7f965eb75059))
|
|
@@ -52,44 +74,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
52
74
|
* updating menu handle test ([4dbd39d](https://github.com/thebyte9/blaze/commit/4dbd39d11bb92f058b3beb5d5c87bd5418deb89b))
|
|
53
75
|
* wip order menu items ([7ec0a05](https://github.com/thebyte9/blaze/commit/7ec0a05ad0d7e82f99d3fb8e5077a91fcd982e71))
|
|
54
76
|
|
|
77
|
+
|
|
78
|
+
|
|
55
79
|
# [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
|
|
56
80
|
|
|
81
|
+
|
|
57
82
|
### Features
|
|
58
83
|
|
|
59
84
|
* add relationEdit formFieldType ([#3918](https://github.com/thebyte9/blaze/issues/3918)) ([3bcd898](https://github.com/thebyte9/blaze/commit/3bcd89888a8cad2b033e111586391f502a3506aa))
|
|
60
85
|
|
|
86
|
+
|
|
87
|
+
|
|
61
88
|
# [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
|
|
62
89
|
|
|
90
|
+
|
|
63
91
|
### Bug Fixes
|
|
64
92
|
|
|
65
93
|
* collapsible menu ([f33d7b5](https://github.com/thebyte9/blaze/commit/f33d7b5e81d09660f3feca064a5061c1eecc1feb))
|
|
66
94
|
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
67
99
|
# [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
|
|
68
100
|
|
|
101
|
+
|
|
69
102
|
### Features
|
|
70
103
|
|
|
71
104
|
* update the left sidebar system nav for the display of logged-in… ([#4186](https://github.com/thebyte9/blaze/issues/4186)) ([fd7ad46](https://github.com/thebyte9/blaze/commit/fd7ad4670dcc844e742f266274eabb32c11ebfa3))
|
|
72
105
|
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
73
110
|
# [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
|
|
74
111
|
|
|
75
112
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
76
113
|
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
77
118
|
# [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
|
|
78
119
|
|
|
79
120
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
80
121
|
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
81
126
|
# [0.136.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.0...v0.136.0-alpha.1) (2023-11-22)
|
|
82
127
|
|
|
83
128
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
84
129
|
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
85
134
|
# [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
|
|
86
135
|
|
|
136
|
+
|
|
87
137
|
### Bug Fixes
|
|
88
138
|
|
|
89
139
|
* ammend unterminated comment ([2a10dd0](https://github.com/thebyte9/blaze/commit/2a10dd0dfad49ce162cffe7d45536283257c4747))
|
|
90
140
|
* remove unused variable ([7fed889](https://github.com/thebyte9/blaze/commit/7fed88946645154024402b8efb94d0b139a7c943))
|
|
91
141
|
* update test and snapshots ([af9dcae](https://github.com/thebyte9/blaze/commit/af9dcae54d0e295e5c32b98a6dbba2e88717ab81))
|
|
92
142
|
|
|
143
|
+
|
|
93
144
|
### Features
|
|
94
145
|
|
|
95
146
|
* add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
|
|
@@ -99,485 +150,958 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
99
150
|
* style admin header ([35bf94f](https://github.com/thebyte9/blaze/commit/35bf94f02856e3ab4bd83880b047ff0f047bdb40))
|
|
100
151
|
* update toolbar design and other fixes ([022c39a](https://github.com/thebyte9/blaze/commit/022c39a05d97d05b4373b1c408e607e5e6751e06))
|
|
101
152
|
|
|
102
|
-
# [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
|
|
103
153
|
|
|
104
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
105
154
|
|
|
106
|
-
# [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
|
|
107
155
|
|
|
108
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
109
156
|
|
|
110
|
-
# [0.
|
|
157
|
+
# [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
|
|
111
158
|
|
|
112
159
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
113
160
|
|
|
114
|
-
# [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
|
|
115
161
|
|
|
116
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
117
162
|
|
|
118
|
-
# [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
|
|
119
163
|
|
|
120
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
121
164
|
|
|
122
|
-
# [0.
|
|
165
|
+
# [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
|
|
123
166
|
|
|
124
167
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
125
168
|
|
|
126
|
-
# [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
|
|
127
169
|
|
|
128
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
129
170
|
|
|
130
|
-
## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
|
|
131
171
|
|
|
132
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
133
172
|
|
|
134
|
-
# [0.
|
|
173
|
+
# [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
|
|
135
174
|
|
|
136
175
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
137
176
|
|
|
138
|
-
# [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
|
|
139
177
|
|
|
140
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
141
178
|
|
|
142
|
-
# [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
|
|
143
179
|
|
|
144
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
145
180
|
|
|
146
|
-
# [0.
|
|
181
|
+
# [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
|
|
147
182
|
|
|
148
183
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
149
184
|
|
|
150
|
-
# [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
|
|
151
185
|
|
|
152
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
153
186
|
|
|
154
|
-
## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
|
|
155
187
|
|
|
156
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
157
188
|
|
|
158
|
-
|
|
189
|
+
# [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
|
|
159
190
|
|
|
160
191
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
161
192
|
|
|
162
|
-
# [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
|
|
163
193
|
|
|
164
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
165
194
|
|
|
166
|
-
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
167
195
|
|
|
168
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
169
196
|
|
|
170
|
-
|
|
197
|
+
# [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
|
|
171
198
|
|
|
172
199
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
173
200
|
|
|
174
|
-
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
175
201
|
|
|
176
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
177
202
|
|
|
178
|
-
# [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
|
|
179
203
|
|
|
180
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
181
204
|
|
|
182
|
-
# [0.
|
|
205
|
+
# [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
|
|
183
206
|
|
|
184
207
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
185
208
|
|
|
186
|
-
# [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
|
|
187
209
|
|
|
188
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
189
210
|
|
|
190
|
-
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
191
211
|
|
|
192
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
193
212
|
|
|
194
|
-
|
|
213
|
+
## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
|
|
195
214
|
|
|
196
215
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
197
216
|
|
|
198
|
-
# [0.124.0-alpha.38](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.37...v0.124.0-alpha.38) (2022-07-07)
|
|
199
|
-
|
|
200
|
-
### Bug Fixes
|
|
201
217
|
|
|
202
|
-
* hide side nav wrapper when menu is closed ([#3515](https://github.com/thebyte9/blaze/issues/3515)) ([4fe40ff](https://github.com/thebyte9/blaze/commit/4fe40ff01630766c546139de13c2ab776615de06))
|
|
203
218
|
|
|
204
|
-
# [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
|
|
205
219
|
|
|
206
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
207
220
|
|
|
208
|
-
# [0.
|
|
221
|
+
# [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
|
|
209
222
|
|
|
210
223
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
211
224
|
|
|
212
|
-
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
213
225
|
|
|
214
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
215
226
|
|
|
216
|
-
# [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
|
|
217
227
|
|
|
218
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
219
228
|
|
|
220
|
-
# [0.
|
|
229
|
+
# [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
|
|
221
230
|
|
|
222
231
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
223
232
|
|
|
224
|
-
# [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
|
|
225
|
-
|
|
226
|
-
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
227
233
|
|
|
228
|
-
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
229
234
|
|
|
230
|
-
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
231
235
|
|
|
232
|
-
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
233
236
|
|
|
234
|
-
# [0.
|
|
237
|
+
# [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
|
|
235
238
|
|
|
236
239
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
237
240
|
|
|
238
|
-
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
239
241
|
|
|
240
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
241
242
|
|
|
242
|
-
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
243
243
|
|
|
244
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
245
244
|
|
|
246
|
-
# [0.
|
|
245
|
+
# [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
|
|
247
246
|
|
|
248
247
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
249
248
|
|
|
250
|
-
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
251
249
|
|
|
252
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
253
250
|
|
|
254
|
-
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
255
251
|
|
|
256
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
257
252
|
|
|
258
|
-
# [0.
|
|
253
|
+
# [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
|
|
259
254
|
|
|
260
255
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
261
256
|
|
|
262
|
-
# [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
|
|
263
257
|
|
|
264
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
265
258
|
|
|
266
|
-
# [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
|
|
267
259
|
|
|
268
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
269
260
|
|
|
270
|
-
|
|
261
|
+
## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
|
|
271
262
|
|
|
272
263
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
273
264
|
|
|
274
|
-
# [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
|
|
275
265
|
|
|
276
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
277
266
|
|
|
278
|
-
# [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
|
|
279
267
|
|
|
280
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
281
268
|
|
|
282
|
-
|
|
269
|
+
## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
|
|
283
270
|
|
|
284
271
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
285
272
|
|
|
286
|
-
# [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
|
|
287
|
-
|
|
288
|
-
### Features
|
|
289
273
|
|
|
290
|
-
* update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
|
|
291
|
-
* upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
|
|
292
274
|
|
|
293
|
-
# [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
|
|
294
275
|
|
|
295
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
296
276
|
|
|
297
|
-
# [0.
|
|
277
|
+
# [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
|
|
298
278
|
|
|
299
279
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
300
280
|
|
|
301
|
-
# [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
|
|
302
281
|
|
|
303
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
304
282
|
|
|
305
|
-
# [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
|
|
306
283
|
|
|
307
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
308
284
|
|
|
309
|
-
|
|
285
|
+
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
310
286
|
|
|
311
287
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
312
288
|
|
|
313
|
-
## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
|
|
314
289
|
|
|
315
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
316
290
|
|
|
317
|
-
# [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
|
|
318
291
|
|
|
319
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
320
292
|
|
|
321
|
-
|
|
293
|
+
## [0.127.1](https://github.com/thebyte9/blaze/compare/v0.127.0...v0.127.1) (2023-02-10)
|
|
322
294
|
|
|
323
295
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
324
296
|
|
|
325
|
-
# [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
|
|
326
297
|
|
|
327
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
328
298
|
|
|
329
|
-
## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
|
|
330
299
|
|
|
331
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
332
300
|
|
|
333
|
-
# [0.
|
|
301
|
+
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
334
302
|
|
|
335
303
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
336
304
|
|
|
337
|
-
# [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
|
|
338
305
|
|
|
339
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
340
306
|
|
|
341
|
-
# [0.110.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.109.0...v0.110.0-alpha.0) (2021-10-08)
|
|
342
307
|
|
|
343
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
344
308
|
|
|
345
|
-
# [0.
|
|
309
|
+
# [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
|
|
346
310
|
|
|
347
311
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
348
312
|
|
|
349
|
-
# [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
|
|
350
313
|
|
|
351
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
352
314
|
|
|
353
|
-
# [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
|
|
354
315
|
|
|
355
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
356
316
|
|
|
357
|
-
# [0.
|
|
317
|
+
# [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
|
|
358
318
|
|
|
359
319
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
360
320
|
|
|
361
|
-
# [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
|
|
362
321
|
|
|
363
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
364
322
|
|
|
365
|
-
# [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
|
|
366
323
|
|
|
367
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
368
324
|
|
|
369
|
-
# [0.
|
|
325
|
+
# [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
|
|
370
326
|
|
|
371
327
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
372
328
|
|
|
373
|
-
# [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
|
|
374
|
-
|
|
375
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
376
329
|
|
|
377
|
-
# [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
|
|
378
330
|
|
|
379
|
-
### Bug Fixes
|
|
380
331
|
|
|
381
|
-
* await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
|
|
382
332
|
|
|
383
|
-
# [0.
|
|
333
|
+
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
384
334
|
|
|
385
335
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
386
336
|
|
|
387
|
-
# [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
|
|
388
337
|
|
|
389
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
390
338
|
|
|
391
|
-
# [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
|
|
392
339
|
|
|
393
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
394
340
|
|
|
395
|
-
# [0.
|
|
341
|
+
# [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
|
|
396
342
|
|
|
397
343
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
398
344
|
|
|
399
|
-
# [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
|
|
400
345
|
|
|
401
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
402
346
|
|
|
403
|
-
# [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
|
|
404
347
|
|
|
405
|
-
### Features
|
|
406
348
|
|
|
407
|
-
|
|
349
|
+
# [0.124.0-alpha.38](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.37...v0.124.0-alpha.38) (2022-07-07)
|
|
408
350
|
|
|
409
|
-
## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
|
|
410
351
|
|
|
411
|
-
|
|
352
|
+
### Bug Fixes
|
|
412
353
|
|
|
413
|
-
|
|
354
|
+
* hide side nav wrapper when menu is closed ([#3515](https://github.com/thebyte9/blaze/issues/3515)) ([4fe40ff](https://github.com/thebyte9/blaze/commit/4fe40ff01630766c546139de13c2ab776615de06))
|
|
414
355
|
|
|
415
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
416
356
|
|
|
417
|
-
## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
|
|
418
357
|
|
|
419
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
420
358
|
|
|
421
|
-
|
|
359
|
+
|
|
360
|
+
# [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
|
|
422
361
|
|
|
423
362
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
424
363
|
|
|
425
|
-
# [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
|
|
426
364
|
|
|
427
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
428
365
|
|
|
429
|
-
# [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
|
|
430
366
|
|
|
431
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
432
367
|
|
|
433
|
-
# [0.
|
|
368
|
+
# [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
|
|
434
369
|
|
|
435
370
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
436
371
|
|
|
437
|
-
# [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
|
|
438
372
|
|
|
439
|
-
### Features
|
|
440
373
|
|
|
441
|
-
* refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
|
|
442
374
|
|
|
443
|
-
|
|
375
|
+
|
|
376
|
+
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
444
377
|
|
|
445
378
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
446
379
|
|
|
447
|
-
# [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
|
|
448
380
|
|
|
449
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
450
381
|
|
|
451
|
-
# [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
|
|
452
382
|
|
|
453
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
454
383
|
|
|
455
|
-
# [0.
|
|
384
|
+
# [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
|
|
456
385
|
|
|
457
386
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
458
387
|
|
|
459
|
-
# [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
|
|
460
388
|
|
|
461
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
462
389
|
|
|
463
|
-
## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
|
|
464
390
|
|
|
465
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
466
391
|
|
|
467
|
-
|
|
392
|
+
# [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
# [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
421
|
+
|
|
422
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
429
|
+
|
|
430
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
437
|
+
|
|
438
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
445
|
+
|
|
446
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
453
|
+
|
|
454
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
461
|
+
|
|
462
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
# [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
|
|
469
|
+
|
|
470
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
# [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
# [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
|
|
485
|
+
|
|
486
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
# [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
|
|
493
|
+
|
|
494
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
# [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
|
|
501
|
+
|
|
502
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
# [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
|
|
509
|
+
|
|
510
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
# [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
|
|
517
|
+
|
|
518
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
# [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
* update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
|
|
530
|
+
* upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
# [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
|
|
537
|
+
|
|
538
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
# [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
|
|
545
|
+
|
|
546
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
# [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
|
|
553
|
+
|
|
554
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
# [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
|
|
561
|
+
|
|
562
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
# [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
# [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
# [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
|
|
601
|
+
|
|
602
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
|
|
609
|
+
|
|
610
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
# [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
|
|
617
|
+
|
|
618
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
# [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
|
|
625
|
+
|
|
626
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
# [0.110.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.109.0...v0.110.0-alpha.0) (2021-10-08)
|
|
633
|
+
|
|
634
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
# [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
|
|
641
|
+
|
|
642
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
# [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
|
|
649
|
+
|
|
650
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
# [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
|
|
657
|
+
|
|
658
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
# [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
|
|
665
|
+
|
|
666
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
# [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
|
|
673
|
+
|
|
674
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
# [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
|
|
681
|
+
|
|
682
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
# [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
|
|
689
|
+
|
|
690
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
# [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
|
|
697
|
+
|
|
698
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
# [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
### Bug Fixes
|
|
708
|
+
|
|
709
|
+
* await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
# [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
|
|
716
|
+
|
|
717
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
# [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
|
|
724
|
+
|
|
725
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
# [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
|
|
732
|
+
|
|
733
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
# [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
|
|
740
|
+
|
|
741
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
# [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
|
|
748
|
+
|
|
749
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
# [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
* added refresh to admin ([#2903](https://github.com/thebyte9/blaze/issues/2903)) ([0a3c50a](https://github.com/thebyte9/blaze/commit/0a3c50a15b0b1853384f50ff14dc46e83cdd8ec4)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2902](https://github.com/thebyte9/blaze/issues/2902) [#2909](https://github.com/thebyte9/blaze/issues/2909)
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
|
|
767
|
+
|
|
768
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
|
|
775
|
+
|
|
776
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
|
|
783
|
+
|
|
784
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
|
|
788
|
+
|
|
789
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
# [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
|
|
796
|
+
|
|
797
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
# [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
|
|
804
|
+
|
|
805
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
# [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
|
|
812
|
+
|
|
813
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
# [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### Features
|
|
823
|
+
|
|
824
|
+
* refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
# [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
|
|
831
|
+
|
|
832
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
# [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
|
|
839
|
+
|
|
840
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
# [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
|
|
847
|
+
|
|
848
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
# [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
|
|
855
|
+
|
|
856
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
# [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
|
|
863
|
+
|
|
864
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
|
|
871
|
+
|
|
872
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
|
|
879
|
+
|
|
880
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
# [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
|
|
887
|
+
|
|
888
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
|
|
468
895
|
|
|
469
896
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
470
897
|
|
|
471
|
-
# [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
|
|
472
898
|
|
|
473
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
474
899
|
|
|
475
|
-
## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
|
|
476
900
|
|
|
477
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
478
901
|
|
|
479
902
|
## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
|
|
480
903
|
|
|
481
904
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
482
905
|
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
483
910
|
# [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
|
|
484
911
|
|
|
485
912
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
486
913
|
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
487
918
|
# [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
|
|
488
919
|
|
|
489
920
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
490
921
|
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
|
|
491
926
|
# [0.94.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.2...v0.94.0-alpha.3) (2021-04-12)
|
|
492
927
|
|
|
493
928
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
494
929
|
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
|
|
495
934
|
# [0.94.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.0...v0.94.0-alpha.1) (2021-04-01)
|
|
496
935
|
|
|
497
936
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
498
937
|
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
499
942
|
## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
|
|
500
943
|
|
|
501
944
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
502
945
|
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
503
950
|
## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
|
|
504
951
|
|
|
505
952
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
506
953
|
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
507
958
|
## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
|
|
508
959
|
|
|
509
960
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
510
961
|
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
511
966
|
## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
|
|
512
967
|
|
|
513
968
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
514
969
|
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
515
974
|
# [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
|
|
516
975
|
|
|
517
976
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
518
977
|
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
519
982
|
# [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
|
|
520
983
|
|
|
521
984
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
522
985
|
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
523
990
|
# [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
|
|
524
991
|
|
|
525
992
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
526
993
|
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
527
998
|
# [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
|
|
528
999
|
|
|
529
1000
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
530
1001
|
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
531
1006
|
# [0.91.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.0...v0.91.0-alpha.1) (2021-02-25)
|
|
532
1007
|
|
|
533
1008
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
534
1009
|
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
535
1014
|
# [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
|
|
536
1015
|
|
|
1016
|
+
|
|
537
1017
|
### Features
|
|
538
1018
|
|
|
539
1019
|
* changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
|
|
540
1020
|
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
541
1025
|
# [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
|
|
542
1026
|
|
|
543
1027
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
544
1028
|
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
545
1033
|
# [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
|
|
546
1034
|
|
|
547
1035
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
548
1036
|
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
549
1041
|
# [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
|
|
550
1042
|
|
|
551
1043
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
552
1044
|
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
553
1049
|
# [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
|
|
554
1050
|
|
|
555
1051
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
556
1052
|
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
557
1057
|
## [0.88.4](https://github.com/thebyte9/blaze/compare/v0.88.4-alpha.0...v0.88.4) (2021-02-09)
|
|
558
1058
|
|
|
559
1059
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
560
1060
|
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
561
1065
|
## [0.88.4-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.3...v0.88.4-alpha.0) (2021-02-09)
|
|
562
1066
|
|
|
563
1067
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
564
1068
|
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
565
1073
|
## [0.88.3](https://github.com/thebyte9/blaze/compare/v0.88.3-alpha.1...v0.88.3) (2021-02-04)
|
|
566
1074
|
|
|
567
1075
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
568
1076
|
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
569
1081
|
## [0.88.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.1...v0.88.3-alpha.0) (2021-02-03)
|
|
570
1082
|
|
|
571
1083
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
572
1084
|
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
573
1089
|
# [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
|
|
574
1090
|
|
|
575
1091
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
576
1092
|
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
577
1097
|
# [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
|
|
578
1098
|
|
|
579
1099
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
580
1100
|
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
|
|
581
1105
|
# [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
|
|
582
1106
|
|
|
583
1107
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|