Skip to content

Commit bf6c588

Browse files
committed
chore: release v1.0.0-beta.4
1 parent 48247e9 commit bf6c588

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.4 (2025-11-28)
2+
3+
* fix(example-app): remove sonner toaster from layout ([48247e9](https://github.com/heroui-inc/heroui-native/commit/48247e9))
4+
* fix(toast): action button highlight color ([c26a629](https://github.com/heroui-inc/heroui-native/commit/c26a629))
5+
* fix(toast): close handle press ([c1a9e0f](https://github.com/heroui-inc/heroui-native/commit/c1a9e0f))
6+
* fix(toast): close icon default color ([4a9cd81](https://github.com/heroui-inc/heroui-native/commit/4a9cd81))
7+
* fix(toast): entering exiting animation type ([5b937cf](https://github.com/heroui-inc/heroui-native/commit/5b937cf))
8+
* fix(toast): hadle content overflow issue ([d757070](https://github.com/heroui-inc/heroui-native/commit/d757070))
9+
* fix(toast): id type ([7a99597](https://github.com/heroui-inc/heroui-native/commit/7a99597))
10+
* fix(toast): overlay issue ([95c09f2](https://github.com/heroui-inc/heroui-native/commit/95c09f2))
11+
* fix(toast): swipe scale ([31be313](https://github.com/heroui-inc/heroui-native/commit/31be313))
12+
* build: remove native-sonner from example app ([a9a048d](https://github.com/heroui-inc/heroui-native/commit/a9a048d))
13+
* docs: update theme docs to match uniwind usage ([366e2f1](https://github.com/heroui-inc/heroui-native/commit/366e2f1))
14+
* docs(toast): add useToast api reference ([6560511](https://github.com/heroui-inc/heroui-native/commit/6560511))
15+
* feat(example-app): handle toasts hide from components screen ([9c3f79b](https://github.com/heroui-inc/heroui-native/commit/9c3f79b))
16+
* feat(toast): add achievement-toast example ([7649547](https://github.com/heroui-inc/heroui-native/commit/7649547))
17+
* feat(toast): add different size content examples ([c550020](https://github.com/heroui-inc/heroui-native/commit/c550020))
18+
* feat(toast): add doc file ([1f67c8f](https://github.com/heroui-inc/heroui-native/commit/1f67c8f))
19+
* feat(toast): add InsetsContainer component ([b1612a9](https://github.com/heroui-inc/heroui-native/commit/b1612a9))
20+
* feat(toast): add loading toast example ([81a3ef7](https://github.com/heroui-inc/heroui-native/commit/81a3ef7))
21+
* feat(toast): add maxVisibleToasts prop ([8f3e9af](https://github.com/heroui-inc/heroui-native/commit/8f3e9af))
22+
* feat(toast): add placement vaiants examples ([b2006bc](https://github.com/heroui-inc/heroui-native/commit/b2006bc))
23+
* feat(toast): add provider contentWrapper prop ([79ff936](https://github.com/heroui-inc/heroui-native/commit/79ff936))
24+
* feat(toast): add reducer ([251396b](https://github.com/heroui-inc/heroui-native/commit/251396b))
25+
* feat(toast): add show and hide to ToastComponentProps ([ced2535](https://github.com/heroui-inc/heroui-native/commit/ced2535))
26+
* feat(toast): add toast components ([b129fbe](https://github.com/heroui-inc/heroui-native/commit/b129fbe))
27+
* feat(toast): add toast placement prop ([6c81d10](https://github.com/heroui-inc/heroui-native/commit/6c81d10))
28+
* feat(toast): add toast primitives ([0c90384](https://github.com/heroui-inc/heroui-native/commit/0c90384))
29+
* feat(toast): add toaster provider ([21d3185](https://github.com/heroui-inc/heroui-native/commit/21d3185))
30+
* feat(toast): add toastHeight shared value ([49df733](https://github.com/heroui-inc/heroui-native/commit/49df733))
31+
* feat(toast): add ToastItemRenderer component ([dba80b6](https://github.com/heroui-inc/heroui-native/commit/dba80b6))
32+
* feat(toast): add useToast hook ([ee6e14e](https://github.com/heroui-inc/heroui-native/commit/ee6e14e))
33+
* feat(toast): adjust different height case animation ([471c19f](https://github.com/heroui-inc/heroui-native/commit/471c19f))
34+
* feat(toast): adjust entering exiting animation ([fd0b58f](https://github.com/heroui-inc/heroui-native/commit/fd0b58f))
35+
* feat(toast): handle animation file ([99ee150](https://github.com/heroui-inc/heroui-native/commit/99ee150))
36+
* feat(toast): handle component render function ([ce01433](https://github.com/heroui-inc/heroui-native/commit/ce01433))
37+
* feat(toast): handle different height case ([690659c](https://github.com/heroui-inc/heroui-native/commit/690659c))
38+
* feat(toast): handle different layers of show function ([00dfb79](https://github.com/heroui-inc/heroui-native/commit/00dfb79))
39+
* feat(toast): handle duration prop ([abb3020](https://github.com/heroui-inc/heroui-native/commit/abb3020))
40+
* feat(toast): handle gestures ([d221d7b](https://github.com/heroui-inc/heroui-native/commit/d221d7b))
41+
* feat(toast): handle global toast props ([26722fc](https://github.com/heroui-inc/heroui-native/commit/26722fc))
42+
* feat(toast): handle native modal overlay ([d970f95](https://github.com/heroui-inc/heroui-native/commit/d970f95))
43+
* feat(toast): handle onShow and onHide callbacks ([3025868](https://github.com/heroui-inc/heroui-native/commit/3025868))
44+
* feat(toast): handle persistent duration ([5c78461](https://github.com/heroui-inc/heroui-native/commit/5c78461))
45+
* feat(toast): provide toast item props ([44e95ec](https://github.com/heroui-inc/heroui-native/commit/44e95ec))
46+
* feat(toast): set up heroui native provider with toast configs ([d5c14c7](https://github.com/heroui-inc/heroui-native/commit/d5c14c7))
47+
* refactor(toast): adjust exiting easing ([d535244](https://github.com/heroui-inc/heroui-native/commit/d535244))
48+
* refactor(toast): auto hide feature ([29c3ebe](https://github.com/heroui-inc/heroui-native/commit/29c3ebe))
49+
* refactor(toast): handle hide last item case ([ebcd360](https://github.com/heroui-inc/heroui-native/commit/ebcd360))
50+
* refactor(toast): remove height shared value ([2404f9e](https://github.com/heroui-inc/heroui-native/commit/2404f9e))
51+
* refactor(toast): rename isSwipable to isSwipeable ([21fffc4](https://github.com/heroui-inc/heroui-native/commit/21fffc4))
52+
* refactor(toast): useToast return ([76e118e](https://github.com/heroui-inc/heroui-native/commit/76e118e))
53+
* chore(toast): add proper comments for animation values ([adfedec](https://github.com/heroui-inc/heroui-native/commit/adfedec))
54+
55+
56+
157
## 1.0.0-beta.3 (2025-11-20)
258

359
* docs(dialog): update doc file with new root props ([5d8d189](https://github.com/heroui-inc/heroui-native/commit/5d8d189))

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