@fluentui/react-positioning
Advanced tools
Comparing version 9.0.0-alpha.20 to 9.0.0-alpha.21
@@ -5,3 +5,40 @@ { | ||
{ | ||
"date": "Wed, 19 May 2021 07:30:20 GMT", | ||
"date": "Thu, 20 May 2021 07:34:56 GMT", | ||
"tag": "@fluentui/react-positioning_v9.0.0-alpha.21", | ||
"version": "9.0.0-alpha.21", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Remove unused eslint-disable", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-positioning" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "Bump @fluentui/eslint-plugin to v1.3.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-positioning" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/scripts to v1.0.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-positioning" | ||
} | ||
], | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.23", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-positioning" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 19 May 2021 07:34:20 GMT", | ||
"tag": "@fluentui/react-positioning_v9.0.0-alpha.20", | ||
@@ -8,0 +45,0 @@ "version": "9.0.0-alpha.20", |
# Change Log - @fluentui/react-positioning | ||
This log was last generated on Wed, 19 May 2021 07:30:20 GMT and should not be manually modified. | ||
This log was last generated on Thu, 20 May 2021 07:34:56 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21) | ||
Thu, 20 May 2021 07:34:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.20..@fluentui/react-positioning_v9.0.0-alpha.21) | ||
### Patches | ||
- Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
- Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
### Changes | ||
- Bump @fluentui/react-utilities to v9.0.0-alpha.23 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20) | ||
Wed, 19 May 2021 07:30:20 GMT | ||
Wed, 19 May 2021 07:34:20 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.19..@fluentui/react-positioning_v9.0.0-alpha.20) | ||
@@ -11,0 +25,0 @@ |
@@ -294,3 +294,2 @@ "use strict"; | ||
var contentNode = containerRef.current; | ||
// eslint-disable-next-line deprecation/deprecation | ||
var treeWalker = (_a = contentNode.ownerDocument) === null || _a === void 0 ? void 0 : _a.createTreeWalker(contentNode, NodeFilter.SHOW_ELEMENT, { | ||
@@ -297,0 +296,0 @@ acceptNode: hasAutofocusFilter, |
@@ -291,3 +291,2 @@ import { useEventCallback, useIsomorphicLayoutEffect, useFirstMount, canUseDOM } from '@fluentui/react-utilities'; | ||
var contentNode = containerRef.current; | ||
// eslint-disable-next-line deprecation/deprecation | ||
var treeWalker = (_a = contentNode.ownerDocument) === null || _a === void 0 ? void 0 : _a.createTreeWalker(contentNode, NodeFilter.SHOW_ELEMENT, { | ||
@@ -294,0 +293,0 @@ acceptNode: hasAutofocusFilter, |
{ | ||
"name": "@fluentui/react-positioning", | ||
"version": "9.0.0-alpha.20", | ||
"version": "9.0.0-alpha.21", | ||
"description": "A react wrapper around Popper.js for Fluent UI", | ||
@@ -25,3 +25,3 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "^1.2.0", | ||
"@fluentui/eslint-plugin": "^1.3.0", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -34,4 +34,4 @@ "@types/react": "16.9.42", | ||
"dependencies": { | ||
"@fluentui/react-shared-contexts": "^9.0.0-alpha.11", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.22", | ||
"@fluentui/react-shared-contexts": "^9.0.0-alpha.12", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.23", | ||
"@popperjs/core": "~2.4.3", | ||
@@ -38,0 +38,0 @@ "tslib": "^2.1.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299272
2926