Skip to content

Releases: plone/mockup

Release 5.5.0

18 Dec 14:46

Choose a tag to compare

5.5.0 (2025-12-18)

Features

  • pat tinymce: Upgrade TinyMCE v8 (a7fe23a)

  • pat tinymce: use license_key value from controlpanel. Fallback to 'gpl'. (66d3d41)

Maintenance

Release 5.4.5

17 Oct 10:06

Choose a tag to compare

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

Release 5.4.4

02 Oct 06:21

Choose a tag to compare

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

  • pat-tinymce: Autoformat. Run prettier and eslint. (db84db6)

  • pat-tinymce: Minor code modernization. (6c60eba)

  • Upgrade dependencies. (c21c4ff)

Release 5.4.3

28 Jul 10:20

Choose a tag to compare

5.4.3 (2025-07-28)

Bug Fixes

  • pat contentbrowser: Fix physicalPath generation when a Plone site is in a sub folder structure. (857ac3d)

Maintenance

Release 5.4.2

24 Jun 06:24

Choose a tag to compare

5.4.2 (2025-06-24)

Bug Fixes

  • pat autotoc: Revert: make markup compatible with the bootstrap and cleanup custom styling. (ad0cf17)

Release 5.4.1

23 Jun 09:56

Choose a tag to compare

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

  • upgrade 11ty and documentation build script (9224c39)

  • upgrade dependencies (99a434c)

Release 5.4.0

19 Jun 08:59

Choose a tag to compare

5.4.0 (2025-06-19)

Maintenance

Release 5.4.0-beta.0

17 Jun 15:44

Choose a tag to compare

Release 5.4.0-beta.0 Pre-release
Pre-release

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

16 Jun 12:48

Choose a tag to compare

5.3.7 (2025-06-16)

Maintenance

  • pat tinymce: Update TinyMCE=7.9.1 (c5add32)

Release 5.3.6

16 Jun 11:42

Choose a tag to compare

5.3.6 (2025-06-16)

Bug Fixes

  • pat contentbrowser: correctly select uploaded items. (49f7020)

Technical Changes

  • pat contentbrowser: add new config value 'layout' (5a89ef7)

Maintenance

  • pat contentbrowser: reformat README (b9d401e)

  • Update the compatible node version to the current LTS version. (de8a1a0)