Releases: plone/mockup
Release 5.4.0
Release 5.4.0-beta.0
5.4.0-beta.0 (2025-06-17)
⚠ BREAKING CHANGES
- pat structure: Rebuild widgets.po
- pat structure: Fix tests and some minor issues
- pat structure: Improve selection button and popover
Features
-
pat structure: Fix tests and some minor issues (f283835)
- remove select all context action
-
fix count on selection button
-
fix tests
-
pat structure: Improve selection button and popover (69ece05)
The selection button shows now the number of selected and maximum number of items within the current folder.
The corresponding popover offers the option to select all items, all visible items on the page and to cancel the selection.
The previous popover to manage the selected items is gone.
There are also some minor fixes, e.g. one to prevent degrading the breadcrumb to show only ids, but rather keep the titles.
The upper-left checkbox in the table for selecting all the items has now a tooltip. -
pat structure: Rebuild widgets.po (12f2127)
Bug Fixes
- pat structure: Clear selection when changing path in structure pattern (e0a78f6)
Release 5.3.7
Release 5.3.6
Release 5.3.5
5.3.5 (2025-05-15)
Features
-
pat contentbrowser: configurable searchIndex for filtering (051438b)
-
pat-autotoc: Set required and invalid classes on autotoc nav an… (#1455) (24b4570)
- pat-autotoc: Reformat docs and remove fancy table-text-centering, which makes extending the docs more difficult than it should be.
-
feat(pat-autotoc): Set required and invalid classes on form tabs if applicable.
-
pat-autotoc: Set the required CSS class on the tab navigation for any forms, not only pat-validation ones. (d822df5)
Bug Fixes
-
pat autotoc: Show required indicator for tabs with reuqired multi-checkbox or radio button fields. (50aeca0)
A groupt of multiple required checkboxes for a single field are rendered
in Plone currently without the required attribute. The same goes for radio
buttons. Instead the label is marked as required.
This PR supports this situation and also marks the tab-navigation as
required, if a field label is marked as required.`
-
pat contentbrowser: fix batching with levelFilter or searchTerm (5146f4b)
-
pat contentbrowser: show id when there is no Title (d89637c)
-
pat tinymce: fix value type of "menubar" setting. See plone.staticresources#379 (069eae0)
-
pat tinymce: set language code after underscore replacement in init options (83922ea)
Maintenance
- pat-autotocs: Minor addition to tests. (ef589e7)
Release 5.1.17
5.1.17 (2025-05-09)
Features
- pat-autotoc: Set the required CSS class on the tab navigation for any forms, not only pat-validation ones. (493ae5c)
Bug Fixes
-
pat autotoc: Show required indicator for tabs with reuqired multi-checkbox or radio button fields. (5277fe9)
A groupt of multiple required checkboxes for a single field are rendered
in Plone currently without the required attribute. The same goes for radio
buttons. Instead the label is marked as required.
This PR supports this situation and also marks the tab-navigation as
required, if a field label is marked as required.`
Maintenance
- pat-autotocs: Minor addition to tests. (83bf52c)
Release 5.1.16
5.1.16 (2025-05-09)
Features
-
pat-autotoc: Set required and invalid classes on autotoc nav an… (#1455) (806a193)
- pat-autotoc: Reformat docs and remove fancy table-text-centering, which makes extending the docs more difficult than it should be.
-
feat(pat-autotoc): Set required and invalid classes on form tabs if applicable.
Maintenance
-
@patternslib/dev upgrade - Adapt Makefile. (3425b0d)
-
@patternslib/dev upgrade - create eslint.config.js. (4245032)
-
@patternslib/dev upgrade - remove .husky directory in favor of git hooks. (cfc8e0a)
-
@patternslib/dev upgrade - remove old .eslintrc.js. (3b68fbe)
-
Fix eslint warnings. (678696b)
-
Upgrade @patternslib/dev to 3.8.1. (333b2d7)
-
Upgrade @patternslib/patternslib to 9.10.2. (8a1f7c2)
-
Upgrade to latest LTS node version. (c454a40)
Release 5.3.4
5.3.4 (2025-03-17)
Bug Fixes
-
pat contentbrowser: add multilanguage container types to browseableTypes. (bc7c25a)
-
pat contentbrowser: improve upload experience (22dffe8)
Change strategy to "upload and add immediately" in order to avoid too many clicks when "upload" is activated in the options ... see TinyMCE's "add Image" dialog where you can upload images.