Skip to content

Commit ef00c42

Browse files
committed
Release new version.
1 parent 10b9e24 commit ef00c42

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

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

22

3+
## [8.1.0-alpha.0](https://github.com/Patternslib/patterns/compare/8.0.3...8.1.0-alpha.0) (2022-05-30)
4+
5+
6+
### Features
7+
8+
9+
* **pat modal:** Allow to configure a injection source and target to support modals in modals. ([1d27c08](https://github.com/Patternslib/patterns/commit/1d27c08e4379503e052c834239b8b71d61c122c1))
10+
Add configuration parameter for ``source`` and ``target``.
11+
This allows to reuse an existing #pat-modal instance and to open modals in modals.
12+
13+
14+
### Maintenance
15+
16+
17+
* **Build:** Add prerelease-alpha and prerelease-beta as Makefile targets. ([10b9e24](https://github.com/Patternslib/patterns/commit/10b9e243997bc1efeb67422fd9b7158c88fee21c))
18+
19+
20+
* Upgrade dependencies. ([71e31cf](https://github.com/Patternslib/patterns/commit/71e31cf3bbf44db42e82e458e2136f67f0d096bc))
21+
22+
23+
* **pat modal:** Document panel-header-content. ([ac7000e](https://github.com/Patternslib/patterns/commit/ac7000e9d4f421ba73a5fe049e2f4e1fdda9369e))
24+
325
### [8.0.3](https://github.com/Patternslib/patterns/compare/8.0.2...8.0.3) (2022-05-23)
426

527

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": "8.0.3",
3+
"version": "8.1.0-alpha.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)