From fa4bb85d07b6c9e56f4ac288cd69f9bef231fa55 Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Thu, 9 Jan 2025 16:42:36 +0530 Subject: [PATCH 1/7] fix: fixed renderImages method and updated example --- packages/unstyled/image-viewer/CHANGELOG.md | 6 ++++++ packages/unstyled/image-viewer/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/unstyled/image-viewer/CHANGELOG.md b/packages/unstyled/image-viewer/CHANGELOG.md index d986a2c23..f384575d0 100644 --- a/packages/unstyled/image-viewer/CHANGELOG.md +++ b/packages/unstyled/image-viewer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/image-viewer +## 0.0.7 + +### Patch Changes + +- fix: fixed renderImages method and updated example + ## 0.0.6 ### Patch Changes diff --git a/packages/unstyled/image-viewer/package.json b/packages/unstyled/image-viewer/package.json index 2b846de20..af1db7f90 100644 --- a/packages/unstyled/image-viewer/package.json +++ b/packages/unstyled/image-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/image-viewer", - "version": "0.0.6", + "version": "0.0.7", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", From f0af9a6d717c9c212957810bb77016924b042425 Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Fri, 10 Jan 2025 15:02:25 +0530 Subject: [PATCH 2/7] chore: updated lock file --- yarn.lock | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/yarn.lock b/yarn.lock index c257f806a..4882a525c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2670,17 +2670,6 @@ "@react-native-aria/focus" "^0.2.9" "@react-native-aria/interactions" "^0.2.11" -"@gluestack-ui/pin-input@0.0.2": - version "0.0.2" - resolved "https://registry.yarnpkg.com/@gluestack-ui/pin-input/-/pin-input-0.0.2.tgz#c1bd598741acc39ccb80ac53e397064dfe1dd10e" - integrity sha512-bQul41HHBpUHBUYUdhjcp8/fTVryN5by3SdcEy5M5DV8uLojhd0RAeTD+C5BRD5X/dRm5ovmTl2RS/k4tEPPxw== - dependencies: - "@gluestack-ui/form-control" "^0.1.19" - "@gluestack-ui/utils" "^0.1.14" - "@react-native-aria/focus" "^0.2.9" - "@react-native-aria/interactions" "0.2.13" - "@react-native-clipboard/clipboard" "^1.15.0" - "@gluestack-ui/tabs@0.1.14": version "0.1.14" resolved "https://registry.yarnpkg.com/@gluestack-ui/tabs/-/tabs-0.1.14.tgz#5bcb5cc659927cde08f8e32497830257ed5cba4f" @@ -4274,11 +4263,6 @@ dependencies: merge-options "^3.0.4" -"@react-native-clipboard/clipboard@^1.15.0": - version "1.15.0" - resolved "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.15.0.tgz#dcd47279b159289f11b31edf976723ad3984e0ce" - integrity sha512-YDMC3E956jn9zE11uKGcQDKS1SO9q72iNHxZyrKY5y9XYwZcA9vo3Xk74+zRnf7cM48drDO0s9lyAPUlOvyhrw== - "@react-native-community/cli-clean@11.3.6": version "11.3.6" resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.6.tgz#43a06cbee1a5480da804debc4f94662a197720f2" From 02c01273599b631c2b660cc626491ba242c33054 Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Fri, 10 Jan 2025 15:02:56 +0530 Subject: [PATCH 3/7] chore: pin-input and dependants version up --- example/storybook-nativewind/package.json | 2 +- packages/config/package.json | 4 ++-- packages/themed/CHANGELOG.md | 6 ++++++ packages/themed/package.json | 3 +-- packages/unstyled/pin-input/CHANGELOG.md | 6 ++++++ packages/unstyled/pin-input/package.json | 5 ++--- 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index 2171045af..a0bb6b0a8 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -32,7 +32,7 @@ "@gluestack-style/animation-resolver": "^1.0.4", "@gluestack-style/react": "^1.0.57", "@gluestack-ui/config": "^1.1.19", - "@gluestack-ui/themed": "^1.1.63", + "@gluestack-ui/themed": "^1.1.64", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index 4df16adcc..11a2aa9ac 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.23", "@gluestack-ui/tabs": "0.1.18", "@gluestack-ui/textarea": "0.1.24", - "@gluestack-ui/themed": "1.1.63", + "@gluestack-ui/themed": "1.1.64", "@gluestack-ui/toast": "1.0.8", "@gluestack-ui/tooltip": "0.1.37", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.62" + "@gluestack-ui/themed": ">=1.1.64" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 78f9bafb1..c47ac20fc 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.1.64 + +### Patch Changes + +- fix: removed extra dependency + ## 1.1.63 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 8a0c87ac9..5fa5d5265 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.63", + "version": "1.1.64", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -50,7 +50,6 @@ "@gluestack-ui/icon": "0.1.25", "@gluestack-ui/image": "0.1.11", "@gluestack-ui/input": "0.1.32", - "@gluestack-ui/pin-input": "0.0.2", "@gluestack-ui/link": "0.1.23", "@gluestack-ui/menu": "0.2.37", "@gluestack-ui/modal": "0.1.35", diff --git a/packages/unstyled/pin-input/CHANGELOG.md b/packages/unstyled/pin-input/CHANGELOG.md index c9cc53be5..d58b191b0 100644 --- a/packages/unstyled/pin-input/CHANGELOG.md +++ b/packages/unstyled/pin-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/pin-input +## 0.0.8 + +### Patch Changes + +- chore: removed extra dependency for clipboard + ## 0.0.7 ### Patch Changes diff --git a/packages/unstyled/pin-input/package.json b/packages/unstyled/pin-input/package.json index 0fc5cc5bf..71bb2c814 100644 --- a/packages/unstyled/pin-input/package.json +++ b/packages/unstyled/pin-input/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/pin-input", "description": "A universal headless pin-input component for React Native, Next.js & React", - "version": "0.0.7", + "version": "0.0.8", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -33,8 +33,7 @@ "@gluestack-ui/form-control": "^0.1.19", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", - "@react-native-clipboard/clipboard": "^1.15.0" + "@react-native-aria/interactions": "0.2.13" }, "peerDependencies": { "react": ">=16", From e2023650deebb88aab7f34403e75e00592a8f9f2 Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Fri, 10 Jan 2025 15:22:29 +0530 Subject: [PATCH 4/7] fix: ts-ignore for useAnimatedStyle --- packages/unstyled/image-viewer/CHANGELOG.md | 6 ++++++ packages/unstyled/image-viewer/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/unstyled/image-viewer/CHANGELOG.md b/packages/unstyled/image-viewer/CHANGELOG.md index d986a2c23..53c19d9a0 100644 --- a/packages/unstyled/image-viewer/CHANGELOG.md +++ b/packages/unstyled/image-viewer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/image-viewer +## 0.0.7 + +### Patch Changes + +- fix: ts-ignore for useAnimatedStyle + ## 0.0.6 ### Patch Changes diff --git a/packages/unstyled/image-viewer/package.json b/packages/unstyled/image-viewer/package.json index 2b846de20..af1db7f90 100644 --- a/packages/unstyled/image-viewer/package.json +++ b/packages/unstyled/image-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/image-viewer", - "version": "0.0.6", + "version": "0.0.7", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", From f1eb5ce7add91f86bd807fad841b056537c00360 Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Fri, 10 Jan 2025 15:35:03 +0530 Subject: [PATCH 5/7] fix: ts-ignore for useAnimatedStyle() --- packages/unstyled/image-viewer/CHANGELOG.md | 6 ++++++ packages/unstyled/image-viewer/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/unstyled/image-viewer/CHANGELOG.md b/packages/unstyled/image-viewer/CHANGELOG.md index 53c19d9a0..9c38cc2fe 100644 --- a/packages/unstyled/image-viewer/CHANGELOG.md +++ b/packages/unstyled/image-viewer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/image-viewer +## 0.0.8 + +### Patch Changes + +- fix: ts-ignore for useAnimatedStyle + ## 0.0.7 ### Patch Changes diff --git a/packages/unstyled/image-viewer/package.json b/packages/unstyled/image-viewer/package.json index af1db7f90..23718dbc0 100644 --- a/packages/unstyled/image-viewer/package.json +++ b/packages/unstyled/image-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/image-viewer", - "version": "0.0.7", + "version": "0.0.8", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", From 614f2e4fa3c78d0c8bced7f07c13ef7825c1d9af Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Fri, 10 Jan 2025 16:18:52 +0530 Subject: [PATCH 6/7] fix: typing of trigger prop --- packages/unstyled/tooltip/src/types.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/unstyled/tooltip/src/types.ts b/packages/unstyled/tooltip/src/types.ts index 294a6e84a..57c443853 100644 --- a/packages/unstyled/tooltip/src/types.ts +++ b/packages/unstyled/tooltip/src/types.ts @@ -58,7 +58,10 @@ export interface InterfaceTooltipProps { /** * Function that returns a React Element. This element will be used as a Trigger for the popover. */ - trigger: ({ ref, onHoverIn, onHoverOut }: any, { open }: any) => void; + trigger: ( + { ref, onHoverIn, onHoverOut }: any, + { open }: any + ) => React.ReactNode; /** * Size of the arrow * @default 12 From f24399a25bac8da0c3300aa565419271e92bacca Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Fri, 10 Jan 2025 16:19:25 +0530 Subject: [PATCH 7/7] chore: version bump --- example/storybook-nativewind/package.json | 2 +- packages/config/package.json | 6 +++--- packages/themed/CHANGELOG.md | 7 +++++++ packages/themed/package.json | 4 ++-- packages/unstyled/tooltip/CHANGELOG.md | 6 ++++++ packages/unstyled/tooltip/package.json | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index a0bb6b0a8..2a668a7cf 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -32,7 +32,7 @@ "@gluestack-style/animation-resolver": "^1.0.4", "@gluestack-style/react": "^1.0.57", "@gluestack-ui/config": "^1.1.19", - "@gluestack-ui/themed": "^1.1.64", + "@gluestack-ui/themed": "^1.1.65", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index 11a2aa9ac..da67ad7b8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.23", "@gluestack-ui/tabs": "0.1.18", "@gluestack-ui/textarea": "0.1.24", - "@gluestack-ui/themed": "1.1.64", + "@gluestack-ui/themed": "1.1.65", "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.37", + "@gluestack-ui/tooltip": "0.1.38", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.64" + "@gluestack-ui/themed": ">=1.1.65" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index c47ac20fc..103f92110 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.65 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/tooltip@0.1.38 + ## 1.1.64 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 5fa5d5265..2eaf432a7 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.64", + "version": "1.1.65", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -66,7 +66,7 @@ "@gluestack-ui/tabs": "0.1.18", "@gluestack-ui/textarea": "0.1.24", "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.37", + "@gluestack-ui/tooltip": "0.1.38", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 1e498b7c2..296c63cc2 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/tooltip +## 0.1.38 + +### Patch Changes + +- trigger prop typing fix + ## 0.1.37 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index c766a7010..020b01d50 100644 --- a/packages/unstyled/tooltip/package.json +++ b/packages/unstyled/tooltip/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/tooltip", "description": "A universal headless tooltip component for React Native, Next.js & React", - "version": "0.1.37", + "version": "0.1.38", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts",