Skip to content

Commit 21d6215

Browse files
committed
Release new version.
1 parent 27c0d19 commit 21d6215

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
## [7.10.0](https://github.com/Patternslib/patterns/compare/7.9.0...7.10.0) (2022-05-05)
4+
5+
6+
### Features
7+
8+
9+
* **core utils:** Add is_iso_date_time method to check for valid ISO 8601 date/time strings. ([d9fcfac](https://github.com/Patternslib/patterns/commit/d9fcfac6774561ffbef77c4383dd755d2865ac4a))
10+
11+
12+
13+
### Bug Fixes
14+
15+
16+
* **pat validation:** Also validate date/time inputs when the value is empty. ([39249b2](https://github.com/Patternslib/patterns/commit/39249b23c6511990a1eb6965b9f2f03dfd7dd682))
17+
This clears eventual validation errors when the date input is cleared.
18+
19+
* **pat validation:** Fix issue where Google Chrome would interpret an invalid date value like "ok-1" as a valid date. ([0fb2359](https://github.com/Patternslib/patterns/commit/0fb2359992ed1fca8574fefb6f6d3f7a275aa270))
20+
321
## [7.9.0](https://github.com/Patternslib/patterns/compare/7.8.0...7.9.0) (2022-04-28)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.9.0",
3+
"version": "7.10.0",
44
"title": "Markup patterns to drive behaviour.",
55
"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.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)