Skip to content

Commit 73c6bbe

Browse files
committed
Release new version.
1 parent cbe0889 commit 73c6bbe

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGES.md

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

33

44

5+
## [5.4.5](https://github.com/plone/mockup/compare/5.4.4...5.4.5) (2025-10-17)
6+
7+
8+
### Features
9+
10+
11+
* **pat contentbrowser:** add configurable sort index and order ([ba03b43](https://github.com/plone/mockup/commit/ba03b43644d89d43141eecf4a5cb0708b79f7764))
12+
13+
14+
* **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](https://github.com/plone/mockup/commit/af38348a0896fc71566654b0f825612e81b6c1c4))
15+
16+
17+
* **pat contentbrowser:** configurable accepted mimetypes for uploads. pat-tinymce uses this to ensure only 'image/*' mimetypes in image modal. ([f9d017a](https://github.com/plone/mockup/commit/f9d017aeab12e51201f89d91ef260cfc3a93247c))
18+
19+
20+
21+
### Bug Fixes
22+
23+
24+
* **i18n:** update translations ([88c1ec5](https://github.com/plone/mockup/commit/88c1ec542b37b38efde77298416537100fc908b3))
25+
26+
27+
* **pat contentbrowser:** show error when upload fails. ([5c5dcf8](https://github.com/plone/mockup/commit/5c5dcf8766524f46e68799782e5a4c790aa39f63))
28+
29+
30+
* **pat tinymce:** cleanup tinymce link modal upload tab ([0990b2c](https://github.com/plone/mockup/commit/0990b2c17bc5b125b7829eb7581e877c6194ff14))
31+
32+
33+
34+
### Technical Changes
35+
36+
37+
* **pat contentbrowser:** follow patternslib convention of parameter names ([f54c5b3](https://github.com/plone/mockup/commit/f54c5b3d9c1a512d0989183dcc58d419b6a74bc0))
38+
39+
40+
41+
### Maintenance
42+
43+
44+
* dependency updates ([747b267](https://github.com/plone/mockup/commit/747b2677ba2c778032b96d6e2a6edca43d02d9bf))
45+
546
## [5.4.4](https://github.com/plone/mockup/compare/5.4.3...5.4.4) (2025-10-02)
647

748

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.4.4",
3+
"version": "5.4.5",
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)