diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a7f35..ac65207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # AvalynxTable Changelog +## 0.0.3 +- [x] optimizations in the project / composer added + ## 0.0.2 - [x] Tests added - [x] Filename fixed diff --git a/README.md b/README.md index d28a824..521fc42 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Replace `path/to/avalynx-table.js` and `path/to/avalynx-table.css` with the actu AvalynxTable is also available via [jsDelivr](https://www.jsdelivr.com/). You can include it in your project like this: ```html - - + + ``` Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxTable displays correctly. diff --git a/dist/css/avalynx-table.css b/dist/css/avalynx-table.css index ab0bd8c..699e038 100644 --- a/dist/css/avalynx-table.css +++ b/dist/css/avalynx-table.css @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/ diff --git a/dist/js/avalynx-table.esm.js b/dist/js/avalynx-table.esm.js index af035a9..391f853 100644 --- a/dist/js/avalynx-table.esm.js +++ b/dist/js/avalynx-table.esm.js @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/ diff --git a/dist/js/avalynx-table.js b/dist/js/avalynx-table.js index 1f43ff4..4ea34da 100644 --- a/dist/js/avalynx-table.js +++ b/dist/js/avalynx-table.js @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/ diff --git a/examples/table.html b/examples/table.html index 8b8c823..f35252e 100644 --- a/examples/table.html +++ b/examples/table.html @@ -16,9 +16,9 @@ - - - + + + diff --git a/package.json b/package.json index 31372bc..b7f9d96 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "avalynx-table", "title": "AvalynxTable", "description": "AvalynxTable is a simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies.", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "main": "dist/js/avalynx-table.js", "module": "dist/js/avalynx-table.esm.js", diff --git a/src/css/avalynx-table.css b/src/css/avalynx-table.css index ab0bd8c..699e038 100644 --- a/src/css/avalynx-table.css +++ b/src/css/avalynx-table.css @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/ diff --git a/src/js/avalynx-table.esm.js b/src/js/avalynx-table.esm.js index af035a9..391f853 100644 --- a/src/js/avalynx-table.esm.js +++ b/src/js/avalynx-table.esm.js @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/ diff --git a/src/js/avalynx-table.js b/src/js/avalynx-table.js index 1f43ff4..4ea34da 100644 --- a/src/js/avalynx-table.js +++ b/src/js/avalynx-table.js @@ -3,7 +3,7 @@ * * A simple table system for web applications. Based on Bootstrap >=5.3 without any framework dependencies. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-table/graphs/contributors * @website https://github.com/avalynx/