Skip to content

Commit

Permalink
Version 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
furcan committed Jan 2, 2024
1 parent 85f36f1 commit 78ca6fa
Show file tree
Hide file tree
Showing 25 changed files with 62 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .dev/notiflix-dev-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Version: 1.0.0
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix - All In One, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix - All In One, MIT License (https://opensource.org/licenses/MIT)
*/

'use-strict';
Expand Down
6 changes: 3 additions & 3 deletions .dev/notiflix-dev-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Notiflix constants for the development.
* Version: 1.0.0
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix - Constants, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix - Constants, MIT License (https://opensource.org/licenses/MIT)
*/

// Dev Dependencies
Expand Down Expand Up @@ -67,8 +67,8 @@ module.exports = {
notiflixUrl: '(https://notiflix.github.io)',
version: (JSON.stringify((packageJson || {}).version) || '').replace(/"/gm, ''),
author: (JSON.stringify((packageJson || {}).author) || '').replace(/"/gm, ''),
license: 'MIT Licence (https://opensource.org/licenses/MIT)',
year: '2019 - ' + (new Date().getFullYear() || '2023'),
license: 'MIT License (https://opensource.org/licenses/MIT)',
year: '2019 - ' + (new Date().getFullYear() || '2024'),
directories: {
dist: 'dist',
build: 'build',
Expand Down
2 changes: 1 addition & 1 deletion .dev/notiflix-dev-minifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Version: 1.0.0
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix Minifier, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix Minifier, MIT License (https://opensource.org/licenses/MIT)
*/

'use-strict';
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@3.2.7

No changes.

**Happy new year!**

---

@3.2.6

No changes.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - 2023 Notiflix
Copyright (c) 2019 - 2024 Notiflix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 12 additions & 12 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/notiflix@3.2.6/dist/notiflix-aio-3.2.6.min.js?compression=gzip
[size-url]: https://cdn.jsdelivr.net/npm/notiflix@3.2.6/dist/notiflix-aio-3.2.6.min.js
[size-badge]: https://img.badgesize.io/https://cdn.jsdelivr.net/npm/notiflix@3.2.7/dist/notiflix-aio-3.2.7.min.js?compression=gzip
[size-url]: https://cdn.jsdelivr.net/npm/notiflix@3.2.7/dist/notiflix-aio-3.2.7.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 @@ -36,7 +36,7 @@ Notiflix is a pure JavaScript library for client-side non-blocking notifications

### Current Version

3.2.6 [*](https://github.com/notiflix/Notiflix/blob/main/CHANGELOG.md "CHANGELOG")
3.2.7 [*](https://github.com/notiflix/Notiflix/blob/main/CHANGELOG.md "CHANGELOG")

### Browser Compatibility

Expand Down Expand Up @@ -97,27 +97,27 @@ import { Block } from 'notiflix/build/notiflix-block-aio';

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

<script src="dist/notiflix-3.2.6.min.js"></script>
<script src="dist/notiflix-3.2.7.min.js"></script>
```

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

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

<script src="dist/notiflix-report-aio-3.2.6.min.js"></script>
<script src="dist/notiflix-report-aio-3.2.7.min.js"></script>

<script src="dist/notiflix-confirm-aio-3.2.6.min.js"></script>
<script src="dist/notiflix-confirm-aio-3.2.7.min.js"></script>

<script src="dist/notiflix-loading-aio-3.2.6.min.js"></script>
<script src="dist/notiflix-loading-aio-3.2.7.min.js"></script>

<script src="dist/notiflix-block-aio-3.2.6.min.js"></script>
<script src="dist/notiflix-block-aio-3.2.7.min.js"></script>
```

---------
Expand Down Expand Up @@ -770,7 +770,7 @@ Notiflix.Block.init({
---------

### Copyright
Copyright &copy; 2019 - 2023 Notiflix
Copyright &copy; 2019 - 2024 Notiflix

### License
MIT license - https://opensource.org/licenses/MIT
4 changes: 2 additions & 2 deletions build/notiflix-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down
4 changes: 2 additions & 2 deletions build/notiflix-block-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix Block AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down
4 changes: 2 additions & 2 deletions build/notiflix-confirm-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix Confirm AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down
4 changes: 2 additions & 2 deletions build/notiflix-loading-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix Loading AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down
4 changes: 2 additions & 2 deletions build/notiflix-notify-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix Notify AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down
4 changes: 2 additions & 2 deletions build/notiflix-report-aio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix Report AIO (https://notiflix.github.io)
* Description: This file has been created automatically that using "notiflix.js", and "notiflix.css" files.
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/notiflix-3.2.6.min.js → dist/notiflix-3.2.7.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,16 @@
<script src="../build/notiflix-block-aio.js"></script> -->


<!-- <link href="../dist/notiflix-3.2.6.min.css" rel="stylesheet" />
<script src="../dist/notiflix-3.2.6.min.js"></script> -->
<!-- <link href="../dist/notiflix-3.2.7.min.css" rel="stylesheet" />
<script src="../dist/notiflix-3.2.7.min.js"></script> -->

<!-- <script src="../dist/notiflix-aio-3.2.6.min.js"></script> -->
<!-- <script src="../dist/notiflix-aio-3.2.7.min.js"></script> -->

<script src="../dist/notiflix-notify-aio-3.2.6.min.js"></script>
<script src="../dist/notiflix-report-aio-3.2.6.min.js"></script>
<script src="../dist/notiflix-confirm-aio-3.2.6.min.js"></script>
<script src="../dist/notiflix-loading-aio-3.2.6.min.js"></script>
<script src="../dist/notiflix-block-aio-3.2.6.min.js"></script>
<script src="../dist/notiflix-notify-aio-3.2.7.min.js"></script>
<script src="../dist/notiflix-report-aio-3.2.7.min.js"></script>
<script src="../dist/notiflix-confirm-aio-3.2.7.min.js"></script>
<script src="../dist/notiflix-loading-aio-3.2.7.min.js"></script>
<script src="../dist/notiflix-block-aio-3.2.7.min.js"></script>


<script>
Expand Down
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Notiflix (https://notiflix.github.io)
* Version: 3.2.6
* Version: 3.2.7
* Description: TypeScript Declaration.
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "notiflix",
"main": "dist/notiflix-aio-3.2.6.min.js",
"main": "dist/notiflix-aio-3.2.7.min.js",
"types": "index.d.ts",
"version": "3.2.6",
"version": "3.2.7",
"description": "Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more...",
"homepage": "https://github.com/notiflix/Notiflix",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/notiflix.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Notiflix (https://notiflix.github.io)
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* NOTIFLIX.NOTIFY: begin */
Expand Down
4 changes: 2 additions & 2 deletions src/notiflix.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Notiflix (https://notiflix.github.io)
* Version: 3.2.6
* Version: 3.2.7
* Author: Furkan (https://github.com/furcan)
* Copyright 2019 - 2023 Notiflix, MIT Licence (https://opensource.org/licenses/MIT)
* Copyright 2019 - 2024 Notiflix, MIT License (https://opensource.org/licenses/MIT)
*/

/* global define */
Expand Down

0 comments on commit 78ca6fa

Please sign in to comment.