|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.0.0] - 2025-11-30 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Initial release of `@unicornlove/ui` standalone component library |
| 12 | +- Comprehensive UI component library for Tamagui and Expo |
| 13 | +- Support for iOS, Android, and Web platforms |
| 14 | +- Configurable theme system with factory utilities |
| 15 | +- Type definitions for geographic (Boundary, Coordinate) and phone utilities |
| 16 | +- Extensive component library including: |
| 17 | + - Form components (Input, Checkbox, Radio, PhoneNumberInput, ToggleSwitch, etc.) |
| 18 | + - Layout components (Card, Stack, Sheet, Dialog, Modal, etc.) |
| 19 | + - Navigation components (Breadcrumb, Tabs, Accordion, etc.) |
| 20 | + - Data display components (Charts, Tables, Lists, etc.) |
| 21 | + - Feedback components (Toast, Spinner, Loading states, etc.) |
| 22 | + - Map components with Mapbox integration |
| 23 | + - Rich text editor components |
| 24 | + - And many more... |
| 25 | +- Comprehensive documentation and API reference |
| 26 | +- Example Expo app demonstrating component usage |
| 27 | +- TypeScript definitions for all components |
| 28 | +- CJS, ESM, and DTS build outputs |
| 29 | + |
| 30 | +### Platform Support |
| 31 | +- ✅ iOS |
| 32 | +- ✅ Android |
| 33 | +- ✅ Web |
| 34 | + |
| 35 | +### Breaking Changes |
| 36 | +- This is the initial release, extracted from the legacy `@app/ui` package |
| 37 | +- Domain-specific components (ImageUpload, domain-specific layouts, etc.) have been moved to `@app/core` and are not included in this standalone package |
| 38 | + |
| 39 | +### Dependencies |
| 40 | +- React >= 18.0.0 |
| 41 | +- React Native >= 0.74.0 (optional) |
| 42 | +- Expo >= 51.0.0 (optional) |
| 43 | +- Tamagui >= 1.138.0 |
| 44 | +- React Hook Form >= 7.0.0 |
| 45 | +- Zod >= 3.0.0 |
| 46 | + |
| 47 | +[1.0.0]: https://github.com/Unicorn/SCF-Scaffald/releases/tag/@unicornlove/ui-v1.0.0 |
| 48 | + |
0 commit comments