mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 20:46:44 +03:00
Release v2.22.0
### Added - Comprehensive mobile and responsive design support across the entire application - New drawer UI component for enhanced mobile navigation - Mobile-specific layouts for major components - Mobile screenshots in documentation ### Improved - Enhanced mobile user experience with optimized layouts - Updated organization list cards with better mobile responsiveness - Better touch interaction support throughout the application ### Fixed - Type definition issues resolved - Removed unnecessary console.log statements ### Documentation - Updated README with mobile usage instructions and screenshots - Added mobile-specific documentation sections
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.22.0] - 2025-07-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Comprehensive mobile and responsive design support across the entire application
|
||||||
|
- New drawer UI component for enhanced mobile navigation
|
||||||
|
- Mobile-specific layouts for major components (ActivityLog, Header, Organization, Repository)
|
||||||
|
- Mobile screenshots in documentation showcasing responsive design
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Enhanced mobile user experience with optimized layouts for smaller screens
|
||||||
|
- Updated organization list cards with better mobile responsiveness
|
||||||
|
- Better touch interaction support throughout the application
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Type definition issues resolved
|
||||||
|
- Removed unnecessary console.log statements
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Updated README with mobile usage instructions and screenshots
|
||||||
|
- Added mobile-specific documentation sections
|
||||||
|
|
||||||
## [2.20.1] - 2025-07-07
|
## [2.20.1] - 2025-07-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gitea-mirror",
|
"name": "gitea-mirror",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.21.0",
|
"version": "2.22.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"bun": ">=1.2.9"
|
"bun": ">=1.2.9"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user