Skip to content

Commit 0b39ae5

Browse files
committed
Release new version.
1 parent d1e053a commit 0b39ae5

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

CHANGES.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11

22

3-
## [7.5.0](https://github.com/Patternslib/patterns/compare/7.4.0...7.5.0) (2022-04-01)
3+
## [7.6.0](https://github.com/Patternslib/patterns/compare/7.5.0...7.6.0) (2022-04-08)
4+
5+
6+
### Features
7+
8+
9+
<br>
10+
11+
* **pat tooltip:** For ajax requests, define the accept header. ([a65642e](https://github.com/Patternslib/patterns/commit/a65642ebe4d478bf5591ce23b0075712b1087bf9))
12+
We're expecting HTML or XML as the response.
13+
This solves a problem with */* or json requests being handled by plone.restapi only.
14+
15+
<br>
16+
17+
* **pat tooltip:** Support query strings in remote tooltip content URLs. ([252ee17](https://github.com/Patternslib/patterns/commit/252ee17a155629b5b6141d708f54a23ae9278276))
18+
19+
20+
21+
### Bug Fixes
22+
23+
24+
<br>
25+
26+
* **Build:** Fix changelog template as per @release-it/conventional-changelog v4.2.0 the header was improperly appended at the end of the new changelog entry. ([276b2d5](https://github.com/Patternslib/patterns/commit/276b2d5253742af7d7d7eef349568a663b2d9aa7))
27+
28+
29+
30+
### Maintenance
31+
32+
33+
<br>
34+
35+
* **Build:** Upgrade dependencies. ([900eedb](https://github.com/Patternslib/patterns/commit/900eedb47112aba2e8b1b96f31888510af066436))
36+
37+
38+
39+
<br>
40+
<br>## [7.5.0](https://github.com/Patternslib/patterns/compare/7.4.0...7.5.0) (2022-04-01)
441

542

643
### Features
@@ -2027,4 +2064,4 @@ The CSS id selector is defined by an optional URL fragment in the pre-configured
20272064

20282065
## 1.0.0 - Released January 28, 2013
20292066

2030-
- First official release.
2067+
- First official release.

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