From ef6b6fce01cc422fdf6b3a3e99d27052482ea704 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 10 Feb 2023 14:20:17 +0100 Subject: [PATCH] Release new version. --- CHANGES.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c011732a7..798a364c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/package.json b/package.json index a2ee413b1..19605527e 100644 --- a/package.json +++ b/package.json @@ -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",