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