Skip to content

Commit daecd9e

Browse files
committed
chore: release v1.0.0-beta.3
1 parent 00dbf9d commit daecd9e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 1.0.0-beta.3 (2025-11-20)
2+
3+
* docs(dialog): update doc file with new root props ([5d8d189](https://github.com/heroui-inc/heroui-native/commit/5d8d189))
4+
* docs(pressable-feedback): add doc file ([90ac1ac](https://github.com/heroui-inc/heroui-native/commit/90ac1ac))
5+
* docs(readme): add GestureHandlerRootView info ([2be9c97](https://github.com/heroui-inc/heroui-native/commit/2be9c97))
6+
* docs(readme): update version number to beta.3 ([744f04a](https://github.com/heroui-inc/heroui-native/commit/744f04a))
7+
* refactor(button): remove scale related logic ([4e18c63](https://github.com/heroui-inc/heroui-native/commit/4e18c63))
8+
* refactor(example-app): theme screen content ([5986956](https://github.com/heroui-inc/heroui-native/commit/5986956))
9+
* refactor(example-app): themes colors ([8c222e0](https://github.com/heroui-inc/heroui-native/commit/8c222e0))
10+
* refactor(pressable-feedback): add pressable feedback animation file ([87570cf](https://github.com/heroui-inc/heroui-native/commit/87570cf))
11+
* refactor(pressable-feedback): animation disabled state ([6c55b62](https://github.com/heroui-inc/heroui-native/commit/6c55b62))
12+
* refactor(pressable-feedback): remove ripple related logic ([7290531](https://github.com/heroui-inc/heroui-native/commit/7290531))
13+
* refactor(pressable-feedback): rename variant prop into feedbackVariant ([b0eee3b](https://github.com/heroui-inc/heroui-native/commit/b0eee3b))
14+
* fix(dialog): controlled state issue ([87be9e5](https://github.com/heroui-inc/heroui-native/commit/87be9e5))
15+
* fix(example-app): button highlight disabled state ([f161f94](https://github.com/heroui-inc/heroui-native/commit/f161f94))
16+
* fix(example-app): increase tap area of theme toggle and components list buttons ([0a12ba2](https://github.com/heroui-inc/heroui-native/commit/0a12ba2))
17+
* fix(pressable-feedback): svg recalculation issue ([6cf8fbf](https://github.com/heroui-inc/heroui-native/commit/6cf8fbf))
18+
* chore: update accordion with depth content text ([71fcc33](https://github.com/heroui-inc/heroui-native/commit/71fcc33))
19+
* chore(pressable-feedback): update examples ripple colors ([488856b](https://github.com/heroui-inc/heroui-native/commit/488856b))
20+
* feat(pressable-feedback): add card examples ([92b2abc](https://github.com/heroui-inc/heroui-native/commit/92b2abc))
21+
* feat(pressable-feedback): add feedbackPosition prop ([0b969b4](https://github.com/heroui-inc/heroui-native/commit/0b969b4))
22+
* feat(pressable-feedback): add initial PressableFeedbackRipple component ([d9504f1](https://github.com/heroui-inc/heroui-native/commit/d9504f1))
23+
* feat(pressable-feedback): add PressableFeedbackRootAnimation type ([f654d39](https://github.com/heroui-inc/heroui-native/commit/f654d39))
24+
* feat(pressable-feedback): add usePressableFeedbackRippleAnimation hook ([2b379e2](https://github.com/heroui-inc/heroui-native/commit/2b379e2))
25+
* feat(pressable-feedback): add usePressableFeedbackRootAnimation hook ([16fc67a](https://github.com/heroui-inc/heroui-native/commit/16fc67a))
26+
* feat(pressable-feedback): adjust ripple animation hook ([ec8068e](https://github.com/heroui-inc/heroui-native/commit/ec8068e))
27+
* feat(pressable-feedback): adjust ripple styles ([5f3f235](https://github.com/heroui-inc/heroui-native/commit/5f3f235))
28+
* feat(pressable-feedback): handle animation prop ([85df65b](https://github.com/heroui-inc/heroui-native/commit/85df65b))
29+
* feat(pressable-feedback): handle riple progress settings ([e76de77](https://github.com/heroui-inc/heroui-native/commit/e76de77))
30+
31+
32+
133
## 1.0.0-beta.2 (2025-11-13)
234

335
* build: add uniwind type file to eslint ignore ([0f6d26d](https://github.com/heroui-inc/heroui-native/commit/0f6d26d))

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.2",
3+
"version": "1.0.0-beta.3",
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)