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

@fluentui/react-aria

Package Overview
Dependencies
Maintainers
12
Versions
857
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-aria - npm Package Compare versions

Comparing version 9.0.0-alpha.16 to 9.0.0-alpha.17

.cache/jest/jest-transform-cache-5910cb8bb0969758e45676749a8c9efc-d0e7c439bf6eb5a4bf3a6371fdd259d1/01/onlyChild_016a241ae8ea5880b596d073961ae9cd

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Mon, 26 Jul 2021 07:34:11 GMT",
"date": "Mon, 02 Aug 2021 07:33:18 GMT",
"tag": "@fluentui/react-aria_v9.0.0-alpha.17",
"version": "9.0.0-alpha.17",
"comments": {
"prerelease": [
{
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
"author": "lingfan.gao@microsoft.com",
"commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
"package": "@fluentui/react-aria"
}
]
}
},
{
"date": "Mon, 26 Jul 2021 07:37:30 GMT",
"tag": "@fluentui/react-aria_v9.0.0-alpha.16",

@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.16",

# Change Log - @fluentui/react-aria
This log was last generated on Mon, 26 Jul 2021 07:34:11 GMT and should not be manually modified.
This log was last generated on Mon, 02 Aug 2021 07:33:18 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.17)
Mon, 02 Aug 2021 07:33:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.16..@fluentui/react-aria_v9.0.0-alpha.17)
### Changes
- Bump @fluentui/react-utilities to v9.0.0-alpha.36 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.16)
Mon, 26 Jul 2021 07:34:11 GMT
Mon, 26 Jul 2021 07:37:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.15..@fluentui/react-aria_v9.0.0-alpha.16)

@@ -11,0 +20,0 @@

6

lib-commonjs/hooks/useARIAButton.js

@@ -65,5 +65,5 @@ "use strict";

else if (ev.key === keyboard_keys_1.Enter) {
ev.preventDefault();
ev.currentTarget.click();
}
ev.preventDefault();
ev.currentTarget.click();
}
});

@@ -70,0 +70,0 @@ var onKeyupHandler = react_utilities_1.useEventCallback(function (ev) {

@@ -57,5 +57,5 @@ import { resolveShorthand, useEventCallback } from '@fluentui/react-utilities';

else if (ev.key === Enter) {
ev.preventDefault();
ev.currentTarget.click();
}
ev.preventDefault();
ev.currentTarget.click();
}
});

@@ -62,0 +62,0 @@ var onKeyupHandler = useEventCallback(function (ev) {

{
"name": "@fluentui/react-aria",
"version": "9.0.0-alpha.16",
"version": "9.0.0-alpha.17",
"description": "React helper to ensure ARIA",

@@ -28,3 +28,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "^1.3.2",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.28",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.29",
"@fluentui/react-conformance": "^0.4.3",

@@ -45,4 +45,4 @@ "@fluentui/scripts": "^1.0.0",

"@fluentui/keyboard-keys": "^9.0.0-alpha.1",
"@fluentui/react-make-styles": "^9.0.0-alpha.52",
"@fluentui/react-utilities": "^9.0.0-alpha.35",
"@fluentui/react-make-styles": "^9.0.0-alpha.53",
"@fluentui/react-utilities": "^9.0.0-alpha.36",
"tslib": "^2.1.0"

@@ -49,0 +49,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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