Skip to content

Commit

Permalink
Notiflix: Lib has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
furcan committed Jan 29, 2022
1 parent 75dde2d commit 3b497be
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@1.1.3
* **Changed:** Notiflix: v3.2.4

-----

@1.1.2
* **Changed:** Dependencies have been updated.

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.2 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")
1.1.3 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")


---------

### Copyright
Copyright © 2019 - 2021 Notiflix
Copyright © 2019 - 2022 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.2",
"version": "1.1.3",
"homepage": "https://notiflix.github.io",
"description": "Notiflix",
"private": true,
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"next": "12.0.7",
"notiflix": "^3.2.2",
"notiflix": "^3.2.4",
"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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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>2021-11-08</lastmod>
<lastmod>2022-01-29</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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # YYYY-MM-DD
title: 404 | Notiflix
description: Notiflix is a 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # YYYY-MM-DD
title: Something went wrong | Notiflix
description: Notiflix is a 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # YYYY-MM-DD
title: Documentation | Notiflix
description: Notiflix is a 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # YYYY-MM-DD
title: Download | Notiflix
description: Notiflix is a 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # YYYY-MM-DD
title: Notiflix | a JavaScript library for client-side non-blocking notifications.
description: Notiflix is a 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # 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: '2021-11-08' # YYYY-MM-DD
lastModifiedDate: '2022-01-29' # 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.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.2.tgz#85becd576763f73b6d76433f360b2c9eb5e393cd"
integrity sha512-m1TdfVf0pU3W3BDGhyW3GuGKan2x8xmQ0gPJlVmkqW9yo7yc/ftOYrPO0zFCfwxCpg0JVeT5CVHUfDxsPilRtQ==
notiflix@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.4.tgz#20c80de138aeef753813cd74c81c827f6f3dfcc7"
integrity sha512-zz8P5kC9/Rk1JTyiK2o7t0iBNJOQRqM4/1LgqVwagdo3ROqFaJRn1rp7gMmP1vme20Ao1hjT9MnhjIhkUj6HBw==

num2fraction@^1.2.2:
version "1.2.2"
Expand Down

0 comments on commit 3b497be

Please sign in to comment.