|
| 1 | +## v1.0.1 (2024-12-14) |
| 2 | + |
| 3 | +### BREAKING CHANGE |
| 4 | + |
| 5 | +- Restructured the entire folder |
| 6 | +hierarchy to adopt a feature-based structure. This |
| 7 | +change improves code modularity and maintainability |
| 8 | +but introduces breaking changes. |
| 9 | + |
| 10 | +### Feat |
| 11 | + |
| 12 | +- implement task dialogs |
| 13 | +- implement user invite dialog |
| 14 | +- implement users CRUD |
| 15 | +- implement global command/search |
| 16 | +- implement custom sidebar trigger |
| 17 | +- implement coming-soon page |
| 18 | + |
| 19 | +### Fix |
| 20 | + |
| 21 | +- merge two button components into one (#60) |
| 22 | +- loading all tabler-icon chunks in dev mode (#59) |
| 23 | +- display menu dropdown when sidebar collapsed (#58) |
| 24 | +- update spacing & alignment in dialogs/drawers |
| 25 | +- update border & transition of sticky columns in user table |
| 26 | +- update heading alignment to left in user dialogs |
| 27 | +- add height and scroll area in user mutation dialogs |
| 28 | +- update `/dashboard` route to just `/` |
| 29 | +- **build**: replace require with import in tailwind.config.js |
| 30 | +- uncontrolled issue in account setting |
| 31 | +- card layout issue in app integrations page |
| 32 | +- remove form reset logic from useEffect in task import |
| 33 | +- update JSX types due to react 19 |
| 34 | +- prevent card stretch in filtered app layout |
| 35 | +- layout wrap issue in tasks page on mobile |
| 36 | +- update user column hover and selected colors |
| 37 | +- add setTimeout in user dialog closing |
| 38 | +- layout shift issue in dropdown modal |
| 39 | +- z-axis overflow issue in header |
| 40 | +- stretch search bar only in mobile |
| 41 | +- language dropdown issue in account setting |
| 42 | +- update overflow contents with scroll area |
| 43 | + |
| 44 | +### Refactor |
| 45 | + |
| 46 | +- remove unnecessary layout-backup file |
| 47 | +- update layouts and extract common layout |
| 48 | +- reorganize project to feature-based structure |
| 49 | + |
1 | 50 | ## v1.0.0 (2024-12-09)
|
2 | 51 |
|
3 | 52 | ### BREAKING CHANGE
|
|
0 commit comments