Releases: nativeui-org/ui
v.1.3.1
What's Changed
- Investigate registry file not found error by @theoribbi in #112
Full Changelog: v.1.3.0...v.1.3.1
v.1.3.0
What's Changed
- hotfix(registry): handle direct registry.json requests by @theoribbi in #96
- fix(tabs): update flex style to allow scroll view by @theoribbi in #105
- Hotfix: Update tabs content to allow scroll view by @theoribbi in #106
- fix(component-preview): update installation command format for registry by @theoribbi in #108
- feat(component-preview): enhance component navigation and documentation features by @theoribbi in #109
- feat(component-preview): add functionality to open documentation in LLM tools by @theoribbi in #110
Full Changelog: v.1.2.0...v.1.3.0
v.1.2.0
Update Shadcn/ui registry
What's Changed
- fix(registry): handle .json extension in componentName param by @theoribbi in #94
- refactor(registry): move registry files to public/r directory by @theoribbi in #95
Full Changelog: v.1.1.0...v.1.2.0
v.1.1.0
What's Changed
- hotfix: add PWA assets and apple meta tag by @theoribbi in #78
- docs: fix apostrophe encoding in usage page text by @theoribbi in #80
- hotfix: Update installation page with skeleton by @theoribbi in #81
- fix(theme): resolve hydration mismatch in code block component by @theoribbi in #82
- fix(code-block): remove unused theme variable and fix whitespace by @theoribbi in #83
- fix: update components link to correct path in docs page by @theoribbi in #84
- fix: correct tsconfig paths configuration to include all files by @theoribbi in #85
- fix: add correcte type on ui components by @theoribbi in #86
- fix(site): hide NativeUI text on small screens by @theoribbi in #89
- feat(theme): add muted and toggle colors to theme configuration by @theoribbi in #90
- chore(ui): update input and button components styling by @theoribbi in #92
Full Changelog: v.1.0.0...v.1.1.0
v.1.0.0
📦 v1.0.0 — Initial Release
The first stable release of the UI component library for React Native — built with the spirit of shadcn/ui and fully open-source.
✨ Features
⚛️ Component system based on a registry
Inspired by shadcn/ui: easily copy, customize and extend components as needed.
📱 Fully compatible with React Native & Expo
Built to work out of the box with both bare and managed workflows.
🎨 Theming system with Tailwind-like styling
nativewind, for utility-first styles.
🧩 Set of pre-built, accessible components
Including: Button, Input, Modal, Avatar, Sheet, Toast, Accordion, and more.
🔌 First-class support for community packages
Works with react-native-reanimated, react-native-gesture-handler, and others.
🛠️ Designed to be cloned, not consumed
Copy-paste your components and own the code — no black boxes, no vendor lock-in.
v.0.1.0
Full Changelog: v.0.0.1...v.0.1.0
Deploy to vercel with NPM
v.0.0.1
What's Changed
- Create button components by @theoribbi in #42
- Create component accordion by @theoribbi in #43
- Add Badge component to registry by @theoribbi in #44
- Add Avatar component to registry by @theoribbi in #45
- Add Input component to registry by @theoribbi in #46
- Add Textarea component to registry by @theoribbi in #47
- Add Input OTP component to registry by @theoribbi in #48
- Add Switch component to registry by @theoribbi in #49
- Add Radio Group component to registry by @theoribbi in #50
- Add Checkbox component to registry by @theoribbi in #51
- Add Slider component to registry by @theoribbi in #52
- Add Select component to registry by @theoribbi in #53
- Add Popover component to registry by @theoribbi in #54
- Add Drawer component to registry by @theoribbi in #56
- Add Combobox component to registry by @theoribbi in #57
- Add Skeleton component to registry by @theoribbi in #58
- Add Separator component to registry by @theoribbi in #59
- Add Sheet component to registry by @theoribbi in #60
- Update registry.json to include new Tabs component for React Native a… by @theoribbi in #61
- Add Toggle component to registry by @theoribbi in #62
- Add Toggle Group component to registry by @theoribbi in #63
- Add Progress component to registry by @theoribbi in #64
- Add Pagination component to registry by @theoribbi in #65
- Add Alert component to registry by @theoribbi in #66
- Add Tooltip component to registry by @theoribbi in #67
- Add Collapsible component to registry by @theoribbi in #68
- Add Table component to registry by @theoribbi in #69
- Add Label component to registry by @theoribbi in #70
- Add Dialog component to registry by @theoribbi in #71
- Add Alert Dialog component to registry by @theoribbi in #72
- Add Card component to registry by @theoribbi in #73
- Add Carousel component to registry by @theoribbi in #74
- Add Dropdown component to registry by @theoribbi in #75
- Add Calendar component to registry by @theoribbi in #76
- Add Date Time Picker component to registry by @theoribbi in #77
New Contributors
- @theoribbi made their first contribution in #42
Full Changelog: https://github.com/nativeui-org/ui/commits/v.0.0.1