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

@fluentui/react-select

Package Overview
Dependencies
Maintainers
13
Versions
746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-select - npm Package Compare versions

Comparing version 0.0.0-nightly-20220613-0426.1 to 0.0.0-nightly-20220614-0422.1

16

CHANGELOG.json

@@ -5,8 +5,14 @@ {

{
"date": "Mon, 13 Jun 2022 04:39:34 GMT",
"tag": "@fluentui/react-select_v0.0.0-nightly-20220613-0426.1",
"version": "0.0.0-nightly-20220613-0426.1",
"date": "Tue, 14 Jun 2022 04:33:52 GMT",
"tag": "@fluentui/react-select_v0.0.0-nightly-20220614-0422.1",
"version": "0.0.0-nightly-20220614-0422.1",
"comments": {
"prerelease": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-select",
"commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
"comment": "chore: Update @fluentui/react-icons to latest version"
},
{
"author": "Humberto.Morimoto@microsoft.com",

@@ -32,4 +38,4 @@ "package": "@fluentui/react-select",

"package": "@fluentui/react-select",
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220613-0426.1",
"commit": "2b454ddc90667c28deec89e4aa340c5aaa242465"
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220614-0422.1",
"commit": "67c769109ca29be7ab31199bde481f6b28a2c48f"
}

@@ -36,0 +42,0 @@ ]

# Change Log - @fluentui/react-select
This log was last generated on Mon, 13 Jun 2022 04:39:34 GMT and should not be manually modified.
This log was last generated on Tue, 14 Jun 2022 04:33:52 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly-20220613-0426.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v0.0.0-nightly-20220613-0426.1)
## [0.0.0-nightly-20220614-0422.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v0.0.0-nightly-20220614-0422.1)
Mon, 13 Jun 2022 04:39:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.2..@fluentui/react-select_v0.0.0-nightly-20220613-0426.1)
Tue, 14 Jun 2022 04:33:52 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.2..@fluentui/react-select_v0.0.0-nightly-20220614-0422.1)
### Changes
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
- chore: Using ::before and ::after instead of :before and :after. ([PR #23469](https://github.com/microsoft/fluentui/pull/23469) by Humberto.Morimoto@microsoft.com)
- add custom onChange with value data to react-select ([PR #23399](https://github.com/microsoft/fluentui/pull/23399) by sarah.higley@microsoft.com)
- Remove inline prop from Select ([PR #23416](https://github.com/microsoft/fluentui/pull/23416) by sarah.higley@microsoft.com)
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220613-0426.1 ([commit](https://github.com/microsoft/fluentui/commit/2b454ddc90667c28deec89e4aa340c5aaa242465) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220614-0422.1 ([commit](https://github.com/microsoft/fluentui/commit/67c769109ca29be7ab31199bde481f6b28a2c48f) by beachball)

@@ -19,0 +20,0 @@ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.2)

@@ -0,1 +1,3 @@

/// <reference types="react" />
import type { ComponentProps } from '@fluentui/react-utilities';

@@ -2,0 +4,0 @@ import type { ComponentState } from '@fluentui/react-utilities';

{
"name": "@fluentui/react-select",
"version": "0.0.0-nightly-20220613-0426.1",
"version": "0.0.0-nightly-20220614-0422.1",
"description": "Fluent UI React Select component",

@@ -31,8 +31,8 @@ "main": "lib-commonjs/index.js",

"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220613-0426.0"
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220614-0422.0"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.166-rc.3",
"@fluentui/react-theme": "0.0.0-nightly-20220613-0426.0",
"@fluentui/react-utilities": "0.0.0-nightly-20220613-0426.1",
"@fluentui/react-icons": "^2.0.172-rc.8",
"@fluentui/react-theme": "0.0.0-nightly-20220614-0422.0",
"@fluentui/react-utilities": "0.0.0-nightly-20220614-0422.1",
"@griffel/react": "1.1.0",

@@ -39,0 +39,0 @@ "tslib": "^2.1.0"

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