## 1.0.5 (2026-07-02)
* fix(input): show focus ring on android via border ([a87b501](https://github.com/heroui-inc/heroui-native/commit/a87b501))
* fix(input): show invalid outline at rest ([584a946](https://github.com/heroui-inc/heroui-native/commit/584a946))
* fix(popover): wrap content to fix exit anim & layout warning ([40ccfad](https://github.com/heroui-inc/heroui-native/commit/40ccfad))
* fix(select): use accent-soft-foreground for check icon ([974ca17](https://github.com/heroui-inc/heroui-native/commit/974ca17))
* fix(theme): rename field border width utility ([4cc1a54](https://github.com/heroui-inc/heroui-native/commit/4cc1a54))
* build: upgrade deps as per expo 57 ([19cfd25](https://github.com/heroui-inc/heroui-native/commit/19cfd25))
* perf(popover): mount content once via driven enter ([39ace70](https://github.com/heroui-inc/heroui-native/commit/39ace70))
* docs(provider): document global text input props ([7b39e91](https://github.com/heroui-inc/heroui-native/commit/7b39e91))
* feat(provider): add global text input props config ([bc6253e](https://github.com/heroui-inc/heroui-native/commit/bc6253e))
* feat(text): add default dynamicTypeRamp to Typography components ([2a3ff28](https://github.com/heroui-inc/heroui-native/commit/2a3ff28))
* refactor(styles): apply field border and outline states ([5e0a70f](https://github.com/heroui-inc/heroui-native/commit/5e0a70f))
* refactor(styles): use configured tv with global twMerge config ([05d9331](https://github.com/heroui-inc/heroui-native/commit/05d9331))
* Mix soft colors with foreground instead of black ([90e596d](https://github.com/heroui-inc/heroui-native/commit/90e596d))
## 1.0.4 (2026-05-26)
* build: modify metro.config.js ([a0b68b4](https://github.com/heroui-inc/heroui-native/commit/a0b68b4))
* build: pin @gorhom/bottom-sheet to ^5.2.9 ([019b171](https://github.com/heroui-inc/heroui-native/commit/019b171))
* build: upd jest preset path ([ffbcf0d](https://github.com/heroui-inc/heroui-native/commit/ffbcf0d))
* build: upd release.yml ([170edc8](https://github.com/heroui-inc/heroui-native/commit/170edc8))
* build: upd yarn lock ([334ee07](https://github.com/heroui-inc/heroui-native/commit/334ee07))
* build: upgrade @gorhom/bottom-sheet ([bdb5117](https://github.com/heroui-inc/heroui-native/commit/bdb5117))
* build: upgrade to expo 56 ([2960d3a](https://github.com/heroui-inc/heroui-native/commit/2960d3a))
* chore: add theme-vibrant.css file ([8394988](https://github.com/heroui-inc/heroui-native/commit/8394988))
* chore: refine chip styles ([810ce2c](https://github.com/heroui-inc/heroui-native/commit/810ce2c))
* chore: refine vibrant colors ([46cb08e](https://github.com/heroui-inc/heroui-native/commit/46cb08e))
* chore: remove safe-area-view from example-app ([bd9ce1a](https://github.com/heroui-inc/heroui-native/commit/bd9ce1a))
* chore: upd readme preview app section ([b4889f1](https://github.com/heroui-inc/heroui-native/commit/b4889f1))
* chore: update theme.css soft values ([595fdc7](https://github.com/heroui-inc/heroui-native/commit/595fdc7))
* docs: add popover offset special note ([0ff888b](https://github.com/heroui-inc/heroui-native/commit/0ff888b))
* docs: update colors.md ([c307b28](https://github.com/heroui-inc/heroui-native/commit/c307b28))
* refactor(text): rename text to typography ([1df7772](https://github.com/heroui-inc/heroui-native/commit/1df7772))
## 1.0.3 (2026-05-11)
* docs: extend bottom sheet examples ([fb34a3c](https://github.com/heroui-inc/heroui-native/commit/fb34a3c))
* fix: use todo-style tests to match repo Jest config ([b5669c0](https://github.com/heroui-inc/heroui-native/commit/b5669c0))
* fix(field): remove side padding ([241b15b](https://github.com/heroui-inc/heroui-native/commit/241b15b))
* fix(input): primary border color ([01fe17a](https://github.com/heroui-inc/heroui-native/commit/01fe17a))
* fix(scroll-shadow): respect child's `inverted` prop ([007019f](https://github.com/heroui-inc/heroui-native/commit/007019f)), closes [#393](https://github.com/heroui-inc/heroui-native/issues/393)
* fix(select): trigger children container issue ([c348107](https://github.com/heroui-inc/heroui-native/commit/c348107))
* fix(tabs): align indicator in RTL ([07ede48](https://github.com/heroui-inc/heroui-native/commit/07ede48))
* fix(tabs): rtl indicator animation issue ([0c40ec2](https://github.com/heroui-inc/heroui-native/commit/0c40ec2))
* feat: add Text component with semantic type prop and sub-components ([88484e0](https://github.com/heroui-inc/heroui-native/commit/88484e0))
* feat(text): add color, weight, align, trancate props ([8364929](https://github.com/heroui-inc/heroui-native/commit/8364929))
* refactor(avatar): make alt prop optional ([dace0ab](https://github.com/heroui-inc/heroui-native/commit/dace0ab))
* refactor(text): remove prose sub component ([9857faf](https://github.com/heroui-inc/heroui-native/commit/9857faf))
* chore(button): refine button height styles ([4658da1](https://github.com/heroui-inc/heroui-native/commit/4658da1))
* chore(chip): refine py styles ([8561f06](https://github.com/heroui-inc/heroui-native/commit/8561f06))
* chore(chip): refine soft bg styles ([f3f1a24](https://github.com/heroui-inc/heroui-native/commit/f3f1a24))
* chore(input): apply min-h instead of py ([257dee5](https://github.com/heroui-inc/heroui-native/commit/257dee5))
## 1.0.2 (2026-04-15)
* chore: upd readme version ([cbec221](https://github.com/heroui-inc/heroui-native/commit/cbec221))
* chore: update license ([c2f87ff](https://github.com/heroui-inc/heroui-native/commit/c2f87ff))
* chore: update LICENSE ([1f0b5c0](https://github.com/heroui-inc/heroui-native/commit/1f0b5c0))
* chore(button): adjust root style ([971842b](https://github.com/heroui-inc/heroui-native/commit/971842b))
* chore(input): adjust border width style ([9e6c2bd](https://github.com/heroui-inc/heroui-native/commit/9e6c2bd))
* chore(select): adjust trigger py style ([5ff1e36](https://github.com/heroui-inc/heroui-native/commit/5ff1e36))
* docs(radio-group): update doc file with radio api ref ([fbd58b5](https://github.com/heroui-inc/heroui-native/commit/fbd58b5))
* docs(surface): add asChild to root api ref ([79a82d5](https://github.com/heroui-inc/heroui-native/commit/79a82d5))
* feat: add unstable_accessibilityContainerViewIsModal prop to FullWindowOverlay ([be6bff8](https://github.com/heroui-inc/heroui-native/commit/be6bff8))
* feat(pressable-feedback): add asChild support ([57da0a2](https://github.com/heroui-inc/heroui-native/commit/57da0a2))
* feat(surface): add asChild support ([49102b1](https://github.com/heroui-inc/heroui-native/commit/49102b1))
* build: add context exports ([67612b8](https://github.com/heroui-inc/heroui-native/commit/67612b8))
* style: added border-0 to all button variants for consistent styling ([84975ea](https://github.com/heroui-inc/heroui-native/commit/84975ea))
## 1.0.1 (2026-04-01)
* chore: remove v3 from docs link ([208a642](https://github.com/heroui-inc/heroui-native/commit/208a642))
* chore: sync versions ([20df291](https://github.com/heroui-inc/heroui-native/commit/20df291))
* chore: upd readme image link ([9ae28a6](https://github.com/heroui-inc/heroui-native/commit/9ae28a6))
* feat: add backdrop style variable ([f225331](https://github.com/heroui-inc/heroui-native/commit/f225331))
* feat: export use-combined-animation-disabled-state hook from public API ([9ca1d66](https://github.com/heroui-inc/heroui-native/commit/9ca1d66))
* feat: export useGlobalAnimationSettings hook from public API ([da8fbfa](https://github.com/heroui-inc/heroui-native/commit/da8fbfa))
* fix(styles): respect disabled modifier ([3d75ed3](https://github.com/heroui-inc/heroui-native/commit/3d75ed3))
* fix(theme): tokenize dialog and bottom-sheet overlay backdrops ([a17aaa8](https://github.com/heroui-inc/heroui-native/commit/a17aaa8))
* fix(toast): derive total SharedValue from toasts.length to prevent opacity drift ([74da038](https://github.com/heroui-inc/heroui-native/commit/74da038))
## 1.0.0 (2026-03-21)
* fix: useThemeColor iterable types ([a0ebb78](https://github.com/heroui-inc/heroui-native/commit/a0ebb78))
* fix(checkbox): custom indicator example animation ([c489604](https://github.com/heroui-inc/heroui-native/commit/c489604))
* fix(example-app): index screen text issue ([2160421](https://github.com/heroui-inc/heroui-native/commit/2160421))
* fix(example-app): useHeaderHeight hook issue ([ffaa04d](https://github.com/heroui-inc/heroui-native/commit/ffaa04d))
* fix(lint): scope eslint to source directories only ([54e120d](https://github.com/heroui-inc/heroui-native/commit/54e120d))
* fix(sub-menu): overlay close issue ([715641f](https://github.com/heroui-inc/heroui-native/commit/715641f))
* build: add optional gorhom-bottom-sheet module ([7639736](https://github.com/heroui-inc/heroui-native/commit/7639736))
* build: set react-native-screens as optional ([849b872](https://github.com/heroui-inc/heroui-native/commit/849b872))
* build: update issue-closed workflow ([954b207](https://github.com/heroui-inc/heroui-native/commit/954b207))
* build: update yarn.lock ([4d0ff79](https://github.com/heroui-inc/heroui-native/commit/4d0ff79))
* chore: remove lint msg ([66496bf](https://github.com/heroui-inc/heroui-native/commit/66496bf))
* chore: sync versions ([1f94288](https://github.com/heroui-inc/heroui-native/commit/1f94288))
* docs: upd repo ref links across the project ([d509343](https://github.com/heroui-inc/heroui-native/commit/d509343))
* docs(popover): update outdated button api example ([0e5a1c1](https://github.com/heroui-inc/heroui-native/commit/0e5a1c1))
* feat: add link-button component ([6bb17b1](https://github.com/heroui-inc/heroui-native/commit/6bb17b1))
* feat(sub-menu): menu area close overlay ([4ab108f](https://github.com/heroui-inc/heroui-native/commit/4ab108f))
* refactor(input): remove isBottomSheetAware prop ([3c5112e](https://github.com/heroui-inc/heroui-native/commit/3c5112e))
* refactor(sub-menu): open close logic ([4bfc343](https://github.com/heroui-inc/heroui-native/commit/4bfc343))
## 1.0.0-rc.4 (2026-03-06)
* chore: sync versions ([3196e61](https://github.com/heroui-inc/heroui-native/commit/3196e61))
* chore: sync versions ([497942c](https://github.com/heroui-inc/heroui-native/commit/497942c))
* docs: fix useThemeColor example ([8dc5322](https://github.com/heroui-inc/heroui-native/commit/8dc5322))
* docs(menu): add sub menu reference ([cb698aa](https://github.com/heroui-inc/heroui-native/commit/cb698aa))
* feat(menu): upd primitive components ([d55e286](https://github.com/heroui-inc/heroui-native/commit/d55e286))
* feat(sub-menu): add examples ([4b36824](https://github.com/heroui-inc/heroui-native/commit/4b36824))
* feat(sub-menu): add primitive components ([ef7b7f4](https://github.com/heroui-inc/heroui-native/commit/ef7b7f4))
* feat(sub-menu): add src components ([b012ec8](https://github.com/heroui-inc/heroui-native/commit/b012ec8))
* feat(sub-menu): handle bottom-sheet error msg ([5f946d9](https://github.com/heroui-inc/heroui-native/commit/5f946d9))
* fix(bottom-sheet): android back handler on enablePanDownToClose false ([4310dcb](https://github.com/heroui-inc/heroui-native/commit/4310dcb))
* fix(chip): remove fixed height from styles ([3852ca5](https://github.com/heroui-inc/heroui-native/commit/3852ca5))
* fix(example-app): font scaling issues ([34050b1](https://github.com/heroui-inc/heroui-native/commit/34050b1))
* fix(example-app): theme content font scaling ([415fc76](https://github.com/heroui-inc/heroui-native/commit/415fc76))
* fix(pressable-feedback): reset ripple animation ([2d249d6](https://github.com/heroui-inc/heroui-native/commit/2d249d6))
* fix(slider): output composition ([da545f2](https://github.com/heroui-inc/heroui-native/commit/da545f2))
* fix(sub-menu): cycle issue ([0fc1fc4](https://github.com/heroui-inc/heroui-native/commit/0fc1fc4))
## 1.0.0-rc.3 (2026-02-26)
* build: add react-native-gesture-handler to peerDependencies ([c078009](https://github.com/heroui-inc/heroui-native/commit/c078009))
* build: fix issue-closed github workflow ([332a481](https://github.com/heroui-inc/heroui-native/commit/332a481))
* build: handle example app and lib package.json ([4691a33](https://github.com/heroui-inc/heroui-native/commit/4691a33))
* build: update deps as per expo 55 ([691ed2c](https://github.com/heroui-inc/heroui-native/commit/691ed2c))
* build: update deps as per expo doctor ([faa252e](https://github.com/heroui-inc/heroui-native/commit/faa252e))
* build: update yarn.lock ([6496ea2](https://github.com/heroui-inc/heroui-native/commit/6496ea2))
* build: update yarn.lock ([748b219](https://github.com/heroui-inc/heroui-native/commit/748b219))
* build: update yarn.lock ([0e3c9c9](https://github.com/heroui-inc/heroui-native/commit/0e3c9c9))
* build(example-app): bump up version to 1.0.1 ([c6ffbfe](https://github.com/heroui-inc/heroui-native/commit/c6ffbfe))
* build(example-app): disable update modal ([b5965a1](https://github.com/heroui-inc/heroui-native/commit/b5965a1))
* build(example-app): set 1.0.0 version ([04081b2](https://github.com/heroui-inc/heroui-native/commit/04081b2))
* docs: add input-group doc file ([1951ab3](https://github.com/heroui-inc/heroui-native/commit/1951ab3))
* docs: add menu doc file ([9cef4d9](https://github.com/heroui-inc/heroui-native/commit/9cef4d9))
* docs: add tag-group doc file ([a28ac89](https://github.com/heroui-inc/heroui-native/commit/a28ac89))
* docs: bump up version to 1.0.0-rc.3 ([03e27b5](https://github.com/heroui-inc/heroui-native/commit/03e27b5))
* docs: update components list ([39d0c92](https://github.com/heroui-inc/heroui-native/commit/39d0c92))
* refactor(example-app): add components data array ([f404488](https://github.com/heroui-inc/heroui-native/commit/f404488))
* refactor(input-group): add prefix and suffix components ([c5aa547](https://github.com/heroui-inc/heroui-native/commit/c5aa547))
* refactor(input-group): example screen ([e9d6fce](https://github.com/heroui-inc/heroui-native/commit/e9d6fce))
* refactor(input-group): handle isDecorative prop for prefix and suffix ([17d713e](https://github.com/heroui-inc/heroui-native/commit/17d713e))
* refactor(input-group): rename input-field to input-group ([b0dd55d](https://github.com/heroui-inc/heroui-native/commit/b0dd55d))
* refactor(tag-group): tag component ([a494e0f](https://github.com/heroui-inc/heroui-native/commit/a494e0f))
* feat(example-app): add input field component ([47d8bc1](https://github.com/heroui-inc/heroui-native/commit/47d8bc1))
* feat(example-app): handle version check and ota update ([3385eb2](https://github.com/heroui-inc/heroui-native/commit/3385eb2))
* feat(input-field): add input field component ([9338e80](https://github.com/heroui-inc/heroui-native/commit/9338e80))
* feat(input-group): handle input auto padding ([5140967](https://github.com/heroui-inc/heroui-native/commit/5140967))
* feat(input-group): handle root isDisabled ([fa1db67](https://github.com/heroui-inc/heroui-native/commit/fa1db67))
* feat(menu): add initial item primitives ([29fba8e](https://github.com/heroui-inc/heroui-native/commit/29fba8e))
* feat(menu): add initial primitives ([d4c8c32](https://github.com/heroui-inc/heroui-native/commit/d4c8c32))
* feat(menu): add initial src components ([02fbe22](https://github.com/heroui-inc/heroui-native/commit/02fbe22))
* feat(menu): add menu label component ([5b322e8](https://github.com/heroui-inc/heroui-native/commit/5b322e8))
* feat(menu): add variant prop to item indicator ([62b945c](https://github.com/heroui-inc/heroui-native/commit/62b945c))
* feat(menu): adjust examples ([8e65cc7](https://github.com/heroui-inc/heroui-native/commit/8e65cc7))
* feat(menu): adjust item scale/background animation ([7fb43e7](https://github.com/heroui-inc/heroui-native/commit/7fb43e7))
* feat(menu): handle item scale/background animation ([93e9156](https://github.com/heroui-inc/heroui-native/commit/93e9156))
* feat(menu): handle item variant prop ([e8c7336](https://github.com/heroui-inc/heroui-native/commit/e8c7336))
* feat(tag-group): add initial src and primitive components ([91ca5ce](https://github.com/heroui-inc/heroui-native/commit/91ca5ce))
* feat(tag-group): adjust examples ([ff80bd9](https://github.com/heroui-inc/heroui-native/commit/ff80bd9))
* fix(bottom-sheet): android hardware back press ([c43379b](https://github.com/heroui-inc/heroui-native/commit/c43379b))
* fix(bottom-sheet): upgrade @gorhom/bottom-sheet to ^5.2.8 ([29e1aaa](https://github.com/heroui-inc/heroui-native/commit/29e1aaa))
* fix(example-app): bottom-sheet with-otp-input style ([0a6b45d](https://github.com/heroui-inc/heroui-native/commit/0a6b45d))
* fix(example-app): isIconOnly buttons style ([dcd575e](https://github.com/heroui-inc/heroui-native/commit/dcd575e))
* fix(example-app): updateSheetOpen initial state ([aadc074](https://github.com/heroui-inc/heroui-native/commit/aadc074))
* fix(example-app): usage carousel select ([df8d893](https://github.com/heroui-inc/heroui-native/commit/df8d893))
* fix(menu): item isDisabled style issue ([a4f2eaf](https://github.com/heroui-inc/heroui-native/commit/a4f2eaf))
* fix(select): portal view pointerEvents ([536eca0](https://github.com/heroui-inc/heroui-native/commit/536eca0))
* fix(slot): combineStyles util issue ([119b952](https://github.com/heroui-inc/heroui-native/commit/119b952))
* chore(example-app): ota test ([02f017b](https://github.com/heroui-inc/heroui-native/commit/02f017b))
* chore(example-app): ota test 2 ([e3a299c](https://github.com/heroui-inc/heroui-native/commit/e3a299c))
## 1.0.0-rc.2 (2026-02-20)
* fix(avatar): avatar image with asChild rest props ([f5fa87e](https://github.com/heroui-inc/heroui-native/commit/f5fa87e))
* fix(example-app): bottom-sheet-input-otp text style ([77aca0c](https://github.com/heroui-inc/heroui-native/commit/77aca0c))
* fix(example-app): lint error ([cf5ce84](https://github.com/heroui-inc/heroui-native/commit/cf5ce84))
* fix(example-app): loading-toast styles issue ([c6bed99](https://github.com/heroui-inc/heroui-native/commit/c6bed99))
* fix(example-app): screen-scroll-view padding top fallback ([5152445](https://github.com/heroui-inc/heroui-native/commit/5152445))
* fix(select): trigger className issue ([171e763](https://github.com/heroui-inc/heroui-native/commit/171e763))
* fix(select): useControllableState issue ([8383f28](https://github.com/heroui-inc/heroui-native/commit/8383f28))
* fix(slider): thumb vertical style ([0e4da2a](https://github.com/heroui-inc/heroui-native/commit/0e4da2a))
* docs: add search-field doc file ([0f4fc4f](https://github.com/heroui-inc/heroui-native/commit/0f4fc4f))
* docs: add search-field to components list ([f198f72](https://github.com/heroui-inc/heroui-native/commit/f198f72))
* docs(select): add SelectOption array to value ([3723a57](https://github.com/heroui-inc/heroui-native/commit/3723a57))
* build: add issue-closed github workflow ([73e5fff](https://github.com/heroui-inc/heroui-native/commit/73e5fff))
* build: update peer deps versions ([aa29a3c](https://github.com/heroui-inc/heroui-native/commit/aa29a3c))
* refactor(button): pressable feedback props ([9256959](https://github.com/heroui-inc/heroui-native/commit/9256959))
* refactor(example-app): apply ListGroup to components list ([6204e8c](https://github.com/heroui-inc/heroui-native/commit/6204e8c))
* refactor(pressable-feedback): add PressableFeedback.Scale component ([de75d73](https://github.com/heroui-inc/heroui-native/commit/de75d73))
* refactor(slider): example screen ([0f9396a](https://github.com/heroui-inc/heroui-native/commit/0f9396a))
* refactor(slider): handle track layout ([1248c47](https://github.com/heroui-inc/heroui-native/commit/1248c47))
* refactor(slider): remove unnecessary props from src ([f856251](https://github.com/heroui-inc/heroui-native/commit/f856251))
* refactor(slider): src types ([bd35e8c](https://github.com/heroui-inc/heroui-native/commit/bd35e8c))
* refactor(slider): thumb styles ([eea7e79](https://github.com/heroui-inc/heroui-native/commit/eea7e79))
* refactor(slider): track styles ([60bb256](https://github.com/heroui-inc/heroui-native/commit/60bb256))
* refactor(tabs): remove separator from example ([6dabf71](https://github.com/heroui-inc/heroui-native/commit/6dabf71))
* feat(bottom-sheet): add MultiStepDetachedContent ([5fc4434](https://github.com/heroui-inc/heroui-native/commit/5fc4434))
* feat(example-app): add multiple select example ([06bdef1](https://github.com/heroui-inc/heroui-native/commit/06bdef1))
* feat(list): add initial src components ([72510ee](https://github.com/heroui-inc/heroui-native/commit/72510ee))
* feat(search-field): add custom icon example ([dc6153a](https://github.com/heroui-inc/heroui-native/commit/dc6153a))
* feat(search-field): add field-container-context ([c0eaef1](https://github.com/heroui-inc/heroui-native/commit/c0eaef1))
* feat(search-field): add src components ([b220743](https://github.com/heroui-inc/heroui-native/commit/b220743))
* feat(search-field): remove field-container-context and add form-field-context ([53492ef](https://github.com/heroui-inc/heroui-native/commit/53492ef))
* feat(select): handle multi selection mode ([8c7a5f0](https://github.com/heroui-inc/heroui-native/commit/8c7a5f0))
* feat(slider): add doc file ([e3b7a01](https://github.com/heroui-inc/heroui-native/commit/e3b7a01))
* feat(slider): add initial primitive and src components ([14646fe](https://github.com/heroui-inc/heroui-native/commit/14646fe))
* feat(slider): add thumb animation hook ([c6df06c](https://github.com/heroui-inc/heroui-native/commit/c6df06c))
* feat(slider): handle hitSlop area ([ce1c42d](https://github.com/heroui-inc/heroui-native/commit/ce1c42d))
* feat(slider): handle root animation hook ([aa4b25c](https://github.com/heroui-inc/heroui-native/commit/aa4b25c))
* chore(example-app): adjust list-group examples ([264a31c](https://github.com/heroui-inc/heroui-native/commit/264a31c))
* chore(example-app): adjust list-group examples ([a644f26](https://github.com/heroui-inc/heroui-native/commit/a644f26))
## 1.0.0-rc.1 (2026-02-12)
* docs: update components file with alert component ([46b6716](https://github.com/heroui-inc/heroui-native/commit/46b6716))
* docs(alert): add doc file ([e4d96ee](https://github.com/heroui-inc/heroui-native/commit/e4d96ee))
* docs(alert): update Alert.Content description ([cc8c052](https://github.com/heroui-inc/heroui-native/commit/cc8c052))
* docs(alert): update description ([9b00182](https://github.com/heroui-inc/heroui-native/commit/9b00182))
* docs(bottom-sheet): add useBottomSheetInputHandlers api reference ([2383b29](https://github.com/heroui-inc/heroui-native/commit/2383b29))
* docs(provider): add info about raw provider ([9dc71ee](https://github.com/heroui-inc/heroui-native/commit/9dc71ee))
* docs(select): update doc file with new trigger indicator info ([0832b84](https://github.com/heroui-inc/heroui-native/commit/0832b84))
* chore: add custom fonts and adjust example app themes ([4b1ca29](https://github.com/heroui-inc/heroui-native/commit/4b1ca29))
* chore: update branch name in the links ([581020d](https://github.com/heroui-inc/heroui-native/commit/581020d))
* chore: update example app custom themes color values ([332932c](https://github.com/heroui-inc/heroui-native/commit/332932c))
* chore(example-app): add eas production channel ([e04b427](https://github.com/heroui-inc/heroui-native/commit/e04b427))
* chore(example-app): minor styles polishing ([6963415](https://github.com/heroui-inc/heroui-native/commit/6963415))
* chore(example-app): set supportsTablet to false ([7bdb756](https://github.com/heroui-inc/heroui-native/commit/7bdb756))
* chore(example-app): update bundleIdentifier ([69b59ce](https://github.com/heroui-inc/heroui-native/commit/69b59ce))
* chore(example-app): update icon and splash assets ([7d5f28d](https://github.com/heroui-inc/heroui-native/commit/7d5f28d))
* feat(input, input-otp): auto bottom sheet keyboard handling via isBottomSheetAware prop ([10e5b2f](https://github.com/heroui-inc/heroui-native/commit/10e5b2f))
* feat: add hero-ui-native-provider-raw component ([d8da610](https://github.com/heroui-inc/heroui-native/commit/d8da610))
* feat: add styles prop for components with classNames prop ([c5f0621](https://github.com/heroui-inc/heroui-native/commit/c5f0621))
* feat: add use-bottom-sheet-input-handlers hook ([e2f0df9](https://github.com/heroui-inc/heroui-native/commit/e2f0df9))
* feat(alert): add primitives ([c65d9e8](https://github.com/heroui-inc/heroui-native/commit/c65d9e8))
* feat(alert): add showcases ([5e0d850](https://github.com/heroui-inc/heroui-native/commit/5e0d850))
* feat(alert): add src components ([3258725](https://github.com/heroui-inc/heroui-native/commit/3258725))
* feat(close-button): add style file ([43ecb65](https://github.com/heroui-inc/heroui-native/commit/43ecb65))
* feat(control-field): add radio variant to ControlFieldIndicatorProps ([9f3e311](https://github.com/heroui-inc/heroui-native/commit/9f3e311))
* feat(example-app): add with-otp-input bottom sheet example ([be50381](https://github.com/heroui-inc/heroui-native/commit/be50381))
* feat(popup): add portal disableFullWindowOverlay prop ([72ea107](https://github.com/heroui-inc/heroui-native/commit/72ea107))
* feat(radio-group): remove radio group indicator components ([c8d7561](https://github.com/heroui-inc/heroui-native/commit/c8d7561))
* feat(radio): add doc file ([11a142c](https://github.com/heroui-inc/heroui-native/commit/11a142c))
* feat(radio): add primitive and src components ([2d9fb26](https://github.com/heroui-inc/heroui-native/commit/2d9fb26))
* feat(select): add initial trigger indicator components ([3db06dd](https://github.com/heroui-inc/heroui-native/commit/3db06dd))
* feat(select): add trigger variant prop ([aeec210](https://github.com/heroui-inc/heroui-native/commit/aeec210))
* refactor(example-app): with-text-input bottom sheet ([1224a6e](https://github.com/heroui-inc/heroui-native/commit/1224a6e))
* refactor(select): move chevron-down-icon to internal helpers ([78f5eb4](https://github.com/heroui-inc/heroui-native/commit/78f5eb4))
* refactor(select): remove item close delay ([66ecdf9](https://github.com/heroui-inc/heroui-native/commit/66ecdf9))
* refactor(select): rename Idicator to TriggerIndicator ([9532a13](https://github.com/heroui-inc/heroui-native/commit/9532a13))
* refactor(theme): surface secondary and tertiary colors ([88672a9](https://github.com/heroui-inc/heroui-native/commit/88672a9))
* refactor(toast): root container border style ([69dfc0f](https://github.com/heroui-inc/heroui-native/commit/69dfc0f))
* fix: remove data extract trigger ([264c87a](https://github.com/heroui-inc/heroui-native/commit/264c87a))
* fix(bottom-sheet): fix open close effect issue ([06ead2a](https://github.com/heroui-inc/heroui-native/commit/06ead2a))
* fix(dialog): overlay forceMount issue ([cbeb1ea](https://github.com/heroui-inc/heroui-native/commit/cbeb1ea))
* fix(dialog): progres value cycle ([ba9a7f7](https://github.com/heroui-inc/heroui-native/commit/ba9a7f7))
* fix(example-app): usage pagination title length ([89fa5d0](https://github.com/heroui-inc/heroui-native/commit/89fa5d0))
## 1.0.0-beta.13 (2026-02-03)
* chore: polish styles across the components ([b7fdc6f](https://github.com/heroui-inc/heroui-native/commit/b7fdc6f))
* chore: remove quaternary theme variant ([0a31e05](https://github.com/heroui-inc/heroui-native/commit/0a31e05))
* chore: sync theme variables ([ff03a41](https://github.com/heroui-inc/heroui-native/commit/ff03a41))
* chore(avatar): add examples with abstract image ([59549f4](https://github.com/heroui-inc/heroui-native/commit/59549f4))
* chore(example-app): adjust separator height for android components list screen ([0cb707b](https://github.com/heroui-inc/heroui-native/commit/0cb707b))
* chore(select): add content error msg ([ad56ff6](https://github.com/heroui-inc/heroui-native/commit/ad56ff6))
* chore(theme): refine separator color ([eeb3bdd](https://github.com/heroui-inc/heroui-native/commit/eeb3bdd))
* fix: border style for chip, popover, select, dialog ([b437d4b](https://github.com/heroui-inc/heroui-native/commit/b437d4b))
* fix(example-app): android ThemeToggle press issue ([6e74ada](https://github.com/heroui-inc/heroui-native/commit/6e74ada))
* fix(example-app): cooking onboarding popover components ([09eb212](https://github.com/heroui-inc/heroui-native/commit/09eb212))
* fix(input): android shadow on dark mode issue ([5349495](https://github.com/heroui-inc/heroui-native/commit/5349495))
* fix(popover): arrow layout issue ([9b34e54](https://github.com/heroui-inc/heroui-native/commit/9b34e54))
* fix(popup): android pointer events issue ([b124fbb](https://github.com/heroui-inc/heroui-native/commit/b124fbb))
* fix(radio-group): label cycle issue ([14531ad](https://github.com/heroui-inc/heroui-native/commit/14531ad))
* fix(radio): disabled style ([164df62](https://github.com/heroui-inc/heroui-native/commit/164df62))
* fix(radio): thumb color ([abd3499](https://github.com/heroui-inc/heroui-native/commit/abd3499))
* fix(theme): calculated colors issue ([62869ad](https://github.com/heroui-inc/heroui-native/commit/62869ad))
* refactor: enhance react element check in childrenToString util ([f4a99a9](https://github.com/heroui-inc/heroui-native/commit/f4a99a9))
* refactor: rename error-view into field-error ([f42d4df](https://github.com/heroui-inc/heroui-native/commit/f42d4df))
* refactor: src helpers folder ([2ee1675](https://github.com/heroui-inc/heroui-native/commit/2ee1675))
* refactor(according): rename isDividerVisible pror to hideSeparator ([e9d5b3f](https://github.com/heroui-inc/heroui-native/commit/e9d5b3f))
* refactor(bottom-sheet): improve entering/exiting logic ([c4c58d7](https://github.com/heroui-inc/heroui-native/commit/c4c58d7))
* refactor(bottom-sheet): reuse close-button as bottom-sheet close ([60043b1](https://github.com/heroui-inc/heroui-native/commit/60043b1))
* refactor(dialog): content animation ([b10524f](https://github.com/heroui-inc/heroui-native/commit/b10524f))
* refactor(dialog): handle overlay animation ([c27eafa](https://github.com/heroui-inc/heroui-native/commit/c27eafa))
* refactor(dialog): reuse close-button as dialog close ([58587a9](https://github.com/heroui-inc/heroui-native/commit/58587a9))
* refactor(divider): rename divider into separator ([4756cc7](https://github.com/heroui-inc/heroui-native/commit/4756cc7))
* refactor(example-app): components list ([1bb832e](https://github.com/heroui-inc/heroui-native/commit/1bb832e))
* refactor(example-app): components with state inside portal ([9ae3a87](https://github.com/heroui-inc/heroui-native/commit/9ae3a87))
* refactor(form-field): remove label, description, error message parts ([eaf8853](https://github.com/heroui-inc/heroui-native/commit/eaf8853))
* refactor(form-field): rename form-field into control-field ([0740ccc](https://github.com/heroui-inc/heroui-native/commit/0740ccc))
* refactor(popover): bottom sheet presentation logic ([8c49d44](https://github.com/heroui-inc/heroui-native/commit/8c49d44))
* refactor(popover): content entering animation logic ([df82e5d](https://github.com/heroui-inc/heroui-native/commit/df82e5d))
* refactor(popover): handle bottom sheet close on swipe ([12c0c57](https://github.com/heroui-inc/heroui-native/commit/12c0c57))
* refactor(popover): handle content union type ([48dd9d0](https://github.com/heroui-inc/heroui-native/commit/48dd9d0))
* refactor(popover): handle overlay animation ([3a329b5](https://github.com/heroui-inc/heroui-native/commit/3a329b5))
* refactor(popover): overlay composition ([6763bfd](https://github.com/heroui-inc/heroui-native/commit/6763bfd))
* refactor(popover): reuse close-button as popover close ([7041ce9](https://github.com/heroui-inc/heroui-native/commit/7041ce9))
* refactor(popup): remove closeDelay prop ([d994ad2](https://github.com/heroui-inc/heroui-native/commit/d994ad2))
* refactor(radio-group): remove label, description, error message from composition ([515ecd1](https://github.com/heroui-inc/heroui-native/commit/515ecd1))
* refactor(select): entering exiting logic ([0b236bb](https://github.com/heroui-inc/heroui-native/commit/0b236bb))
* refactor(select): reuse close-button as select close ([e8417fe](https://github.com/heroui-inc/heroui-native/commit/e8417fe))
* refactor(tabs): handle isSelected variant for trigger label styles ([dcd2259](https://github.com/heroui-inc/heroui-native/commit/dcd2259))
* refactor(tabs): indicator translateX animation ([5a265bf](https://github.com/heroui-inc/heroui-native/commit/5a265bf))
* refactor(tabs): rename varint to primary and secondary ([a9f1f70](https://github.com/heroui-inc/heroui-native/commit/a9f1f70))
* refactor(theme): rename divider color to separator ([537ae8d](https://github.com/heroui-inc/heroui-native/commit/537ae8d))
* docs: add portal doc file ([526085d](https://github.com/heroui-inc/heroui-native/commit/526085d))
* docs: upd input and text-field doc files ([713ab03](https://github.com/heroui-inc/heroui-native/commit/713ab03))
* docs: upd portal doc file ([60aa531](https://github.com/heroui-inc/heroui-native/commit/60aa531))
* docs: update components list file ([79f9409](https://github.com/heroui-inc/heroui-native/commit/79f9409))
* docs(dialog): update doc file ([ec5653b](https://github.com/heroui-inc/heroui-native/commit/ec5653b))
* docs(native): add Using Component classNames section to styling doc ([a8313ff](https://github.com/heroui-inc/heroui-native/commit/a8313ff))
* docs(styling): fix Creating Wrapper Components section issue ([f8788cd](https://github.com/heroui-inc/heroui-native/commit/f8788cd))
* feat: add docs folder ([02f6e81](https://github.com/heroui-inc/heroui-native/commit/02f6e81))
* feat: add form-item-state-context ([66773e9](https://github.com/heroui-inc/heroui-native/commit/66773e9))
* feat: add input component and refactor text-field component ([7a8c26e](https://github.com/heroui-inc/heroui-native/commit/7a8c26e))
* feat: add text-area components ([08a92a2](https://github.com/heroui-inc/heroui-native/commit/08a92a2))
* feat: extend update-exports script with provider, portal, hooks, utils exports ([b22f27e](https://github.com/heroui-inc/heroui-native/commit/b22f27e))
* feat: handle components style exports ([8c078ef](https://github.com/heroui-inc/heroui-native/commit/8c078ef))
* feat: handle isInsideTextField style for label, description ([ae97c3f](https://github.com/heroui-inc/heroui-native/commit/ae97c3f))
* feat: prepack and postpack scripts ([38ec1c5](https://github.com/heroui-inc/heroui-native/commit/38ec1c5))
* feat(button): add outline variant ([6d79a32](https://github.com/heroui-inc/heroui-native/commit/6d79a32))
* feat(close-button): add src components ([ffc21c7](https://github.com/heroui-inc/heroui-native/commit/ffc21c7))
* feat(control-field): add isRequired prop ([6724350](https://github.com/heroui-inc/heroui-native/commit/6724350))
* feat(description): add hideOnInvalid prop ([1ae149c](https://github.com/heroui-inc/heroui-native/commit/1ae149c))
* feat(example-app): add gravity icons ([a7f3a4c](https://github.com/heroui-inc/heroui-native/commit/a7f3a4c))
* feat(example-app): add with-state-toggle component ([af959b8](https://github.com/heroui-inc/heroui-native/commit/af959b8))
* feat(label): add isInsideControlField style variant ([d77624f](https://github.com/heroui-inc/heroui-native/commit/d77624f))
* feat(label): handle isInsideControlField style for radio group item ([e4c8514](https://github.com/heroui-inc/heroui-native/commit/e4c8514))
* feat(tabs): add TabsSeparator compund part ([1cb7996](https://github.com/heroui-inc/heroui-native/commit/1cb7996))
* feat(tabs): handle proper indicator shodow styles ([bce1694](https://github.com/heroui-inc/heroui-native/commit/bce1694))
* feat(toast): handle global provider disable option ([4c6ee45](https://github.com/heroui-inc/heroui-native/commit/4c6ee45))
* build: add generate-exports and validate-exports scripts ([2e15610](https://github.com/heroui-inc/heroui-native/commit/2e15610))
* build: change back package.json release script ([58b88f5](https://github.com/heroui-inc/heroui-native/commit/58b88f5))
* build: remove provider export from package.json ([f2ebedf](https://github.com/heroui-inc/heroui-native/commit/f2ebedf))
* build: remove Validate exports job from ci ([26a4c03](https://github.com/heroui-inc/heroui-native/commit/26a4c03))
## 1.0.0-beta.12 (2026-01-13)
* docs: add input otp doc file ([9e60827](https://github.com/heroui-inc/heroui-native/commit/9e60827))
* docs: add labed and description doc files ([b6a0aa8](https://github.com/heroui-inc/heroui-native/commit/b6a0aa8))
* docs: add links to more examples for each component ([8cb98e2](https://github.com/heroui-inc/heroui-native/commit/8cb98e2))
* docs: update jsdoc components links ([e4460f4](https://github.com/heroui-inc/heroui-native/commit/e4460f4))
* docs: update select example content style ([c758e11](https://github.com/heroui-inc/heroui-native/commit/c758e11))
* docs: update theming docs file ([7a84442](https://github.com/heroui-inc/heroui-native/commit/7a84442))
* docs(description): update nativeID prop description ([1993a1a](https://github.com/heroui-inc/heroui-native/commit/1993a1a))
* docs(form-field): remove imports section ([6478ed3](https://github.com/heroui-inc/heroui-native/commit/6478ed3))
* docs(text-field): update anatomy as per latest api ([3af1f3b](https://github.com/heroui-inc/heroui-native/commit/3af1f3b))
* build: update example app deps ([397c5f3](https://github.com/heroui-inc/heroui-native/commit/397c5f3))
* refactor(checkbox): add variant prop, remove isOnSurface prop ([c732c30](https://github.com/heroui-inc/heroui-native/commit/c732c30))
* refactor(input-otp): add slot value and slot placeholder parts ([fb5715a](https://github.com/heroui-inc/heroui-native/commit/fb5715a))
* refactor(input-otp): add variant prop ([93fb1b9](https://github.com/heroui-inc/heroui-native/commit/93fb1b9))
* refactor(input-otp): examples ([9efb409](https://github.com/heroui-inc/heroui-native/commit/9efb409))
* refactor(input-otp): focus blur logic ([9018f1a](https://github.com/heroui-inc/heroui-native/commit/9018f1a))
* refactor(input-otp): root primitive props ([6185bff](https://github.com/heroui-inc/heroui-native/commit/6185bff))
* refactor(radio): add variant prop, remove isOnSurface prop ([13f31d3](https://github.com/heroui-inc/heroui-native/commit/13f31d3))
* refactor(text-field): remove animation from text input ([eea304b](https://github.com/heroui-inc/heroui-native/commit/eea304b))
* fix: button, chip, tabs border radius value ([46d8e16](https://github.com/heroui-inc/heroui-native/commit/46d8e16))
* fix(popover): triger ref close issue ([1d0aae7](https://github.com/heroui-inc/heroui-native/commit/1d0aae7))
* fix(popup): initial controlled state issue ([ae61916](https://github.com/heroui-inc/heroui-native/commit/ae61916))
* fix(select): triger ref close issue ([e2cc7e7](https://github.com/heroui-inc/heroui-native/commit/e2cc7e7))
* feat: add description component ([0b01d98](https://github.com/heroui-inc/heroui-native/commit/0b01d98))
* feat: add devInfo to HeroUINativeProvider configs ([51c4c30](https://github.com/heroui-inc/heroui-native/commit/51c4c30))
* feat: add label component ([3dd0cfe](https://github.com/heroui-inc/heroui-native/commit/3dd0cfe))
* feat(input-otp): add initial components ([11972cf](https://github.com/heroui-inc/heroui-native/commit/11972cf))
* feat(input-otp): add placeholder props to slot text ([f175c66](https://github.com/heroui-inc/heroui-native/commit/f175c66))
* feat(input-otp): add primitives ([dd7fd82](https://github.com/heroui-inc/heroui-native/commit/dd7fd82))
* feat(input-otp): add root animation hook ([cfa55d6](https://github.com/heroui-inc/heroui-native/commit/cfa55d6))
* feat(input-otp): add slot caret animation hook ([a0bb6f2](https://github.com/heroui-inc/heroui-native/commit/a0bb6f2))
* feat(input-otp): add slot context ([573b1ce](https://github.com/heroui-inc/heroui-native/commit/573b1ce))
* feat(input-otp): add slot value animation hook ([9d6bb68](https://github.com/heroui-inc/heroui-native/commit/9d6bb68))
* feat(input-otp): add various examples ([3e7d889](https://github.com/heroui-inc/heroui-native/commit/3e7d889))
* feat(input-otp): handle placeholder logic ([77bddfd](https://github.com/heroui-inc/heroui-native/commit/77bddfd))
* feat(input-otp): handle styles ([0bf05ec](https://github.com/heroui-inc/heroui-native/commit/0bf05ec))
* feat(label): add animation file ([934d249](https://github.com/heroui-inc/heroui-native/commit/934d249))
* chore: update example app components view ([0d31811](https://github.com/heroui-inc/heroui-native/commit/0d31811))
## 1.0.0-beta.11 (2026-01-06)
* docs: add theming, colors and styling doc files ([bcad7bf](https://github.com/heroui-inc/heroui-native/commit/bcad7bf))
* docs: sync doc files between local and web ([f90b254](https://github.com/heroui-inc/heroui-native/commit/f90b254))
* docs: update @source path for relative path ([b7d744a](https://github.com/heroui-inc/heroui-native/commit/b7d744a))
* docs(bottom-sheet): add special notes and text input example ([615b2c1](https://github.com/heroui-inc/heroui-native/commit/615b2c1))
* docs(text-field): update example ([5242b47](https://github.com/heroui-inc/heroui-native/commit/5242b47))
* fix(bottom-sheet): close on swipe issue ([27148ce](https://github.com/heroui-inc/heroui-native/commit/27148ce))
* fix(bottom-sheet): close via ref issue ([380c4ad](https://github.com/heroui-inc/heroui-native/commit/380c4ad))
* fix(dialog): negative overdrag calculation issue ([6ebbd94](https://github.com/heroui-inc/heroui-native/commit/6ebbd94))
* fix(example-app): dialog lint warning ([b556991](https://github.com/heroui-inc/heroui-native/commit/b556991))
* refactor(text-field): remove start and end input parts ([4063052](https://github.com/heroui-inc/heroui-native/commit/4063052))
* feat: re-export PortalHost for advanced use cases ([a98261f](https://github.com/heroui-inc/heroui-native/commit/a98261f))
* feat(example-app): add super app paywall showcase ([0bd7322](https://github.com/heroui-inc/heroui-native/commit/0bd7322))
* feat(example-app): add to app paywall showcase screen fade animation ([7172a0b](https://github.com/heroui-inc/heroui-native/commit/7172a0b))
## 1.0.0-beta.10 (2025-12-30)
* docs: add animated styles notes to the components className prop ([0c0fc48](https://github.com/heroui-inc/heroui-native/commit/0c0fc48))
* docs: add state prop to components with animation prop ([237cce0](https://github.com/heroui-inc/heroui-native/commit/237cce0))
* docs: update hero-ui-native provider doc file with animation and toast info ([c9c7650](https://github.com/heroui-inc/heroui-native/commit/c9c7650))
* docs: update theme useThemeColor ref ([be833fe](https://github.com/heroui-inc/heroui-native/commit/be833fe))
* docs(bottom-sheet): add doc file ([ac544f3](https://github.com/heroui-inc/heroui-native/commit/ac544f3))
* docs(readme): add react-native-gesture-handler to mandatory peer deps ([48ee63e](https://github.com/heroui-inc/heroui-native/commit/48ee63e))
* docs(readme): add web docs links ([54d3849](https://github.com/heroui-inc/heroui-native/commit/54d3849))
* fix: animation settings for text-field, pressable-feedback and avatar ([e150293](https://github.com/heroui-inc/heroui-native/commit/e150293))
* fix: replace Pressable with Touchable opacity ([6a93290](https://github.com/heroui-inc/heroui-native/commit/6a93290))
* fix(text-field): lint error ([f5bac8c](https://github.com/heroui-inc/heroui-native/commit/f5bac8c))
* fix(theme-toggle): incorrect padding y ([f7d1ea6](https://github.com/heroui-inc/heroui-native/commit/f7d1ea6))
* chore: remove add isAnimatedStyleActive prop guide ([f854030](https://github.com/heroui-inc/heroui-native/commit/f854030))
* chore: sync versions ([ac1e19c](https://github.com/heroui-inc/heroui-native/commit/ac1e19c))
* refactor: remove getStyleProperties and getStyleTransform animation utils ([7e625d3](https://github.com/heroui-inc/heroui-native/commit/7e625d3))
* refactor(button): add pressable feedback props ([599b752](https://github.com/heroui-inc/heroui-native/commit/599b752))
* refactor(example-app): bottom sheet usage variants as per platform ([1ea2e35](https://github.com/heroui-inc/heroui-native/commit/1ea2e35))
* refactor(example-app): switch theme circle ([dc8f95d](https://github.com/heroui-inc/heroui-native/commit/dc8f95d))
* refactor(pressable-feedback): add ripple and highlight compaund parts ([8043ad3](https://github.com/heroui-inc/heroui-native/commit/8043ad3))
* refactor(pressable-feedback): remove gesture detector ([5dc1c77](https://github.com/heroui-inc/heroui-native/commit/5dc1c77))
* refactor(pressable-feedback): ripple animation component ([fc4c788](https://github.com/heroui-inc/heroui-native/commit/fc4c788))
* refactor(theme-toggle): use Pressable instead of TouchableOpacity ([2041299](https://github.com/heroui-inc/heroui-native/commit/2041299))
* refactor(use-theme-color): handle multiple colors selection ([b120c67](https://github.com/heroui-inc/heroui-native/commit/b120c67))
* feat: add root styling principles log message ([c3797f3](https://github.com/heroui-inc/heroui-native/commit/c3797f3))
* feat: add state prop to animation api ([82b56f4](https://github.com/heroui-inc/heroui-native/commit/82b56f4))
* feat: handle isAnimatedStyleActive prop for accordion ([76870c4](https://github.com/heroui-inc/heroui-native/commit/76870c4))
* feat: handle isAnimatedStyleActive prop for avatar ([f9101bb](https://github.com/heroui-inc/heroui-native/commit/f9101bb))
* feat: handle isAnimatedStyleActive prop for bottom-sheet ([012ed8a](https://github.com/heroui-inc/heroui-native/commit/012ed8a))
* feat: handle isAnimatedStyleActive prop for checkbox ([81b764a](https://github.com/heroui-inc/heroui-native/commit/81b764a))
* feat: handle isAnimatedStyleActive prop for dialog ([0aed0df](https://github.com/heroui-inc/heroui-native/commit/0aed0df))
* feat: handle isAnimatedStyleActive prop for popover ([f56d382](https://github.com/heroui-inc/heroui-native/commit/f56d382))
* feat: handle isAnimatedStyleActive prop for pressable-feedback ([3ef0f7d](https://github.com/heroui-inc/heroui-native/commit/3ef0f7d))
* feat: handle isAnimatedStyleActive prop for radio-group ([ffaf250](https://github.com/heroui-inc/heroui-native/commit/ffaf250))
* feat: handle isAnimatedStyleActive prop for select ([8235e8a](https://github.com/heroui-inc/heroui-native/commit/8235e8a))
* feat: handle isAnimatedStyleActive prop for skeleton ([63e9cf9](https://github.com/heroui-inc/heroui-native/commit/63e9cf9))
* feat: handle isAnimatedStyleActive prop for spinner ([6a5e1da](https://github.com/heroui-inc/heroui-native/commit/6a5e1da))
* feat: handle isAnimatedStyleActive prop for switch ([f1ed385](https://github.com/heroui-inc/heroui-native/commit/f1ed385))
* feat: handle isAnimatedStyleActive prop for tabs ([39ef81c](https://github.com/heroui-inc/heroui-native/commit/39ef81c))
* feat: handle isAnimatedStyleActive prop for text-field ([4fe0ee7](https://github.com/heroui-inc/heroui-native/commit/4fe0ee7))
* feat: handle isAnimatedStyleActive prop for toast ([e4eee4c](https://github.com/heroui-inc/heroui-native/commit/e4eee4c))
* feat(bottom-sheet): add content container component ([5d7a995](https://github.com/heroui-inc/heroui-native/commit/5d7a995))
* feat(bottom-sheet): add initial src components ([f230531](https://github.com/heroui-inc/heroui-native/commit/f230531))
* feat(bottom-sheet): add primitives ([7c90ba7](https://github.com/heroui-inc/heroui-native/commit/7c90ba7))
* feat(bottom-sheet): add reusable bottom sheet components and styles ([961bf82](https://github.com/heroui-inc/heroui-native/commit/961bf82))
* feat(bottom-sheet): handle animation api ([ff55acd](https://github.com/heroui-inc/heroui-native/commit/ff55acd))
* feat(bottom-sheet): handle content class names ([de9bf2f](https://github.com/heroui-inc/heroui-native/commit/de9bf2f))
* feat(bottom-sheet): handle examples ([3cd768c](https://github.com/heroui-inc/heroui-native/commit/3cd768c))
* feat(text-field): add isAnimatedStyleActive to TextFieldInput ([c350ea2](https://github.com/heroui-inc/heroui-native/commit/c350ea2))
## 1.0.0-beta.9 (2025-12-16)
* chore: fix invalid tailwind syntax for custom colors ([4f79489](https://github.com/heroui-inc/heroui-native/commit/4f79489))
* chore: sync versions ([a25812d](https://github.com/heroui-inc/heroui-native/commit/a25812d))
* refactor: getIsAnimationDisabledValue return logic ([e281d74](https://github.com/heroui-inc/heroui-native/commit/e281d74))
* refactor(divider): styles handling ([fa1fdd4](https://github.com/heroui-inc/heroui-native/commit/fa1fdd4))
* feat: add global animation settings provider ([b9e9ade](https://github.com/heroui-inc/heroui-native/commit/b9e9ade))
* feat: add to export useButton hook ([33d3cc1](https://github.com/heroui-inc/heroui-native/commit/33d3cc1))
* feat: add to export useChip hook ([28a1721](https://github.com/heroui-inc/heroui-native/commit/28a1721))
* feat: add to export useTextComponent hook ([7cd9ddd](https://github.com/heroui-inc/heroui-native/commit/7cd9ddd))
* feat: add useCombinedAnimationDisabledState hook ([b511587](https://github.com/heroui-inc/heroui-native/commit/b511587))
* feat: handle reduce motion flag for global animation settings provider ([06fe31c](https://github.com/heroui-inc/heroui-native/commit/06fe31c))
* docs: fix minor inconsistencies in component docs ([b28aeba](https://github.com/heroui-inc/heroui-native/commit/b28aeba))
* docs: improve animation api reference for all components ([b760a68](https://github.com/heroui-inc/heroui-native/commit/b760a68))
* docs(avatar): remove important notes ([765f83b](https://github.com/heroui-inc/heroui-native/commit/765f83b))
* docs(dialog): fix dialog close pressable props ref ([49d84df](https://github.com/heroui-inc/heroui-native/commit/49d84df))
## 1.0.0-beta.8 (2025-12-11)
* chore: sync versions ([ee98892](https://github.com/heroui-inc/heroui-native/commit/ee98892))
* fix(checkbox): style issue on invalid state change ([6aded2e](https://github.com/heroui-inc/heroui-native/commit/6aded2e))
* fix(dialog): content opacity issue ([b88ca14](https://github.com/heroui-inc/heroui-native/commit/b88ca14))
* fix(pressable-feedback): reset animation state on scroll issue ([70a0a3d](https://github.com/heroui-inc/heroui-native/commit/70a0a3d))
## 1.0.0-beta.7 (2025-12-10)
* build: upgrade uniwind to v1.2.2 ([709120a](https://github.com/heroui-inc/heroui-native/commit/709120a))
* refactor: rename helper text component to hero-text ([de6b9ed](https://github.com/heroui-inc/heroui-native/commit/de6b9ed))
* refactor(button): rename ButtonLabel to ButtonTitle ([9661158](https://github.com/heroui-inc/heroui-native/commit/9661158))
* refactor(button): rename ButtonTitle to ButtonLabel ([2b86b99](https://github.com/heroui-inc/heroui-native/commit/2b86b99))
* refactor(button): rename destructive variant to danger ([1d85098](https://github.com/heroui-inc/heroui-native/commit/1d85098))
* refactor(card): rename CardLabel to CardTitle ([5e87ced](https://github.com/heroui-inc/heroui-native/commit/5e87ced))
* refactor(chip): handle disable-all animation prop ([e5137d1](https://github.com/heroui-inc/heroui-native/commit/e5137d1))
* refactor(chip): rename ChipLabel to ChipTitle ([284020c](https://github.com/heroui-inc/heroui-native/commit/284020c))
* refactor(chip): rename ChipTitle to ChipLabel ([f5c5305](https://github.com/heroui-inc/heroui-native/commit/f5c5305))
* refactor(dialog): add content animation prop ([5b8de44](https://github.com/heroui-inc/heroui-native/commit/5b8de44))
* refactor(dialog): add overlay animation prop and hook ([e490a93](https://github.com/heroui-inc/heroui-native/commit/e490a93))
* refactor(dialog): add root animation prop ([134348b](https://github.com/heroui-inc/heroui-native/commit/134348b))
* refactor(dialog): rename DialogLabel to DialogTitle ([a721f63](https://github.com/heroui-inc/heroui-native/commit/a721f63))
* refactor(drop-shadow-view): remove component completely ([c841998](https://github.com/heroui-inc/heroui-native/commit/c841998))
* refactor(error-view): handle disable-all animation prop ([0e7c8c8](https://github.com/heroui-inc/heroui-native/commit/0e7c8c8))
* refactor(example-app): popover showcases ([9a660fd](https://github.com/heroui-inc/heroui-native/commit/9a660fd))
* refactor(form-field): handle disable-all animation prop ([238d7ee](https://github.com/heroui-inc/heroui-native/commit/238d7ee))
* refactor(popover): add usePopoverContentAnimation hook ([0a95efc](https://github.com/heroui-inc/heroui-native/commit/0a95efc))
* refactor(popover): handle root and overlay animation hooks ([a679bf1](https://github.com/heroui-inc/heroui-native/commit/a679bf1))
* refactor(popover): rename PopoverLabel to PopoverTitle ([3ef1964](https://github.com/heroui-inc/heroui-native/commit/3ef1964))
* refactor(popover): rename useDialogContentAnimation hook to usePopupDialogContentAnimation ([0b4764b](https://github.com/heroui-inc/heroui-native/commit/0b4764b))
* refactor(popover): rename usePopoverContentAnimation hook to usePopupPopoverContentAnimation ([85dd009](https://github.com/heroui-inc/heroui-native/commit/85dd009))
* refactor(pressable-feedback): handle disable-all animation prop ([c4dca3c](https://github.com/heroui-inc/heroui-native/commit/c4dca3c))
* refactor(radio-group): add animation file ([947bbb9](https://github.com/heroui-inc/heroui-native/commit/947bbb9))
* refactor(scroll-shadow): add animation file ([9e70574](https://github.com/heroui-inc/heroui-native/commit/9e70574))
* refactor(select): dialog content variant ([87b46e7](https://github.com/heroui-inc/heroui-native/commit/87b46e7))
* refactor(skeleton): handle disable-all animation prop ([e662996](https://github.com/heroui-inc/heroui-native/commit/e662996))
* refactor(surface): handle disable-all animation prop ([f06b298](https://github.com/heroui-inc/heroui-native/commit/f06b298))
* refactor(toast): handle disable-all animation prop ([a96f8a8](https://github.com/heroui-inc/heroui-native/commit/a96f8a8))
* refactor(toast): rename ToastLabel to ToastTitle ([b7afb20](https://github.com/heroui-inc/heroui-native/commit/b7afb20))
* chore(button): adjust danger-soft styles ([e258934](https://github.com/heroui-inc/heroui-native/commit/e258934))
* chore(dialog): update comments and doc file with new animation api ([086798e](https://github.com/heroui-inc/heroui-native/commit/086798e))
* chore(example-app): adjust tabs examples ([deff821](https://github.com/heroui-inc/heroui-native/commit/deff821))
* fix(avatar): same source loading cycle issue ([1cc3ad8](https://github.com/heroui-inc/heroui-native/commit/1cc3ad8))
* fix(dialog): gesture release animation issue ([9e36c88](https://github.com/heroui-inc/heroui-native/commit/9e36c88))
* fix(popover): isDefaultOpen issue ([67d404f](https://github.com/heroui-inc/heroui-native/commit/67d404f))
* fix(scroll-shadow): create animated component on re-render ([1ed71d9](https://github.com/heroui-inc/heroui-native/commit/1ed71d9))
* fix(select-content-container): swipe to dismiss issue ([544fc12](https://github.com/heroui-inc/heroui-native/commit/544fc12))
* fix(select): example app cases ([78de1b9](https://github.com/heroui-inc/heroui-native/commit/78de1b9))
* fix(select): isDefaultOpen issue ([b71bc22](https://github.com/heroui-inc/heroui-native/commit/b71bc22))
* fix(select): popup content variant opacity ([e391ab1](https://github.com/heroui-inc/heroui-native/commit/e391ab1))
* fix(toast): insets container overlay issue ([affe7a9](https://github.com/heroui-inc/heroui-native/commit/affe7a9))
* docs: update radio-group and scroll-shadow doc files with animation api ([558b858](https://github.com/heroui-inc/heroui-native/commit/558b858))
* docs(popover): update docs with new animation api ([df8672c](https://github.com/heroui-inc/heroui-native/commit/df8672c))
* docs(select): update docs with new animation api ([ed71e1b](https://github.com/heroui-inc/heroui-native/commit/ed71e1b))
* feat: add usePopupOverlayAnimation hook ([a6d4848](https://github.com/heroui-inc/heroui-native/commit/a6d4848))
* feat: add usePopupRootAnimation hook ([4709e76](https://github.com/heroui-inc/heroui-native/commit/4709e76))
* feat(dialog): add isSwipeable prop to dialog content ([f5f391b](https://github.com/heroui-inc/heroui-native/commit/f5f391b))
* feat(scroll-shadow): add scroll-shadow-test component ([3cdc4a2](https://github.com/heroui-inc/heroui-native/commit/3cdc4a2))
* feat(select): handle children render function for select item ([5a7fdc6](https://github.com/heroui-inc/heroui-native/commit/5a7fdc6))
* feat(tabs): handle children render function for tabs trigger item ([940939e](https://github.com/heroui-inc/heroui-native/commit/940939e))
## 1.0.0-beta.6 (2025-12-04)
* chore: sync versions ([fe493a7](https://github.com/heroui-inc/heroui-native/commit/fe493a7))
* docs(checkbox): update doc with useCheckbox api reference ([c8afe1a](https://github.com/heroui-inc/heroui-native/commit/c8afe1a))
* docs(popover): update doc with usePopover api reference ([5e9b2ef](https://github.com/heroui-inc/heroui-native/commit/5e9b2ef))
* docs(readme): update installation react-native-svg version ([162a63e](https://github.com/heroui-inc/heroui-native/commit/162a63e))
* docs(skeleton): update docs with added animation api ([9acbcb5](https://github.com/heroui-inc/heroui-native/commit/9acbcb5))
* docs(tabs): update doc file with new animation prop ([a7b19b5](https://github.com/heroui-inc/heroui-native/commit/a7b19b5))
* docs(tabs): update doc with hooks api reference ([d31af7b](https://github.com/heroui-inc/heroui-native/commit/d31af7b))
* build: update dependencies ([cf3ee4c](https://github.com/heroui-inc/heroui-native/commit/cf3ee4c))
* build: update react-native-worklets peer dep version ([e0f5121](https://github.com/heroui-inc/heroui-native/commit/e0f5121))
* fix: versions consistency ([482b106](https://github.com/heroui-inc/heroui-native/commit/482b106))
* fix(tabs): cycle issue ([7d11c4f](https://github.com/heroui-inc/heroui-native/commit/7d11c4f))
* refactor(button): remove useButtonContext from index export ([d6550ff](https://github.com/heroui-inc/heroui-native/commit/d6550ff))
* refactor(card): rename CardTitle to CardLabel ([d010de2](https://github.com/heroui-inc/heroui-native/commit/d010de2))
* refactor(dialog): rename DialogTitle to DialogLabel ([7c0d888](https://github.com/heroui-inc/heroui-native/commit/7c0d888))
* refactor(popover): rename PopoverTitle to PopoverLabel ([d3abb37](https://github.com/heroui-inc/heroui-native/commit/d3abb37))
* refactor(skeleton-group): add animation file ([a5c1e90](https://github.com/heroui-inc/heroui-native/commit/a5c1e90))
* refactor(skeleton): add animation file ([85264a2](https://github.com/heroui-inc/heroui-native/commit/85264a2))
* refactor(skeleton): exmples ([e302f93](https://github.com/heroui-inc/heroui-native/commit/e302f93))
* refactor(skeleton): rename animationType prop to variant ([21816ac](https://github.com/heroui-inc/heroui-native/commit/21816ac))
* refactor(spinner): add animation file ([fd2c1aa](https://github.com/heroui-inc/heroui-native/commit/fd2c1aa))
* refactor(spinner): indicator animation props ([e7cc833](https://github.com/heroui-inc/heroui-native/commit/e7cc833))
* refactor(spinner): remove useSpinnerContext from index export ([70af8d8](https://github.com/heroui-inc/heroui-native/commit/70af8d8))
* refactor(tabs): add animation file ([7c5d0fc](https://github.com/heroui-inc/heroui-native/commit/7c5d0fc))
## 1.0.0-beta.5 (2025-12-03)
* chore: omit layout animation props for error-view, accordion and avatar ([5379fb5](https://github.com/heroui-inc/heroui-native/commit/5379fb5))
* chore: sync versions ([f0efcf6](https://github.com/heroui-inc/heroui-native/commit/f0efcf6))
* docs(accordion): update doc with new animation api ([2a053b3](https://github.com/heroui-inc/heroui-native/commit/2a053b3))
* docs(avatar): add dynamic props change note ([bd8072a](https://github.com/heroui-inc/heroui-native/commit/bd8072a))
* docs(avatar): add useAvatar hook api reference ([d168d1a](https://github.com/heroui-inc/heroui-native/commit/d168d1a))
* docs(form-field): update docs as per latest api ([1dcb90a](https://github.com/heroui-inc/heroui-native/commit/1dcb90a))
* docs(readme): remove tailwind config mention ([e9d67b7](https://github.com/heroui-inc/heroui-native/commit/e9d67b7))
* docs(readme): update package versions for peer dependencies ([67a0b28](https://github.com/heroui-inc/heroui-native/commit/67a0b28))
* docs(text-field): add animation api reference ([9ddb5a8](https://github.com/heroui-inc/heroui-native/commit/9ddb5a8))
* fix: update tailwind-variants to latest and update cn helper ([0c0ef9d](https://github.com/heroui-inc/heroui-native/commit/0c0ef9d))
* fix: update tailwind-variants to version 3.2.2 in README, package.json, and yarn.lock ([3929673](https://github.com/heroui-inc/heroui-native/commit/3929673))
* fix(avatar): cycles issue ([ad3babc](https://github.com/heroui-inc/heroui-native/commit/ad3babc))
* fix(example-app): animated view classname type issues ([02816d4](https://github.com/heroui-inc/heroui-native/commit/02816d4))
* fix(form-field): cycle issues ([7ea0222](https://github.com/heroui-inc/heroui-native/commit/7ea0222))
* fix(tabs): list scrollView rounded issue ([93f8f08](https://github.com/heroui-inc/heroui-native/commit/93f8f08))
* fix(theme): add missing border css variable to custom themes ([fdadf9e](https://github.com/heroui-inc/heroui-native/commit/fdadf9e))
* fix(toast): cycle issues ([1d30892](https://github.com/heroui-inc/heroui-native/commit/1d30892))
* build: update packages to the latest versions ([994d511](https://github.com/heroui-inc/heroui-native/commit/994d511))
* feat: add animation settings context ([e3e07e8](https://github.com/heroui-inc/heroui-native/commit/e3e07e8))
* feat(text-field): add useTextFieldRootAnimation and useTextFieldInputAnimation hooks ([5345468](https://github.com/heroui-inc/heroui-native/commit/5345468))
* refactor: apply getIsAnimationDisabledValue util to accordion, switch and checkbox ([11157e7](https://github.com/heroui-inc/heroui-native/commit/11157e7))
* refactor(accordion): add animation file ([48b11ac](https://github.com/heroui-inc/heroui-native/commit/48b11ac))
* refactor(accordion): handle item children render function ([9d4ce1a](https://github.com/heroui-inc/heroui-native/commit/9d4ce1a))
* refactor(accordion): remove animation logic from trigger ([33d5d9e](https://github.com/heroui-inc/heroui-native/commit/33d5d9e))
* refactor(avatar): add animation file ([37d1076](https://github.com/heroui-inc/heroui-native/commit/37d1076))
* refactor(avatar): adjust image animation ([848f214](https://github.com/heroui-inc/heroui-native/commit/848f214))
* refactor(chip): rename useChipContext, replace AnimatedPressable ([2c9dcc2](https://github.com/heroui-inc/heroui-native/commit/2c9dcc2))
* refactor(error-view): add animation file ([225a4b0](https://github.com/heroui-inc/heroui-native/commit/225a4b0))
* refactor(form-field): add variant prop to form field indicator component ([f0dfc1d](https://github.com/heroui-inc/heroui-native/commit/f0dfc1d))
* refactor(form-field): examples fixes ([603236b](https://github.com/heroui-inc/heroui-native/commit/603236b))
* refactor(form-field): remove animated components ([020d8d2](https://github.com/heroui-inc/heroui-native/commit/020d8d2))
* refactor(form-field): remove content compaund part ([c54e0b8](https://github.com/heroui-inc/heroui-native/commit/c54e0b8))
* refactor(form-field): remove orientation, alignIndicator and isInline props ([296b4cf](https://github.com/heroui-inc/heroui-native/commit/296b4cf))
* refactor(form-field): rename FormFieldTitle to FormFieldLabel ([cd026d5](https://github.com/heroui-inc/heroui-native/commit/cd026d5))
* refactor(text-field): add animation file ([3ff49a6](https://github.com/heroui-inc/heroui-native/commit/3ff49a6))
## 1.0.0-beta.4 (2025-11-28)
* fix(example-app): remove sonner toaster from layout ([48247e9](https://github.com/heroui-inc/heroui-native/commit/48247e9))
* fix(toast): action button highlight color ([c26a629](https://github.com/heroui-inc/heroui-native/commit/c26a629))
* fix(toast): close handle press ([c1a9e0f](https://github.com/heroui-inc/heroui-native/commit/c1a9e0f))
* fix(toast): close icon default color ([4a9cd81](https://github.com/heroui-inc/heroui-native/commit/4a9cd81))
* fix(toast): entering exiting animation type ([5b937cf](https://github.com/heroui-inc/heroui-native/commit/5b937cf))
* fix(toast): hadle content overflow issue ([d757070](https://github.com/heroui-inc/heroui-native/commit/d757070))
* fix(toast): id type ([7a99597](https://github.com/heroui-inc/heroui-native/commit/7a99597))
* fix(toast): overlay issue ([95c09f2](https://github.com/heroui-inc/heroui-native/commit/95c09f2))
* fix(toast): swipe scale ([31be313](https://github.com/heroui-inc/heroui-native/commit/31be313))
* build: remove native-sonner from example app ([a9a048d](https://github.com/heroui-inc/heroui-native/commit/a9a048d))
* docs: update theme docs to match uniwind usage ([366e2f1](https://github.com/heroui-inc/heroui-native/commit/366e2f1))
* docs(toast): add useToast api reference ([6560511](https://github.com/heroui-inc/heroui-native/commit/6560511))
* feat(example-app): handle toasts hide from components screen ([9c3f79b](https://github.com/heroui-inc/heroui-native/commit/9c3f79b))
* feat(toast): add achievement-toast example ([7649547](https://github.com/heroui-inc/heroui-native/commit/7649547))
* feat(toast): add different size content examples ([c550020](https://github.com/heroui-inc/heroui-native/commit/c550020))
* feat(toast): add doc file ([1f67c8f](https://github.com/heroui-inc/heroui-native/commit/1f67c8f))
* feat(toast): add InsetsContainer component ([b1612a9](https://github.com/heroui-inc/heroui-native/commit/b1612a9))
* feat(toast): add loading toast example ([81a3ef7](https://github.com/heroui-inc/heroui-native/commit/81a3ef7))
* feat(toast): add maxVisibleToasts prop ([8f3e9af](https://github.com/heroui-inc/heroui-native/commit/8f3e9af))
* feat(toast): add placement vaiants examples ([b2006bc](https://github.com/heroui-inc/heroui-native/commit/b2006bc))
* feat(toast): add provider contentWrapper prop ([79ff936](https://github.com/heroui-inc/heroui-native/commit/79ff936))
* feat(toast): add reducer ([251396b](https://github.com/heroui-inc/heroui-native/commit/251396b))
* feat(toast): add show and hide to ToastComponentProps ([ced2535](https://github.com/heroui-inc/heroui-native/commit/ced2535))
* feat(toast): add toast components ([b129fbe](https://github.com/heroui-inc/heroui-native/commit/b129fbe))
* feat(toast): add toast placement prop ([6c81d10](https://github.com/heroui-inc/heroui-native/commit/6c81d10))
* feat(toast): add toast primitives ([0c90384](https://github.com/heroui-inc/heroui-native/commit/0c90384))
* feat(toast): add toaster provider ([21d3185](https://github.com/heroui-inc/heroui-native/commit/21d3185))
* feat(toast): add toastHeight shared value ([49df733](https://github.com/heroui-inc/heroui-native/commit/49df733))
* feat(toast): add ToastItemRenderer component ([dba80b6](https://github.com/heroui-inc/heroui-native/commit/dba80b6))
* feat(toast): add useToast hook ([ee6e14e](https://github.com/heroui-inc/heroui-native/commit/ee6e14e))
* feat(toast): adjust different height case animation ([471c19f](https://github.com/heroui-inc/heroui-native/commit/471c19f))
* feat(toast): adjust entering exiting animation ([fd0b58f](https://github.com/heroui-inc/heroui-native/commit/fd0b58f))
* feat(toast): handle animation file ([99ee150](https://github.com/heroui-inc/heroui-native/commit/99ee150))
* feat(toast): handle component render function ([ce01433](https://github.com/heroui-inc/heroui-native/commit/ce01433))
* feat(toast): handle different height case ([690659c](https://github.com/heroui-inc/heroui-native/commit/690659c))
* feat(toast): handle different layers of show function ([00dfb79](https://github.com/heroui-inc/heroui-native/commit/00dfb79))
* feat(toast): handle duration prop ([abb3020](https://github.com/heroui-inc/heroui-native/commit/abb3020))
* feat(toast): handle gestures ([d221d7b](https://github.com/heroui-inc/heroui-native/commit/d221d7b))
* feat(toast): handle global toast props ([26722fc](https://github.com/heroui-inc/heroui-native/commit/26722fc))
* feat(toast): handle native modal overlay ([d970f95](https://github.com/heroui-inc/heroui-native/commit/d970f95))
* feat(toast): handle onShow and onHide callbacks ([3025868](https://github.com/heroui-inc/heroui-native/commit/3025868))
* feat(toast): handle persistent duration ([5c78461](https://github.com/heroui-inc/heroui-native/commit/5c78461))
* feat(toast): provide toast item props ([44e95ec](https://github.com/heroui-inc/heroui-native/commit/44e95ec))
* feat(toast): set up heroui native provider with toast configs ([d5c14c7](https://github.com/heroui-inc/heroui-native/commit/d5c14c7))
* refactor(toast): adjust exiting easing ([d535244](https://github.com/heroui-inc/heroui-native/commit/d535244))
* refactor(toast): auto hide feature ([29c3ebe](https://github.com/heroui-inc/heroui-native/commit/29c3ebe))
* refactor(toast): handle hide last item case ([ebcd360](https://github.com/heroui-inc/heroui-native/commit/ebcd360))
* refactor(toast): remove height shared value ([2404f9e](https://github.com/heroui-inc/heroui-native/commit/2404f9e))
* refactor(toast): rename isSwipable to isSwipeable ([21fffc4](https://github.com/heroui-inc/heroui-native/commit/21fffc4))
* refactor(toast): useToast return ([76e118e](https://github.com/heroui-inc/heroui-native/commit/76e118e))
* chore(toast): add proper comments for animation values ([adfedec](https://github.com/heroui-inc/heroui-native/commit/adfedec))
## 1.0.0-beta.3 (2025-11-20)
* docs(dialog): update doc file with new root props ([5d8d189](https://github.com/heroui-inc/heroui-native/commit/5d8d189))
* docs(pressable-feedback): add doc file ([90ac1ac](https://github.com/heroui-inc/heroui-native/commit/90ac1ac))
* docs(readme): add GestureHandlerRootView info ([2be9c97](https://github.com/heroui-inc/heroui-native/commit/2be9c97))
* docs(readme): update version number to beta.3 ([744f04a](https://github.com/heroui-inc/heroui-native/commit/744f04a))
* refactor(button): remove scale related logic ([4e18c63](https://github.com/heroui-inc/heroui-native/commit/4e18c63))
* refactor(example-app): theme screen content ([5986956](https://github.com/heroui-inc/heroui-native/commit/5986956))
* refactor(example-app): themes colors ([8c222e0](https://github.com/heroui-inc/heroui-native/commit/8c222e0))
* refactor(pressable-feedback): add pressable feedback animation file ([87570cf](https://github.com/heroui-inc/heroui-native/commit/87570cf))
* refactor(pressable-feedback): animation disabled state ([6c55b62](https://github.com/heroui-inc/heroui-native/commit/6c55b62))
* refactor(pressable-feedback): remove ripple related logic ([7290531](https://github.com/heroui-inc/heroui-native/commit/7290531))
* refactor(pressable-feedback): rename variant prop into feedbackVariant ([b0eee3b](https://github.com/heroui-inc/heroui-native/commit/b0eee3b))
* fix(dialog): controlled state issue ([87be9e5](https://github.com/heroui-inc/heroui-native/commit/87be9e5))
* fix(example-app): button highlight disabled state ([f161f94](https://github.com/heroui-inc/heroui-native/commit/f161f94))
* fix(example-app): increase tap area of theme toggle and components list buttons ([0a12ba2](https://github.com/heroui-inc/heroui-native/commit/0a12ba2))
* fix(pressable-feedback): svg recalculation issue ([6cf8fbf](https://github.com/heroui-inc/heroui-native/commit/6cf8fbf))
* chore: update accordion with depth content text ([71fcc33](https://github.com/heroui-inc/heroui-native/commit/71fcc33))
* chore(pressable-feedback): update examples ripple colors ([488856b](https://github.com/heroui-inc/heroui-native/commit/488856b))
* feat(pressable-feedback): add card examples ([92b2abc](https://github.com/heroui-inc/heroui-native/commit/92b2abc))
* feat(pressable-feedback): add feedbackPosition prop ([0b969b4](https://github.com/heroui-inc/heroui-native/commit/0b969b4))
* feat(pressable-feedback): add initial PressableFeedbackRipple component ([d9504f1](https://github.com/heroui-inc/heroui-native/commit/d9504f1))
* feat(pressable-feedback): add PressableFeedbackRootAnimation type ([f654d39](https://github.com/heroui-inc/heroui-native/commit/f654d39))
* feat(pressable-feedback): add usePressableFeedbackRippleAnimation hook ([2b379e2](https://github.com/heroui-inc/heroui-native/commit/2b379e2))
* feat(pressable-feedback): add usePressableFeedbackRootAnimation hook ([16fc67a](https://github.com/heroui-inc/heroui-native/commit/16fc67a))
* feat(pressable-feedback): adjust ripple animation hook ([ec8068e](https://github.com/heroui-inc/heroui-native/commit/ec8068e))
* feat(pressable-feedback): adjust ripple styles ([5f3f235](https://github.com/heroui-inc/heroui-native/commit/5f3f235))
* feat(pressable-feedback): handle animation prop ([85df65b](https://github.com/heroui-inc/heroui-native/commit/85df65b))
* feat(pressable-feedback): handle riple progress settings ([e76de77](https://github.com/heroui-inc/heroui-native/commit/e76de77))
## 1.0.0-beta.2 (2025-11-13)
* build: add uniwind type file to eslint ignore ([0f6d26d](https://github.com/heroui-inc/heroui-native/commit/0f6d26d))
* docs(checkbox): add animation info ([c24b048](https://github.com/heroui-inc/heroui-native/commit/c24b048))
* docs(form-field): add hook section ([a428fdb](https://github.com/heroui-inc/heroui-native/commit/a428fdb))
* docs(readme): upd repo image link ([9bf2756](https://github.com/heroui-inc/heroui-native/commit/9bf2756))
* docs(readme): upd version number ([d595043](https://github.com/heroui-inc/heroui-native/commit/d595043))
* docs(switch): update doc file ([3241b32](https://github.com/heroui-inc/heroui-native/commit/3241b32))
* fix(checkbox): on surface color ([db57900](https://github.com/heroui-inc/heroui-native/commit/db57900))
* fix(example-app): android app bg issue ([3559336](https://github.com/heroui-inc/heroui-native/commit/3559336))
* fix(example-app): components carousel reduce transparency issue ([691f4b5](https://github.com/heroui-inc/heroui-native/commit/691f4b5))
* fix(radio-group): thumb bg color ([a9287b2](https://github.com/heroui-inc/heroui-native/commit/a9287b2))
* refactor: useResolvedStyleProperty hook ([590db08](https://github.com/heroui-inc/heroui-native/commit/590db08))
* refactor(accordion): rename isExpanded to isSelected ([3494931](https://github.com/heroui-inc/heroui-native/commit/3494931))
* refactor(accordion): rename isSelected to isExpanded ([d7206a3](https://github.com/heroui-inc/heroui-native/commit/d7206a3))
* refactor(button): remove default layout animation ([b22f23f](https://github.com/heroui-inc/heroui-native/commit/b22f23f))
* refactor(checkbox): animated icon props ([7116e78](https://github.com/heroui-inc/heroui-native/commit/7116e78))
* refactor(checkbox): handle animation layer ([00f1fcf](https://github.com/heroui-inc/heroui-native/commit/00f1fcf))
* refactor(checkbox): handle on press animation ([5e37b7f](https://github.com/heroui-inc/heroui-native/commit/5e37b7f))
* refactor(checkbox): indicator presentation logic ([fc0491f](https://github.com/heroui-inc/heroui-native/commit/fc0491f))
* refactor(checkbox): remove animated colors ([11e54da](https://github.com/heroui-inc/heroui-native/commit/11e54da))
* refactor(chip): remove default layout animation ([4abc4b7](https://github.com/heroui-inc/heroui-native/commit/4abc4b7))
* refactor(radio-group): default indicator styles ([54de9a5](https://github.com/heroui-inc/heroui-native/commit/54de9a5))
* refactor(radio-group): handle on surface variant ([b5d8262](https://github.com/heroui-inc/heroui-native/commit/b5d8262))
* refactor(radio-group): handle render function for radio group item children ([e4b973f](https://github.com/heroui-inc/heroui-native/commit/e4b973f))
* refactor(switch): add animation file ([c61e023](https://github.com/heroui-inc/heroui-native/commit/c61e023))
* refactor(switch): handle children render function ([254d72c](https://github.com/heroui-inc/heroui-native/commit/254d72c))
* refactor(switch): remove color prop ([fe16556](https://github.com/heroui-inc/heroui-native/commit/fe16556))
* refactor(switch): remove thumb width and height props ([66fb2f8](https://github.com/heroui-inc/heroui-native/commit/66fb2f8))
* refactor(switch): root style ([6551a3a](https://github.com/heroui-inc/heroui-native/commit/6551a3a))
* refactor(switch): width and height ([c4ce981](https://github.com/heroui-inc/heroui-native/commit/c4ce981))
* feat(checkbox): add animated check icon ([0b63582](https://github.com/heroui-inc/heroui-native/commit/0b63582))
* feat(example-app): add accordion with depth effect ([c551746](https://github.com/heroui-inc/heroui-native/commit/c551746))
* feat(switch): add useResolvedStyleProperty hook ([ef8c80f](https://github.com/heroui-inc/heroui-native/commit/ef8c80f))
* feat(switch): handle on press scale animation ([753bbae](https://github.com/heroui-inc/heroui-native/commit/753bbae))
## 1.0.0-beta.1 (2025-11-04)
* chore: initial set up of uniwind ([9422c72](https://github.com/heroui-inc/heroui-native/commit/9422c72))
* chore: mange uniwind toggle theme ([f00618d](https://github.com/heroui-inc/heroui-native/commit/f00618d))
* chore: move theme files to helpers folder ([bee2a8b](https://github.com/heroui-inc/heroui-native/commit/bee2a8b))
* chore: release v1.0.0-beta.1 ([2046549](https://github.com/heroui-inc/heroui-native/commit/2046549))
* chore(error-view): adjust example screen ([d987eb9](https://github.com/heroui-inc/heroui-native/commit/d987eb9))
* chore(release): publish npm package with latest tag ([1d0760f](https://github.com/heroui-inc/heroui-native/commit/1d0760f))
* chore(uniwind): replace isDark ([005e588](https://github.com/heroui-inc/heroui-native/commit/005e588))
* chore(uniwind): replace isDark ([f11deb7](https://github.com/heroui-inc/heroui-native/commit/f11deb7))
* chore(uniwind): transform expo icons to styled icons ([bdcbcbb](https://github.com/heroui-inc/heroui-native/commit/bdcbcbb))
* chore(uniwind): update color variables ([09b1ee7](https://github.com/heroui-inc/heroui-native/commit/09b1ee7))
* fix: accordion and avatar styles ([511fe69](https://github.com/heroui-inc/heroui-native/commit/511fe69))
* fix(button): highlight color ([a8d73cf](https://github.com/heroui-inc/heroui-native/commit/a8d73cf))
* fix(card): example layout issue ([e9ab4dd](https://github.com/heroui-inc/heroui-native/commit/e9ab4dd))
* fix(example-app): android layout issues ([f4ccb4b](https://github.com/heroui-inc/heroui-native/commit/f4ccb4b))
* fix(example-app): minor layout issues ([ea2a007](https://github.com/heroui-inc/heroui-native/commit/ea2a007))
* fix(example-app): minor layout issues ([db12d69](https://github.com/heroui-inc/heroui-native/commit/db12d69))
* fix(example-app): showcases layout issues ([5dd5ec6](https://github.com/heroui-inc/heroui-native/commit/5dd5ec6))
* fix(example-app): uniwind file linting ([2307148](https://github.com/heroui-inc/heroui-native/commit/2307148))
* build: upgrade uniwind to v1.0.0 ([f8a89a8](https://github.com/heroui-inc/heroui-native/commit/f8a89a8))
* build: upgrade uniwind to v1.0.0-nightly.20251028.1 ([38080ec](https://github.com/heroui-inc/heroui-native/commit/38080ec))
* build: upgrade uniwind to v1.0.0-rc.2 ([ff4a28f](https://github.com/heroui-inc/heroui-native/commit/ff4a28f))
* build: upgrade uniwind to v1.0.0-rc.4 ([fbf8db9](https://github.com/heroui-inc/heroui-native/commit/fbf8db9))
* build: upgrade uniwind to v1.0.0-rc.6 ([aa7ea51](https://github.com/heroui-inc/heroui-native/commit/aa7ea51))
* build: upgrade uniwind to v1.0.0-rc.7 ([b27c0af](https://github.com/heroui-inc/heroui-native/commit/b27c0af))
* docs: fix outdated button api usage within card doc file ([5e390b7](https://github.com/heroui-inc/heroui-native/commit/5e390b7))
* docs: replace useTheme with useThemeColor across the docs ([7ef9c04](https://github.com/heroui-inc/heroui-native/commit/7ef9c04))
* docs: update theme doc file ([8446598](https://github.com/heroui-inc/heroui-native/commit/8446598))
* refactor: example app dark selector ([eb66471](https://github.com/heroui-inc/heroui-native/commit/eb66471))
* refactor: example app theme provider ([e9c444e](https://github.com/heroui-inc/heroui-native/commit/e9c444e))
* refactor: replace bg-panel color with bg-overlay ([222fb6d](https://github.com/heroui-inc/heroui-native/commit/222fb6d))
* refactor: theme colors ([128ddb5](https://github.com/heroui-inc/heroui-native/commit/128ddb5))
* refactor(accordion): remove border variant and add surface variant ([597c612](https://github.com/heroui-inc/heroui-native/commit/597c612))
* refactor(avatar): add variant prop ([2befbae](https://github.com/heroui-inc/heroui-native/commit/2befbae))
* refactor(card): variant prop and example app screen ([d3aa1cc](https://github.com/heroui-inc/heroui-native/commit/d3aa1cc))
* refactor(checkbox): example screen ([21f1bb5](https://github.com/heroui-inc/heroui-native/commit/21f1bb5))
* refactor(checkbox): styles and api ([63dd458](https://github.com/heroui-inc/heroui-native/commit/63dd458))
* refactor(chip): example screen ([1eea61d](https://github.com/heroui-inc/heroui-native/commit/1eea61d))
* refactor(chip): handle soft variant ([b3d53d3](https://github.com/heroui-inc/heroui-native/commit/b3d53d3))
* refactor(chip): secondary and tertiary label colors ([186d227](https://github.com/heroui-inc/heroui-native/commit/186d227))
* refactor(dialog): example screen ([6be99d8](https://github.com/heroui-inc/heroui-native/commit/6be99d8))
* refactor(divider): example screen ([bd985c8](https://github.com/heroui-inc/heroui-native/commit/bd985c8))
* refactor(drop-shadow-view): remove component from example app and readme ([11a8038](https://github.com/heroui-inc/heroui-native/commit/11a8038))
* refactor(error-field): example screen ([40d2205](https://github.com/heroui-inc/heroui-native/commit/40d2205))
* refactor(example app): button screen structure ([4d28dc6](https://github.com/heroui-inc/heroui-native/commit/4d28dc6))
* refactor(example app): button usage cases styles ([00e3ad9](https://github.com/heroui-inc/heroui-native/commit/00e3ad9))
* refactor(example-app): custom themes ([55e3c9e](https://github.com/heroui-inc/heroui-native/commit/55e3c9e))
* refactor(form-field): example screen ([83fa427](https://github.com/heroui-inc/heroui-native/commit/83fa427))
* refactor(popover): example screen ([a093528](https://github.com/heroui-inc/heroui-native/commit/a093528))
* refactor(radio-group): example screen ([9da9af5](https://github.com/heroui-inc/heroui-native/commit/9da9af5))
* refactor(radio-group): handle render function for radio group item children ([17c10f6](https://github.com/heroui-inc/heroui-native/commit/17c10f6))
* refactor(radio-group): remove color prop ([8f16ab9](https://github.com/heroui-inc/heroui-native/commit/8f16ab9))
* refactor(radio-group): rename title to label ([a11272e](https://github.com/heroui-inc/heroui-native/commit/a11272e))
* refactor(radio-group): rename useRadioGroupContext to useRadioGroup ([bfaeb54](https://github.com/heroui-inc/heroui-native/commit/bfaeb54))
* refactor(scroll-shadow): example screen ([629e7b9](https://github.com/heroui-inc/heroui-native/commit/629e7b9))
* refactor(select): example screen ([71f4b70](https://github.com/heroui-inc/heroui-native/commit/71f4b70))
* refactor(select): example screen ([fe6aed3](https://github.com/heroui-inc/heroui-native/commit/fe6aed3))
* refactor(skeleton): example screen ([c19d2b5](https://github.com/heroui-inc/heroui-native/commit/c19d2b5))
* refactor(spinner): change default color from foreground to accent ([1847e89](https://github.com/heroui-inc/heroui-native/commit/1847e89))
* refactor(spinner): example screen ([2cc9e99](https://github.com/heroui-inc/heroui-native/commit/2cc9e99))
* refactor(styles): move styles to heroui package ([ceabdfd](https://github.com/heroui-inc/heroui-native/commit/ceabdfd))
* refactor(surface): variant prop ([3c59ae3](https://github.com/heroui-inc/heroui-native/commit/3c59ae3))
* refactor(switch): example screen ([467c217](https://github.com/heroui-inc/heroui-native/commit/467c217))
* refactor(tabs): example screen ([4bb218e](https://github.com/heroui-inc/heroui-native/commit/4bb218e))
* refactor(text-field): styles and example screen ([af87497](https://github.com/heroui-inc/heroui-native/commit/af87497))
* refactor(theme): theme color type ([4708434](https://github.com/heroui-inc/heroui-native/commit/4708434))
* refactor(theme): useThemeColor hook ([def85b4](https://github.com/heroui-inc/heroui-native/commit/def85b4))
* refactor(uniwind): apply dark selector ([86bcfd4](https://github.com/heroui-inc/heroui-native/commit/86bcfd4))
* refactor(uniwind): apply useThemeColor hook to example app ([0eb6b3a](https://github.com/heroui-inc/heroui-native/commit/0eb6b3a))
* refactor(uniwind): apply useThemeColor hook to example app ([869a178](https://github.com/heroui-inc/heroui-native/commit/869a178))
* refactor(uniwind): apply useThemeColor hook to src components ([fe5e760](https://github.com/heroui-inc/heroui-native/commit/fe5e760))
* refactor(uniwind): remove theme plugin ([7c09603](https://github.com/heroui-inc/heroui-native/commit/7c09603))
* refactor(uniwind): remove theme provider ([7b65ea3](https://github.com/heroui-inc/heroui-native/commit/7b65ea3))
* refactor(uniwind): remove useTheme hook ([55dea8c](https://github.com/heroui-inc/heroui-native/commit/55dea8c))
* refactor(uniwind): replace text-muted-foreground with text-muted ([142a7e5](https://github.com/heroui-inc/heroui-native/commit/142a7e5))
* refactor(uniwind): update useThemeColor return type ([02a4f82](https://github.com/heroui-inc/heroui-native/commit/02a4f82))
* feat: add theme calculated colors ([b5c2a12](https://github.com/heroui-inc/heroui-native/commit/b5c2a12))
* feat(button): add destructive-soft variant ([74d7475](https://github.com/heroui-inc/heroui-native/commit/74d7475))
* feat(example-app): add pagination indicator to usage carousel ([f905a79](https://github.com/heroui-inc/heroui-native/commit/f905a79))
* feat(example-app): add subtle blut to usage variant item ([fa30082](https://github.com/heroui-inc/heroui-native/commit/fa30082))
* feat(example-app): add usage item animation ([91a13d4](https://github.com/heroui-inc/heroui-native/commit/91a13d4))
* feat(example-app): add usage variants select components ([d9863b9](https://github.com/heroui-inc/heroui-native/commit/d9863b9))
* feat(example-app): adjust avatar variants ([e26437c](https://github.com/heroui-inc/heroui-native/commit/e26437c))
* feat(example-app): set up usage variant current variant logic ([a4cd7f8](https://github.com/heroui-inc/heroui-native/commit/a4cd7f8))
* feat(uniwind): add styles folder ([8b63404](https://github.com/heroui-inc/heroui-native/commit/8b63404))
* feat(uniwind): add useThemeColor hook ([6dac7b6](https://github.com/heroui-inc/heroui-native/commit/6dac7b6))
* feat(uniwind): add utilities to global.css ([e846752](https://github.com/heroui-inc/heroui-native/commit/e846752))
* feat(uniwind): orginize theme css files ([861d1d3](https://github.com/heroui-inc/heroui-native/commit/861d1d3))
## 1.0.0-beta.1 (2025-11-04)
* build: upgrade uniwind to v1.0.0 ([f8a89a8](https://github.com/heroui-inc/heroui-native/commit/f8a89a8))
* build: upgrade uniwind to v1.0.0-nightly.20251028.1 ([38080ec](https://github.com/heroui-inc/heroui-native/commit/38080ec))
* build: upgrade uniwind to v1.0.0-rc.2 ([ff4a28f](https://github.com/heroui-inc/heroui-native/commit/ff4a28f))
* build: upgrade uniwind to v1.0.0-rc.4 ([fbf8db9](https://github.com/heroui-inc/heroui-native/commit/fbf8db9))
* build: upgrade uniwind to v1.0.0-rc.6 ([aa7ea51](https://github.com/heroui-inc/heroui-native/commit/aa7ea51))
* build: upgrade uniwind to v1.0.0-rc.7 ([b27c0af](https://github.com/heroui-inc/heroui-native/commit/b27c0af))
* fix: accordion and avatar styles ([511fe69](https://github.com/heroui-inc/heroui-native/commit/511fe69))
* fix(button): highlight color ([a8d73cf](https://github.com/heroui-inc/heroui-native/commit/a8d73cf))
* fix(card): example layout issue ([e9ab4dd](https://github.com/heroui-inc/heroui-native/commit/e9ab4dd))
* fix(example-app): android layout issues ([f4ccb4b](https://github.com/heroui-inc/heroui-native/commit/f4ccb4b))
* fix(example-app): minor layout issues ([ea2a007](https://github.com/heroui-inc/heroui-native/commit/ea2a007))
* fix(example-app): minor layout issues ([db12d69](https://github.com/heroui-inc/heroui-native/commit/db12d69))
* fix(example-app): showcases layout issues ([5dd5ec6](https://github.com/heroui-inc/heroui-native/commit/5dd5ec6))
* docs: fix outdated button api usage within card doc file ([5e390b7](https://github.com/heroui-inc/heroui-native/commit/5e390b7))
* docs: replace useTheme with useThemeColor across the docs ([7ef9c04](https://github.com/heroui-inc/heroui-native/commit/7ef9c04))
* docs: update theme doc file ([8446598](https://github.com/heroui-inc/heroui-native/commit/8446598))
* refactor: example app dark selector ([eb66471](https://github.com/heroui-inc/heroui-native/commit/eb66471))
* refactor: example app theme provider ([e9c444e](https://github.com/heroui-inc/heroui-native/commit/e9c444e))
* refactor: replace bg-panel color with bg-overlay ([222fb6d](https://github.com/heroui-inc/heroui-native/commit/222fb6d))
* refactor: theme colors ([128ddb5](https://github.com/heroui-inc/heroui-native/commit/128ddb5))
* refactor(accordion): remove border variant and add surface variant ([597c612](https://github.com/heroui-inc/heroui-native/commit/597c612))
* refactor(avatar): add variant prop ([2befbae](https://github.com/heroui-inc/heroui-native/commit/2befbae))
* refactor(card): variant prop and example app screen ([d3aa1cc](https://github.com/heroui-inc/heroui-native/commit/d3aa1cc))
* refactor(checkbox): example screen ([21f1bb5](https://github.com/heroui-inc/heroui-native/commit/21f1bb5))
* refactor(checkbox): styles and api ([63dd458](https://github.com/heroui-inc/heroui-native/commit/63dd458))
* refactor(chip): example screen ([1eea61d](https://github.com/heroui-inc/heroui-native/commit/1eea61d))
* refactor(chip): handle soft variant ([b3d53d3](https://github.com/heroui-inc/heroui-native/commit/b3d53d3))
* refactor(chip): secondary and tertiary label colors ([186d227](https://github.com/heroui-inc/heroui-native/commit/186d227))
* refactor(dialog): example screen ([6be99d8](https://github.com/heroui-inc/heroui-native/commit/6be99d8))
* refactor(divider): example screen ([bd985c8](https://github.com/heroui-inc/heroui-native/commit/bd985c8))
* refactor(drop-shadow-view): remove component from example app and readme ([11a8038](https://github.com/heroui-inc/heroui-native/commit/11a8038))
* refactor(error-field): example screen ([40d2205](https://github.com/heroui-inc/heroui-native/commit/40d2205))
* refactor(example app): button screen structure ([4d28dc6](https://github.com/heroui-inc/heroui-native/commit/4d28dc6))
* refactor(example app): button usage cases styles ([00e3ad9](https://github.com/heroui-inc/heroui-native/commit/00e3ad9))
* refactor(example-app): custom themes ([55e3c9e](https://github.com/heroui-inc/heroui-native/commit/55e3c9e))
* refactor(form-field): example screen ([83fa427](https://github.com/heroui-inc/heroui-native/commit/83fa427))
* refactor(popover): example screen ([a093528](https://github.com/heroui-inc/heroui-native/commit/a093528))
* refactor(radio-group): example screen ([9da9af5](https://github.com/heroui-inc/heroui-native/commit/9da9af5))
* refactor(radio-group): handle render function for radio group item children ([17c10f6](https://github.com/heroui-inc/heroui-native/commit/17c10f6))
* refactor(radio-group): remove color prop ([8f16ab9](https://github.com/heroui-inc/heroui-native/commit/8f16ab9))
* refactor(radio-group): rename title to label ([a11272e](https://github.com/heroui-inc/heroui-native/commit/a11272e))
* refactor(radio-group): rename useRadioGroupContext to useRadioGroup ([bfaeb54](https://github.com/heroui-inc/heroui-native/commit/bfaeb54))
* refactor(scroll-shadow): example screen ([629e7b9](https://github.com/heroui-inc/heroui-native/commit/629e7b9))
* refactor(select): example screen ([71f4b70](https://github.com/heroui-inc/heroui-native/commit/71f4b70))
* refactor(select): example screen ([fe6aed3](https://github.com/heroui-inc/heroui-native/commit/fe6aed3))
* refactor(skeleton): example screen ([c19d2b5](https://github.com/heroui-inc/heroui-native/commit/c19d2b5))
* refactor(spinner): change default color from foreground to accent ([1847e89](https://github.com/heroui-inc/heroui-native/commit/1847e89))
* refactor(spinner): example screen ([2cc9e99](https://github.com/heroui-inc/heroui-native/commit/2cc9e99))
* refactor(styles): move styles to heroui package ([ceabdfd](https://github.com/heroui-inc/heroui-native/commit/ceabdfd))
* refactor(surface): variant prop ([3c59ae3](https://github.com/heroui-inc/heroui-native/commit/3c59ae3))
* refactor(switch): example screen ([467c217](https://github.com/heroui-inc/heroui-native/commit/467c217))
* refactor(tabs): example screen ([4bb218e](https://github.com/heroui-inc/heroui-native/commit/4bb218e))
* refactor(text-field): styles and example screen ([af87497](https://github.com/heroui-inc/heroui-native/commit/af87497))
* refactor(theme): theme color type ([4708434](https://github.com/heroui-inc/heroui-native/commit/4708434))
* refactor(theme): useThemeColor hook ([def85b4](https://github.com/heroui-inc/heroui-native/commit/def85b4))
* refactor(uniwind): apply dark selector ([86bcfd4](https://github.com/heroui-inc/heroui-native/commit/86bcfd4))
* refactor(uniwind): apply useThemeColor hook to example app ([0eb6b3a](https://github.com/heroui-inc/heroui-native/commit/0eb6b3a))
* refactor(uniwind): apply useThemeColor hook to example app ([869a178](https://github.com/heroui-inc/heroui-native/commit/869a178))
* refactor(uniwind): apply useThemeColor hook to src components ([fe5e760](https://github.com/heroui-inc/heroui-native/commit/fe5e760))
* refactor(uniwind): remove theme plugin ([7c09603](https://github.com/heroui-inc/heroui-native/commit/7c09603))
* refactor(uniwind): remove theme provider ([7b65ea3](https://github.com/heroui-inc/heroui-native/commit/7b65ea3))
* refactor(uniwind): remove useTheme hook ([55dea8c](https://github.com/heroui-inc/heroui-native/commit/55dea8c))
* refactor(uniwind): replace text-muted-foreground with text-muted ([142a7e5](https://github.com/heroui-inc/heroui-native/commit/142a7e5))
* refactor(uniwind): update useThemeColor return type ([02a4f82](https://github.com/heroui-inc/heroui-native/commit/02a4f82))
* feat: add theme calculated colors ([b5c2a12](https://github.com/heroui-inc/heroui-native/commit/b5c2a12))
* feat(button): add destructive-soft variant ([74d7475](https://github.com/heroui-inc/heroui-native/commit/74d7475))
* feat(example-app): add pagination indicator to usage carousel ([f905a79](https://github.com/heroui-inc/heroui-native/commit/f905a79))
* feat(example-app): add subtle blut to usage variant item ([fa30082](https://github.com/heroui-inc/heroui-native/commit/fa30082))
* feat(example-app): add usage item animation ([91a13d4](https://github.com/heroui-inc/heroui-native/commit/91a13d4))
* feat(example-app): add usage variants select components ([d9863b9](https://github.com/heroui-inc/heroui-native/commit/d9863b9))
* feat(example-app): adjust avatar variants ([e26437c](https://github.com/heroui-inc/heroui-native/commit/e26437c))
* feat(example-app): set up usage variant current variant logic ([a4cd7f8](https://github.com/heroui-inc/heroui-native/commit/a4cd7f8))
* feat(uniwind): add styles folder ([8b63404](https://github.com/heroui-inc/heroui-native/commit/8b63404))
* feat(uniwind): add useThemeColor hook ([6dac7b6](https://github.com/heroui-inc/heroui-native/commit/6dac7b6))
* feat(uniwind): add utilities to global.css ([e846752](https://github.com/heroui-inc/heroui-native/commit/e846752))
* feat(uniwind): orginize theme css files ([861d1d3](https://github.com/heroui-inc/heroui-native/commit/861d1d3))
* chore: initial set up of uniwind ([9422c72](https://github.com/heroui-inc/heroui-native/commit/9422c72))
* chore: mange uniwind toggle theme ([f00618d](https://github.com/heroui-inc/heroui-native/commit/f00618d))
* chore: move theme files to helpers folder ([bee2a8b](https://github.com/heroui-inc/heroui-native/commit/bee2a8b))
* chore(error-view): adjust example screen ([d987eb9](https://github.com/heroui-inc/heroui-native/commit/d987eb9))
* chore(uniwind): replace isDark ([005e588](https://github.com/heroui-inc/heroui-native/commit/005e588))
* chore(uniwind): replace isDark ([f11deb7](https://github.com/heroui-inc/heroui-native/commit/f11deb7))
* chore(uniwind): transform expo icons to styled icons ([bdcbcbb](https://github.com/heroui-inc/heroui-native/commit/bdcbcbb))
* chore(uniwind): update color variables ([09b1ee7](https://github.com/heroui-inc/heroui-native/commit/09b1ee7))
## 1.0.0-alpha.16 (2025-10-28)
* chore: type version to v1.0.0-alpha.16 ([2d0693c](https://github.com/heroui-inc/heroui-native/commit/2d0693c))
* chore(tabs): update example ([f7d62e6](https://github.com/heroui-inc/heroui-native/commit/f7d62e6))
* docs: add tabs doc file ([299e8e4](https://github.com/heroui-inc/heroui-native/commit/299e8e4))
* docs: correct @gorhom/bottom-sheet version syntax ([3829e77](https://github.com/heroui-inc/heroui-native/commit/3829e77))
* docs: upd popover and select doc files with content width info ([66c7217](https://github.com/heroui-inc/heroui-native/commit/66c7217))
* docs: update readme with running on web info ([7c19b2d](https://github.com/heroui-inc/heroui-native/commit/7c19b2d))
* refactor(popover): improve popover content width handling ([c98ece1](https://github.com/heroui-inc/heroui-native/commit/c98ece1))
* refactor(select): improve select content width handling ([7593d9d](https://github.com/heroui-inc/heroui-native/commit/7593d9d))
* feat(showcase): add model-select components ([102b876](https://github.com/heroui-inc/heroui-native/commit/102b876))
* feat(showcase): handle raycast screen components ([1328a8e](https://github.com/heroui-inc/heroui-native/commit/1328a8e))
* feat(tabs): add initial tabs src components ([e36f0a0](https://github.com/heroui-inc/heroui-native/commit/e36f0a0))
* feat(tabs): add primitives ([8da19be](https://github.com/heroui-inc/heroui-native/commit/8da19be))
* feat(tabs): add tabs example ([3ee2749](https://github.com/heroui-inc/heroui-native/commit/3ee2749))
* feat(tabs): add tabs indicator primitive ([2718867](https://github.com/heroui-inc/heroui-native/commit/2718867))
* feat(tabs): add tabs label ([1c3f179](https://github.com/heroui-inc/heroui-native/commit/1c3f179))
* feat(tabs): add tabs scrollview compound part ([645126f](https://github.com/heroui-inc/heroui-native/commit/645126f))
* feat(tabs): export tabs hooks ([21d7d8a](https://github.com/heroui-inc/heroui-native/commit/21d7d8a))
* feat(tabs): handle indicator animation ([80f530a](https://github.com/heroui-inc/heroui-native/commit/80f530a))
* feat(tabs): handle line variant ([38422fe](https://github.com/heroui-inc/heroui-native/commit/38422fe))
* feat(tabs): handle scrollable ([502b576](https://github.com/heroui-inc/heroui-native/commit/502b576))
* fix: remove pressable-feedback route from layout ([21c0e83](https://github.com/heroui-inc/heroui-native/commit/21c0e83))
## 1.0.0-alpha.15 (2025-10-15)
* fix(dialog): asChild issue ([0ce397d](https://github.com/heroui-inc/heroui-native/commit/0ce397d))
* fix(dialog): remove pressable feedback from example app components list ([4e4e887](https://github.com/heroui-inc/heroui-native/commit/4e4e887))
* fix(popover-showcase): share and save popover offset android issue ([d090a0b](https://github.com/heroui-inc/heroui-native/commit/d090a0b))
* fix(popover): arrow flickering issue ([0fb2472](https://github.com/heroui-inc/heroui-native/commit/0fb2472))
* fix(pressable-feedback): correct ripple position after scroll ([eab86dc](https://github.com/heroui-inc/heroui-native/commit/eab86dc))
* fix(select): android searchable-select issue ([7332d35](https://github.com/heroui-inc/heroui-native/commit/7332d35))
* fix(select): bottomSheetViewProps type issue ([59ab8d4](https://github.com/heroui-inc/heroui-native/commit/59ab8d4))
* fix(select): isDisabled state ([7d99930](https://github.com/heroui-inc/heroui-native/commit/7d99930))
* refactor: move close-icon to helpers components ([55b8c18](https://github.com/heroui-inc/heroui-native/commit/55b8c18))
* refactor(button): apply pressable feedback ([3da0498](https://github.com/heroui-inc/heroui-native/commit/3da0498))
* refactor(button): remove ButtonBackground ([10b52d8](https://github.com/heroui-inc/heroui-native/commit/10b52d8))
* refactor(button): remove ButtonStartContent and ButtonEndContent ([37f6082](https://github.com/heroui-inc/heroui-native/commit/37f6082))
* refactor(chip): remove ChipBackground ([32eaf97](https://github.com/heroui-inc/heroui-native/commit/32eaf97))
* refactor(chip): remove ChipStartContent and ChipEndContent ([d2e2978](https://github.com/heroui-inc/heroui-native/commit/d2e2978))
* refactor(chip): rename ChipLabelContent into ChipLabel ([a2b93cc](https://github.com/heroui-inc/heroui-native/commit/a2b93cc))
* refactor(pressable-feedback): improved usability and performance ([c9dd5b8](https://github.com/heroui-inc/heroui-native/commit/c9dd5b8))
* refactor(radio-group): add radio group item components ([0411f6c](https://github.com/heroui-inc/heroui-native/commit/0411f6c))
* refactor(radio-group): indicator bg and border color logic ([fa01058](https://github.com/heroui-inc/heroui-native/commit/fa01058))
* refactor(select): remove SelectGroup part ([a214f95](https://github.com/heroui-inc/heroui-native/commit/a214f95))
* refactor(select): rename SelectGroupLabel to SelectListLabel ([ca9e45e](https://github.com/heroui-inc/heroui-native/commit/ca9e45e))
* refactor(select): select-item-label and select-item-description ([9b85570](https://github.com/heroui-inc/heroui-native/commit/9b85570))
* chore: apply heroui-native button in cooking onboarding showcase ([e188126](https://github.com/heroui-inc/heroui-native/commit/e188126))
* chore: ios 26 fixes ([2e81763](https://github.com/heroui-inc/heroui-native/commit/2e81763))
* chore: remove radio link from readme ([7eab1de](https://github.com/heroui-inc/heroui-native/commit/7eab1de))
* chore: trigger mcp extraction on release ([277aeb6](https://github.com/heroui-inc/heroui-native/commit/277aeb6))
* chore(chip): adjust chip examples ([1d4d0f3](https://github.com/heroui-inc/heroui-native/commit/1d4d0f3))
* chore(radio-group): adjust invalid state ([22a3c7a](https://github.com/heroui-inc/heroui-native/commit/22a3c7a))
* chore(radio-group): adjust radio-group example screen ([9a266ee](https://github.com/heroui-inc/heroui-native/commit/9a266ee))
* chore(radio-group): rename item components ([574d0f5](https://github.com/heroui-inc/heroui-native/commit/574d0f5))
* chore(radio-group): review radio-group across example app ([51fb369](https://github.com/heroui-inc/heroui-native/commit/51fb369))
* chore(select): remove defaultValue from SelectButtonTrigger ([6e81e1b](https://github.com/heroui-inc/heroui-native/commit/6e81e1b))
* chore(select): reorder example app navigation ([b606a17](https://github.com/heroui-inc/heroui-native/commit/b606a17))
* docs: sync button, chip and radio-group docs with alpha 14 ([7753f3d](https://github.com/heroui-inc/heroui-native/commit/7753f3d))
* docs(button): update doc file ([7f5740a](https://github.com/heroui-inc/heroui-native/commit/7f5740a))
* docs(chip): update doc file ([44de1b7](https://github.com/heroui-inc/heroui-native/commit/44de1b7))
* docs(pressable-feedback): add component documentation ([ab0ef47](https://github.com/heroui-inc/heroui-native/commit/ab0ef47))
* docs(radio-group): update doc file ([9ee4159](https://github.com/heroui-inc/heroui-native/commit/9ee4159))
* docs(select): add doc file ([b685409](https://github.com/heroui-inc/heroui-native/commit/b685409))
* feat: add check-icon helper component ([31f169e](https://github.com/heroui-inc/heroui-native/commit/31f169e))
* feat: add useDialogContentAnimation hook ([31318c4](https://github.com/heroui-inc/heroui-native/commit/31318c4))
* feat(popover): add isDisabled prop to root component ([3129e9c](https://github.com/heroui-inc/heroui-native/commit/3129e9c))
* feat(pressable-feedback): add base types and constants ([ad36a30](https://github.com/heroui-inc/heroui-native/commit/ad36a30))
* feat(pressable-feedback): add example ([25a87dd](https://github.com/heroui-inc/heroui-native/commit/25a87dd))
* feat(pressable-feedback): add utils, styles, and hooks ([2feb1cd](https://github.com/heroui-inc/heroui-native/commit/2feb1cd))
* feat(pressable-feedback): implement component with ripple and highlight variants ([e641aa2](https://github.com/heroui-inc/heroui-native/commit/e641aa2))
* feat(pressable-feedback): refactor ripple handling logic ([5dc08a5](https://github.com/heroui-inc/heroui-native/commit/5dc08a5))
* feat(select): add example screen ([6dfe6da](https://github.com/heroui-inc/heroui-native/commit/6dfe6da))
* feat(select): add initial primitives ([72ef78a](https://github.com/heroui-inc/heroui-native/commit/72ef78a))
* feat(select): add initial src components ([8164e60](https://github.com/heroui-inc/heroui-native/commit/8164e60))
* feat(select): add plecement-select component ([9fe90c2](https://github.com/heroui-inc/heroui-native/commit/9fe90c2))
* feat(select): add searchable-dialog-select example ([17af82b](https://github.com/heroui-inc/heroui-native/commit/17af82b))
* feat(select): add searchable-select example ([2002672](https://github.com/heroui-inc/heroui-native/commit/2002672))
* feat(select): add select-button-trigger example ([6ef5daf](https://github.com/heroui-inc/heroui-native/commit/6ef5daf))
* feat(select): add value related primitive components ([1ede5dd](https://github.com/heroui-inc/heroui-native/commit/1ede5dd))
* feat(select): add value related src components ([90cfd38](https://github.com/heroui-inc/heroui-native/commit/90cfd38))
* feat(select): adjust examples example ([28d476f](https://github.com/heroui-inc/heroui-native/commit/28d476f))
* feat(select): handle default item state ([7b26d5a](https://github.com/heroui-inc/heroui-native/commit/7b26d5a))
* feat(select): handle dialog presentation variant ([69940d0](https://github.com/heroui-inc/heroui-native/commit/69940d0))
## 1.0.0-alpha.14 (2025-10-02)
* refactor(dialog): title and description ([7c9573a](https://github.com/heroui-inc/heroui-native/commit/7c9573a))
* refactor(popover): add svg arrow ([efb42f4](https://github.com/heroui-inc/heroui-native/commit/efb42f4))
* refactor(popover): adjust svg arrow ([d84dcd5](https://github.com/heroui-inc/heroui-native/commit/d84dcd5))
* refactor(popover): context ([deb3dbc](https://github.com/heroui-inc/heroui-native/commit/deb3dbc))
* refactor(popover): default close spring configs ([2d15463](https://github.com/heroui-inc/heroui-native/commit/2d15463))
* refactor(popover): remove isTransparent prop ([43c3d33](https://github.com/heroui-inc/heroui-native/commit/43c3d33))
* refactor(popover): rename open prop to isOpen ([026abe2](https://github.com/heroui-inc/heroui-native/commit/026abe2))
* build: upd yarn lock ([ba12650](https://github.com/heroui-inc/heroui-native/commit/ba12650))
* chore: adjust description components text color ([fc9c6f3](https://github.com/heroui-inc/heroui-native/commit/fc9c6f3))
* chore: update jsdoc for popover primitives ([62c6573](https://github.com/heroui-inc/heroui-native/commit/62c6573))
* chore: update readme assets ([5902959](https://github.com/heroui-inc/heroui-native/commit/5902959))
* chore: update yarn lock file ([5d7030c](https://github.com/heroui-inc/heroui-native/commit/5d7030c))
* chore(popover-showcase): adjust popover content styles ([2cf19b5](https://github.com/heroui-inc/heroui-native/commit/2cf19b5))
* chore(popover-showcase): adjust popover content styles ([d23d59b](https://github.com/heroui-inc/heroui-native/commit/d23d59b))
* chore(popover-showcase): set up showcase card ([1f657e9](https://github.com/heroui-inc/heroui-native/commit/1f657e9))
* chore(popover): adjust arrow styles ([1f89e2b](https://github.com/heroui-inc/heroui-native/commit/1f89e2b))
* chore(popover): adjust example screen styles ([3943c19](https://github.com/heroui-inc/heroui-native/commit/3943c19))
* chore(popover): adjust popover styles ([727fa9b](https://github.com/heroui-inc/heroui-native/commit/727fa9b))
* fix: components description color ([0d19adb](https://github.com/heroui-inc/heroui-native/commit/0d19adb))
* fix(dialog): description styles ([6d9546c](https://github.com/heroui-inc/heroui-native/commit/6d9546c))
* fix(popover): close button layout issue ([4bbcbb5](https://github.com/heroui-inc/heroui-native/commit/4bbcbb5))
* fix(popover): context update issue ([534653d](https://github.com/heroui-inc/heroui-native/commit/534653d))
* feat: add initial popover components ([71808d4](https://github.com/heroui-inc/heroui-native/commit/71808d4))
* feat: add popover primitive components ([2549441](https://github.com/heroui-inc/heroui-native/commit/2549441))
* feat(dialog): rename isAnimationDisabled prop to isDefaultAnimationDisabled ([767b735](https://github.com/heroui-inc/heroui-native/commit/767b735))
* feat(popover-showcase): add highlights and ingridients components ([3750530](https://github.com/heroui-inc/heroui-native/commit/3750530))
* feat(popover-showcase): add initial components ([1b70ced](https://github.com/heroui-inc/heroui-native/commit/1b70ced))
* feat(popover-showcase): add share and save components ([0d26371](https://github.com/heroui-inc/heroui-native/commit/0d26371))
* feat(popover-showcase): define onboarding steps logic ([257c7a3](https://github.com/heroui-inc/heroui-native/commit/257c7a3))
* feat(popover): add arrow part ([4ce7610](https://github.com/heroui-inc/heroui-native/commit/4ce7610))
* feat(popover): add content context ([732d515](https://github.com/heroui-inc/heroui-native/commit/732d515))
* feat(popover): add example with native modal ([1d769c1](https://github.com/heroui-inc/heroui-native/commit/1d769c1))
* feat(popover): add popoverState and closeDelay props ([607f008](https://github.com/heroui-inc/heroui-native/commit/607f008))
* feat(popover): hadle popover native modal example ([3c4eb2c](https://github.com/heroui-inc/heroui-native/commit/3c4eb2c))
* feat(popover): handle animation props ([6a937dc](https://github.com/heroui-inc/heroui-native/commit/6a937dc))
* feat(popover): handle content presentation prop ([2626bad](https://github.com/heroui-inc/heroui-native/commit/2626bad))
* feat(popover): handle full window overlay ([f7dbede](https://github.com/heroui-inc/heroui-native/commit/f7dbede))
* feat(popover): handle left and right content placement ([9fe6a54](https://github.com/heroui-inc/heroui-native/commit/9fe6a54))
* docs: add popover doc file ([ec4b41e](https://github.com/heroui-inc/heroui-native/commit/ec4b41e))
## 1.0.0-alpha.13 (2025-09-23)
* chore: adjust dialog examples ([90c8c79](https://github.com/heroui-inc/heroui-native/commit/90c8c79))
* chore: readme updated ([8b6b5d6](https://github.com/heroui-inc/heroui-native/commit/8b6b5d6))
* chore: readme updated ([564a7c0](https://github.com/heroui-inc/heroui-native/commit/564a7c0))
* chore: readme updated ([25c734e](https://github.com/heroui-inc/heroui-native/commit/25c734e))
* chore: rename dialog boolean props ([c3bd250](https://github.com/heroui-inc/heroui-native/commit/c3bd250))
* chore: set up basic dialog ([55ba96e](https://github.com/heroui-inc/heroui-native/commit/55ba96e))
* chore: update logo in README and adjust alignment ([3610f0c](https://github.com/heroui-inc/heroui-native/commit/3610f0c))
* chore: update number of showcases in example app ([1af6ae5](https://github.com/heroui-inc/heroui-native/commit/1af6ae5))
* chore: update readme assets ([1bc0505](https://github.com/heroui-inc/heroui-native/commit/1bc0505))
* chore: update text input dialog example ([6bb52d4](https://github.com/heroui-inc/heroui-native/commit/6bb52d4))
* feat: add dialog primitives ([9760c09](https://github.com/heroui-inc/heroui-native/commit/9760c09))
* feat: add initial dialog components ([2b0554f](https://github.com/heroui-inc/heroui-native/commit/2b0554f))
* feat: add initial portal primitive ([d1d27a7](https://github.com/heroui-inc/heroui-native/commit/d1d27a7))
* feat: add progress prop to dialog primitive ([3ff1508](https://github.com/heroui-inc/heroui-native/commit/3ff1508))
* feat: add progressAnimationConfigs props ([45bd9de](https://github.com/heroui-inc/heroui-native/commit/45bd9de))
* feat: set up dialog gestures ([daad5df](https://github.com/heroui-inc/heroui-native/commit/daad5df))
* feat(dialog): handle keeboard dismiss on end drag ([5a088ab](https://github.com/heroui-inc/heroui-native/commit/5a088ab))
* feat(dialog): handle native modal overlay case ([1388e8c](https://github.com/heroui-inc/heroui-native/commit/1388e8c))
* feat(dialog): handle negative translateY on drag ([5cacc53](https://github.com/heroui-inc/heroui-native/commit/5cacc53))
* feat(linear-task-showcase): add initial components ([4def387](https://github.com/heroui-inc/heroui-native/commit/4def387))
* feat(linear-task-showcase): handle assignee dialog ([2706178](https://github.com/heroui-inc/heroui-native/commit/2706178))
* feat(linear-task-showcase): handle labels dialog ([8697724](https://github.com/heroui-inc/heroui-native/commit/8697724))
* feat(linear-task-showcase): handle linear task screen mock content ([d5f42d2](https://github.com/heroui-inc/heroui-native/commit/d5f42d2))
* feat(linear-task-showcase): handle priority dialog ([963d213](https://github.com/heroui-inc/heroui-native/commit/963d213))
* feat(linear-task-showcase): handle projects dialog ([8d18f9c](https://github.com/heroui-inc/heroui-native/commit/8d18f9c))
* docs: add dialog doc file ([e1f576c](https://github.com/heroui-inc/heroui-native/commit/e1f576c))
* docs: extend readme with contribution guidence ([b2b2fdf](https://github.com/heroui-inc/heroui-native/commit/b2b2fdf))
* docs: upd readme repo image ([742faa6](https://github.com/heroui-inc/heroui-native/commit/742faa6))
* docs: upd readme with components contribution info ([0bb1fe9](https://github.com/heroui-inc/heroui-native/commit/0bb1fe9))
* docs: upd readme with example app link ([87a445f](https://github.com/heroui-inc/heroui-native/commit/87a445f))
* refactor: add closeDelay prop to dialog primitive ([3d375fa](https://github.com/heroui-inc/heroui-native/commit/3d375fa))
* refactor: dialog compaund parts ([99fe56b](https://github.com/heroui-inc/heroui-native/commit/99fe56b))
* refactor(dialog): drag container ([af08409](https://github.com/heroui-inc/heroui-native/commit/af08409))
* refactor(dialog): inner open close state ([fbc984d](https://github.com/heroui-inc/heroui-native/commit/fbc984d))
* refactor(drop-shadow-view): add asChild support ([4e05d11](https://github.com/heroui-inc/heroui-native/commit/4e05d11))
* build: upgrade nativewind to v4.2.1 ([f7a876b](https://github.com/heroui-inc/heroui-native/commit/f7a876b))
* fix(stack): apply theme background color in Stack screenOptions ([e3f61f8](https://github.com/heroui-inc/heroui-native/commit/e3f61f8))
## 1.0.0-alpha.12 (2025-09-12)
* refactor(card): remove card details component ([d7d857d](https://github.com/heroui-inc/heroui-native/commit/d7d857d))
* fix(card): remove flex properties ([2bf9f83](https://github.com/heroui-inc/heroui-native/commit/2bf9f83))
* fix(scroll-shadow): linear gradient style type issue ([cb0fb6f](https://github.com/heroui-inc/heroui-native/commit/cb0fb6f))
* chore: adjust example app spring animations ([47888f7](https://github.com/heroui-inc/heroui-native/commit/47888f7))
* chore: adjust lib components spring animations ([1d0c571](https://github.com/heroui-inc/heroui-native/commit/1d0c571))
* chore: remove after review ([754caf6](https://github.com/heroui-inc/heroui-native/commit/754caf6))
* build: upgrade to expo sdk54 and reanimated v4 ([661a02f](https://github.com/heroui-inc/heroui-native/commit/661a02f))
* docs: fix readme roadmap link ([48a8268](https://github.com/heroui-inc/heroui-native/commit/48a8268))
## 1.0.0-alpha.11 (2025-09-11)
* fix: showcase carousel android issue ([a198934](https://github.com/heroui-inc/heroui-native/commit/a198934))
* docs: add skeleton and skeleton-group doc files ([85b8415](https://github.com/heroui-inc/heroui-native/commit/85b8415))
* docs: upd readme with roadmap link ([3f77e36](https://github.com/heroui-inc/heroui-native/commit/3f77e36))
* docs: update CONTRIBUTION.md ([7454a18](https://github.com/heroui-inc/heroui-native/commit/7454a18))
* feat: add initial skeleton components ([742217c](https://github.com/heroui-inc/heroui-native/commit/742217c))
* feat: add showcase carousel ([c210e26](https://github.com/heroui-inc/heroui-native/commit/c210e26))
* feat: add skeleton-group components ([be8a23f](https://github.com/heroui-inc/heroui-native/commit/be8a23f))
* feat(example app): add auth showcase route ([967e81e](https://github.com/heroui-inc/heroui-native/commit/967e81e))
* feat(example app): add paywall showcase ([9ee78b2](https://github.com/heroui-inc/heroui-native/commit/9ee78b2))
* feat(skeleton): handle entering and exiting ([2f30afd](https://github.com/heroui-inc/heroui-native/commit/2f30afd))
* refactor: main skeleton component ([7923af7](https://github.com/heroui-inc/heroui-native/commit/7923af7))
* refactor(example app): home navigation ([7b618ae](https://github.com/heroui-inc/heroui-native/commit/7b618ae))
## 1.0.0-alpha.10 (2025-09-08)
* docs: update version ([4330d99](https://github.com/heroui-inc/heroui-native/commit/4330d99))
* refactor: add LinearGradientComponent prop ([03268b5](https://github.com/heroui-inc/heroui-native/commit/03268b5))
* refactor: upd showcase onboarding preview card ([77797b9](https://github.com/heroui-inc/heroui-native/commit/77797b9))
* chore: add original source comment to ease gradient util ([515c123](https://github.com/heroui-inc/heroui-native/commit/515c123))
## 1.0.0-alpha.9 (2025-09-04)
* chore: update example app assets ([193df55](https://github.com/heroui-inc/heroui-native/commit/193df55))
* chore: update version in example app ([9277967](https://github.com/heroui-inc/heroui-native/commit/9277967))
* docs: add scroll shadow component doc file ([4be0d10](https://github.com/heroui-inc/heroui-native/commit/4be0d10))
* fix: example app form-field custom bg case ([26c8dd3](https://github.com/heroui-inc/heroui-native/commit/26c8dd3))
* fix: form-field content layout issue ([0088daa](https://github.com/heroui-inc/heroui-native/commit/0088daa))
* fix: scroll shadow create element logic ([e7508f9](https://github.com/heroui-inc/heroui-native/commit/e7508f9))
* feat: add Avatar component with various sizes and fallback support ([f2711b7](https://github.com/heroui-inc/heroui-native/commit/f2711b7))
* feat: add avatar components ([9019965](https://github.com/heroui-inc/heroui-native/commit/9019965))
* feat: add avatar doc file ([33366c4](https://github.com/heroui-inc/heroui-native/commit/33366c4))
* feat: add avatar primitive components ([aefae85](https://github.com/heroui-inc/heroui-native/commit/aefae85))
* feat: add childrenToString util ([12323a4](https://github.com/heroui-inc/heroui-native/commit/12323a4))
* feat: add default avatar icon ([ddf7043](https://github.com/heroui-inc/heroui-native/commit/ddf7043))
* feat: add example app home screen ([eb2d22b](https://github.com/heroui-inc/heroui-native/commit/eb2d22b))
* feat: add example app themes and showcases screens ([0526ebe](https://github.com/heroui-inc/heroui-native/commit/0526ebe))
* feat: add scroll-shadow components ([9e07bd4](https://github.com/heroui-inc/heroui-native/commit/9e07bd4))
* feat: add textProps prop for ErrorView component ([1f24feb](https://github.com/heroui-inc/heroui-native/commit/1f24feb))
* feat: add theme cn util ([4080f69](https://github.com/heroui-inc/heroui-native/commit/4080f69))
* feat: handle avatar animation state ([7a7fba9](https://github.com/heroui-inc/heroui-native/commit/7a7fba9))
* feat: handle invalid state for text-field parts ([62024f7](https://github.com/heroui-inc/heroui-native/commit/62024f7))
* build: add expo-linear-gradient ([7b12164](https://github.com/heroui-inc/heroui-native/commit/7b12164))
* build: upgrade tailwind-variants from v1 to v3 ([fe180d7](https://github.com/heroui-inc/heroui-native/commit/fe180d7))
* refactor: apply childrenToString util to button, chip and error-view components ([4c402cd](https://github.com/heroui-inc/heroui-native/commit/4c402cd))
* refactor: example app home card ([d4d34bb](https://github.com/heroui-inc/heroui-native/commit/d4d34bb))
* refactor: form-field label and description components ([a2b42c4](https://github.com/heroui-inc/heroui-native/commit/a2b42c4))
* refactor: rename Button.Label to Button.LabelContent ([fec8da0](https://github.com/heroui-inc/heroui-native/commit/fec8da0))
* refactor: rename Chip.Label to Chip.LabelContent ([5f4cbb8](https://github.com/heroui-inc/heroui-native/commit/5f4cbb8))
* refactor: rename error-field to error-view ([c132ffb](https://github.com/heroui-inc/heroui-native/commit/c132ffb))
* refactor: rename Radio.Label to Radio.Title ([928fa0c](https://github.com/heroui-inc/heroui-native/commit/928fa0c))
* refactor: theme cn util ([a3ab4e3](https://github.com/heroui-inc/heroui-native/commit/a3ab4e3))
## 1.0.0-alpha.8 (2025-08-22)
* docs: minor copy changes ([bfa14e6](https://github.com/heroui-inc/heroui-native/commit/bfa14e6))
* docs: upd demo image url ([5cc0c5f](https://github.com/heroui-inc/heroui-native/commit/5cc0c5f))
* docs: upd readme preview app link ([38d359a](https://github.com/heroui-inc/heroui-native/commit/38d359a))
* docs: upd readme preview app qr code image ([147fc48](https://github.com/heroui-inc/heroui-native/commit/147fc48))
* fix: root view bg color ([2dba88d](https://github.com/heroui-inc/heroui-native/commit/2dba88d))
* refactor: drop-shadow-view map constants ([e08f949](https://github.com/heroui-inc/heroui-native/commit/e08f949))
## 1.0.0-alpha.7 (2025-08-22)
* docs: add preview app section to readme ([ba4e5bc](https://github.com/heroui-inc/heroui-native/commit/ba4e5bc))
* docs: add pull_request_template.md ([bc1ba43](https://github.com/heroui-inc/heroui-native/commit/bc1ba43))
* docs: remove preview link from readme ([8a015cb](https://github.com/heroui-inc/heroui-native/commit/8a015cb))
* docs: upd readme preview app link ([0fe9250](https://github.com/heroui-inc/heroui-native/commit/0fe9250))
* docs: upd readme preview app link ([25d66c9](https://github.com/heroui-inc/heroui-native/commit/25d66c9))
* refactor: example app section-title ([2c45e79](https://github.com/heroui-inc/heroui-native/commit/2c45e79))
* refactor: issue template ([618edb4](https://github.com/heroui-inc/heroui-native/commit/618edb4))
* feat: upd tailwind plugin with hairline props ([3240878](https://github.com/heroui-inc/heroui-native/commit/3240878))
* build: downgrade tailwind-variants to 1.0.0 ([ebef88c](https://github.com/heroui-inc/heroui-native/commit/ebef88c))
* build: exclude example app from typecheck ([478ca5c](https://github.com/heroui-inc/heroui-native/commit/478ca5c))
* fix: change typecheck settings ([81a9764](https://github.com/heroui-inc/heroui-native/commit/81a9764))
## 1.0.0-alpha.6 (2025-08-21)
* fix: example app classname typecheck issue ([0846468](https://github.com/heroui-inc/heroui-native/commit/0846468))
* fix: tailwind plugin import resolution ([affd469](https://github.com/heroui-inc/heroui-native/commit/affd469))
* feat: add more card examples ([b5a9249](https://github.com/heroui-inc/heroui-native/commit/b5a9249))
## 1.0.0-alpha.5 (2025-08-20)
* fix: tailwind plugin export ([4d8cbd6](https://github.com/heroui-inc/heroui-native/commit/4d8cbd6))
* fix: text component lint errors ([21b41ea](https://github.com/heroui-inc/heroui-native/commit/21b41ea))
* build: upd release action ([226cff4](https://github.com/heroui-inc/heroui-native/commit/226cff4))
* build: upd release script ([446a287](https://github.com/heroui-inc/heroui-native/commit/446a287))
* docs: minor readme updates ([762eab9](https://github.com/heroui-inc/heroui-native/commit/762eab9))
* chore: sync versions ([50c03e0](https://github.com/heroui-inc/heroui-native/commit/50c03e0))
## 1.0.0-alpha.3 (2025-08-08)
- refactor: remove path aliases ([933626b](https://github.com/heroui-inc/heroui-native/commit/933626b))
- fix: divider ref type ([5dab5ee](https://github.com/heroui-inc/heroui-native/commit/5dab5ee))
## 1.0.0-alpha.2 (2025-08-08)
- build: set up changelog ([d9ed905](https://github.com/heroui-inc/heroui-native/commit/d9ed905))
- fix: lib path aliases resolution ([9132988](https://github.com/heroui-inc/heroui-native/commit/9132988))
## 1.0.0-alpha.1 (2025-08-08)
### 🚀 Features
- Handle switch dimensions - by @vvv-sss ([c561b](https://github.com/heroui-inc/heroui-native/commit/c561b))
- Handle colors and dimensions props - by @vvv-sss ([8906a](https://github.com/heroui-inc/heroui-native/commit/8906a))
- Handle isReadOnly prop - by @vvv-sss ([a85ad](https://github.com/heroui-inc/heroui-native/commit/a85ad))
- Add start and end content - by @vvv-sss ([d1697](https://github.com/heroui-inc/heroui-native/commit/d1697))
- Handle animated props - by @vvv-sss ([b1d17](https://github.com/heroui-inc/heroui-native/commit/b1d17))
- Handle comments for types - by @vvv-sss ([0fd11](https://github.com/heroui-inc/heroui-native/commit/0fd11))
- Set up theme - by @vvv-sss ([3796d](https://github.com/heroui-inc/heroui-native/commit/3796d))
- Extend tailwind.configs with opacity disabled - by @vvv-sss ([10b73](https://github.com/heroui-inc/heroui-native/commit/10b73))
- Handle switch size prop - by @vvv-sss ([eed2a](https://github.com/heroui-inc/heroui-native/commit/eed2a))
- Handle switch color prop - by @vvv-sss ([33c57](https://github.com/heroui-inc/heroui-native/commit/33c57))
- Add switch.styles and tailwind-variants - by @vvv-sss ([a7071](https://github.com/heroui-inc/heroui-native/commit/a7071))
- Add checkbox primitives - by @vvv-sss ([8878b](https://github.com/heroui-inc/heroui-native/commit/8878b))
- Add checkbox components - by @vvv-sss ([27663](https://github.com/heroui-inc/heroui-native/commit/27663))
- Add radio group primitive - by @vvv-sss ([2c35a](https://github.com/heroui-inc/heroui-native/commit/2c35a))
- Add label primitives - by @vvv-sss ([a1116](https://github.com/heroui-inc/heroui-native/commit/a1116))
- Add radio components - by @vvv-sss ([f3e0f](https://github.com/heroui-inc/heroui-native/commit/f3e0f))
- Add radio constants file - by @vvv-sss ([23ecd](https://github.com/heroui-inc/heroui-native/commit/23ecd))
- Handle radio group orientation prop - by @vvv-sss ([f858d](https://github.com/heroui-inc/heroui-native/commit/f858d))
- Add activity indicator primitives - by @vvv-sss ([20bc5](https://github.com/heroui-inc/heroui-native/commit/20bc5))
- Add spinner components - by @vvv-sss ([24084](https://github.com/heroui-inc/heroui-native/commit/24084))
- Add chip components - by @vvv-sss ([b5361](https://github.com/heroui-inc/heroui-native/commit/b5361))
- Add asChild prop to chip - by @vvv-sss ([4fcc3](https://github.com/heroui-inc/heroui-native/commit/4fcc3))
- Add button components - by @vvv-sss ([1b34d](https://github.com/heroui-inc/heroui-native/commit/1b34d))
- Add button background component - by @vvv-sss ([e632a](https://github.com/heroui-inc/heroui-native/commit/e632a))
- Handle highlight animation - by @vvv-sss ([38191](https://github.com/heroui-inc/heroui-native/commit/38191))
- Add accordion primitives - by @vvv-sss ([bfc22](https://github.com/heroui-inc/heroui-native/commit/bfc22))
- Add accordion components - by @vvv-sss ([9bbcf](https://github.com/heroui-inc/heroui-native/commit/9bbcf))
- Handle animation configs - by @vvv-sss ([a424a](https://github.com/heroui-inc/heroui-native/commit/a424a))
- Add accordion indicator primitive - by @vvv-sss ([aaea6](https://github.com/heroui-inc/heroui-native/commit/aaea6))
- Add custom indicator - by @vvv-sss ([393fd](https://github.com/heroui-inc/heroui-native/commit/393fd))
- Add accordion with animation configs - by @vvv-sss ([e5237](https://github.com/heroui-inc/heroui-native/commit/e5237))
- Add custom styles example - by @vvv-sss ([a74be](https://github.com/heroui-inc/heroui-native/commit/a74be))
- Add surface colors to theme - by @vvv-sss ([8c2b8](https://github.com/heroui-inc/heroui-native/commit/8c2b8))
- Add surface component - by @vvv-sss ([1bfde](https://github.com/heroui-inc/heroui-native/commit/1bfde))
- Add combineStyles util - by @vvv-sss ([b99b2](https://github.com/heroui-inc/heroui-native/commit/b99b2))
- Add card components - by @vvv-sss ([5b978](https://github.com/heroui-inc/heroui-native/commit/5b978))
- Add card examples - by @vvv-sss ([59a96](https://github.com/heroui-inc/heroui-native/commit/59a96))
- Add initial text-field components - by @vvv-sss ([8e5c1](https://github.com/heroui-inc/heroui-native/commit/8e5c1))
- Handle invalid state - by @vvv-sss ([548b1](https://github.com/heroui-inc/heroui-native/commit/548b1))
- Add ReanimatedAnimationProps type - by @vvv-sss ([b1db5](https://github.com/heroui-inc/heroui-native/commit/b1db5))
- Upd label props - by @vvv-sss ([c9a0c](https://github.com/heroui-inc/heroui-native/commit/c9a0c))
- Add error field component - by @vvv-sss ([761ac](https://github.com/heroui-inc/heroui-native/commit/761ac))
- Add divider components - by @vvv-sss ([01d3f](https://github.com/heroui-inc/heroui-native/commit/01d3f))
- Add form-field components - by @vvv-sss ([3059e](https://github.com/heroui-inc/heroui-native/commit/3059e))
- Add isInline prop to form-field component - by @vvv-sss ([bcd0f](https://github.com/heroui-inc/heroui-native/commit/bcd0f))
- Add isValid prop to form-field component - by @vvv-sss ([c9b9f](https://github.com/heroui-inc/heroui-native/commit/c9b9f))
- Add isValid prop to checkbox - by @vvv-sss ([9f5d1](https://github.com/heroui-inc/heroui-native/commit/9f5d1))
- Add hasProp util - by @vvv-sss ([c8519](https://github.com/heroui-inc/heroui-native/commit/c8519))
- Add isValid prop to radio-group - by @vvv-sss ([68262](https://github.com/heroui-inc/heroui-native/commit/68262))
- Add isValid prop to radio - by @vvv-sss ([418fa](https://github.com/heroui-inc/heroui-native/commit/418fa))
- Add error msg component to radio-group - by @vvv-sss ([75c61](https://github.com/heroui-inc/heroui-native/commit/75c61))
- Add drop-shadow-view component - by @vvv-sss ([9b274](https://github.com/heroui-inc/heroui-native/commit/9b274))
- Add button examples - by @vvv-sss ([5acd2](https://github.com/heroui-inc/heroui-native/commit/5acd2))
- components: Add basic switch - by @vvv-sss ([46227](https://github.com/heroui-inc/heroui-native/commit/46227))
### 🐞 Bug Fixes
- Metro configs require issue - by @vvv-sss ([81fe5](https://github.com/heroui-inc/heroui-native/commit/81fe5))
- Rm hardcoded colors in switch thumb component - by @vvv-sss ([4fcac](https://github.com/heroui-inc/heroui-native/commit/4fcac))
- Radio styles - by @vvv-sss ([15824](https://github.com/heroui-inc/heroui-native/commit/15824))
- Radio styles on orientation - by @vvv-sss ([73c69](https://github.com/heroui-inc/heroui-native/commit/73c69))
- Example radio dark styles - by @vvv-sss ([298ca](https://github.com/heroui-inc/heroui-native/commit/298ca))
- Button scale animation - by @vvv-sss ([52757](https://github.com/heroui-inc/heroui-native/commit/52757))
- Button highlight color constants - by @vvv-sss ([1c8e6](https://github.com/heroui-inc/heroui-native/commit/1c8e6))
- Accordion types and styles - by @vvv-sss ([e11b4](https://github.com/heroui-inc/heroui-native/commit/e11b4))
- ClassNames types - by @vvv-sss ([177f1](https://github.com/heroui-inc/heroui-native/commit/177f1))
- Components exports - by @vvv-sss ([295bb](https://github.com/heroui-inc/heroui-native/commit/295bb))
- Input styles - by @vvv-sss ([b1104](https://github.com/heroui-inc/heroui-native/commit/b1104))
- Border and bg animation - by @vvv-sss ([d35eb](https://github.com/heroui-inc/heroui-native/commit/d35eb))
- Colors update on theme switch - by @vvv-sss ([af971](https://github.com/heroui-inc/heroui-native/commit/af971))
- Rm add component md file - by @vvv-sss ([53928](https://github.com/heroui-inc/heroui-native/commit/53928))
- Btn asChild pattern - by @vvv-sss ([652a2](https://github.com/heroui-inc/heroui-native/commit/652a2))
- Button label logic - by @vvv-sss ([93123](https://github.com/heroui-inc/heroui-native/commit/93123))
- Chip label type - by @vvv-sss ([00946](https://github.com/heroui-inc/heroui-native/commit/00946))
- Jsdocs - by @vvv-sss ([2fec7](https://github.com/heroui-inc/heroui-native/commit/2fec7))
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).