Skip to content

Commit

Permalink
Version 3.0.1 Released.
Browse files Browse the repository at this point in the history
* **Changed:** `index.d.ts` file has added to the NPM.
  • Loading branch information
furcan committed May 10, 2021
1 parent 4ebe5c7 commit a37f04c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@3.0.1
* **Changed:** `index.d.ts` file has added to the NPM.

@3.0.0
* **Changed:** `Notiflix.Notify`: `Init()` function name changed to `init()`.
* **Changed:** `Notiflix.Notify`: `Merge()` function name changed to `merge()`.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
[downloads-url]: https://npmjs.org/package/notiflix
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/notiflix/badge?style=rounded
[jsdelivr-url]: https://www.jsdelivr.com/package/npm/notiflix
[size-badge]: https://img.badgesize.io/https://cdn.jsdelivr.net/npm/[email protected].0/dist/notiflix-aio-3.0.0.min.js?compression=gzip
[size-url]: https://cdn.jsdelivr.net/npm/[email protected].0/dist/notiflix-aio-3.0.0.min.js
[size-badge]: https://img.badgesize.io/https://cdn.jsdelivr.net/npm/[email protected].1/dist/notiflix-aio-3.0.1.min.js?compression=gzip
[size-url]: https://cdn.jsdelivr.net/npm/[email protected].1/dist/notiflix-aio-3.0.1.min.js
[lic-badge]: https://img.shields.io/github/license/notiflix/Notiflix.svg
[lic-url]: https://github.com/notiflix/Notiflix/blob/main/LICENSE

Expand All @@ -34,7 +34,7 @@
Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.

#### Current Version
3.0.0 [*](https://github.com/notiflix/Notiflix/blob/main/CHANGELOG.md "CHANGELOG")
3.0.1 [*](https://github.com/notiflix/Notiflix/blob/main/CHANGELOG.md "CHANGELOG")

#### Website
https://www.notiflix.com
Expand Down Expand Up @@ -83,14 +83,14 @@ import { Notify, Report, Confirm, Loading, Block } from "notiflix";

##### CSS and JS
```html
<link rel="stylesheet" href="dist/notiflix-3.0.0.min.css" />
<link rel="stylesheet" href="dist/notiflix-3.0.1.min.css" />

<script src="dist/notiflix-3.0.0.min.js"></script>
<script src="dist/notiflix-3.0.1.min.js"></script>
```

##### or only JS (All in One - Internal CSS)
```html
<script src="dist/notiflix-aio-3.0.0.min.js"></script>
<script src="dist/notiflix-aio-3.0.1.min.js"></script>
```

---------
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/notiflix-3.0.0.min.js → dist/notiflix-3.0.1.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@

</style>

<!-- <link href="../dist/notiflix-3.0.0.min.css" rel="stylesheet" />
<script src="../dist/notiflix-3.0.0.min.js"></script> -->
<script src="../dist/notiflix-aio-3.0.0.min.js"></script>
<!-- <link href="../dist/notiflix-3.0.1.min.css" rel="stylesheet" />
<script src="../dist/notiflix-3.0.1.min.js"></script> -->
<script src="../dist/notiflix-aio-3.0.1.min.js"></script>

<!-- <link href="../src/notiflix.css" rel="stylesheet" />
<script src="../src/notiflix.js"></script> -->
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Notiflix ("https://www.notiflix.com")
* Version: 3.0.0
* Version: 3.0.1
* Description: TypeScript Declaration.
* Author: Furkan MT ("https://github.com/furcan")
* Copyright 2019 - 2021 Notiflix, MIT Licence ("https://opensource.org/licenses/MIT")
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "notiflix",
"main": "dist/notiflix-aio-3.0.0.min.js",
"main": "dist/notiflix-aio-3.0.1.min.js",
"types": "index.d.ts",
"version": "3.0.0",
"version": "3.0.1",
"description": "Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more...",
"homepage": "https://github.com/notiflix/Notiflix",
"files": [
"index.d.ts",
"dist",
"src",
"ts"
Expand Down
2 changes: 1 addition & 1 deletion src/all-in-one/notiflix-aio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Notiflix ("https://www.notiflix.com")
* Description: Notiflix All In One contains the Notiflix CSS codes as internal to use the Notiflix as one file. This file has been created automatically from using the "notiflix.js", and "notiflix.css" files.
* Version: 3.0.0
* Version: 3.0.1
* Author: Furkan MT ("https://github.com/furcan")
* Copyright 2019 - 2021 Notiflix, MIT Licence ("https://opensource.org/licenses/MIT")
*/
Expand Down
2 changes: 1 addition & 1 deletion src/notiflix.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Notiflix ("https://www.notiflix.com")
* Version: 3.0.0
* Version: 3.0.1
* Author: Furkan MT ("https://github.com/furcan")
* Copyright 2019 - 2021 Notiflix, MIT Licence ("https://opensource.org/licenses/MIT")
*/
Expand Down
2 changes: 1 addition & 1 deletion src/notiflix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Notiflix ("https://www.notiflix.com")
* Version: 3.0.0
* Version: 3.0.1
* Author: Furkan MT ("https://github.com/furcan")
* Copyright 2019 - 2021 Notiflix, MIT Licence ("https://opensource.org/licenses/MIT")
*/
Expand Down

0 comments on commit a37f04c

Please sign in to comment.