Skip to content

Commit 25725de

Browse files
committed
v5.2.0
1 parent cc7fec3 commit 25725de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+210
-44
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* correct color on custom icons in Bright Theme ([a985f98](https://github.com/sciactive/pnotify/commit/a985f98db5ca6c5a98086dd02db724b0c3d12bc7))
12+
* fix a commit dependency issue ([c086a88](https://github.com/sciactive/pnotify/commit/c086a881aba00120e56eccfae662462e7815dc08))
13+
* fix an issue with Countdown module not updating bar ([860ef8e](https://github.com/sciactive/pnotify/commit/860ef8ed0d7fbfbc095a27d0d3637ec7455bdda7))
14+
* fix Angeler theme Confirm module placement ([51f3e44](https://github.com/sciactive/pnotify/commit/51f3e44ac73c30047a84d62065aea36c968e8ab9))
15+
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))
16+
* fix positioning of fallback desktop notice in modalish stacks ([66ea908](https://github.com/sciactive/pnotify/commit/66ea9085292ad16ecf2035ee797c492413f21189))
17+
* fix some styling issues on masking and immediate close ([6c3bfbc](https://github.com/sciactive/pnotify/commit/6c3bfbcf4cd8e2b75c5a3e6d0fb4f73221b00a17))
18+
19+
20+
### Features
21+
22+
* add Angeler theme ([d9f9721](https://github.com/sciactive/pnotify/commit/d9f972187d4c7f1b5d8b448c3b005aebdb934e72))
23+
* add new Paginate module for navigating notices in the stack ([92fda56](https://github.com/sciactive/pnotify/commit/92fda563a269415271f0be5dc6cc82b0a8e7ae04))
24+
* add Roboto font support to Material style ([e7e09c3](https://github.com/sciactive/pnotify/commit/e7e09c3e2316722172f254111babd1cf45b66d96))
25+
* add stack swapping, stack events, and notice open/close promises ([f542597](https://github.com/sciactive/pnotify/commit/f542597a4e2b90334997fb2826f735d7f865d541))
26+
* let notices be placed in the normal flow in unpositioned stacks ([cc7fec3](https://github.com/sciactive/pnotify/commit/cc7fec3ad714b488dc21138a5a231f169bb9c07b))
27+
28+
29+
30+
## 5.1.2 (2020-04-29)
31+
32+
33+
34+
35+
636
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
737

838

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.1.2",
5+
"version": "5.2.0",
66
"command": {
77
"version": {
88
"allowBranch": [

packages/animate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
**Note:** Version bump only for package @pnotify/animate
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
715

816
**Note:** Version bump only for package @pnotify/animate

packages/animate/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/animate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/animate",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Animate Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"peerDependencies": {
4646
"animate.css": "^3.7.2"

packages/bootstrap3/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
**Note:** Version bump only for package @pnotify/bootstrap3
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
715

816
**Note:** Version bump only for package @pnotify/bootstrap3

packages/bootstrap3/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/bootstrap3",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Bootstrap 3 Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"peerDependencies": {
4646
"bootstrap": "^3.4.1"

packages/bootstrap4/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
**Note:** Version bump only for package @pnotify/bootstrap4
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
715

816
**Note:** Version bump only for package @pnotify/bootstrap4

packages/bootstrap4/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/bootstrap4",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Bootstrap 4 Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"peerDependencies": {
4646
"bootstrap": "^4.4.1"

packages/confirm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
**Note:** Version bump only for package @pnotify/confirm
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
715

816
**Note:** Version bump only for package @pnotify/confirm

packages/confirm/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/confirm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/confirm",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Confirm Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.12.3",

packages/core/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* correct color on custom icons in Bright Theme ([a985f98](https://github.com/sciactive/pnotify/commit/a985f98db5ca6c5a98086dd02db724b0c3d12bc7))
12+
* fix Angeler theme Confirm module placement ([51f3e44](https://github.com/sciactive/pnotify/commit/51f3e44ac73c30047a84d62065aea36c968e8ab9))
13+
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))
14+
* fix some styling issues on masking and immediate close ([6c3bfbc](https://github.com/sciactive/pnotify/commit/6c3bfbcf4cd8e2b75c5a3e6d0fb4f73221b00a17))
15+
16+
17+
### Features
18+
19+
* add Angeler theme ([d9f9721](https://github.com/sciactive/pnotify/commit/d9f972187d4c7f1b5d8b448c3b005aebdb934e72))
20+
* add new Paginate module for navigating notices in the stack ([92fda56](https://github.com/sciactive/pnotify/commit/92fda563a269415271f0be5dc6cc82b0a8e7ae04))
21+
* add Roboto font support to Material style ([e7e09c3](https://github.com/sciactive/pnotify/commit/e7e09c3e2316722172f254111babd1cf45b66d96))
22+
* add stack swapping, stack events, and notice open/close promises ([f542597](https://github.com/sciactive/pnotify/commit/f542597a4e2b90334997fb2826f735d7f865d541))
23+
* let notices be placed in the normal flow in unpositioned stacks ([cc7fec3](https://github.com/sciactive/pnotify/commit/cc7fec3ad714b488dc21138a5a231f169bb9c07b))
24+
25+
26+
27+
28+
629
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
730

831
**Note:** Version bump only for package @pnotify/core

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/core",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify Core",
55
"keywords": [
66
"notice",
@@ -52,6 +52,5 @@
5252
"rollup-plugin-svelte": "^5.2.3",
5353
"rollup-plugin-terser": "^5.3.1",
5454
"svelte": "^3.29.4"
55-
},
56-
"dependencies": {}
55+
}
5756
}

packages/countdown/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* fix an issue with Countdown module not updating bar ([860ef8e](https://github.com/sciactive/pnotify/commit/860ef8ed0d7fbfbc095a27d0d3637ec7455bdda7))
12+
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))
13+
14+
15+
16+
17+
618
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
719

820
**Note:** Version bump only for package @pnotify/countdown

packages/countdown/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/countdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/countdown",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Countdown Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.12.3",

packages/desktop/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* fix positioning of fallback desktop notice in modalish stacks ([66ea908](https://github.com/sciactive/pnotify/commit/66ea9085292ad16ecf2035ee797c492413f21189))
12+
13+
14+
15+
16+
617
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
718

819
**Note:** Version bump only for package @pnotify/desktop

packages/desktop/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/desktop",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Desktop Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.12.3",

packages/font-awesome4/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)
7+
8+
**Note:** Version bump only for package @pnotify/font-awesome4
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)
715

816
**Note:** Version bump only for package @pnotify/font-awesome4

packages/font-awesome4/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/font-awesome4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/font-awesome4",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "PNotify - Font Awesome 4 Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.2"
43+
"@pnotify/core": "^5.2.0"
4444
},
4545
"peerDependencies": {
4646
"font-awesome": "^4.7.0"

0 commit comments

Comments
 (0)