Skip to content

Commit dda92cb

Browse files
Changeset: New Version (#1007)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 120c0cb commit dda92cb

8 files changed

Lines changed: 36 additions & 19 deletions

File tree

.changeset/olive-pugs-shake.md

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

.changeset/rslib-build-migration.md

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

packages/components/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hopper-ui/components
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- fd7b80c: Updated the react-aria dependency set: `react-aria` to 3.51.0, `react-aria-components` to 1.20.0, and the `@react-aria/*`, `@react-stately/*`, `@react-types/*` and `@internationalized/*` packages to their latest versions. The `react-aria` and `react-aria-components` peer ranges move to `^3.51.0` and `^1.20.0`.
8+
9+
Note one upstream behaviour change this brings to filterable `Select` and `MultiSelect`: react-aria-components 1.20 no longer focuses the first option when the popover opens. Autocomplete now only auto-focuses after a filter is typed, so keyboard navigation starts from the first option on the initial <kbd>ArrowDown</kbd> rather than the second.
10+
11+
### Patch Changes
12+
13+
- 8eb0443: Replaced tsup with rslib as the build tool. The public API is unchanged — `exports`, `main`, `types`, `style` and `sideEffects` all resolve exactly as before, `<pkg>/index.css` still carries the full stylesheet, and the emitted JavaScript still leaves CSS out of the module graph.
14+
- Updated dependencies [fd7b80c]
15+
- Updated dependencies [8eb0443]
16+
- @hopper-ui/icons@3.0.2
17+
318
## 3.3.0
419

520
### Minor Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hopper-ui/components",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "The components package.",
55
"license": "Apache-2.0",
66
"author": "Workleap",

packages/icons/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hopper-ui/icons
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- fd7b80c: Updated the react-aria dependency set: `react-aria` to 3.51.0, `react-aria-components` to 1.20.0, and the `@react-aria/*`, `@react-stately/*`, `@react-types/*` and `@internationalized/*` packages to their latest versions. The `react-aria` and `react-aria-components` peer ranges move to `^3.51.0` and `^1.20.0`.
8+
9+
Note one upstream behaviour change this brings to filterable `Select` and `MultiSelect`: react-aria-components 1.20 no longer focuses the first option when the popover opens. Autocomplete now only auto-focuses after a filter is typed, so keyboard navigation starts from the first option on the initial <kbd>ArrowDown</kbd> rather than the second.
10+
- 8eb0443: Replaced tsup with rslib as the build tool. The public API is unchanged — `exports`, `main`, `types`, `style` and `sideEffects` all resolve exactly as before, `<pkg>/index.css` still carries the full stylesheet, and the emitted JavaScript still leaves CSS out of the module graph.
11+
312
## 3.0.1
413

514
### Patch Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hopper-ui/icons",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "The icons package.",
55
"license": "Apache-2.0",
66
"author": "Workleap",

packages/styled-system/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hopper-ui/styled-system
22

3+
## 4.0.12
4+
5+
### Patch Changes
6+
7+
- fd7b80c: Updated the react-aria dependency set: `react-aria` to 3.51.0, `react-aria-components` to 1.20.0, and the `@react-aria/*`, `@react-stately/*`, `@react-types/*` and `@internationalized/*` packages to their latest versions. The `react-aria` and `react-aria-components` peer ranges move to `^3.51.0` and `^1.20.0`.
8+
9+
Note one upstream behaviour change this brings to filterable `Select` and `MultiSelect`: react-aria-components 1.20 no longer focuses the first option when the popover opens. Autocomplete now only auto-focuses after a filter is typed, so keyboard navigation starts from the first option on the initial <kbd>ArrowDown</kbd> rather than the second.
10+
- 8eb0443: Replaced tsup with rslib as the build tool. The public API is unchanged — `exports`, `main`, `types`, `style` and `sideEffects` all resolve exactly as before, `<pkg>/index.css` still carries the full stylesheet, and the emitted JavaScript still leaves CSS out of the module graph.
11+
312
## 4.0.11
413

514
### Patch Changes

packages/styled-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hopper-ui/styled-system",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"description": "The styled-system package.",
55
"license": "Apache-2.0",
66
"author": "Workleap",

0 commit comments

Comments
 (0)