Releases: plone/mockup
Release 5.5.0
Release 5.4.5
5.4.5 (2025-10-17)
Features
-
pat contentbrowser: add configurable sort index and order (ba03b43)
-
pat contentbrowser: add new parameter 'upload-add-immediately: true' which directly adds uploads after success to the selected items field and closes the contentbrowser (af38348)
-
pat contentbrowser: configurable accepted mimetypes for uploads. pat-tinymce uses this to ensure only 'image/*' mimetypes in image modal. (f9d017a)
Bug Fixes
-
i18n: update translations (88c1ec5)
-
pat contentbrowser: show error when upload fails. (5c5dcf8)
-
pat tinymce: cleanup tinymce link modal upload tab (0990b2c)
Technical Changes
- pat contentbrowser: follow patternslib convention of parameter names (f54c5b3)
Maintenance
- dependency updates (747b267)
Release 5.4.4
5.4.4 (2025-10-02)
Bug Fixes
-
pat contentbrowser: Check browseable items automatically with "is_folderish" metadata. (6e5c1bd)
-
pat contentbrowser: Correctly update item icons when searching or filtering. (15a8ca0)
-
pat contentbrowser: Use POST request for quering selected items in order to not get too long URIs when there are many items present. (653484b)
Maintenance
Release 5.4.3
Release 5.4.2
Release 5.4.1
5.4.1 (2025-06-23)
Features
- pat autotoc: make markup compatible with the bootstrap and cleanup custom styling. (ad0cf17)
Bug Fixes
-
pat tinymce: init emoticons plugin with correct emojis definitions (ec95477)
-
pat tinymce: init help plugin with correct language (804bcf8)
-
pat tinymce: refactoring plugin initialization, move code to class function (06a40c9)
Maintenance
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)