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

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
13
Versions
873
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-utilities - npm Package Compare versions

Comparing version 0.0.0-nightly39ce3cbcf120211206.1 to 0.0.0-nightly442708a36520211209.1

20

CHANGELOG.json

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

{
"date": "Mon, 06 Dec 2021 04:16:56 GMT",
"tag": "@fluentui/react-utilities_v0.0.0-nightly39ce3cbcf120211206.1",
"version": "0.0.0-nightly39ce3cbcf120211206.1",
"date": "Thu, 09 Dec 2021 04:15:10 GMT",
"tag": "@fluentui/react-utilities_v0.0.0-nightly442708a36520211209.1",
"version": "0.0.0-nightly442708a36520211209.1",
"comments": {

@@ -14,3 +14,3 @@ "prerelease": [

"package": "@fluentui/react-utilities",
"commit": "f5d813357240886d3e3a5215ab8304bf1034298f",
"commit": "20c96796031556594c49a5171b45f4ed191b06d9",
"comment": "Release nightly v9"

@@ -27,5 +27,13 @@ },

"package": "@fluentui/react-utilities",
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly39ce3cbcf120211206.1",
"commit": "f5d813357240886d3e3a5215ab8304bf1034298f"
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly442708a36520211209.1",
"commit": "20c96796031556594c49a5171b45f4ed191b06d9"
}
],
"none": [
{
"author": "seanmonahan@microsoft.com",
"package": "@fluentui/react-utilities",
"commit": "6404bef16cebf1f67b9b80a9f6d5f605f9873df1",
"comment": "Update getSlots() docs."
}
]

@@ -32,0 +40,0 @@ }

# Change Log - @fluentui/react-utilities
This log was last generated on Mon, 06 Dec 2021 04:16:56 GMT and should not be manually modified.
This log was last generated on Thu, 09 Dec 2021 04:15:10 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly39ce3cbcf120211206.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly39ce3cbcf120211206.1)
## [0.0.0-nightly442708a36520211209.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly442708a36520211209.1)
Mon, 06 Dec 2021 04:16:56 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v0.0.0-nightly39ce3cbcf120211206.1)
Thu, 09 Dec 2021 04:15:10 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v0.0.0-nightly442708a36520211209.1)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/f5d813357240886d3e3a5215ab8304bf1034298f) by email not defined)
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/20c96796031556594c49a5171b45f4ed191b06d9) by email not defined)
- [breaking] Remove useControllableValue hook (use useControllableState instead) ([PR #20865](https://github.com/microsoft/fluentui/pull/20865) by elcraig@microsoft.com)
- Bump @fluentui/keyboard-keys to v0.0.0-nightly39ce3cbcf120211206.1 ([commit](https://github.com/microsoft/fluentui/commit/f5d813357240886d3e3a5215ab8304bf1034298f) by beachball)
- Bump @fluentui/keyboard-keys to v0.0.0-nightly442708a36520211209.1 ([commit](https://github.com/microsoft/fluentui/commit/20c96796031556594c49a5171b45f4ed191b06d9) by beachball)

@@ -18,0 +18,0 @@ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)

@@ -182,4 +182,6 @@ import { DispatchWithoutAction } from 'react';

* The slotProps will always omit the `as` prop within them, and for slots that are string
* primitives, the props will be filtered according the the slot type. For example, if the
* slot is rendered `as: 'a'`, the props will be filtered for acceptable anchor props.
* primitives, the props will be filtered according to the slot type by the type system.
* For example, if the slot is rendered `as: 'a'`, the props will be filtered for acceptable
* anchor props. Note that this is only enforced at build time by Typescript -- there is no
* runtime code filtering props in this function.
*

@@ -186,0 +188,0 @@ * @param state - State including slot definitions

@@ -18,4 +18,6 @@ import * as React from 'react';

* The slotProps will always omit the `as` prop within them, and for slots that are string
* primitives, the props will be filtered according the the slot type. For example, if the
* slot is rendered `as: 'a'`, the props will be filtered for acceptable anchor props.
* primitives, the props will be filtered according to the slot type by the type system.
* For example, if the slot is rendered `as: 'a'`, the props will be filtered for acceptable
* anchor props. Note that this is only enforced at build time by Typescript -- there is no
* runtime code filtering props in this function.
*

@@ -22,0 +24,0 @@ * @param state - State including slot definitions

@@ -22,4 +22,6 @@ "use strict";

* The slotProps will always omit the `as` prop within them, and for slots that are string
* primitives, the props will be filtered according the the slot type. For example, if the
* slot is rendered `as: 'a'`, the props will be filtered for acceptable anchor props.
* primitives, the props will be filtered according to the slot type by the type system.
* For example, if the slot is rendered `as: 'a'`, the props will be filtered for acceptable
* anchor props. Note that this is only enforced at build time by Typescript -- there is no
* runtime code filtering props in this function.
*

@@ -26,0 +28,0 @@ * @param state - State including slot definitions

@@ -18,4 +18,6 @@ import * as React from 'react';

* The slotProps will always omit the `as` prop within them, and for slots that are string
* primitives, the props will be filtered according the the slot type. For example, if the
* slot is rendered `as: 'a'`, the props will be filtered for acceptable anchor props.
* primitives, the props will be filtered according to the slot type by the type system.
* For example, if the slot is rendered `as: 'a'`, the props will be filtered for acceptable
* anchor props. Note that this is only enforced at build time by Typescript -- there is no
* runtime code filtering props in this function.
*

@@ -22,0 +24,0 @@ * @param state - State including slot definitions

@@ -13,4 +13,6 @@ import * as React from 'react';

* The slotProps will always omit the `as` prop within them, and for slots that are string
* primitives, the props will be filtered according the the slot type. For example, if the
* slot is rendered `as: 'a'`, the props will be filtered for acceptable anchor props.
* primitives, the props will be filtered according to the slot type by the type system.
* For example, if the slot is rendered `as: 'a'`, the props will be filtered for acceptable
* anchor props. Note that this is only enforced at build time by Typescript -- there is no
* runtime code filtering props in this function.
*

@@ -17,0 +19,0 @@ * @param state - State including slot definitions

{
"name": "@fluentui/react-utilities",
"version": "0.0.0-nightly39ce3cbcf120211206.1",
"version": "0.0.0-nightly442708a36520211209.1",
"description": "A set of general React-specific utilities.",

@@ -40,3 +40,3 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/keyboard-keys": "0.0.0-nightly39ce3cbcf120211206.1",
"@fluentui/keyboard-keys": "0.0.0-nightly442708a36520211209.1",
"tslib": "^2.1.0"

@@ -43,0 +43,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