Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ariakit/core

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariakit/core - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

12

CHANGELOG.md
# @ariakit/core
## 0.4.4
### Combobox `autoFocusOnHide` behavior
Previously, the [`autoFocusOnHide`](https://ariakit.org/reference/combobox-popover#autofocusonhide) feature on [`ComboboxPopover`](https://ariakit.org/reference/combobox-popover) was turned off by default. Most of the time, this didn't have any practical impact because the combobox input element was already focused when the popover was hidden.
Now, this feature is enabled by default and should work consistently even when [`virtualFocus`](https://ariakit.org/reference/combobox-provider#virtualfocus) is set to `false`.
### Other updates
- Improved JSDocs.
## 0.4.3

@@ -4,0 +16,0 @@

5

esm/combobox/combobox-store.js

@@ -22,4 +22,3 @@ "use client";

import {
isSafari,
isTouchDevice
isSafari
} from "../__chunks/VDNATJW2.js";

@@ -34,3 +33,3 @@ import "../__chunks/RRSZHCH6.js";

// src/combobox/combobox-store.ts
var isSafariOnMobile = isSafari() && isTouchDevice();
var isSafariOnMobile = isSafari() && matchMedia("(hover:none)").matches;
function createComboboxStore(props = {}) {

@@ -37,0 +36,0 @@ var _a;

2

package.json
{
"name": "@ariakit/core",
"version": "0.4.3",
"version": "0.4.4",
"description": "Ariakit core",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc