@blaze-cms/react-page-builder 0.128.0-admin-updates.7 → 0.128.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -36
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,52 +3,22 @@
|
|
|
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.128.0-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* added label for itemDetailsSummary component ([#3859](https://github.com/thebyte9/blaze/issues/3859)) ([e6b16ce](https://github.com/thebyte9/blaze/commit/e6b16ce4bdb60abe15564bece73f7b99f2c669f8))
|
|
12
|
-
* removed h2 from all but layout and withTitle hoc ([#3853](https://github.com/thebyte9/blaze/issues/3853)) ([b05160b](https://github.com/thebyte9/blaze/commit/b05160b568115f64b560dd5803f1d81fac55adca))
|
|
13
|
-
* update banner repetition settings for list and card components ([#3809](https://github.com/thebyte9/blaze/issues/3809)) ([8804687](https://github.com/thebyte9/blaze/commit/88046871e16ade178fa0f89a5f8c463a0ac4c701))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
# [0.128.0-admin-updates.5](https://github.com/thebyte9/blaze/compare/v0.128.0-admin-updates.4...v0.128.0-admin-updates.5) (2023-03-09)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# [0.128.0-admin-updates.3](https://github.com/thebyte9/blaze/compare/v0.128.0-admin-updates.2...v0.128.0-admin-updates.3) (2023-03-09)
|
|
6
|
+
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
31
7
|
|
|
32
8
|
|
|
33
9
|
### Bug Fixes
|
|
34
10
|
|
|
35
11
|
* added handling of blank spaces for content groups ([#3828](https://github.com/thebyte9/blaze/issues/3828)) ([e196b41](https://github.com/thebyte9/blaze/commit/e196b41f2c424b05cc07642af9697e65e0ab26e1))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [0.128.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.127.1...v0.128.0-admin-updates.0) (2023-02-16)
|
|
12
|
+
* deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
|
|
47
13
|
|
|
48
14
|
|
|
49
15
|
### Features
|
|
50
16
|
|
|
51
17
|
* added iframe component ([#3793](https://github.com/thebyte9/blaze/issues/3793)) ([71d1029](https://github.com/thebyte9/blaze/commit/71d102984896f7fd571a6c60499978e5c8e2d044))
|
|
18
|
+
* added label for itemDetailsSummary component ([#3859](https://github.com/thebyte9/blaze/issues/3859)) ([e6b16ce](https://github.com/thebyte9/blaze/commit/e6b16ce4bdb60abe15564bece73f7b99f2c669f8))
|
|
19
|
+
* entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
|
|
20
|
+
* removed h2 from all but layout and withTitle hoc ([#3853](https://github.com/thebyte9/blaze/issues/3853)) ([b05160b](https://github.com/thebyte9/blaze/commit/b05160b568115f64b560dd5803f1d81fac55adca))
|
|
21
|
+
* update banner repetition settings for list and card components ([#3809](https://github.com/thebyte9/blaze/issues/3809)) ([8804687](https://github.com/thebyte9/blaze/commit/88046871e16ade178fa0f89a5f8c463a0ac4c701))
|
|
52
22
|
|
|
53
23
|
|
|
54
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.128.0-
|
|
3
|
+
"version": "0.128.0-alpha.0",
|
|
4
4
|
"description": "Blaze react page builder",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@blaze-cms/core-auth-ui": "0.128.0-
|
|
31
|
-
"@blaze-cms/core-errors": "0.
|
|
30
|
+
"@blaze-cms/core-auth-ui": "0.128.0-alpha.0",
|
|
31
|
+
"@blaze-cms/core-errors": "^0.127.0",
|
|
32
32
|
"@blaze-cms/image-cdn-react": "0.3.0-alpha.3",
|
|
33
|
-
"@blaze-cms/nextjs-components": "0.128.0-
|
|
34
|
-
"@blaze-cms/plugin-search-ui": "0.128.0-
|
|
35
|
-
"@blaze-cms/setup-ui": "0.128.0-
|
|
36
|
-
"@blaze-cms/utils": "0.128.0-
|
|
37
|
-
"@blaze-cms/utils-handlebars": "0.128.0-
|
|
33
|
+
"@blaze-cms/nextjs-components": "0.128.0-alpha.0",
|
|
34
|
+
"@blaze-cms/plugin-search-ui": "0.128.0-alpha.0",
|
|
35
|
+
"@blaze-cms/setup-ui": "0.128.0-alpha.0",
|
|
36
|
+
"@blaze-cms/utils": "0.128.0-alpha.0",
|
|
37
|
+
"@blaze-cms/utils-handlebars": "0.128.0-alpha.0",
|
|
38
38
|
"@blaze-react/breadcrumb": "0.8.0-alpha.60",
|
|
39
39
|
"@blaze-react/button": "0.5.19",
|
|
40
40
|
"@blaze-react/checkboxes": "0.5.31",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"lib/*",
|
|
89
89
|
"lib-es/*"
|
|
90
90
|
],
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "a9b5b67a3521c59b311b09996c49fb1a65c2ca04"
|
|
92
92
|
}
|