feat(dees-pagination): Add new pagination component to the library along with its demo and integration in the main export.

This commit is contained in:
2025-04-25 14:27:51 +00:00
parent 12861b2230
commit af3dc5c466
5 changed files with 170 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-25 - 1.8.0 - feat(dees-pagination)
Add new pagination component to the library along with its demo and integration in the main export.
- Introduced dees-pagination component with support for various page range scenarios.
- Created demo file to showcase pagination with both small and large sets of pages.
- Updated the module's index to export the new pagination component.
## 2025-04-22 - 1.7.0 - feat(dees-searchbar)
Add dees-searchbar component with live search and filter demo