@ariakit/react
Advanced tools
Comparing version 0.2.14 to 0.2.15
# @ariakit/react | ||
## 0.2.15 | ||
### Patch Changes | ||
- Fixed clicking on a custom dialog backdrop hiding all parent dialogs. ([#2688](https://github.com/ariakit/ariakit/pull/2688)) | ||
- Fixed `ReactDOM.flushSync` warning on low-end devices. ([#2677](https://github.com/ariakit/ariakit/pull/2677)) | ||
- Fixed `Tooltip` not hiding when opening a dialog that was previously unmounted. ([#2691](https://github.com/ariakit/ariakit/pull/2691)) | ||
- Fixed `Focusable` not triggering `onFocusVisible` (and thus not rendering the `data-focus-visible` attribute) when an element is focused after closing a dialog. ([#2691](https://github.com/ariakit/ariakit/pull/2691)) | ||
- Fixed `Tooltip` showing on mouse move right after it was dismissed (by pressing Esc or opening a popover, for example). ([#2691](https://github.com/ariakit/ariakit/pull/2691)) | ||
- Updated dependencies: `@ariakit/react-core@0.2.15`. | ||
## 0.2.14 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@ariakit/react", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Toolkit for building accessible web apps with React", | ||
@@ -40,3 +40,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ariakit/react-core": "0.2.14" | ||
"@ariakit/react-core": "0.2.15" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependencies": { |
@@ -81,4 +81,9 @@ <h1 align="center">Ariakit</h1> | ||
## Attribution | ||
Browser testing provided by | ||
<a href="https://www.browserstack.com" target="_blank"><img src="https://user-images.githubusercontent.com/15015324/45184727-368fbf80-b1fe-11e8-8827-08dbc80b0fb1.png" height="80" align="center"></a> | ||
## Contributing | ||
Follow the instructions on the [contributing guide](https://github.com/ariakit/ariakit/blob/main/contributing.md). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
285211
89
+ Added@ariakit/react-core@0.2.15(transitive)
- Removed@ariakit/react-core@0.2.14(transitive)
Updated@ariakit/react-core@0.2.15