decap-cms-ui-default 3.2.0 → 3.4.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 +12 -0
- package/dist/decap-cms-ui-default.js +2 -2
- package/dist/decap-cms-ui-default.js.map +1 -1
- package/dist/esm/AuthenticationPage.js +19 -11
- package/dist/esm/ListItemTopBar.js +12 -8
- package/package.json +2 -2
- package/src/AuthenticationPage.js +12 -4
- package/src/ListItemTopBar.js +17 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [3.4.0](https://github.com/decaporg/decap-cms/compare/decap-cms-ui-default@3.3.0...decap-cms-ui-default@3.4.0) (2025-09-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- add allow_remove and allow_reorder flags ([#7573](https://github.com/decaporg/decap-cms/issues/7573)) ([ff961f4](https://github.com/decaporg/decap-cms/commit/ff961f4bfe7c0a8970451d9b21645738b6cb1560))
|
|
11
|
+
|
|
12
|
+
# [3.3.0](https://github.com/decaporg/decap-cms/compare/decap-cms-ui-default@3.1.4...decap-cms-ui-default@3.3.0) (2025-07-15)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- add logo to header ([#7487](https://github.com/decaporg/decap-cms/issues/7487)) ([b540ace](https://github.com/decaporg/decap-cms/commit/b540acec943eb231df6aac7b1d515d9b4b84fa5d))
|
|
17
|
+
|
|
6
18
|
# [3.2.0](https://github.com/decaporg/decap-cms/compare/decap-cms-ui-default@3.1.4...decap-cms-ui-default@3.2.0) (2025-06-26)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package decap-cms-ui-default
|