chore: Update Dockerfile to use Node.js 20 and revise README for updated Node.js version
Publish Tabler Docker image / build-and-push-tabler (push) Has been cancelled
Publish Tabler Docker image / build-and-push-tabler (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## [2024-07-08] - Tabler Core Integration
|
||||
|
||||
### Added
|
||||
- Integrated `@tabler/core` package for 100% authentic Tabler UI
|
||||
- Official Tabler CSS and components
|
||||
- Better performance and smaller bundle size
|
||||
|
||||
### Changed
|
||||
- Updated Node.js requirement from 18 to 20 (required by @tabler/core)
|
||||
- Simplified CSS by removing custom Tabler styles
|
||||
- Replaced React-Bootstrap components with native Tabler classes
|
||||
- Updated Dockerfile to use Node.js 20
|
||||
|
||||
### Removed
|
||||
- Custom Tabler CSS variables and styles
|
||||
- React-Bootstrap dependency (still available but not used)
|
||||
- Duplicate styling code
|
||||
|
||||
### Technical Details
|
||||
- `@tabler/core` requires Node.js >= 20
|
||||
- Vite 7.0+ requires Node.js >= 20
|
||||
- All existing functionality preserved
|
||||
- Better TypeScript support
|
||||
- Improved accessibility
|
||||
|
||||
### Migration Notes
|
||||
- No breaking changes for users
|
||||
- Backend remains unchanged
|
||||
- Docker images now use Node.js 20
|
||||
- CI/CD pipelines updated automatically
|
||||
Reference in New Issue
Block a user