From a3b6f4852e49449bb5167704a541fd5007c687b5 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 22 Jan 2025 16:31:46 +0100 Subject: [PATCH] Release new version. --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ac14d5080..9c8d7fd90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,18 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.10.1-alpha.4](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.3...9.10.1-alpha.4) (2025-01-22) + + +### Bug Fixes + + +* **pat-depends:** Listen and dispatch input instead of change events. ([307a336](https://github.com/Patternslib/patterns/commit/307a3366a9c1cdd1991c9126c629e19839cc2d14)) + + This is a better and more standard compliant combination than listening on +input and keyup events. This fixes a problem where a pat-autosuggest selection +field didn't provoke a change in a pat-depends dependent element. + ## [9.10.1-alpha.3](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.2...9.10.1-alpha.3) (2025-01-20) diff --git a/package.json b/package.json index 3e91701a1..b5ee4b80e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.10.1-alpha.3", + "version": "9.10.1-alpha.4", "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",