From 27fc87ba9b6fc30de2e10affac1bfe83ac27cd5b Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 28 Sep 2022 17:56:52 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 750b59ce4..c52b87a4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,16 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.6.1](https://github.com/Patternslib/patterns/compare/9.6.0...9.6.1) (2022-09-28) + + +### Bug Fixes + + +* **core dom:** show/hide - do not set the hidden attribute. ([af24138](https://github.com/Patternslib/patterns/commit/af241382947f5fe9d2e4108baa34329fe9cdd610))In Chrome and Safari hidden but required input fields (e.g. hidden automatically by pat-autosuggest or pat-date-picker) cannot be submitted if they fail the browser's native validation. +The browser tries to set a validation message but fails because the element is not focusable. +See: https://stackoverflow.com/a/28340579/1337474 + ## [9.6.0](https://github.com/Patternslib/patterns/compare/9.5.0...9.6.0) (2022-09-28) diff --git a/package.json b/package.json index 1fa617a5e..c33be02f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.6.0", + "version": "9.6.1", "title": "Markup patterns to drive behaviour.", "description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.", "license": "BSD-3-Clause",