37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
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
|
|
- Added comprehensive README.md file with project overview, installation instructions, development guidelines, and feature descriptions
|
|
|
|
### 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.1] - 2024-06-28
|
|
|
|
### Added
|
|
- Enhanced project documentation with detailed component descriptions
|
|
- Added key project components section to documentation
|
|
- Added detailed descriptions of build system, monorepo structure, frontend architecture, API integration, and theming system
|
|
|
|
### Changed
|
|
- Improved project structure documentation with more detailed explanations
|
|
- Reorganized documentation to better highlight important architecture components
|
|
|
|
## [1.0.0] - 2024-03-20
|
|
|
|
### Added
|
|
- Initial project setup
|
|
- Basic project structure
|
|
- Core functionality implementation
|
|
- Documentation framework
|