Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gluestack/gluestack-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @gluestack-ui/themed@1.1.68
Choose a base ref
...
head repository: gluestack/gluestack-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @gluestack-ui/themed@1.1.69
Choose a head ref
  • 5 commits
  • 74 files changed
  • 2 contributors

Commits on Feb 19, 2025

  1. fix: correct token use

    akash3gtm committed Feb 19, 2025
    Copy the full SHA
    d87e22f View commit details
  2. chore: patch bump

    akash3gtm committed Feb 19, 2025
    Copy the full SHA
    270585a View commit details
  3. Merge pull request #2754 from gluestack/release/@react-native-aria/in…

    …teractions@0.2.14_new
    
    Release/@react native aria/interactions@0.2.14 new
    gluestackadmin authored Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2549d14 View commit details
  4. chore: rna/interactions version bump

    akash3gtm committed Feb 19, 2025
    Copy the full SHA
    0e35f24 View commit details
  5. Merge pull request #2756 from gluestack/release/@react-native-aria/in…

    …teractions@0.2.14_dependants
    
    chore: rna/interactions version bump
    gluestackadmin authored Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    29487a2 View commit details
Showing with 410 additions and 132 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +2 −2 example/storybook-nativewind/package.json
  3. +1 −1 example/storybook/package.json
  4. +24 −24 packages/config/package.json
  5. +7 −0 packages/react-native-aria/button/CHANGELOG.md
  6. +2 −2 packages/react-native-aria/button/package.json
  7. +6 −0 packages/react-native-aria/interactions/CHANGELOG.md
  8. +1 −1 packages/react-native-aria/interactions/package.json
  9. +7 −0 packages/react-native-aria/listbox/CHANGELOG.md
  10. +2 −2 packages/react-native-aria/listbox/package.json
  11. +7 −0 packages/react-native-aria/menu/CHANGELOG.md
  12. +2 −2 packages/react-native-aria/menu/package.json
  13. +7 −0 packages/react-native-aria/radio/CHANGELOG.md
  14. +2 −2 packages/react-native-aria/radio/package.json
  15. +7 −0 packages/react-native-aria/tabs/CHANGELOG.md
  16. +2 −2 packages/react-native-aria/tabs/package.json
  17. +7 −0 packages/react-native-aria/toggle/CHANGELOG.md
  18. +2 −2 packages/react-native-aria/toggle/package.json
  19. +7 −0 packages/react-native-aria/tooltip/CHANGELOG.md
  20. +2 −2 packages/react-native-aria/tooltip/package.json
  21. +27 −0 packages/themed/CHANGELOG.md
  22. +23 −23 packages/themed/package.json
  23. +7 −0 packages/unstyled/accordion/CHANGELOG.md
  24. +2 −2 packages/unstyled/accordion/package.json
  25. +9 −0 packages/unstyled/actionsheet/CHANGELOG.md
  26. +4 −4 packages/unstyled/actionsheet/package.json
  27. +9 −0 packages/unstyled/alert-dialog/CHANGELOG.md
  28. +4 −4 packages/unstyled/alert-dialog/package.json
  29. +7 −0 packages/unstyled/button/CHANGELOG.md
  30. +2 −2 packages/unstyled/button/package.json
  31. +7 −0 packages/unstyled/checkbox/CHANGELOG.md
  32. +2 −2 packages/unstyled/checkbox/package.json
  33. +7 −0 packages/unstyled/fab/CHANGELOG.md
  34. +2 −2 packages/unstyled/fab/package.json
  35. +6 −0 packages/unstyled/hooks/CHANGELOG.md
  36. +1 −1 packages/unstyled/hooks/package.json
  37. +7 −0 packages/unstyled/image-viewer/CHANGELOG.md
  38. +2 −2 packages/unstyled/image-viewer/package.json
  39. +7 −0 packages/unstyled/image/CHANGELOG.md
  40. +2 −2 packages/unstyled/image/package.json
  41. +7 −0 packages/unstyled/input/CHANGELOG.md
  42. +2 −2 packages/unstyled/input/package.json
  43. +7 −0 packages/unstyled/link/CHANGELOG.md
  44. +2 −2 packages/unstyled/link/package.json
  45. +10 −0 packages/unstyled/menu/CHANGELOG.md
  46. +5 −5 packages/unstyled/menu/package.json
  47. +9 −0 packages/unstyled/modal/CHANGELOG.md
  48. +4 −4 packages/unstyled/modal/package.json
  49. +7 −0 packages/unstyled/overlay/CHANGELOG.md
  50. +2 −2 packages/unstyled/overlay/package.json
  51. +7 −0 packages/unstyled/pin-input/CHANGELOG.md
  52. +2 −2 packages/unstyled/pin-input/package.json
  53. +9 −0 packages/unstyled/popover/CHANGELOG.md
  54. +4 −4 packages/unstyled/popover/package.json
  55. +7 −0 packages/unstyled/pressable/CHANGELOG.md
  56. +2 −2 packages/unstyled/pressable/package.json
  57. +7 −0 packages/unstyled/provider/CHANGELOG.md
  58. +2 −2 packages/unstyled/provider/package.json
  59. +8 −0 packages/unstyled/radio/CHANGELOG.md
  60. +3 −3 packages/unstyled/radio/package.json
  61. +6 −0 packages/unstyled/react-native-aria/CHANGELOG.md
  62. +1 −1 packages/unstyled/react-native-aria/package.json
  63. +7 −0 packages/unstyled/select/CHANGELOG.md
  64. +2 −2 packages/unstyled/select/package.json
  65. +8 −0 packages/unstyled/slider/CHANGELOG.md
  66. +3 −3 packages/unstyled/slider/package.json
  67. +7 −0 packages/unstyled/switch/CHANGELOG.md
  68. +2 −2 packages/unstyled/switch/package.json
  69. +7 −0 packages/unstyled/tabs/CHANGELOG.md
  70. +2 −2 packages/unstyled/tabs/package.json
  71. +8 −0 packages/unstyled/toast/CHANGELOG.md
  72. +3 −3 packages/unstyled/toast/package.json
  73. +9 −0 packages/unstyled/tooltip/CHANGELOG.md
  74. +4 −4 packages/unstyled/tooltip/package.json
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.GLUESTACK_ADMIN_NPM_TOKEN }}

# - name: Get published package version
# id: version
4 changes: 2 additions & 2 deletions example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
@@ -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.68",
"@gluestack-ui/themed": "^1.1.69",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.0",
@@ -43,7 +43,7 @@
"@react-aria/overlays": "^3.13.0",
"@react-aria/separator": "^3.3.0",
"@react-aria/utils": "^3.15.0",
"@react-native-aria/button": "^0.2.7",
"@react-native-aria/button": "^0.2.8",
"@react-native-aria/checkbox": "^0.2.9",
"@react-native-aria/overlays": "^0.3.14",
"@react-native-aria/separator": "^0.2.6",
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@react-aria/overlays": "^3.13.0",
"@react-aria/separator": "^3.3.0",
"@react-aria/utils": "^3.15.0",
"@react-native-aria/button": "^0.2.7",
"@react-native-aria/button": "^0.2.8",
"@react-native-aria/overlays": "0.3.14",
"@react-native-aria/separator": "^0.2.6",
"@react-native-async-storage/async-storage": "~1.17.3",
48 changes: 24 additions & 24 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -38,42 +38,42 @@
"@gluestack-style/animation-resolver": "1.0.4",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-style/react": "1.0.57",
"@gluestack-ui/accordion": "1.0.11",
"@gluestack-ui/actionsheet": "0.2.49",
"@gluestack-ui/accordion": "1.0.12",
"@gluestack-ui/actionsheet": "0.2.50",
"@gluestack-ui/alert": "0.1.16",
"@gluestack-ui/alert-dialog": "0.1.35",
"@gluestack-ui/alert-dialog": "0.1.36",
"@gluestack-ui/avatar": "0.1.18",
"@gluestack-ui/button": "1.0.11",
"@gluestack-ui/checkbox": "0.1.36",
"@gluestack-ui/button": "1.0.12",
"@gluestack-ui/checkbox": "0.1.37",
"@gluestack-ui/divider": "0.1.10",
"@gluestack-ui/fab": "0.1.25",
"@gluestack-ui/fab": "0.1.26",
"@gluestack-ui/form-control": "0.1.19",
"@gluestack-ui/icon": "0.1.25",
"@gluestack-ui/image": "0.1.14",
"@gluestack-ui/input": "0.1.35",
"@gluestack-ui/link": "0.1.26",
"@gluestack-ui/menu": "0.2.40",
"@gluestack-ui/modal": "0.1.38",
"@gluestack-ui/overlay": "0.1.19",
"@gluestack-ui/popover": "0.1.46",
"@gluestack-ui/pressable": "0.1.20",
"@gluestack-ui/image": "0.1.15",
"@gluestack-ui/input": "0.1.36",
"@gluestack-ui/link": "0.1.27",
"@gluestack-ui/menu": "0.2.41",
"@gluestack-ui/modal": "0.1.39",
"@gluestack-ui/overlay": "0.1.20",
"@gluestack-ui/popover": "0.1.47",
"@gluestack-ui/pressable": "0.1.21",
"@gluestack-ui/progress": "0.1.18",
"@gluestack-ui/provider": "0.1.16",
"@gluestack-ui/radio": "0.1.37",
"@gluestack-ui/select": "0.1.30",
"@gluestack-ui/slider": "0.1.29",
"@gluestack-ui/provider": "0.1.17",
"@gluestack-ui/radio": "0.1.38",
"@gluestack-ui/select": "0.1.31",
"@gluestack-ui/slider": "0.1.30",
"@gluestack-ui/spinner": "0.1.15",
"@gluestack-ui/switch": "0.1.26",
"@gluestack-ui/tabs": "0.1.21",
"@gluestack-ui/switch": "0.1.27",
"@gluestack-ui/tabs": "0.1.22",
"@gluestack-ui/textarea": "0.1.24",
"@gluestack-ui/themed": "1.1.68",
"@gluestack-ui/toast": "1.0.8",
"@gluestack-ui/tooltip": "0.1.41",
"@gluestack-ui/themed": "1.1.69",
"@gluestack-ui/toast": "1.0.9",
"@gluestack-ui/tooltip": "0.1.42",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.57",
"@gluestack-ui/themed": ">=1.1.68"
"@gluestack-ui/themed": ">=1.1.69"
},
"release-it": {
"git": {
7 changes: 7 additions & 0 deletions packages/react-native-aria/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/button

## 0.2.8

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.7

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/button",
"version": "0.2.7",
"version": "0.2.8",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -52,7 +52,7 @@
},
"dependencies": {
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-stately/toggle": "^3.2.1",
"@react-types/checkbox": "^3.2.1"
},
6 changes: 6 additions & 0 deletions packages/react-native-aria/interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-native-aria/interactions

## 0.2.14

### Patch Changes

- Fix: removed old backhandler api

## 0.2.13

### Patch Changes
2 changes: 1 addition & 1 deletion packages/react-native-aria/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/interactions",
"version": "0.2.13",
"version": "0.2.14",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
7 changes: 7 additions & 0 deletions packages/react-native-aria/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/listbox

## 0.2.7

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.6

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/listbox",
"version": "0.2.6",
"version": "0.2.7",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -61,7 +61,7 @@
"@react-aria/listbox": "^3.2.4",
"@react-aria/selection": "^3.3.2",
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/utils": "0.2.11",
"@react-types/listbox": "^3.1.1",
"@react-types/shared": "^3.4.0"
7 changes: 7 additions & 0 deletions packages/react-native-aria/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/menu

## 0.2.13

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.12

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/menu",
"version": "0.2.12",
"version": "0.2.13",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -55,7 +55,7 @@
"@react-aria/menu": "^3.1.3",
"@react-aria/selection": "^3.3.1",
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/overlays": "^0.3.12",
"@react-native-aria/utils": "0.2.11",
"@react-stately/collections": "^3.3.0",
7 changes: 7 additions & 0 deletions packages/react-native-aria/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.11

### Patch Changes

- fix: typing issue for radio input checkbox

## 0.2.10
4 changes: 2 additions & 2 deletions packages/react-native-aria/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/radio",
"version": "0.2.10",
"version": "0.2.11",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -24,7 +24,7 @@
"dependencies": {
"@react-aria/radio": "^3.1.2",
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/utils": "0.2.11",
"@react-stately/radio": "^3.2.1",
"@react-types/radio": "^3.1.1"
7 changes: 7 additions & 0 deletions packages/react-native-aria/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/tabs

## 0.2.11

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.10

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/tabs",
"version": "0.2.10",
"version": "0.2.11",
"description": "This library is a part of react-native-aria.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -58,7 +58,7 @@
"dependencies": {
"@react-aria/selection": "^3.3.1",
"@react-aria/tabs": "3.0.0-alpha.2",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/utils": "0.2.11",
"@react-stately/tabs": "3.0.0-alpha.1",
"@react-types/tabs": "3.0.0-alpha.2"
7 changes: 7 additions & 0 deletions packages/react-native-aria/toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/toggle

## 0.2.9

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.8

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/toggle",
"version": "0.2.8",
"version": "0.2.9",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -24,7 +24,7 @@
"dependencies": {
"@react-aria/focus": "^3.2.3",
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/utils": "0.2.11",
"@react-stately/toggle": "^3.2.1",
"@react-types/checkbox": "^3.2.1"
7 changes: 7 additions & 0 deletions packages/react-native-aria/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-aria/tooltip

## 0.2.7

### Patch Changes

- Updated dependencies
- @react-native-aria/interactions@0.2.14

## 0.2.6

### Patch Changes
4 changes: 2 additions & 2 deletions packages/react-native-aria/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/tooltip",
"version": "0.2.6",
"version": "0.2.7",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@@ -53,7 +53,7 @@
"dependencies": {
"@react-aria/tooltip": "3.1.0",
"@react-aria/utils": "^3.6.0",
"@react-native-aria/interactions": "0.2.13",
"@react-native-aria/interactions": "0.2.14",
"@react-native-aria/utils": "0.2.11",
"@react-stately/tooltip": "3.0.1"
},
27 changes: 27 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @gluestack-ui/themed

## 1.1.69

### Patch Changes

- @gluestack-ui/accordion@1.0.12
- @gluestack-ui/actionsheet@0.2.50
- @gluestack-ui/alert-dialog@0.1.36
- @gluestack-ui/button@1.0.12
- @gluestack-ui/checkbox@0.1.37
- @gluestack-ui/fab@0.1.26
- @gluestack-ui/image@0.1.15
- @gluestack-ui/input@0.1.36
- @gluestack-ui/link@0.1.27
- @gluestack-ui/menu@0.2.41
- @gluestack-ui/modal@0.1.39
- @gluestack-ui/overlay@0.1.20
- @gluestack-ui/popover@0.1.47
- @gluestack-ui/pressable@0.1.21
- @gluestack-ui/provider@0.1.17
- @gluestack-ui/radio@0.1.38
- @gluestack-ui/slider@0.1.30
- @gluestack-ui/switch@0.1.27
- @gluestack-ui/tabs@0.1.22
- @gluestack-ui/tooltip@0.1.42
- @gluestack-ui/select@0.1.31
- @gluestack-ui/toast@1.0.9

## 1.1.68

### Patch Changes
Loading