Skip to content

Commit 253d77a

Browse files
committed
Release new version.
1 parent 1e82475 commit 253d77a

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33

44

5+
## [5.4.0-beta.0](https://github.com/plone/mockup/compare/5.3.7...5.4.0-beta.0) (2025-06-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **pat structure:** Rebuild widgets.po
11+
* **pat structure:** Fix tests and some minor issues
12+
* **pat structure:** Improve selection button and popover
13+
14+
### Features
15+
16+
17+
* **pat structure:** Fix tests and some minor issues ([f283835](https://github.com/plone/mockup/commit/f283835fde5058d5de74daae777cf9cfc7520241))
18+
19+
* remove select all context action
20+
* fix count on selection button
21+
* fix tests
22+
23+
24+
* **pat structure:** Improve selection button and popover ([69ece05](https://github.com/plone/mockup/commit/69ece05f1375ba54763605545bfaf6376ee5d74a))
25+
26+
The selection button shows now the number of selected and maximum number of items within the current folder.
27+
The corresponding popover offers the option to select all items, all visible items on the page and to cancel the selection.
28+
The previous popover to manage the selected items is gone.
29+
There are also some minor fixes, e.g. one to prevent degrading the breadcrumb to show only ids, but rather keep the titles.
30+
The upper-left checkbox in the table for selecting all the items has now a tooltip.
31+
32+
33+
* **pat structure:** Rebuild widgets.po ([12f2127](https://github.com/plone/mockup/commit/12f2127668547b7e5ada471d947c68f80cfaceb6))
34+
35+
36+
37+
### Bug Fixes
38+
39+
40+
* **pat structure:** Clear selection when changing path in structure pattern ([e0a78f6](https://github.com/plone/mockup/commit/e0a78f6fdc0110786bdd89f5def6468dfa7b7e44))
41+
542
## [5.3.7](https://github.com/plone/mockup/compare/5.3.6...5.3.7) (2025-06-16)
643

744

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plone/mockup",
3-
"version": "5.3.7",
3+
"version": "5.4.0-beta.0",
44
"description": "A collection of client side patterns for faster and easier web development",
55
"license": "BSD-3-Clause",
66
"main": "./src/patterns.js",

0 commit comments

Comments
 (0)