Skip to content

Commit be482c6

Browse files
committed
chore: release v1.1.1
1 parent d029f4b commit be482c6

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/fix-native-bottom-tabs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grab-selection-labels.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-grab
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- ba7c5d4: Fix misaligned grab highlights by mounting the overlay per screen, so grab lines up correctly with native tab layouts (e.g. bottom tabs).
8+
- d029f4b: Grab labels now prefer meaningful component names from the owner stack (skipping generic `View` / `Text` wrappers), so the menu shows titles like **Text (in YourScreen)** and the copied description preview matches. The selection menu title also scales down when the label is long so it stays readable.
9+
310
## 1.1.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-grab",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Touch-to-grab context for React Native agents.",
55
"keywords": [
66
"devtools",

0 commit comments

Comments
 (0)