Skip to content

Commit 6535bd8

Browse files
committed
Release new version.
1 parent 1884c77 commit 6535bd8

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGES.md

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

33

44

5+
## [5.3.0](https://github.com/plone/mockup/compare/5.2.0...5.3.0) (2025-02-14)
6+
7+
8+
### Features
9+
10+
11+
* **pat contentbrowser:** global search, level filtering, focused column. ([d645c10](https://github.com/plone/mockup/commit/d645c104f1ed6be811d7901a897e8bf97c00a78f))
12+
13+
14+
15+
### Bug Fixes
16+
17+
18+
* **pat contentbrowser:** Fix sorting and removing selected items. ([91419b3](https://github.com/plone/mockup/commit/91419b386749dbe5a8c26bad7e424d4671c81634))
19+
20+
21+
* **pat select2:** add improvements from review ([84a5a1f](https://github.com/plone/mockup/commit/84a5a1f923e93706e17557cda68eb854cc890550))
22+
23+
24+
* **pat select2:** fix language identifier for select2 language files ([f2631a7](https://github.com/plone/mockup/commit/f2631a7ee9e4de122d65d6724a6a4afb1413155f))
25+
26+
27+
28+
### Maintenance
29+
30+
31+
* @patternslib/dev upgrade - Adapt Makefile. ([2efdb94](https://github.com/plone/mockup/commit/2efdb94d14b2ad018b5761dc52b6ebcbcb9a5e7d))
32+
33+
34+
* @patternslib/dev upgrade - create eslint.config.js. ([5882f82](https://github.com/plone/mockup/commit/5882f82f16c1dccd7365bac7f24277d8a123576d))
35+
36+
37+
* @patternslib/dev upgrade - remove .husky directory in favor of git hooks. ([d67a618](https://github.com/plone/mockup/commit/d67a61806636ea0e97bce7cba2469fdabe8a0c39))
38+
39+
40+
* @patternslib/dev upgrade - remove old .eslintrc.js. ([15741f7](https://github.com/plone/mockup/commit/15741f72a32503491adfe08efd4a3c48635b08d0))
41+
42+
43+
* Fix eslint errors. ([dcca49d](https://github.com/plone/mockup/commit/dcca49d47fa00aee5314cbbdc971957b8f60ea8f))
44+
45+
46+
* Upgrade @patternslib/dev. ([863c255](https://github.com/plone/mockup/commit/863c255c006b07418dbbdf8f4c01c5401dc01f71))
47+
48+
49+
* Upgrade to @patternslib/dev which fixes a broken changelog layout. ([61f76d4](https://github.com/plone/mockup/commit/61f76d468597c538af2cf448fef6b5b79847f8da))
50+
551
## [5.2.0](https://github.com/plone/mockup/compare/5.2.0-beta.5...5.2.0) (2025-02-07)
652

753

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