@blaze-cms/react-page-builder 0.132.0-admin-updates.2 → 0.132.0-admin-updates.5
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 +12 -67
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,19 +3,28 @@
|
|
|
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.132.0-admin-updates.
|
|
6
|
+
# [0.132.0-admin-updates.5](https://github.com/thebyte9/blaze/compare/v0.132.0-admin-updates.4...v0.132.0-admin-updates.5) (2023-08-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.132.0-admin-updates.1...v0.131.2) (2023-08-04)
|
|
7
11
|
|
|
8
12
|
|
|
9
13
|
### Bug Fixes
|
|
10
14
|
|
|
11
|
-
* deconstruct sticky from children ([
|
|
15
|
+
* deconstruct sticky from children ([#4007](https://github.com/thebyte9/blaze/issues/4007)) ([1d3ad89](https://github.com/thebyte9/blaze/commit/1d3ad89c6a600ffb08964002ca9eda86c68e61f2))
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
|
|
15
19
|
|
|
16
20
|
|
|
17
|
-
# [0.132.0-admin-updates.
|
|
21
|
+
# [0.132.0-admin-updates.2](https://github.com/thebyte9/blaze/compare/v0.132.0-admin-updates.1...v0.132.0-admin-updates.2) (2023-08-11)
|
|
18
22
|
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* deconstruct sticky from children ([e2ad5f2](https://github.com/thebyte9/blaze/commit/e2ad5f245a300e8a38fd6256daa01dcff4c3e29c))
|
|
26
|
+
|
|
27
|
+
# [0.132.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
|
|
19
28
|
|
|
20
29
|
### Bug Fixes
|
|
21
30
|
|
|
@@ -36,7 +45,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
36
45
|
* set width to carousel container ([5926a7a](https://github.com/thebyte9/blaze/commit/5926a7a285c568514dfbca9360335c1e88836a0c))
|
|
37
46
|
* set width to carousel container ([7ff4e62](https://github.com/thebyte9/blaze/commit/7ff4e6242b2f31a83c605f5edec508ce256aab5a))
|
|
38
47
|
|
|
39
|
-
|
|
40
48
|
### Features
|
|
41
49
|
|
|
42
50
|
* add isHtml option to data summary component to render string as html ([#3969](https://github.com/thebyte9/blaze/issues/3969)) ([fbf2d75](https://github.com/thebyte9/blaze/commit/fbf2d75f39597f83f78cd435277c07676a21c245))
|
|
@@ -46,11 +54,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
46
54
|
* Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([39c0af3](https://github.com/thebyte9/blaze/commit/39c0af3ed266369968139efe827a805ced71bd70))
|
|
47
55
|
* filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([4027759](https://github.com/thebyte9/blaze/commit/4027759ecf893976e9479db5d1c8d5aec8a2c031))
|
|
48
56
|
|
|
49
|
-
|
|
50
|
-
|
|
51
57
|
# [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
|
|
52
58
|
|
|
53
|
-
|
|
54
59
|
### Bug Fixes
|
|
55
60
|
|
|
56
61
|
* add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([3703a29](https://github.com/thebyte9/blaze/commit/3703a29d9a838f857863430d9223025900f29880))
|
|
@@ -69,7 +74,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
69
74
|
* reset search filters and handle single text property ([#3996](https://github.com/thebyte9/blaze/issues/3996)) ([0160414](https://github.com/thebyte9/blaze/commit/016041454d30cc4cfc0a4c8e2d484fcedc2a631c))
|
|
70
75
|
* set width to carousel container ([d8f3ffb](https://github.com/thebyte9/blaze/commit/d8f3ffbdd22df47dcac88446828c2af5ac0f3318))
|
|
71
76
|
|
|
72
|
-
|
|
73
77
|
### Features
|
|
74
78
|
|
|
75
79
|
* add isHtml option to data summary component to render string as html ([#3969](https://github.com/thebyte9/blaze/issues/3969)) ([6005cdf](https://github.com/thebyte9/blaze/commit/6005cdf0e18f2eea51cc7bc143cf34423743fe5e))
|
|
@@ -82,13 +86,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
82
86
|
* filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([2eed0ed](https://github.com/thebyte9/blaze/commit/2eed0ed09cedda3a9424d3b88cb16bb437eada50))
|
|
83
87
|
* filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([b18c177](https://github.com/thebyte9/blaze/commit/b18c177b9ad0c137fe98a979bfa6ca4baa5e214b))
|
|
84
88
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
89
|
# [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
|
|
90
90
|
|
|
91
|
-
|
|
92
91
|
### Bug Fixes
|
|
93
92
|
|
|
94
93
|
* add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([3703a29](https://github.com/thebyte9/blaze/commit/3703a29d9a838f857863430d9223025900f29880))
|
|
@@ -107,7 +106,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
107
106
|
* reset search filters and handle single text property ([#3996](https://github.com/thebyte9/blaze/issues/3996)) ([0160414](https://github.com/thebyte9/blaze/commit/016041454d30cc4cfc0a4c8e2d484fcedc2a631c))
|
|
108
107
|
* set width to carousel container ([d8f3ffb](https://github.com/thebyte9/blaze/commit/d8f3ffbdd22df47dcac88446828c2af5ac0f3318))
|
|
109
108
|
|
|
110
|
-
|
|
111
109
|
### Features
|
|
112
110
|
|
|
113
111
|
* add isHtml option to data summary component to render string as html ([#3969](https://github.com/thebyte9/blaze/issues/3969)) ([6005cdf](https://github.com/thebyte9/blaze/commit/6005cdf0e18f2eea51cc7bc143cf34423743fe5e))
|
|
@@ -120,40 +118,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
120
118
|
* filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([2eed0ed](https://github.com/thebyte9/blaze/commit/2eed0ed09cedda3a9424d3b88cb16bb437eada50))
|
|
121
119
|
* filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([b18c177](https://github.com/thebyte9/blaze/commit/b18c177b9ad0c137fe98a979bfa6ca4baa5e214b))
|
|
122
120
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
121
|
# [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
|
|
128
122
|
|
|
129
|
-
|
|
130
123
|
### Features
|
|
131
124
|
|
|
132
125
|
* add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([735b3b0](https://github.com/thebyte9/blaze/commit/735b3b09e0af15ad262119472579a1120da00347))
|
|
133
126
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
127
|
## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
|
|
139
128
|
|
|
140
129
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
141
130
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
131
|
# [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
|
|
147
132
|
|
|
148
133
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
149
134
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
135
|
# [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
|
|
155
136
|
|
|
156
|
-
|
|
157
137
|
### Bug Fixes
|
|
158
138
|
|
|
159
139
|
* added basic style for smooth auto scrolling ([42ab95b](https://github.com/thebyte9/blaze/commit/42ab95b74c9fc77cfa735bc3b6c38ad562a628d6))
|
|
@@ -168,73 +148,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
168
148
|
* list az full render ([#3882](https://github.com/thebyte9/blaze/issues/3882)) ([899556e](https://github.com/thebyte9/blaze/commit/899556ec005235367c1002d35c03ac953d5c6991))
|
|
169
149
|
* updated snapshots ([8ce52c4](https://github.com/thebyte9/blaze/commit/8ce52c4f7ed243cc1f7d3454d0f1afc4a803d6f5))
|
|
170
150
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
151
|
# [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
|
|
176
152
|
|
|
177
153
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
178
154
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
155
|
# [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
|
|
184
156
|
|
|
185
157
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
186
158
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
159
|
# [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
|
|
192
160
|
|
|
193
161
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
194
162
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
163
|
## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
|
|
200
164
|
|
|
201
165
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
202
166
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
167
|
## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
|
|
208
168
|
|
|
209
169
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
210
170
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
171
|
# [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
|
|
216
172
|
|
|
217
173
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
218
174
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
175
|
# [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
|
|
224
176
|
|
|
225
|
-
|
|
226
177
|
### Bug Fixes
|
|
227
178
|
|
|
228
179
|
* data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
|
|
229
180
|
|
|
230
|
-
|
|
231
|
-
|
|
232
181
|
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
|
|
233
182
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
183
|
# [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
|
|
239
184
|
|
|
240
185
|
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.132.0-admin-updates.
|
|
3
|
+
"version": "0.132.0-admin-updates.5",
|
|
4
4
|
"description": "Blaze react page builder",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"lib/*",
|
|
90
90
|
"lib-es/*"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "24fcdaf314ec2f059230396748e62e7f43af7775"
|
|
93
93
|
}
|