25 lines
752 B
Markdown
25 lines
752 B
Markdown
![]() |
# Changelog
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
### Added
|
||
|
- Added UnoCSS usage guidelines
|
||
|
- Added API request pattern documentation
|
||
|
- Added hooks usage guidelines for boolean and loading states
|
||
|
- Added table component guidelines with implementation examples
|
||
|
- Added code cleanliness guidelines for unused imports and variables
|
||
|
|
||
|
### Changed
|
||
|
- Updated development guidelines with new sections
|
||
|
- Enhanced code documentation with specific usage patterns
|
||
|
- Updated UnoCSS documentation to emphasize its priority over custom CSS/SCSS
|
||
|
- Added guidance on choosing between useBoolean and useLoading based on business requirements
|
||
|
|
||
|
## [1.0.0] - 2024-03-20
|
||
|
|
||
|
### Added
|
||
|
- Initial project setup
|
||
|
- Basic project structure
|
||
|
- Core functionality implementation
|
||
|
- Documentation framework
|