@blaze-cms/plugin-data-ui 0.141.0-alpha.1 → 0.141.0-alpha.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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-alpha.2](https://github.com/thebyte9/blaze/compare/v0.140.4...v0.141.0-alpha.2) (2024-05-10)
7
+
8
+
9
+
10
+ # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
11
+
12
+
13
+
14
+ # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * handle elastic search based admin listings ([#4299](https://github.com/thebyte9/blaze/issues/4299)) ([689066b](https://github.com/thebyte9/blaze/commit/689066b0fada4ed32594e1d0b1fbf7a53fc02286))
20
+ * 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))
21
+
22
+
23
+ ### Features
24
+
25
+ * auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
26
+ * handle visibility of actions ([#3994](https://github.com/thebyte9/blaze/issues/3994)) ([995e36d](https://github.com/thebyte9/blaze/commit/995e36ded2c7702d382e0c6b0853bd98f4c4c613))
27
+ * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
28
+
29
+
30
+
31
+
32
+
6
33
  # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
7
34
 
8
35
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-data-ui",
3
- "version": "0.141.0-alpha.1",
3
+ "version": "0.141.0-alpha.2",
4
4
  "description": "Blaze plugin data ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -31,7 +31,7 @@
31
31
  "@blaze-cms/core-errors": "^0.140.3",
32
32
  "@blaze-cms/plugin-render-hooks-ui": "^0.140.3",
33
33
  "@blaze-cms/react-form-builder": "0.141.0-alpha.1",
34
- "@blaze-cms/react-page-builder": "0.141.0-alpha.1",
34
+ "@blaze-cms/react-page-builder": "0.141.0-alpha.2",
35
35
  "@blaze-cms/setup-ui": "^0.140.3",
36
36
  "@blaze-cms/versioning-ui": "^0.140.3",
37
37
  "@blaze-react/button": "0.5.19",
@@ -67,5 +67,5 @@
67
67
  "lib/*",
68
68
  "lib-es/*"
69
69
  ],
70
- "gitHead": "511c3db4259e32fc0e45b4072254189b9d64764c"
70
+ "gitHead": "4477a6bd6d77853e7a0ff2fd47055910d9a9514d"
71
71
  }