@blaze-cms/plugin-data-ui 0.141.0-core-styles.23 → 0.141.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 +16 -73
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.141.0
|
|
6
|
+
# [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
9
9
|
|
|
@@ -11,118 +11,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# [0.141.0-
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [0.141.0-core-styles.21](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.20...v0.141.0-core-styles.21) (2024-05-02)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# [0.141.0-core-styles.20](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.19...v0.141.0-core-styles.20) (2024-05-01)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# [0.141.0-core-styles.16](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.15...v0.141.0-core-styles.16) (2024-04-25)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [0.141.0-core-styles.10](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.9...v0.141.0-core-styles.10) (2024-04-12)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
53
|
-
|
|
14
|
+
# [0.141.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.140.4...v0.141.0-alpha.2) (2024-05-10)
|
|
54
15
|
|
|
55
16
|
|
|
56
17
|
|
|
57
|
-
|
|
58
|
-
# [0.141.0-core-styles.6](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.5...v0.141.0-core-styles.6) (2024-03-25)
|
|
59
|
-
|
|
60
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
61
|
-
|
|
62
|
-
|
|
18
|
+
# [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
|
|
63
19
|
|
|
64
20
|
|
|
65
21
|
|
|
66
|
-
# [0.141.0-
|
|
22
|
+
# [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
|
|
67
23
|
|
|
68
24
|
|
|
69
25
|
### Bug Fixes
|
|
70
26
|
|
|
27
|
+
* handle elastic search based admin listings ([#4299](https://github.com/thebyte9/blaze/issues/4299)) ([689066b](https://github.com/thebyte9/blaze/commit/689066b0fada4ed32594e1d0b1fbf7a53fc02286))
|
|
71
28
|
* ListingTable to hide add button when filters are set ([#4308](https://github.com/thebyte9/blaze/issues/4308)) ([be936cd](https://github.com/thebyte9/blaze/commit/be936cdda52bdb335d8d3b70408cfd12f73f3d82))
|
|
72
29
|
|
|
73
30
|
|
|
74
31
|
### Features
|
|
75
32
|
|
|
33
|
+
* auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
|
|
76
34
|
* handle visibility of actions ([#3994](https://github.com/thebyte9/blaze/issues/3994)) ([995e36d](https://github.com/thebyte9/blaze/commit/995e36ded2c7702d382e0c6b0853bd98f4c4c613))
|
|
35
|
+
* use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
|
|
77
36
|
|
|
78
37
|
|
|
79
38
|
|
|
80
39
|
|
|
81
40
|
|
|
82
|
-
# [0.141.0-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
41
|
+
# [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
|
|
86
42
|
|
|
87
|
-
|
|
43
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
88
44
|
|
|
89
45
|
|
|
90
|
-
### Features
|
|
91
46
|
|
|
92
|
-
* auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
|
|
93
47
|
|
|
94
48
|
|
|
49
|
+
# [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
|
|
95
50
|
|
|
96
51
|
|
|
52
|
+
### Bug Fixes
|
|
97
53
|
|
|
98
|
-
|
|
54
|
+
* handle elastic search based admin listings ([#4299](https://github.com/thebyte9/blaze/issues/4299)) ([689066b](https://github.com/thebyte9/blaze/commit/689066b0fada4ed32594e1d0b1fbf7a53fc02286))
|
|
55
|
+
* ListingTable to hide add button when filters are set ([#4308](https://github.com/thebyte9/blaze/issues/4308)) ([be936cd](https://github.com/thebyte9/blaze/commit/be936cdda52bdb335d8d3b70408cfd12f73f3d82))
|
|
99
56
|
|
|
100
57
|
|
|
101
58
|
### Features
|
|
102
59
|
|
|
60
|
+
* auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
|
|
61
|
+
* handle visibility of actions ([#3994](https://github.com/thebyte9/blaze/issues/3994)) ([995e36d](https://github.com/thebyte9/blaze/commit/995e36ded2c7702d382e0c6b0853bd98f4c4c613))
|
|
103
62
|
* use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
|
|
104
63
|
|
|
105
64
|
|
|
106
65
|
|
|
107
66
|
|
|
108
67
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
## [0.140.2-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.140.2-core-styles.0...v0.140.2-core-styles.1) (2024-03-07)
|
|
118
|
-
|
|
119
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## [0.140.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.2-core-styles.0) (2024-03-06)
|
|
68
|
+
## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
|
|
126
69
|
|
|
127
70
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
128
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/plugin-data-ui",
|
|
3
|
-
"version": "0.141.0
|
|
3
|
+
"version": "0.141.0",
|
|
4
4
|
"description": "Blaze plugin data ui",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@blaze-cms/admin-ui-utils": "0.141.0
|
|
31
|
-
"@blaze-cms/core-errors": "0.140.
|
|
32
|
-
"@blaze-cms/plugin-render-hooks-ui": "0.140.
|
|
33
|
-
"@blaze-cms/react-form-builder": "0.141.0
|
|
34
|
-
"@blaze-cms/react-page-builder": "0.141.0
|
|
35
|
-
"@blaze-cms/setup-ui": "0.140.
|
|
36
|
-
"@blaze-cms/versioning-ui": "0.140.
|
|
30
|
+
"@blaze-cms/admin-ui-utils": "^0.141.0",
|
|
31
|
+
"@blaze-cms/core-errors": "^0.140.3",
|
|
32
|
+
"@blaze-cms/plugin-render-hooks-ui": "^0.140.3",
|
|
33
|
+
"@blaze-cms/react-form-builder": "^0.141.0",
|
|
34
|
+
"@blaze-cms/react-page-builder": "^0.141.0",
|
|
35
|
+
"@blaze-cms/setup-ui": "^0.140.3",
|
|
36
|
+
"@blaze-cms/versioning-ui": "^0.140.3",
|
|
37
37
|
"@blaze-react/button": "0.5.19",
|
|
38
38
|
"@blaze-react/more": "0.5.19",
|
|
39
39
|
"@blaze-react/multiselect": "0.8.0-alpha.78",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"uuid": "^3.3.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@blaze-cms/core-ui": "0.140.
|
|
58
|
+
"@blaze-cms/core-ui": "^0.140.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@apollo/client": "3.x",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"lib/*",
|
|
68
68
|
"lib-es/*"
|
|
69
69
|
],
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2a61d1506ef11a21af4d65d1eaf065b9fbdb9e23"
|
|
71
71
|
}
|