Skip to content

Commit 7315125

Browse files
committed
Release new version.
1 parent fc5457e commit 7315125

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

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

22

3+
## [8.1.0-alpha.4](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.3...8.1.0-alpha.4) (2022-06-08)
4+
5+
6+
### Features
7+
8+
9+
* **pat push:** Desktop notifications: Ask for permission. ([ccbf731](https://github.com/Patternslib/patterns/commit/ccbf731c3ea19676bdf4f0b722692894c0f89d69))
10+
Ask for permission to send desktop notifications after any click on the document.
11+
This bypasses the browser restrictions on request for permission dialoges that are not shown if there hasn't been a user interaction.
12+
13+
14+
### Maintenance
15+
16+
17+
* **pat push:** Restructure code. ([2dbe44f](https://github.com/Patternslib/patterns/commit/2dbe44f8eeb2e32becf4efd5394bd3a4522dc442))
18+
Restructure code and narrow down the error handling for fetching to only the fetch block.
19+
320
## [8.1.0-alpha.3](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.2...8.1.0-alpha.3) (2022-06-03)
421

522

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