@fluentui/react-text
Advanced tools
Comparing version 9.0.0-alpha.20 to 9.0.0-alpha.21
@@ -5,3 +5,48 @@ { | ||
{ | ||
"date": "Thu, 23 Sep 2021 08:19:56 GMT", | ||
"date": "Fri, 24 Sep 2021 09:16:15 GMT", | ||
"tag": "@fluentui/react-text_v9.0.0-alpha.21", | ||
"version": "9.0.0-alpha.21", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "andredias@microsoft.com", | ||
"package": "@fluentui/react-text", | ||
"comment": "Remove workaround for as prop with getNativeElementProps", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16", | ||
"commit": "0d26909912889432060fd4c87b2f4a45017e1532" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 23 Sep 2021 08:21:34 GMT", | ||
"tag": "@fluentui/react-text_v9.0.0-alpha.20", | ||
@@ -8,0 +53,0 @@ "version": "9.0.0-alpha.20", |
# Change Log - @fluentui/react-text | ||
This log was last generated on Thu, 23 Sep 2021 08:19:56 GMT and should not be manually modified. | ||
This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21) | ||
Fri, 24 Sep 2021 09:16:15 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21) | ||
### Changes | ||
- Remove workaround for as prop with getNativeElementProps ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by andredias@microsoft.com) | ||
- Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball) | ||
- Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball) | ||
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball) | ||
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball) | ||
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball) | ||
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20) | ||
Thu, 23 Sep 2021 08:19:56 GMT | ||
Thu, 23 Sep 2021 08:21:34 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20) | ||
@@ -11,0 +25,0 @@ |
@@ -50,8 +50,8 @@ "use strict"; | ||
}, | ||
root: react_utilities_1.getNativeElementProps(as, tslib_1.__assign({ | ||
root: react_utilities_1.getNativeElementProps(as, tslib_1.__assign(tslib_1.__assign({ | ||
ref: ref | ||
}, props)) | ||
}; // TODO: Remove after fix to https://github.com/microsoft/fluentui/issues/19785 | ||
state.root.as = as; | ||
}, props), { | ||
as: as | ||
})) | ||
}; | ||
return state; | ||
@@ -58,0 +58,0 @@ }; |
@@ -41,10 +41,10 @@ import { __assign } from "tslib"; | ||
}, | ||
root: getNativeElementProps(as, __assign({ | ||
root: getNativeElementProps(as, __assign(__assign({ | ||
ref: ref | ||
}, props)) | ||
}; // TODO: Remove after fix to https://github.com/microsoft/fluentui/issues/19785 | ||
state.root.as = as; | ||
}, props), { | ||
as: as | ||
})) | ||
}; | ||
return state; | ||
}; | ||
//# sourceMappingURL=useText.js.map |
{ | ||
"name": "@fluentui/react-text", | ||
"version": "9.0.0-alpha.20", | ||
"version": "9.0.0-alpha.21", | ||
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.", | ||
@@ -28,7 +28,7 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/babel-make-styles": "9.0.0-alpha.53", | ||
"@fluentui/babel-make-styles": "9.0.0-alpha.54", | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.46", | ||
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.47", | ||
"@fluentui/react-conformance": "*", | ||
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.15", | ||
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.16", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -47,4 +47,4 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "9.0.0-alpha.71", | ||
"@fluentui/react-utilities": "9.0.0-alpha.51", | ||
"@fluentui/react-make-styles": "9.0.0-alpha.72", | ||
"@fluentui/react-utilities": "9.0.0-alpha.52", | ||
"tslib": "^2.1.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
215705
2758
+ Added@fluentui/react-make-styles@9.0.0-alpha.72(transitive)
+ Added@fluentui/react-utilities@9.0.0-alpha.52(transitive)
- Removed@fluentui/react-make-styles@9.0.0-alpha.71(transitive)
- Removed@fluentui/react-utilities@9.0.0-alpha.51(transitive)