You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ PNotify is a vanilla JavaScript notification library. PNotify can provide [deskt
5
5
<h1>Demos</h1>
6
6
7
7
*http://sciactive.com/pnotify/ for the latest release (v3)
8
-
*https://sciactive.github.io/pnotify/ for what's in development (v4-alpha)
8
+
*https://sciactive.github.io/pnotify/ for what's in development (v4-beta)
9
9
10
10
<h1>Table of Contents</h1>
11
11
@@ -51,9 +51,9 @@ PNotify is a vanilla JavaScript notification library. PNotify can provide [deskt
51
51
52
52
# Whoa there!
53
53
54
-
Unless you're an alpha tester, **none of this README applies to you!** You want to check out the **[README on the master branch](https://github.com/sciactive/pnotify/blob/master/README.md)**.
54
+
Unless you're a beta tester, **none of this README applies to you!** You want to check out the **[README on the master branch](https://github.com/sciactive/pnotify/blob/master/README.md)**.
55
55
56
-
This README is for **PNotify 4**. v4 is only in alpha stage, but it's got some huge changes:
56
+
This README is for **PNotify 4**. v4 is in beta stage, but it's got some huge changes:
57
57
58
58
***jQuery is no longer required.** v4 doesn't require any libraries, actually.
59
59
* It's built using [Svelte](http://svelte.technology), which means it compiles down to vanilla JS.
@@ -65,6 +65,8 @@ This README is for **PNotify 4**. v4 is only in alpha stage, but it's got some h
65
65
* NonBlock module spun off into its own project, [NonBlock.js](https://github.com/sciactive/nonblockjs).
66
66
* There is a Compat module available to allow you to run PNotify 3 code with PNotify 4.
67
67
68
+
It should be safe to use in production code, but please report any issues you run into.
69
+
68
70
## Running PNotify 3 Code with the Compat Module
69
71
70
72
You can use `PNotifyCompat` instead of `PNotify` in order to run PNotify 3 code. Check out `demo/compat-*.html` for more examples.
0 commit comments