@fluentui/react-input
Advanced tools
Comparing version 9.0.0-beta.4 to 9.0.0-beta.5
@@ -5,3 +5,30 @@ { | ||
{ | ||
"date": "Tue, 01 Mar 2022 02:16:10 GMT", | ||
"date": "Fri, 04 Mar 2022 05:15:51 GMT", | ||
"tag": "@fluentui/react-input_v9.0.0-beta.5", | ||
"version": "9.0.0-beta.5", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@fluentui/react-input", | ||
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29", | ||
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9." | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-input", | ||
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4", | ||
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-input", | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5", | ||
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 01 Mar 2022 02:17:36 GMT", | ||
"tag": "@fluentui/react-input_v9.0.0-beta.4", | ||
@@ -8,0 +35,0 @@ "version": "9.0.0-beta.4", |
# Change Log - @fluentui/react-input | ||
This log was last generated on Tue, 01 Mar 2022 02:16:10 GMT and should not be manually modified. | ||
This log was last generated on Fri, 04 Mar 2022 05:15:51 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.5) | ||
Fri, 04 Mar 2022 05:15:51 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.4..@fluentui/react-input_v9.0.0-beta.5) | ||
### Changes | ||
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com) | ||
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball) | ||
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball) | ||
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.4) | ||
Tue, 01 Mar 2022 02:16:10 GMT | ||
Tue, 01 Mar 2022 02:17:36 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.3..@fluentui/react-input_v9.0.0-beta.4) | ||
@@ -11,0 +22,0 @@ |
{ | ||
"name": "@fluentui/react-input", | ||
"version": "9.0.0-beta.4", | ||
"version": "9.0.0-beta.5", | ||
"description": "Fluent UI React Input component", | ||
@@ -45,4 +45,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@fluentui/react-theme": "9.0.0-rc.3", | ||
"@fluentui/react-utilities": "9.0.0-rc.4", | ||
"@fluentui/react-theme": "9.0.0-rc.4", | ||
"@fluentui/react-utilities": "9.0.0-rc.5", | ||
"@griffel/react": "1.0.0", | ||
@@ -63,3 +63,10 @@ "tslib": "^2.1.0" | ||
] | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.js", | ||
"require": "./lib-commonjs/index.js" | ||
} | ||
} | ||
} |
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
205609
2438
+ Added@fluentui/keyboard-keys@9.0.0-rc.4(transitive)
+ Added@fluentui/react-theme@9.0.0-rc.4(transitive)
+ Added@fluentui/react-utilities@9.0.0-rc.5(transitive)
- Removed@fluentui/keyboard-keys@9.0.0-rc.3(transitive)
- Removed@fluentui/react-theme@9.0.0-rc.3(transitive)
- Removed@fluentui/react-utilities@9.0.0-rc.4(transitive)