Skip to content

Commit d465f28

Browse files
chore: version packages
1 parent 941f77c commit d465f28

20 files changed

Lines changed: 147 additions & 33 deletions

.changeset/link-underline-prop.md

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

.changeset/upgrade-react-aria-1-19-0.md

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

packages/components/CHANGELOG.md

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

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#1888](https://github.com/launchdarkly/launchpad-ui/pull/1888) [`51b495e`](https://github.com/launchdarkly/launchpad-ui/commit/51b495edb66f7ebdc07a5e12af24fed823656236) Thanks [@hsadhvani](https://github.com/hsadhvani)! - Add `underline` prop to Link component with `'always' | 'hover' | 'none'` values
8+
9+
### Patch Changes
10+
11+
- [#1938](https://github.com/launchdarkly/launchpad-ui/pull/1938) [`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.19.0 along with the aligned `react-aria` (3.50.0), `react-stately` (3.48.0), and `@react-types/shared` (3.36.0) packages from the same release. The `@react-aria/*`, `@react-stately/*`, and `@internationalized/*` sub-packages were already at the matching versions and are unchanged.
12+
13+
This release is additive — no breaking changes. Notable upstream additions:
14+
15+
- `GridList` and `Tree` support full keyboard interaction with embedded text fields and other interactive elements via the `keyboardNavigationBehavior` prop.
16+
- `Autocomplete` and `Popover` gain inline-completion support, including a new `getTargetRect` prop on `Popover` for positioning overlays relative to arbitrary character positions.
17+
- `Menu`'s `onAction` callback now provides both the item key and its value.
18+
- `DragTypes.has()` accepts multiple MIME types and wildcards.
19+
320
## 0.21.0
421

522
### 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": "@launchpad-ui/components",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",

packages/drawer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @launchpad-ui/drawer
22

3+
## 0.9.17
4+
5+
### Patch Changes
6+
7+
- [#1938](https://github.com/launchdarkly/launchpad-ui/pull/1938) [`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.19.0 along with the aligned `react-aria` (3.50.0), `react-stately` (3.48.0), and `@react-types/shared` (3.36.0) packages from the same release. The `@react-aria/*`, `@react-stately/*`, and `@internationalized/*` sub-packages were already at the matching versions and are unchanged.
8+
9+
This release is additive — no breaking changes. Notable upstream additions:
10+
11+
- `GridList` and `Tree` support full keyboard interaction with embedded text fields and other interactive elements via the `keyboardNavigationBehavior` prop.
12+
- `Autocomplete` and `Popover` gain inline-completion support, including a new `getTargetRect` prop on `Popover` for positioning overlays relative to arbitrary character positions.
13+
- `Menu`'s `onAction` callback now provides both the item key and its value.
14+
- `DragTypes.has()` accepts multiple MIME types and wildcards.
15+
16+
- Updated dependencies [[`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68)]:
17+
- @launchpad-ui/focus-trap@0.5.4
18+
319
## 0.9.16
420

521
### Patch Changes

packages/drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/drawer",
3-
"version": "0.9.16",
3+
"version": "0.9.17",
44
"description": "A partial overlay that appears from the right side of the screen.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

packages/dropdown/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @launchpad-ui/dropdown
22

3+
## 0.10.17
4+
5+
### Patch Changes
6+
7+
- [#1938](https://github.com/launchdarkly/launchpad-ui/pull/1938) [`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.19.0 along with the aligned `react-aria` (3.50.0), `react-stately` (3.48.0), and `@react-types/shared` (3.36.0) packages from the same release. The `@react-aria/*`, `@react-stately/*`, and `@internationalized/*` sub-packages were already at the matching versions and are unchanged.
8+
9+
This release is additive — no breaking changes. Notable upstream additions:
10+
11+
- `GridList` and `Tree` support full keyboard interaction with embedded text fields and other interactive elements via the `keyboardNavigationBehavior` prop.
12+
- `Autocomplete` and `Popover` gain inline-completion support, including a new `getTargetRect` prop on `Popover` for positioning overlays relative to arbitrary character positions.
13+
- `Menu`'s `onAction` callback now provides both the item key and its value.
14+
- `DragTypes.has()` accepts multiple MIME types and wildcards.
15+
316
## 0.10.16
417

518
### Patch Changes

packages/dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/dropdown",
3-
"version": "0.10.16",
3+
"version": "0.10.17",
44
"description": "An element that displays a list of actions or options to a user.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

packages/filter/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @launchpad-ui/filter
22

3+
## 0.11.17
4+
5+
### Patch Changes
6+
7+
- [#1938](https://github.com/launchdarkly/launchpad-ui/pull/1938) [`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.19.0 along with the aligned `react-aria` (3.50.0), `react-stately` (3.48.0), and `@react-types/shared` (3.36.0) packages from the same release. The `@react-aria/*`, `@react-stately/*`, and `@internationalized/*` sub-packages were already at the matching versions and are unchanged.
8+
9+
This release is additive — no breaking changes. Notable upstream additions:
10+
11+
- `GridList` and `Tree` support full keyboard interaction with embedded text fields and other interactive elements via the `keyboardNavigationBehavior` prop.
12+
- `Autocomplete` and `Popover` gain inline-completion support, including a new `getTargetRect` prop on `Popover` for positioning overlays relative to arbitrary character positions.
13+
- `Menu`'s `onAction` callback now provides both the item key and its value.
14+
- `DragTypes.has()` accepts multiple MIME types and wildcards.
15+
16+
- Updated dependencies [[`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68)]:
17+
- @launchpad-ui/dropdown@0.10.17
18+
- @launchpad-ui/menu@0.16.17
19+
320
## 0.11.16
421

522
### Patch Changes

packages/filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/filter",
3-
"version": "0.11.16",
3+
"version": "0.11.17",
44
"description": "filter a list of results",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)