Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Aug 9, 2023
1 parent f0bcf60 commit 50f5971
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## [5.1.4](https://github.com/plone/mockup/compare/5.1.3...5.1.4) (2023-08-09)


### Bug Fixes


* **pat structure:** Fix popover-structure-columns, use 2-column layout ([9fb499e](https://github.com/plone/mockup/commit/9fb499e41f47b19629163c3cb2bd9c69fd829881))


* **pat structure:** Fix sticky position when toolbar is on top ([2b20d9b](https://github.com/plone/mockup/commit/2b20d9b8f03f15c9be0f365aed80899d0f3f900a))


* **pat tinymce:** Fix image modal with selected image. ([da50ee3](https://github.com/plone/mockup/commit/da50ee3b9d13cd1290e68a15777b3ca2fd76b567))



### Maintenance


* **Docs:** fix table in modal. ([f2eb54a](https://github.com/plone/mockup/commit/f2eb54a09d7743d36622c63024244376a789e07e))

## [5.1.3](https://github.com/plone/mockup/compare/5.1.2...5.1.3) (2023-07-30)


Expand Down Expand Up @@ -1089,4 +1110,4 @@ This can be provided by an external bundle.

* Remove Mockup's ``pat-eventedit``, which was unused. Instead use Patternslib' ``pat-date-picker``, ``pat-depends`` and ``pat-validation``.

* Restructure searchbox markup for mobile navigation as offcanvas sidebar.
* Restructure searchbox markup for mobile navigation as offcanvas sidebar.
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.1.3",
"version": "5.1.4",
"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 50f5971

Please sign in to comment.