Changelog
Changelog
All notable changes to CrossUIKit will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Initial project setup with monorepo structure
- Core package with basic components (Button, ThemeProvider)
- Theme management system with useThemeManager hook
- Example applications:
- React app with Vite
- Next.js app
- Kotlin Android app
- Swift iOS app
0.1.0 - 2024-01-17
Added
- Initial project setup with monorepo structure
- Core package with basic components (Button, ThemeProvider)
- Theme management system with useThemeManager hook
- Example applications:
- React app with Vite
- Next.js app
- Kotlin Android app
- Swift iOS app
Changed
- Updated build system to use pnpm workspaces
- Improved package structure for better modularity
Fixed
- Fixed TypeScript configuration issues
- Resolved theme inheritance bugs