Skip to content

Commit 3247aed

Browse files
committed
chore(release): v2.0.0
1 parent 4420c6a commit 3247aed

3 files changed

Lines changed: 47 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
[compare changes](https://github.com/Creatiwity/CreatDataTable/compare/v1.0.20...v1.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- **datatable): add customizable slots for sorting, checkboxes, and pagination chore(datatable): implement useTableState and useTableFiltering composables fix(datatable:** Enhance checkbox handling and pagination logic docs: update README with new slot usage examples style: improve code formatting and comments test: update basic tests to reflect new features ([1114896](https://github.com/Creatiwity/CreatDataTable/commit/1114896))
10+
- **datatable:** Add customizable slots for sorting, checkboxes, and pagination ([4420c6a](https://github.com/Creatiwity/CreatDataTable/commit/4420c6a))
11+
12+
### 🩹 Fixes
13+
14+
- **pagination:** Handle when no config provided ([6de7e1e](https://github.com/Creatiwity/CreatDataTable/commit/6de7e1e))
15+
- **filter:** Improves normalize function to filter ([ea742c3](https://github.com/Creatiwity/CreatDataTable/commit/ea742c3))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.0.21 ([3914da3](https://github.com/Creatiwity/CreatDataTable/commit/3914da3))
20+
- **release:** V1.0.22 ([6050aac](https://github.com/Creatiwity/CreatDataTable/commit/6050aac))
21+
- **release:** V1.0.23 ([e2a06fd](https://github.com/Creatiwity/CreatDataTable/commit/e2a06fd))
22+
- **release:** V1.0.24 ([1fd89ee](https://github.com/Creatiwity/CreatDataTable/commit/1fd89ee))
23+
- **release:** V1.0.25 ([8900095](https://github.com/Creatiwity/CreatDataTable/commit/8900095))
24+
- **release:** V1.0.26 ([9f5d218](https://github.com/Creatiwity/CreatDataTable/commit/9f5d218))
25+
26+
### ❤️ Contributors
27+
28+
- Johan Dufau ([@JohanDufau](http://github.com/JohanDufau))
29+
- Nathan LIBOUTET <nathan.lib19@gmail.com>
30+
- Fledarath <frederic.ledarath@epitech.eu>
31+
332
## v1.0.26
433

534
[compare changes](https://github.com/Creatiwity/CreatDataTable/compare/v1.0.20...v1.0.26)

package-lock.json

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creatiwity/datatable",
3-
"version": "1.0.26",
3+
"version": "2.0.0",
44
"description": "Creat Datatable",
55
"repository": "Creatiwity/CreatDataTable",
66
"license": "MIT",

0 commit comments

Comments
 (0)