Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 10, 2023
1 parent b3f953f commit ef6b6fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## [5.0.1](https://github.com/plone/mockup/compare/5.0.0...5.0.1) (2023-02-10)


### Bug Fixes


* **pat-select2:** Do not replace multi select fields for pat-querystring. ([f096319](https://github.com/plone/mockup/commit/f096319ecb6c341558f0202e442772cb90cd11b2))A select[multiple] field without the multiple pattern option set is no longer
replaced with a input[type=hidden].
This fixes a problem in pat-querystring where switching from one
criteria to another duplicated the Select2 fields.
Select2 deals just fine with select[multiple] fields. The replacement
part should be evaluated for validity and eventually removed for a future
Mockup release.

## [5.0.0](https://github.com/plone/mockup/compare/5.0.0-beta.11...5.0.0) (2023-02-09)


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.0.0",
"version": "5.0.1",
"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 ef6b6fc

Please sign in to comment.