@fluentui/react-tooltip
Advanced tools
Comparing version 9.0.0-alpha.23 to 9.0.0-alpha.24
@@ -5,3 +5,38 @@ { | ||
{ | ||
"date": "Thu, 22 Apr 2021 07:31:20 GMT", | ||
"date": "Fri, 23 Apr 2021 07:30:56 GMT", | ||
"tag": "@fluentui/react-tooltip_v9.0.0-alpha.24", | ||
"version": "9.0.0-alpha.24", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "use useIsomorphicLayoutEffect to remove a warning during SSR", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095", | ||
"package": "@fluentui/react-tooltip" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "Bump @fluentui/eslint-plugin to v1.1.1", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095", | ||
"package": "@fluentui/react-tooltip" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-conformance to v0.2.6", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095", | ||
"package": "@fluentui/react-tooltip" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/scripts to v1.0.0", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095", | ||
"package": "@fluentui/react-tooltip" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 22 Apr 2021 07:33:28 GMT", | ||
"tag": "@fluentui/react-tooltip_v9.0.0-alpha.23", | ||
@@ -8,0 +43,0 @@ "version": "9.0.0-alpha.23", |
# Change Log - @fluentui/react-tooltip | ||
This log was last generated on Thu, 22 Apr 2021 07:31:20 GMT and should not be manually modified. | ||
This log was last generated on Fri, 23 Apr 2021 07:30:56 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24) | ||
Fri, 23 Apr 2021 07:30:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.23..@fluentui/react-tooltip_v9.0.0-alpha.24) | ||
### Patches | ||
- Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com) | ||
- Bump @fluentui/react-conformance to v0.2.6 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com) | ||
- Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com) | ||
### Changes | ||
- use useIsomorphicLayoutEffect to remove a warning during SSR ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com) | ||
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23) | ||
Thu, 22 Apr 2021 07:31:20 GMT | ||
Thu, 22 Apr 2021 07:33:28 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.22..@fluentui/react-tooltip_v9.0.0-alpha.23) | ||
@@ -11,0 +26,0 @@ |
@@ -1,2 +0,2 @@ | ||
define(["require", "exports", "react", "@fluentui/react-utilities", "./useTooltipManager", "@fluentui/react-shared-contexts"], function (require, exports, React, react_utilities_1, useTooltipManager_1, react_shared_contexts_1) { | ||
define(["require", "exports", "react", "@fluentui/react-utilities", "./useTooltipManager", "@fluentui/react-shared-contexts", "@fluentui/react-utilities"], function (require, exports, React, react_utilities_1, useTooltipManager_1, react_shared_contexts_1, react_utilities_2) { | ||
"use strict"; | ||
@@ -33,3 +33,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
}, defaultProps, props); | ||
React.useLayoutEffect(function () { | ||
react_utilities_2.useIsomorphicLayoutEffect(function () { | ||
var root = state.ref.current; | ||
@@ -36,0 +36,0 @@ if (root && tooltipContainer) { |
@@ -7,2 +7,3 @@ "use strict"; | ||
var react_shared_contexts_1 = require("@fluentui/react-shared-contexts"); | ||
var react_utilities_2 = require("@fluentui/react-utilities"); | ||
var mergeProps = react_utilities_1.makeMergeProps(); | ||
@@ -37,3 +38,3 @@ /** | ||
}, defaultProps, props); | ||
React.useLayoutEffect(function () { | ||
react_utilities_2.useIsomorphicLayoutEffect(function () { | ||
var root = state.ref.current; | ||
@@ -40,0 +41,0 @@ if (root && tooltipContainer) { |
@@ -5,2 +5,3 @@ import * as React from 'react'; | ||
import { useFluent } from '@fluentui/react-shared-contexts'; | ||
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities'; | ||
var mergeProps = makeMergeProps(); | ||
@@ -35,3 +36,3 @@ /** | ||
}, defaultProps, props); | ||
React.useLayoutEffect(function () { | ||
useIsomorphicLayoutEffect(function () { | ||
var root = state.ref.current; | ||
@@ -38,0 +39,0 @@ if (root && tooltipContainer) { |
{ | ||
"name": "@fluentui/react-tooltip", | ||
"version": "9.0.0-alpha.23", | ||
"version": "9.0.0-alpha.24", | ||
"description": "React components for building web experiences", | ||
@@ -26,5 +26,5 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "^1.1.0", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.2", | ||
"@fluentui/react-conformance": "^0.2.5", | ||
"@fluentui/eslint-plugin": "^1.1.1", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.3", | ||
"@fluentui/react-conformance": "^0.2.6", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -43,8 +43,8 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.25", | ||
"@fluentui/react-positioning": "^9.0.0-alpha.13", | ||
"@fluentui/react-shared-contexts": "^9.0.0-alpha.6", | ||
"@fluentui/react-theme": "^9.0.0-alpha.8", | ||
"@fluentui/react-theme-provider": "^9.0.0-alpha.24", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.18", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.26", | ||
"@fluentui/react-positioning": "^9.0.0-alpha.14", | ||
"@fluentui/react-shared-contexts": "^9.0.0-alpha.7", | ||
"@fluentui/react-theme": "^9.0.0-alpha.9", | ||
"@fluentui/react-theme-provider": "^9.0.0-alpha.25", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.19", | ||
"tslib": "^1.10.0" | ||
@@ -51,0 +51,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
348257
3974