File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed
Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Replace `path/to/avalynx-alert.js` and `path/to/avalynx-alert.css` with the actu
4747AvalynxAlert is also available via [ jsDelivr] ( https://www.jsdelivr.com/ ) . You can include it in your project like this:
4848
4949``` html
50- <link href =" https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/css/avalynx-alert.css" rel =" stylesheet" >
51- <script src =" https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/js/avalynx-alert.js" ></script >
50+ <link href =" https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/css/avalynx-alert.css" rel =" stylesheet" >
51+ <script src =" https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/js/avalynx-alert.js" ></script >
5252```
5353
5454Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxAlert displays correctly.
Original file line number Diff line number Diff line change 33 *
44 * A simple alert system for web applications. Based on Bootstrap >=5.3 without any framework dependencies.
55 *
6- * @version 1.0.2
6+ * @version 1.0.4
77 * @license MIT
88 * @author https://github.com/avalynx/avalynx-alert/graphs/contributors
99 * @website https://github.com/avalynx/
Original file line number Diff line number Diff line change 33 *
44 * A simple alert system for web applications. Based on Bootstrap >=5.3 without any framework dependencies.
55 *
6- * @version 1.0.2
6+ * @version 1.0.4
77 * @license MIT
88 * @author https://github.com/avalynx/avalynx-alert/graphs/contributors
99 * @website https://github.com/avalynx/
Original file line number Diff line number Diff line change 33 *
44 * A simple alert system for web applications. Based on Bootstrap >=5.3 without any framework dependencies.
55 *
6- * @version 1.0.2
6+ * @version 1.0.4
77 * @license MIT
88 * @author https://github.com/avalynx/avalynx-alert/graphs/contributors
99 * @website https://github.com/avalynx/
Original file line number Diff line number Diff line change 1616 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9/build/styles/stackoverflow-light.min.css " id ="hljsTheme ">
1717 < script > hljs . highlightAll ( ) ; </ script >
1818
19- <!-- AvalynxAlert 1.0.3 -->
20- < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21- < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/js/avalynx-alert.min.js "> </ script >
19+ <!-- AvalynxAlert 1.0.4 -->
20+ < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21+ < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/js/avalynx-alert.min.js "> </ script >
2222
2323 <!-- Example helper -->
2424 < link href ="./css/helper.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change 1616 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9/build/styles/stackoverflow-light.min.css " id ="hljsTheme ">
1717 < script > hljs . highlightAll ( ) ; </ script >
1818
19- <!-- AvalynxAlert 1.0.3 -->
20- < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21- < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/js/avalynx-alert.min.js "> </ script >
19+ <!-- AvalynxAlert 1.0.4 -->
20+ < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21+ < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/js/avalynx-alert.min.js "> </ script >
2222
2323 <!-- Example helper -->
2424 < link href ="./css/helper.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change 1616 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9/build/styles/stackoverflow-light.min.css " id ="hljsTheme ">
1717 < script > hljs . highlightAll ( ) ; </ script >
1818
19- <!-- AvalynxAlert 1.0.3 -->
20- < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21- < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/js/avalynx-alert.min.js "> </ script >
19+ <!-- AvalynxAlert 1.0.4 -->
20+ < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21+ < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/js/avalynx-alert.min.js "> </ script >
2222
2323 <!-- Example helper -->
2424 < link href ="./css/helper.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change 1616 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9/build/styles/stackoverflow-light.min.css " id ="hljsTheme ">
1717 < script > hljs . highlightAll ( ) ; </ script >
1818
19- <!-- AvalynxAlert 1.0.3 -->
20- < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21- < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.3 /dist/js/avalynx-alert.min.js "> </ script >
19+ <!-- AvalynxAlert 1.0.4 -->
20+ < link href ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/css/avalynx-alert.min.css " rel ="stylesheet ">
21+ < script src ="https://cdn.jsdelivr.net/npm/avalynx-alert@1.0.4 /dist/js/avalynx-alert.min.js "> </ script >
2222
2323 <!-- Example helper -->
2424 < link href ="./css/helper.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change 22 "name" : " avalynx-alert" ,
33 "title" : " AvalynxAlert" ,
44 "description" : " AvalynxAlert is a simple alert system for web applications. 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-alert.js" ,
88 "module" : " dist/js/avalynx-alert.esm.js" ,
Original file line number Diff line number Diff line change 33 *
44 * A simple alert system for web applications. 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-alert/graphs/contributors
99 * @website https://github.com/avalynx/
You can’t perform that action at this time.
0 commit comments