From d1aedfc994481c7ddedf75d73a1438b0e6943c99 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 14 Dec 2024 09:26:34 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d146d60..6329a4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,52 @@ +## v1.0.1 (2024-12-14) + +### BREAKING CHANGE + +- Restructured the entire folder +hierarchy to adopt a feature-based structure. This +change improves code modularity and maintainability +but introduces breaking changes. + +### Feat + +- implement task dialogs +- implement user invite dialog +- implement users CRUD +- implement global command/search +- implement custom sidebar trigger +- implement coming-soon page + +### Fix + +- merge two button components into one (#60) +- loading all tabler-icon chunks in dev mode (#59) +- display menu dropdown when sidebar collapsed (#58) +- update spacing & alignment in dialogs/drawers +- update border & transition of sticky columns in user table +- update heading alignment to left in user dialogs +- add height and scroll area in user mutation dialogs +- update `/dashboard` route to just `/` +- **build**: replace require with import in tailwind.config.js +- uncontrolled issue in account setting +- card layout issue in app integrations page +- remove form reset logic from useEffect in task import +- update JSX types due to react 19 +- prevent card stretch in filtered app layout +- layout wrap issue in tasks page on mobile +- update user column hover and selected colors +- add setTimeout in user dialog closing +- layout shift issue in dropdown modal +- z-axis overflow issue in header +- stretch search bar only in mobile +- language dropdown issue in account setting +- update overflow contents with scroll area + +### Refactor + +- remove unnecessary layout-backup file +- update layouts and extract common layout +- reorganize project to feature-based structure + ## v1.0.0 (2024-12-09) ### BREAKING CHANGE diff --git a/package.json b/package.json index 741ea326..baf14d4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-admin", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "dev": "vite",