Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 23, 2024
1 parent 5677d05 commit 0af10ca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@



## [5.2.0-alpha.13](https://github.com/plone/mockup/compare/5.2.0-alpha.12...5.2.0-alpha.13) (2024-10-23)


### Features


* **pat contentbrowser:** Implement rootPath option to restrict access to a subfolder of a site structure ([8d8c110](https://github.com/plone/mockup/commit/8d8c11050f364be0e2fa3e107f5d35b86e75564f))



### Bug Fixes


* **pat contentbrowser:** Click on empty selecteditems field opens contentbrowser. ([bc0330e](https://github.com/plone/mockup/commit/bc0330ea74da10a48866ff42bcdbf25de6807ec3))


* **pat contentbrowser:** Consistent active state of selected folderish item. ([d086d78](https://github.com/plone/mockup/commit/d086d78bf343422699e8c64498b41dbfc49fc982))


* **pat contentbrowser:** Fix saving form with ENTER key. ([5835ee4](https://github.com/plone/mockup/commit/5835ee45279d211b41b26cdea983eac58af40cd3))



### Maintenance


* **build:** add sass version resolution ([5677d05](https://github.com/plone/mockup/commit/5677d055487d609008dac10da4d295bf4be6a2e2))

## [5.2.0-alpha.12](https://github.com/plone/mockup/compare/5.2.0-alpha.11...5.2.0-alpha.12) (2024-09-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/mockup",
"version": "5.2.0-alpha.12",
"version": "5.2.0-alpha.13",
"description": "A collection of client side patterns for faster and easier web development",
"license": "BSD-3-Clause",
"main": "./src/patterns.js",
Expand Down

0 comments on commit 0af10ca

Please sign in to comment.