Skip to content

Commit 2d84320

Browse files
committed
chore: release v1.0.0-beta.7
1 parent b88ca81 commit 2d84320

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## 1.0.0-beta.7 (2025-12-10)
2+
3+
* build: upgrade uniwind to v1.2.2 ([709120a](https://github.com/heroui-inc/heroui-native/commit/709120a))
4+
* refactor: rename helper text component to hero-text ([de6b9ed](https://github.com/heroui-inc/heroui-native/commit/de6b9ed))
5+
* refactor(button): rename ButtonLabel to ButtonTitle ([9661158](https://github.com/heroui-inc/heroui-native/commit/9661158))
6+
* refactor(button): rename ButtonTitle to ButtonLabel ([2b86b99](https://github.com/heroui-inc/heroui-native/commit/2b86b99))
7+
* refactor(button): rename destructive variant to danger ([1d85098](https://github.com/heroui-inc/heroui-native/commit/1d85098))
8+
* refactor(card): rename CardLabel to CardTitle ([5e87ced](https://github.com/heroui-inc/heroui-native/commit/5e87ced))
9+
* refactor(chip): handle disable-all animation prop ([e5137d1](https://github.com/heroui-inc/heroui-native/commit/e5137d1))
10+
* refactor(chip): rename ChipLabel to ChipTitle ([284020c](https://github.com/heroui-inc/heroui-native/commit/284020c))
11+
* refactor(chip): rename ChipTitle to ChipLabel ([f5c5305](https://github.com/heroui-inc/heroui-native/commit/f5c5305))
12+
* refactor(dialog): add content animation prop ([5b8de44](https://github.com/heroui-inc/heroui-native/commit/5b8de44))
13+
* refactor(dialog): add overlay animation prop and hook ([e490a93](https://github.com/heroui-inc/heroui-native/commit/e490a93))
14+
* refactor(dialog): add root animation prop ([134348b](https://github.com/heroui-inc/heroui-native/commit/134348b))
15+
* refactor(dialog): rename DialogLabel to DialogTitle ([a721f63](https://github.com/heroui-inc/heroui-native/commit/a721f63))
16+
* refactor(drop-shadow-view): remove component completely ([c841998](https://github.com/heroui-inc/heroui-native/commit/c841998))
17+
* refactor(error-view): handle disable-all animation prop ([0e7c8c8](https://github.com/heroui-inc/heroui-native/commit/0e7c8c8))
18+
* refactor(example-app): popover showcases ([9a660fd](https://github.com/heroui-inc/heroui-native/commit/9a660fd))
19+
* refactor(form-field): handle disable-all animation prop ([238d7ee](https://github.com/heroui-inc/heroui-native/commit/238d7ee))
20+
* refactor(popover): add usePopoverContentAnimation hook ([0a95efc](https://github.com/heroui-inc/heroui-native/commit/0a95efc))
21+
* refactor(popover): handle root and overlay animation hooks ([a679bf1](https://github.com/heroui-inc/heroui-native/commit/a679bf1))
22+
* refactor(popover): rename PopoverLabel to PopoverTitle ([3ef1964](https://github.com/heroui-inc/heroui-native/commit/3ef1964))
23+
* refactor(popover): rename useDialogContentAnimation hook to usePopupDialogContentAnimation ([0b4764b](https://github.com/heroui-inc/heroui-native/commit/0b4764b))
24+
* refactor(popover): rename usePopoverContentAnimation hook to usePopupPopoverContentAnimation ([85dd009](https://github.com/heroui-inc/heroui-native/commit/85dd009))
25+
* refactor(pressable-feedback): handle disable-all animation prop ([c4dca3c](https://github.com/heroui-inc/heroui-native/commit/c4dca3c))
26+
* refactor(radio-group): add animation file ([947bbb9](https://github.com/heroui-inc/heroui-native/commit/947bbb9))
27+
* refactor(scroll-shadow): add animation file ([9e70574](https://github.com/heroui-inc/heroui-native/commit/9e70574))
28+
* refactor(select): dialog content variant ([87b46e7](https://github.com/heroui-inc/heroui-native/commit/87b46e7))
29+
* refactor(skeleton): handle disable-all animation prop ([e662996](https://github.com/heroui-inc/heroui-native/commit/e662996))
30+
* refactor(surface): handle disable-all animation prop ([f06b298](https://github.com/heroui-inc/heroui-native/commit/f06b298))
31+
* refactor(toast): handle disable-all animation prop ([a96f8a8](https://github.com/heroui-inc/heroui-native/commit/a96f8a8))
32+
* refactor(toast): rename ToastLabel to ToastTitle ([b7afb20](https://github.com/heroui-inc/heroui-native/commit/b7afb20))
33+
* chore(button): adjust danger-soft styles ([e258934](https://github.com/heroui-inc/heroui-native/commit/e258934))
34+
* chore(dialog): update comments and doc file with new animation api ([086798e](https://github.com/heroui-inc/heroui-native/commit/086798e))
35+
* chore(example-app): adjust tabs examples ([deff821](https://github.com/heroui-inc/heroui-native/commit/deff821))
36+
* fix(avatar): same source loading cycle issue ([1cc3ad8](https://github.com/heroui-inc/heroui-native/commit/1cc3ad8))
37+
* fix(dialog): gesture release animation issue ([9e36c88](https://github.com/heroui-inc/heroui-native/commit/9e36c88))
38+
* fix(popover): isDefaultOpen issue ([67d404f](https://github.com/heroui-inc/heroui-native/commit/67d404f))
39+
* fix(scroll-shadow): create animated component on re-render ([1ed71d9](https://github.com/heroui-inc/heroui-native/commit/1ed71d9))
40+
* fix(select-content-container): swipe to dismiss issue ([544fc12](https://github.com/heroui-inc/heroui-native/commit/544fc12))
41+
* fix(select): example app cases ([78de1b9](https://github.com/heroui-inc/heroui-native/commit/78de1b9))
42+
* fix(select): isDefaultOpen issue ([b71bc22](https://github.com/heroui-inc/heroui-native/commit/b71bc22))
43+
* fix(select): popup content variant opacity ([e391ab1](https://github.com/heroui-inc/heroui-native/commit/e391ab1))
44+
* fix(toast): insets container overlay issue ([affe7a9](https://github.com/heroui-inc/heroui-native/commit/affe7a9))
45+
* docs: update radio-group and scroll-shadow doc files with animation api ([558b858](https://github.com/heroui-inc/heroui-native/commit/558b858))
46+
* docs(popover): update docs with new animation api ([df8672c](https://github.com/heroui-inc/heroui-native/commit/df8672c))
47+
* docs(select): update docs with new animation api ([ed71e1b](https://github.com/heroui-inc/heroui-native/commit/ed71e1b))
48+
* feat: add usePopupOverlayAnimation hook ([a6d4848](https://github.com/heroui-inc/heroui-native/commit/a6d4848))
49+
* feat: add usePopupRootAnimation hook ([4709e76](https://github.com/heroui-inc/heroui-native/commit/4709e76))
50+
* feat(dialog): add isSwipeable prop to dialog content ([f5f391b](https://github.com/heroui-inc/heroui-native/commit/f5f391b))
51+
* feat(scroll-shadow): add scroll-shadow-test component ([3cdc4a2](https://github.com/heroui-inc/heroui-native/commit/3cdc4a2))
52+
* feat(select): handle children render function for select item ([5a7fdc6](https://github.com/heroui-inc/heroui-native/commit/5a7fdc6))
53+
* feat(tabs): handle children render function for tabs trigger item ([940939e](https://github.com/heroui-inc/heroui-native/commit/940939e))
54+
55+
56+
157
## 1.0.0-beta.6 (2025-12-04)
258

359
* chore: sync versions ([fe493a7](https://github.com/heroui-inc/heroui-native/commit/fe493a7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heroui-native",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"description": "Beautiful, fast and modern React Native UI library",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)