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

@fluentui/react-badge

Package Overview
Dependencies
Maintainers
12
Versions
934
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-badge - npm Package Compare versions

Comparing version 9.0.0-alpha.8 to 9.0.0-alpha.9

45

CHANGELOG.json

@@ -5,3 +5,46 @@ {

{
"date": "Wed, 10 Mar 2021 07:31:56 GMT",
"date": "Fri, 12 Mar 2021 20:00:36 GMT",
"tag": "@fluentui/react-badge_v9.0.0-alpha.9",
"version": "9.0.0-alpha.9",
"comments": {
"prerelease": [
{
"comment": "Change makeStyles to makeStylesCompat",
"author": "bsunderhus@microsoft.com",
"commit": "47ed02fa4d7f1ce693bf18a9463c6527e69d2417",
"package": "@fluentui/react-badge"
}
],
"patch": [
{
"comment": "Bump @fluentui/react-conformance to v0.2.3",
"author": "martinhochel@microsoft.com",
"commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
"package": "@fluentui/react-badge"
}
],
"none": [
{
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.9",
"author": "elcraig@microsoft.com",
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
"package": "@fluentui/react-badge"
},
{
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.5",
"author": "elcraig@microsoft.com",
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
"package": "@fluentui/react-badge"
},
{
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.7",
"author": "elcraig@microsoft.com",
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
"package": "@fluentui/react-badge"
}
]
}
},
{
"date": "Wed, 10 Mar 2021 07:34:39 GMT",
"tag": "@fluentui/react-badge_v9.0.0-alpha.8",

@@ -8,0 +51,0 @@ "version": "9.0.0-alpha.8",

# Change Log - @fluentui/react-badge
This log was last generated on Wed, 10 Mar 2021 07:31:56 GMT and should not be manually modified.
This log was last generated on Fri, 12 Mar 2021 20:00:36 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
Fri, 12 Mar 2021 20:00:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
### Patches
- Bump @fluentui/react-conformance to v0.2.3 ([PR #17161](https://github.com/microsoft/fluentui/pull/17161) by martinhochel@microsoft.com)
### Changes
- Change makeStyles to makeStylesCompat ([PR #17354](https://github.com/microsoft/fluentui/pull/17354) by bsunderhus@microsoft.com)
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
Wed, 10 Mar 2021 07:31:56 GMT
Wed, 10 Mar 2021 07:34:39 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)

@@ -11,0 +24,0 @@

4

lib-amd/components/Badge/useBadgeStyles.js

@@ -7,3 +7,3 @@ define(["require", "exports", "@fluentui/react-make-styles"], function (require, exports, react_make_styles_1) {

*/
exports.useRootStyles = react_make_styles_1.makeStyles([
exports.useRootStyles = react_make_styles_1.makeStylesCompat([
[

@@ -120,3 +120,3 @@ null,

*/
exports.useIconStyles = react_make_styles_1.makeStyles([
exports.useIconStyles = react_make_styles_1.makeStylesCompat([
[

@@ -123,0 +123,0 @@ function (s) { return !s.children; },

define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/react-badge', '9.0.0-alpha.8');
set_version_1.setVersion('@fluentui/react-badge', '9.0.0-alpha.9');
});
//# sourceMappingURL=version.js.map

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

*/
exports.useRootStyles = react_make_styles_1.makeStyles([
exports.useRootStyles = react_make_styles_1.makeStylesCompat([
[

@@ -120,3 +120,3 @@ null,

*/
exports.useIconStyles = react_make_styles_1.makeStyles([
exports.useIconStyles = react_make_styles_1.makeStylesCompat([
[

@@ -123,0 +123,0 @@ function (s) { return !s.children; },

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-badge', '9.0.0-alpha.8');
set_version_1.setVersion('@fluentui/react-badge', '9.0.0-alpha.9');
//# sourceMappingURL=version.js.map

@@ -1,6 +0,6 @@

import { makeStyles, ax } from '@fluentui/react-make-styles';
import { makeStylesCompat, ax } from '@fluentui/react-make-styles';
/**
* Styles for the root slot
*/
export var useRootStyles = makeStyles([
export var useRootStyles = makeStylesCompat([
[

@@ -117,3 +117,3 @@ null,

*/
export var useIconStyles = makeStyles([
export var useIconStyles = makeStylesCompat([
[

@@ -120,0 +120,0 @@ function (s) { return !s.children; },

// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/react-badge', '9.0.0-alpha.8');
setVersion('@fluentui/react-badge', '9.0.0-alpha.9');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-badge",
"version": "9.0.0-alpha.8",
"version": "9.0.0-alpha.9",
"description": "React components for building web experiences",

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

"@fluentui/eslint-plugin": "^1.0.1",
"@fluentui/react-conformance": "^0.2.2",
"@fluentui/react-conformance": "^0.2.3",
"@fluentui/scripts": "^1.0.0",

@@ -47,3 +47,3 @@ "@types/enzyme": "3.10.3",

"@fluentui/set-version": "^8.0.1",
"@fluentui/react-make-styles": "^9.0.0-alpha.8",
"@fluentui/react-make-styles": "^9.0.0-alpha.9",
"@fluentui/react-theme": "^9.0.0-alpha.5",

@@ -50,0 +50,0 @@ "@fluentui/react-utilities": "^9.0.0-alpha.7",

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

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