Skip to content

Commit 38e4627

Browse files
committed
Release new version.
1 parent b1ff447 commit 38e4627

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGES.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11

22

3-
## [7.4.0](https://github.com/Patternslib/patterns/compare/7.3.0...7.4.0) (2022-03-24)
3+
## [7.5.0](https://github.com/Patternslib/patterns/compare/7.4.0...7.5.0) (2022-04-01)
4+
5+
6+
### Features
7+
8+
* **pat tooltip:** Expose get_content API method and allow to reload the tooltip's content. ([16ba9c1](https://github.com/Patternslib/patterns/commit/16ba9c12d6e8683f5e689a61dbc4cf3e585094ee))
9+
10+
11+
12+
### Bug Fixes
13+
14+
* **pat inject tests:** Fix one failing test in GH actions, where document is null. ([0f8d4aa](https://github.com/Patternslib/patterns/commit/0f8d4aaa1a334c682fce3b1d4703553591d1b4ef))
15+
16+
17+
18+
### Maintenance
19+
20+
* **Build:** Upgrade dependencies. ([21b911f](https://github.com/Patternslib/patterns/commit/21b911ffab4eff6cbcd765ddcf85eb192d52ad7d))
21+
22+
* **pat inject:** Minor code improvements. ([8f507ab](https://github.com/Patternslib/patterns/commit/8f507ab7c6451d0aaf0622297b8cbd343fac959b))
23+
24+
* **pat inject tests:** Restore all mocks. ([82cc049](https://github.com/Patternslib/patterns/commit/82cc049d12469fda8d7db2d310d1f92fce4c2cee))
25+
26+
* **pat tooltip:** Remove ajax_state. With async/await based loading we do not need to set the ajax_state to avoid multiple ajax calls. ([b5deb4b](https://github.com/Patternslib/patterns/commit/b5deb4becd9f10f7ff948216679abaa18f1f9cf1))
27+
28+
* **pat tooltip tests:** Add numbers to test cases so that they can be esier run selectively by filtering. ([72611af](https://github.com/Patternslib/patterns/commit/72611afe0953939e4ac81bac74a9706628e5c520))
29+
30+
* **pat tooltip tests:** Restore all mocks completly after each test run. ([8edba74](https://github.com/Patternslib/patterns/commit/8edba744c9ece324b83db12ccfb4a429cc56e3e5))## [7.4.0](https://github.com/Patternslib/patterns/compare/7.3.0...7.4.0) (2022-03-24)
431

532

633
### Features

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.4.0",
3+
"version": "7.5.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)