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