Skip to content

Commit 252ff05

Browse files
committed
Upgrade AvalynxLightbox to version 1.0.4
Updated version references to 1.0.4 in source, build, and documentation files. Adjusted build process to improve CSS packaging, added `style` field in `package.json`, and refined dependencies.
1 parent 0ac6352 commit 252ff05

8 files changed

Lines changed: 13 additions & 11 deletions

File tree

README.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Ersetze `pfad/zu/avalynx-lightbox.*` durch den tatsächlichen Pfad zu den Dateie
5555
AvalynxLightbox ist auch über [jsDelivr](https://www.jsdelivr.com/) verfügbar. Du kannst es wie folgt in dein Projekt einbinden:
5656

5757
```html
58-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.3/dist/css/avalynx-lightbox.css">
59-
<script src="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.3/dist/js/avalynx-lightbox.js"></script>
58+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.4/dist/css/avalynx-lightbox.css">
59+
<script src="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.4/dist/js/avalynx-lightbox.js"></script>
6060
```
6161

6262
Stelle sicher, dass du auch Bootstrap JS/CSS in dein Projekt einbindest, um eine korrekte Anzeige von AvalynxLightbox zu gewährleisten.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Replace `path/to/avalynx-lightbox.*` with the actual path to the files in your p
5757
AvalynxLightbox is also available via [jsDelivr](https://www.jsdelivr.com/). You can include it in your project like this:
5858

5959
```html
60-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.3/dist/css/avalynx-lightbox.css">
61-
<script src="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.3/dist/js/avalynx-lightbox.js"></script>
60+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.4/dist/css/avalynx-lightbox.css">
61+
<script src="https://cdn.jsdelivr.net/npm/avalynx-lightbox@1.0.4/dist/js/avalynx-lightbox.js"></script>
6262
```
6363

6464
Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxLightbox displays correctly.

dist/css/avalynx-lightbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
55
*
6-
* @version 1.0.3
6+
* @version 1.0.4
77
* @license MIT
88
* @author https://github.com/avalynx/avalynx-lightbox/graphs/contributors
99
* @website https://github.com/avalynx/

dist/js/avalynx-lightbox.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
55
*
6-
* @version 1.0.3
6+
* @version 1.0.4
77
* @license MIT
88
* @author https://github.com/avalynx/avalynx-lightbox/graphs/contributors
99
* @website https://github.com/avalynx/

dist/js/avalynx-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
55
*
6-
* @version 1.0.3
6+
* @version 1.0.4
77
* @license MIT
88
* @author https://github.com/avalynx/avalynx-lightbox/graphs/contributors
99
* @website https://github.com/avalynx/

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "avalynx-lightbox",
33
"title": "AvalynxLightbox",
44
"description": "AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"license": "MIT",
77
"main": "dist/js/avalynx-lightbox.js",
88
"module": "dist/js/avalynx-lightbox.esm.js",
9+
"style": "dist/css/avalynx-lightbox.css",
910
"files": [
11+
"dist/css/avalynx-lightbox.css",
1012
"dist/js/avalynx-lightbox.js",
1113
"dist/js/avalynx-lightbox.esm.js"
1214
],
@@ -34,7 +36,7 @@
3436
},
3537
"scripts": {
3638
"test": "jest",
37-
"build": "shx rm -rf dist; shx mkdir -p dist/js/; shx mkdir -p dist/css/; shx cp src/js/avalynx-lightbox.js dist/js/avalynx-lightbox.js; shx cp src/js/avalynx-lightbox.js dist/js/avalynx-lightbox.esm.js; shx cp src/css/avalynx-lightbox.css dist/css/avalynx-lightbox.css; node build.js dist/js/avalynx-lightbox.esm.js"
39+
"build": "shx rm -rf dist; shx mkdir -p dist/js/; shx cp src/js/avalynx-lightbox.js dist/js/avalynx-lightbox.js; shx cp src/js/avalynx-lightbox.js dist/js/avalynx-lightbox.esm.js; node build.js dist/js/avalynx-lightbox.esm.js; shx mkdir -p dist/css/; shx cp src/css/avalynx-lightbox.css dist/css/avalynx-lightbox.css"
3840
},
3941
"dependencies": {
4042
"bootstrap": ">=5.3"

src/css/avalynx-lightbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
55
*
6-
* @version 1.0.3
6+
* @version 1.0.4
77
* @license MIT
88
* @author https://github.com/avalynx/avalynx-lightbox/graphs/contributors
99
* @website https://github.com/avalynx/

src/js/avalynx-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
55
*
6-
* @version 1.0.3
6+
* @version 1.0.4
77
* @license MIT
88
* @author https://github.com/avalynx/avalynx-lightbox/graphs/contributors
99
* @website https://github.com/avalynx/

0 commit comments

Comments
 (0)