New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-input

Package Overview
Dependencies
Maintainers
13
Versions
854
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-input - npm Package Compare versions

Comparing version 9.1.1 to 9.2.0

17

CHANGELOG.md
# Change Log - @fluentui/react-input
This log was last generated on Tue, 20 Sep 2022 20:54:08 GMT and should not be manually modified.
This log was last generated on Mon, 03 Oct 2022 22:22:48 GMT and should not be manually modified.
<!-- Start content -->
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.2.0)
Mon, 03 Oct 2022 22:22:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.1.1..@fluentui/react-input_v9.2.0)
### Minor changes
- chore: Deprecating filled with shadow appearance variant. ([PR #24900](https://github.com/microsoft/fluentui/pull/24900) by esteban.230@hotmail.com)
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.1.1)
Tue, 20 Sep 2022 20:54:08 GMT
Tue, 20 Sep 2022 20:55:45 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.1.0..@fluentui/react-input_v9.1.1)

@@ -14,4 +23,4 @@

- 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-text to v9.1.1 ([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)
- Bump @fluentui/react-text to v9.1.1 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)

@@ -18,0 +27,0 @@ ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.1.0)

@@ -34,2 +34,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.
*/

@@ -36,0 +38,0 @@ appearance?: 'outline' | 'underline' | 'filled-darker' | 'filled-lighter' | 'filled-darker-shadow' | 'filled-lighter-shadow';

@@ -26,2 +26,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({

@@ -28,0 +34,0 @@ state: props.value,

@@ -18,2 +18,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({

@@ -20,0 +26,0 @@ state: props.value,

{
"name": "@fluentui/react-input",
"version": "9.1.1",
"version": "9.2.0",
"description": "Fluent UI React Input component",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

Sorry, the diff of this file is too big to display

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