Skip to content

Commit 9c0dcb5

Browse files
committed
Release new version.
1 parent f43f837 commit 9c0dcb5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.3.0-beta.0](https://github.com/Patternslib/patterns/compare/9.2.1...9.3.0-beta.0) (2022-09-16)
8+
9+
10+
### Maintenance
11+
12+
13+
* **core base:** Remove console.log statement from tests. ([09d533e](https://github.com/Patternslib/patterns/commit/09d533e3d8995eb5e72fec374a7a7410a8a7f707))
14+
15+
16+
### Breaking Changes
17+
18+
19+
* **pat navigation:** Improve performance by removing the unnecessary mutation observer. ([7c28913](https://github.com/Patternslib/patterns/commit/7c289134205042f358e458c47a2a695d8e6192a8))Since we're almost always using pat-inject for replacing or adding DOM nodes
20+
and we already have support for pat-inject here, the mutation observer is not
21+
necessary. Removing it improves the performance in situations where the
22+
navigation structure is updated - for example off-canvas navigation updates
23+
with pat-tabs would invoke many mutation observer callback hits. The previous
24+
performance improvement solved the performance penalty by deferring the
25+
callback for 10ms, but this is taking that further by avoiding it at all.
26+
727
## [9.2.1](https://github.com/Patternslib/patterns/compare/9.2.0...9.2.1) (2022-09-16)
828

929

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": "9.2.1",
3+
"version": "9.3.0-beta.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)