Skip to content

Commit 753ddf8

Browse files
committed
chore: release v1.0.0-beta.10
1 parent 05d70bd commit 753ddf8

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## 1.0.0-beta.10 (2025-12-30)
2+
3+
* docs: add animated styles notes to the components className prop ([0c0fc48](https://github.com/heroui-inc/heroui-native/commit/0c0fc48))
4+
* docs: add state prop to components with animation prop ([237cce0](https://github.com/heroui-inc/heroui-native/commit/237cce0))
5+
* docs: update hero-ui-native provider doc file with animation and toast info ([c9c7650](https://github.com/heroui-inc/heroui-native/commit/c9c7650))
6+
* docs: update theme useThemeColor ref ([be833fe](https://github.com/heroui-inc/heroui-native/commit/be833fe))
7+
* docs(bottom-sheet): add doc file ([ac544f3](https://github.com/heroui-inc/heroui-native/commit/ac544f3))
8+
* docs(readme): add react-native-gesture-handler to mandatory peer deps ([48ee63e](https://github.com/heroui-inc/heroui-native/commit/48ee63e))
9+
* docs(readme): add web docs links ([54d3849](https://github.com/heroui-inc/heroui-native/commit/54d3849))
10+
* fix: animation settings for text-field, pressable-feedback and avatar ([e150293](https://github.com/heroui-inc/heroui-native/commit/e150293))
11+
* fix: replace Pressable with Touchable opacity ([6a93290](https://github.com/heroui-inc/heroui-native/commit/6a93290))
12+
* fix(text-field): lint error ([f5bac8c](https://github.com/heroui-inc/heroui-native/commit/f5bac8c))
13+
* fix(theme-toggle): incorrect padding y ([f7d1ea6](https://github.com/heroui-inc/heroui-native/commit/f7d1ea6))
14+
* chore: remove add isAnimatedStyleActive prop guide ([f854030](https://github.com/heroui-inc/heroui-native/commit/f854030))
15+
* chore: sync versions ([ac1e19c](https://github.com/heroui-inc/heroui-native/commit/ac1e19c))
16+
* refactor: remove getStyleProperties and getStyleTransform animation utils ([7e625d3](https://github.com/heroui-inc/heroui-native/commit/7e625d3))
17+
* refactor(button): add pressable feedback props ([599b752](https://github.com/heroui-inc/heroui-native/commit/599b752))
18+
* refactor(example-app): bottom sheet usage variants as per platform ([1ea2e35](https://github.com/heroui-inc/heroui-native/commit/1ea2e35))
19+
* refactor(example-app): switch theme circle ([dc8f95d](https://github.com/heroui-inc/heroui-native/commit/dc8f95d))
20+
* refactor(pressable-feedback): add ripple and highlight compaund parts ([8043ad3](https://github.com/heroui-inc/heroui-native/commit/8043ad3))
21+
* refactor(pressable-feedback): remove gesture detector ([5dc1c77](https://github.com/heroui-inc/heroui-native/commit/5dc1c77))
22+
* refactor(pressable-feedback): ripple animation component ([fc4c788](https://github.com/heroui-inc/heroui-native/commit/fc4c788))
23+
* refactor(theme-toggle): use Pressable instead of TouchableOpacity ([2041299](https://github.com/heroui-inc/heroui-native/commit/2041299))
24+
* refactor(use-theme-color): handle multiple colors selection ([b120c67](https://github.com/heroui-inc/heroui-native/commit/b120c67))
25+
* feat: add root styling principles log message ([c3797f3](https://github.com/heroui-inc/heroui-native/commit/c3797f3))
26+
* feat: add state prop to animation api ([82b56f4](https://github.com/heroui-inc/heroui-native/commit/82b56f4))
27+
* feat: handle isAnimatedStyleActive prop for accordion ([76870c4](https://github.com/heroui-inc/heroui-native/commit/76870c4))
28+
* feat: handle isAnimatedStyleActive prop for avatar ([f9101bb](https://github.com/heroui-inc/heroui-native/commit/f9101bb))
29+
* feat: handle isAnimatedStyleActive prop for bottom-sheet ([012ed8a](https://github.com/heroui-inc/heroui-native/commit/012ed8a))
30+
* feat: handle isAnimatedStyleActive prop for checkbox ([81b764a](https://github.com/heroui-inc/heroui-native/commit/81b764a))
31+
* feat: handle isAnimatedStyleActive prop for dialog ([0aed0df](https://github.com/heroui-inc/heroui-native/commit/0aed0df))
32+
* feat: handle isAnimatedStyleActive prop for popover ([f56d382](https://github.com/heroui-inc/heroui-native/commit/f56d382))
33+
* feat: handle isAnimatedStyleActive prop for pressable-feedback ([3ef0f7d](https://github.com/heroui-inc/heroui-native/commit/3ef0f7d))
34+
* feat: handle isAnimatedStyleActive prop for radio-group ([ffaf250](https://github.com/heroui-inc/heroui-native/commit/ffaf250))
35+
* feat: handle isAnimatedStyleActive prop for select ([8235e8a](https://github.com/heroui-inc/heroui-native/commit/8235e8a))
36+
* feat: handle isAnimatedStyleActive prop for skeleton ([63e9cf9](https://github.com/heroui-inc/heroui-native/commit/63e9cf9))
37+
* feat: handle isAnimatedStyleActive prop for spinner ([6a5e1da](https://github.com/heroui-inc/heroui-native/commit/6a5e1da))
38+
* feat: handle isAnimatedStyleActive prop for switch ([f1ed385](https://github.com/heroui-inc/heroui-native/commit/f1ed385))
39+
* feat: handle isAnimatedStyleActive prop for tabs ([39ef81c](https://github.com/heroui-inc/heroui-native/commit/39ef81c))
40+
* feat: handle isAnimatedStyleActive prop for text-field ([4fe0ee7](https://github.com/heroui-inc/heroui-native/commit/4fe0ee7))
41+
* feat: handle isAnimatedStyleActive prop for toast ([e4eee4c](https://github.com/heroui-inc/heroui-native/commit/e4eee4c))
42+
* feat(bottom-sheet): add content container component ([5d7a995](https://github.com/heroui-inc/heroui-native/commit/5d7a995))
43+
* feat(bottom-sheet): add initial src components ([f230531](https://github.com/heroui-inc/heroui-native/commit/f230531))
44+
* feat(bottom-sheet): add primitives ([7c90ba7](https://github.com/heroui-inc/heroui-native/commit/7c90ba7))
45+
* feat(bottom-sheet): add reusable bottom sheet components and styles ([961bf82](https://github.com/heroui-inc/heroui-native/commit/961bf82))
46+
* feat(bottom-sheet): handle animation api ([ff55acd](https://github.com/heroui-inc/heroui-native/commit/ff55acd))
47+
* feat(bottom-sheet): handle content class names ([de9bf2f](https://github.com/heroui-inc/heroui-native/commit/de9bf2f))
48+
* feat(bottom-sheet): handle examples ([3cd768c](https://github.com/heroui-inc/heroui-native/commit/3cd768c))
49+
* feat(text-field): add isAnimatedStyleActive to TextFieldInput ([c350ea2](https://github.com/heroui-inc/heroui-native/commit/c350ea2))
50+
51+
52+
153
## 1.0.0-beta.9 (2025-12-16)
254

355
* chore: fix invalid tailwind syntax for custom colors ([4f79489](https://github.com/heroui-inc/heroui-native/commit/4f79489))

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