Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-input

Package Overview
Dependencies
Maintainers
13
Versions
796
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 0.0.0-nightly3bc051736320220112.1 to 0.0.0-nightly5ab766c40f20220114.1

34

CHANGELOG.json

@@ -5,5 +5,5 @@ {

{
"date": "Wed, 12 Jan 2022 04:19:43 GMT",
"tag": "@fluentui/react-input_v0.0.0-nightly3bc051736320220112.1",
"version": "0.0.0-nightly3bc051736320220112.1",
"date": "Fri, 14 Jan 2022 04:15:08 GMT",
"tag": "@fluentui/react-input_v0.0.0-nightly5ab766c40f20220114.1",
"version": "0.0.0-nightly5ab766c40f20220114.1",
"comments": {

@@ -14,6 +14,12 @@ "prerelease": [

"package": "@fluentui/react-input",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd",
"comment": "Release nightly v9"
},
{
"author": "behowell@microsoft.com",
"package": "@fluentui/react-input",
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
"comment": "Remove component's shorthandProps array"
},
{
"author": "elcraig@microsoft.com",

@@ -39,4 +45,4 @@ "package": "@fluentui/react-input",

"package": "@fluentui/react-input",
"comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly3bc051736320220112.1",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d"
"comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly5ab766c40f20220114.1",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd"
},

@@ -46,4 +52,4 @@ {

"package": "@fluentui/react-input",
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly3bc051736320220112.1",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d"
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly5ab766c40f20220114.1",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd"
},

@@ -53,4 +59,4 @@ {

"package": "@fluentui/react-input",
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly3bc051736320220112.1",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d"
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly5ab766c40f20220114.1",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd"
},

@@ -60,4 +66,4 @@ {

"package": "@fluentui/react-input",
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly3bc051736320220112.1",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d"
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly5ab766c40f20220114.1",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd"
},

@@ -67,4 +73,4 @@ {

"package": "@fluentui/react-input",
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly3bc051736320220112.1",
"commit": "480c16821614e08014fbc10b62ebbf1964c0058d"
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly5ab766c40f20220114.1",
"commit": "afbf0defba27d6180bd53e24443fff8da633f9dd"
}

@@ -71,0 +77,0 @@ ]

# Change Log - @fluentui/react-input
This log was last generated on Wed, 12 Jan 2022 04:19:43 GMT and should not be manually modified.
This log was last generated on Fri, 14 Jan 2022 04:15:08 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly3bc051736320220112.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v0.0.0-nightly3bc051736320220112.1)
## [0.0.0-nightly5ab766c40f20220114.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v0.0.0-nightly5ab766c40f20220114.1)
Wed, 12 Jan 2022 04:19:43 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.0..@fluentui/react-input_v0.0.0-nightly3bc051736320220112.1)
Fri, 14 Jan 2022 04:15:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.0..@fluentui/react-input_v0.0.0-nightly5ab766c40f20220114.1)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by email not defined)
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by email not defined)
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
- Fix styling issues found in accessibility review ([PR #21205](https://github.com/microsoft/fluentui/pull/21205) by elcraig@microsoft.com)
- Initial release ([PR #21142](https://github.com/microsoft/fluentui/pull/21142) by elcraig@microsoft.com)
- Replacing use of functions in makeStyles with direct use of tokens and removing old version of stories. ([PR #21045](https://github.com/microsoft/fluentui/pull/21045) by Humberto.Morimoto@microsoft.com)
- Bump @fluentui/react-make-styles to v0.0.0-nightly3bc051736320220112.1 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly3bc051736320220112.1 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by beachball)
- Bump @fluentui/babel-make-styles to v0.0.0-nightly3bc051736320220112.1 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by beachball)
- Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly3bc051736320220112.1 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by beachball)
- Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly3bc051736320220112.1 ([commit](https://github.com/microsoft/fluentui/commit/480c16821614e08014fbc10b62ebbf1964c0058d) by beachball)
- Bump @fluentui/react-make-styles to v0.0.0-nightly5ab766c40f20220114.1 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly5ab766c40f20220114.1 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by beachball)
- Bump @fluentui/babel-make-styles to v0.0.0-nightly5ab766c40f20220114.1 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by beachball)
- Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly5ab766c40f20220114.1 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by beachball)
- Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly5ab766c40f20220114.1 ([commit](https://github.com/microsoft/fluentui/commit/afbf0defba27d6180bd53e24443fff8da633f9dd) by beachball)

@@ -24,0 +25,0 @@ ## [9.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.0)

@@ -20,3 +20,3 @@ "use strict";

slotProps
} = react_utilities_1.getSlots(state, ['input', 'contentBefore', 'contentAfter', 'root']);
} = react_utilities_1.getSlots(state);
return React.createElement(slots.root, { ...slotProps.root

@@ -23,0 +23,0 @@ }, React.createElement(slots.contentBefore, { ...slotProps.contentBefore

@@ -11,3 +11,3 @@ import * as React from 'react';

slotProps
} = getSlots(state, ['input', 'contentBefore', 'contentAfter', 'root']);
} = getSlots(state);
return /*#__PURE__*/React.createElement(slots.root, { ...slotProps.root

@@ -14,0 +14,0 @@ }, /*#__PURE__*/React.createElement(slots.contentBefore, { ...slotProps.contentBefore

{
"name": "@fluentui/react-input",
"version": "0.0.0-nightly3bc051736320220112.1",
"version": "0.0.0-nightly5ab766c40f20220114.1",
"description": "Fluent UI React Input component",

@@ -30,7 +30,7 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@fluentui/babel-make-styles": "0.0.0-nightly3bc051736320220112.1",
"@fluentui/babel-make-styles": "0.0.0-nightly5ab766c40f20220114.1",
"@fluentui/eslint-plugin": "*",
"@fluentui/jest-serializer-make-styles": "0.0.0-nightly3bc051736320220112.1",
"@fluentui/jest-serializer-make-styles": "0.0.0-nightly5ab766c40f20220114.1",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-make-styles": "0.0.0-nightly3bc051736320220112.1",
"@fluentui/react-conformance-make-styles": "0.0.0-nightly5ab766c40f20220114.1",
"@fluentui/scripts": "^1.0.0",

@@ -49,4 +49,4 @@ "@types/enzyme": "3.10.3",

"dependencies": {
"@fluentui/react-make-styles": "0.0.0-nightly3bc051736320220112.1",
"@fluentui/react-utilities": "0.0.0-nightly3bc051736320220112.1",
"@fluentui/react-make-styles": "0.0.0-nightly5ab766c40f20220114.1",
"@fluentui/react-utilities": "0.0.0-nightly5ab766c40f20220114.1",
"tslib": "^2.1.0"

@@ -53,0 +53,0 @@ },

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