Socket
Socket
Sign inDemoInstall

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
12
Versions
863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tabster - npm Package Compare versions

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

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Fri, 16 Apr 2021 18:06:48 GMT",
"date": "Tue, 20 Apr 2021 07:29:23 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.16",
"version": "9.0.0-alpha.16",
"comments": {
"prerelease": [
{
"comment": "Rename internal document to targetDocument",
"author": "lingfan.gao@microsoft.com",
"commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
"package": "@fluentui/react-tabster"
}
]
}
},
{
"date": "Mon, 19 Apr 2021 07:33:33 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.15",
"version": "9.0.0-alpha.15",
"comments": {
"none": [
{
"comment": "Remove unneeded react-app-polyfill devDependency",
"author": "elcraig@microsoft.com",
"commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
"package": "@fluentui/react-tabster"
}
]
}
},
{
"date": "Fri, 16 Apr 2021 18:08:21 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.15",
"version": "9.0.0-alpha.15",
"comments": {
"prerelease": [

@@ -11,0 +41,0 @@ {

# Change Log - @fluentui/react-tabster
This log was last generated on Fri, 16 Apr 2021 18:06:48 GMT and should not be manually modified.
This log was last generated on Tue, 20 Apr 2021 07:29:23 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
Tue, 20 Apr 2021 07:29:23 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.15..@fluentui/react-tabster_v9.0.0-alpha.16)
### Changes
- Rename internal document to targetDocument ([PR #17827](https://github.com/microsoft/fluentui/pull/17827) by lingfan.gao@microsoft.com)
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
Fri, 16 Apr 2021 18:06:48 GMT
Fri, 16 Apr 2021 18:08:21 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.14..@fluentui/react-tabster_v9.0.0-alpha.15)

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

3

dist/react-tabster.d.ts

@@ -17,3 +17,3 @@ import { getTabsterAttribute } from 'tabster';

dir?: 'rtl' | 'ltr';
document: Document | undefined;
targetDocument: Document | undefined;
/**

@@ -28,3 +28,2 @@ * The root is automatically set as the `body` element of the ownerDocument.

dir: 'ltr' | 'rtl';
document: Document | undefined;
contextValue: TabsterContextValue | undefined;

@@ -31,0 +30,0 @@ }

@@ -25,3 +25,3 @@ ## API Report File for "@fluentui/react-tabster"

// (undocumented)
document: Document | undefined;
targetDocument: Document | undefined;
}

@@ -37,4 +37,2 @@

dir: 'ltr' | 'rtl';
// (undocumented)
document: Document | undefined;
}

@@ -41,0 +39,0 @@

@@ -5,3 +5,3 @@ import * as React from 'react';

dir?: 'rtl' | 'ltr';
document: Document | undefined;
targetDocument: Document | undefined;
/**

@@ -15,3 +15,2 @@ * The root is automatically set as the `body` element of the ownerDocument.

dir: 'ltr' | 'rtl';
document: Document | undefined;
contextValue: TabsterContextValue | undefined;

@@ -18,0 +17,0 @@ }

@@ -14,3 +14,3 @@ define(["require", "exports", "react", "@fluentui/react-utilities", "tabster", "./TabsterContext"], function (require, exports, React, react_utilities_1, tabster_1, TabsterContext_1) {

}, {}, props);
var defaultView = ((_a = state.document) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var defaultView = ((_a = state.targetDocument) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var tabsterOptions = state.customRoot ? {} : { autoRoot: {} };

@@ -17,0 +17,0 @@ state.contextValue = defaultView && (_b = tabster_1.getCurrentTabster(defaultView), (_b !== null && _b !== void 0 ? _b : tabster_1.createTabster(defaultView, tabsterOptions)));

@@ -5,3 +5,3 @@ import * as React from 'react';

dir?: 'rtl' | 'ltr';
document: Document | undefined;
targetDocument: Document | undefined;
/**

@@ -15,3 +15,2 @@ * The root is automatically set as the `body` element of the ownerDocument.

dir: 'ltr' | 'rtl';
document: Document | undefined;
contextValue: TabsterContextValue | undefined;

@@ -18,0 +17,0 @@ }

@@ -17,3 +17,3 @@ "use strict";

}, {}, props);
var defaultView = ((_a = state.document) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var defaultView = ((_a = state.targetDocument) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var tabsterOptions = state.customRoot ? {} : { autoRoot: {} };

@@ -20,0 +20,0 @@ state.contextValue = defaultView && (_b = tabster_1.getCurrentTabster(defaultView), (_b !== null && _b !== void 0 ? _b : tabster_1.createTabster(defaultView, tabsterOptions)));

@@ -5,3 +5,3 @@ import * as React from 'react';

dir?: 'rtl' | 'ltr';
document: Document | undefined;
targetDocument: Document | undefined;
/**

@@ -15,3 +15,2 @@ * The root is automatically set as the `body` element of the ownerDocument.

dir: 'ltr' | 'rtl';
document: Document | undefined;
contextValue: TabsterContextValue | undefined;

@@ -18,0 +17,0 @@ }

@@ -15,3 +15,3 @@ import * as React from 'react';

}, {}, props);
var defaultView = ((_a = state.document) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var defaultView = ((_a = state.targetDocument) === null || _a === void 0 ? void 0 : _a.defaultView) || undefined;
var tabsterOptions = state.customRoot ? {} : { autoRoot: {} };

@@ -18,0 +18,0 @@ state.contextValue = defaultView && (_b = getCurrentTabster(defaultView), (_b !== null && _b !== void 0 ? _b : createTabster(defaultView, tabsterOptions)));

{
"name": "@fluentui/react-tabster",
"version": "9.0.0-alpha.15",
"version": "9.0.0-alpha.16",
"description": "Utilities for focus management and facade for tabster",

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

"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",

@@ -34,0 +33,0 @@ "react-test-renderer": "^16.3.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