Skip to content

Commit

Permalink
Notiflix: The library has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
furcan committed Jan 11, 2023
1 parent 56ab861 commit 3d842b3
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 26 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@1.1.5

**Happy new year!**

* **Changed:** Notiflix: v3.2.6

-----

@1.1.4
* **Changed:** Notiflix: v3.2.5

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This application is the documentation project of [Notiflix](https://github.com/n

### Current Version

1.1.4 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")
1.1.5 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")


---------

### Copyright
Copyright © 2019 - 2022 Notiflix
Copyright © 2019 - 2023 Notiflix

### License
GPL-3.0 License - https://opensource.org/licenses/GPL-3.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notiflix-documentation",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://notiflix.github.io",
"description": "Notiflix",
"private": true,
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"next": "12.0.7",
"notiflix": "^3.2.5",
"notiflix": "^3.2.6",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
16 changes: 8 additions & 8 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<url>
<loc>https://notiflix.github.io</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -15,7 +15,7 @@

<url>
<loc>https://notiflix.github.io/notify</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -26,7 +26,7 @@

<url>
<loc>https://notiflix.github.io/report</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -37,7 +37,7 @@

<url>
<loc>https://notiflix.github.io/confirm</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -48,7 +48,7 @@

<url>
<loc>https://notiflix.github.io/loading</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -59,7 +59,7 @@

<url>
<loc>https://notiflix.github.io/block</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -70,7 +70,7 @@

<url>
<loc>https://notiflix.github.io/download</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
<image:image>
Expand All @@ -81,7 +81,7 @@

<url>
<loc>https://notiflix.github.io/documentation</loc>
<lastmod>2022-03-06</lastmod>
<lastmod>2023-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
<image:image>
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/404.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: '404'
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: 404 | Notiflix
description: Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
robots: noindex, nofollow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/500.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: '500'
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Something went wrong | Notiflix
description: Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
robots: noindex, nofollow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/block.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: BLOCK
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Block | Notiflix
description: 'Notiflix Block module can be used to block/unblock the elements during a process (Fetch/XHR), without locking the browser or the other elements/components to prevent the user’s interactions on the blocked elements.'
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/confirm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: CONFIRM
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Confirm | Notiflix
description: 'Notiflix Confirm module can be used to show non-blocking confirm/prompt boxes. This module includes 3 types of confirm/prompt: "Show", "Ask", and "Prompt". An additional question can be asked within the prompt box if using the "Ask" and/or "Prompt" ones unlike the "Show" one.'
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/documentation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: DOCUMENTATION
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Documentation | Notiflix
description: Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/download.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: DOWNLOAD
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Download | Notiflix
description: Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/home.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: HOME
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Notiflix | a pure JavaScript library for client-side non-blocking notifications.
description: Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/loading.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: LOADING
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Loading | Notiflix
description: 'Notiflix Loading module can be used to show a loading indicator during a process (Fetch/XHR). Includes 6 types of animated SVG icons: "Standard", "Hourglass", "Circle", "Arrows", "Dots", and "Pulse". An additional type is "Custom", and it can be used with a custom SVG icon.'
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/notify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: NOTIFY
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Notify | Notiflix
description: 'Notiflix Notify module can be used to send non-blocking alerts/notifications. This module includes 4 types of notifications: "Success", "Failure", "Warning", and "Info".'
robots: index, follow, noodp, noydir
Expand Down
2 changes: 1 addition & 1 deletion src/_database/pages/report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
_dbPageMeta:
routeId: REPORT
lastModifiedDate: '2022-03-06' # YYYY-MM-DD
lastModifiedDate: '2023-01-11' # YYYY-MM-DD
title: Report | Notiflix
description: 'Notiflix Report module can be used to show extended notifications that contain a title, description, and button(with a callback function). This module includes 4 types of notifications: "Success", "Failure", "Warning", and "Info".'
robots: index, follow, noodp, noydir
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3030,10 +3030,10 @@ normalize-selector@^0.2.0:
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=

notiflix@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.5.tgz#ca3abbb5bd6b821c9e3a4615943cbddef3792a6d"
integrity sha512-eMoMlT6gRl6RmO7N23j4APhxSYpYyNRV4T6qF11f3Yh3GMd/GKOdEZ+q/q1crUsZBg0f9EEfTXxLE3A/T3Cu9Q==
notiflix@^3.2.6:
version "3.2.6"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.6.tgz#d713f67734735f9a8611a70eac73250202b8557f"
integrity sha512-mUoaJ/s9E4r8o1O8XRqcuXEylpgOkfXtI5SEkBBlBK+LK7nq1c6qQaQcF7QzS/S018Ww7uUqSZotOs5cHENvVw==

num2fraction@^1.2.2:
version "1.2.2"
Expand Down

0 comments on commit 3d842b3

Please sign in to comment.