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