@fluentui/react-textarea
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 20 Sep 2022 20:54:05 GMT", | ||
"date": "Mon, 03 Oct 2022 22:22:52 GMT", | ||
"tag": "@fluentui/react-textarea_v9.1.1", | ||
"version": "9.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "esteban.230@hotmail.com", | ||
"package": "@fluentui/react-textarea", | ||
"commit": "316aa1e8df88bd9ec563d32222565dc48bc9fa29", | ||
"comment": "chore: Deprecating filled with shadow appearance variant." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 20 Sep 2022 20:55:42 GMT", | ||
"tag": "@fluentui/react-textarea_v9.1.0", | ||
@@ -21,3 +36,3 @@ "version": "9.1.0", | ||
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14", | ||
"commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66" | ||
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e" | ||
} | ||
@@ -24,0 +39,0 @@ ] |
# Change Log - @fluentui/react-textarea | ||
This log was last generated on Tue, 20 Sep 2022 20:54:05 GMT and should not be manually modified. | ||
This log was last generated on Mon, 03 Oct 2022 22:22:52 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.1) | ||
Mon, 03 Oct 2022 22:22:52 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.0..@fluentui/react-textarea_v9.1.1) | ||
### Patches | ||
- chore: Deprecating filled with shadow appearance variant. ([PR #24900](https://github.com/microsoft/fluentui/pull/24900) by esteban.230@hotmail.com) | ||
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.0) | ||
Tue, 20 Sep 2022 20:54:05 GMT | ||
Tue, 20 Sep 2022 20:55:42 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.5..@fluentui/react-textarea_v9.1.0) | ||
@@ -15,3 +24,3 @@ | ||
- feat: Adding filled with shadow appearance. ([PR #24512](https://github.com/microsoft/fluentui/pull/24512) by esteban.230@hotmail.com) | ||
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball) | ||
@@ -18,0 +27,0 @@ ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.5) |
@@ -35,2 +35,4 @@ import type { ComponentProps } from '@fluentui/react-utilities'; | ||
* @default outline | ||
* | ||
* Note: 'filled-darker-shadow' and 'filled-lighter-shadow' are deprecated and will be removed in the future. | ||
*/ | ||
@@ -37,0 +39,0 @@ appearance?: 'outline' | 'filled-darker' | 'filled-lighter' | 'filled-darker-shadow' | 'filled-lighter-shadow'; |
@@ -27,2 +27,8 @@ "use strict"; | ||
} = props; | ||
if (process.env.NODE_ENV !== 'production' && (appearance === 'filled-darker-shadow' || appearance === 'filled-lighter-shadow')) { | ||
// eslint-disable-next-line no-console | ||
console.error("The 'filled-darker-shadow' and 'filled-lighter-shadow' appearances are deprecated and will be removed in the" + ' future.'); | ||
} | ||
const [value, setValue] = react_utilities_1.useControllableState({ | ||
@@ -29,0 +35,0 @@ state: props.value, |
@@ -19,2 +19,8 @@ import { getPartitionedNativeProps, resolveShorthand, useControllableState, useEventCallback } from '@fluentui/react-utilities'; | ||
} = props; | ||
if (process.env.NODE_ENV !== 'production' && (appearance === 'filled-darker-shadow' || appearance === 'filled-lighter-shadow')) { | ||
// eslint-disable-next-line no-console | ||
console.error("The 'filled-darker-shadow' and 'filled-lighter-shadow' appearances are deprecated and will be removed in the" + ' future.'); | ||
} | ||
const [value, setValue] = useControllableState({ | ||
@@ -21,0 +27,0 @@ state: props.value, |
{ | ||
"name": "@fluentui/react-textarea", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"description": "Fluent UI TextArea component", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
133767
1620
2