Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2023
1 parent 774fdf3 commit c57f42d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/as-prop-soft-deprecate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/combobox-auto-select-wheel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/select-renderer-store.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/ariakit-react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ariakit/react-core

## 0.2.13

### Patch Changes

- The `as` prop has been soft deprecated. Use the [`render`](https://ariakit.org/guide/composition) prop instead. ([#2621](https://github.com/ariakit/ariakit/pull/2621))

- The `Combobox` component now properly disables the `autoSelect` behavior when the user is scrolling through the list of options. This should prevent issues when scrolling virtualized or infinite lists. ([#2617](https://github.com/ariakit/ariakit/pull/2617))

- The `SelectRenderer` component doesn't require a store prop or context anymore. ([#2619](https://github.com/ariakit/ariakit/pull/2619))

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ariakit-react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ariakit/react-core",
"version": "0.2.12",
"version": "0.2.13",
"description": "Ariakit React core",
"sideEffects": false,
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/ariakit-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ariakit/react

## 0.2.13

### Patch Changes

- The `as` prop has been soft deprecated. Use the [`render`](https://ariakit.org/guide/composition) prop instead. ([#2621](https://github.com/ariakit/ariakit/pull/2621))

- The `Combobox` component now properly disables the `autoSelect` behavior when the user is scrolling through the list of options. This should prevent issues when scrolling virtualized or infinite lists. ([#2617](https://github.com/ariakit/ariakit/pull/2617))

- Updated dependencies: `@ariakit/react-core@0.2.13`.

## 0.2.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ariakit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ariakit/react",
"version": "0.2.12",
"version": "0.2.13",
"description": "Toolkit for building accessible web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"components"
],
"dependencies": {
"@ariakit/react-core": "0.2.12"
"@ariakit/react-core": "0.2.13"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit c57f42d

Please sign in to comment.