Socket
Socket
Sign inDemoInstall

@fluentui/react-theme

Package Overview
Dependencies
Maintainers
11
Versions
729
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-theme - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Mon, 08 Feb 2021 12:21:40 GMT",
"date": "Tue, 09 Feb 2021 00:53:33 GMT",
"tag": "@fluentui/react-theme_v0.3.1",
"version": "0.3.1",
"comments": {
"patch": [
{
"comment": "fix mergeThemes() to avoid object's mutation",
"author": "olfedias@microsoft.com",
"commit": "e6a1c491a67b911cc285fcc9d89b6fca152aacd9",
"package": "@fluentui/react-theme"
}
]
}
},
{
"date": "Mon, 08 Feb 2021 12:23:08 GMT",
"tag": "@fluentui/react-theme_v0.3.0",

@@ -8,0 +23,0 @@ "version": "0.3.0",

# Change Log - @fluentui/react-theme
This log was last generated on Mon, 08 Feb 2021 12:21:40 GMT and should not be manually modified.
This log was last generated on Tue, 09 Feb 2021 00:53:33 GMT and should not be manually modified.
<!-- Start content -->
## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.1)
Tue, 09 Feb 2021 00:53:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.0..@fluentui/react-theme_v0.3.1)
### Patches
- fix mergeThemes() to avoid object's mutation ([PR #16869](https://github.com/microsoft/fluentui/pull/16869) by olfedias@microsoft.com)
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.0)
Mon, 08 Feb 2021 12:21:40 GMT
Mon, 08 Feb 2021 12:23:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.2.0..@fluentui/react-theme_v0.3.0)

@@ -11,0 +20,0 @@

2

lib-amd/utils/mergeThemes.js

@@ -5,3 +5,3 @@ define(["require", "exports", "@fluentui/utilities"], function (require, exports, utilities_1) {

function mergeThemes(a, b) {
return utilities_1.merge(a, b);
return utilities_1.merge({}, a, b);
}

@@ -8,0 +8,0 @@ exports.mergeThemes = mergeThemes;

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-theme', '0.3.0');
set_version_1.setVersion('@fluentui/react-theme', '0.3.1');
});
//# sourceMappingURL=version.js.map

@@ -5,5 +5,5 @@ "use strict";

function mergeThemes(a, b) {
return utilities_1.merge(a, b);
return utilities_1.merge({}, a, b);
}
exports.mergeThemes = mergeThemes;
//# sourceMappingURL=mergeThemes.js.map

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-theme', '0.3.0');
set_version_1.setVersion('@fluentui/react-theme', '0.3.1');
//# sourceMappingURL=version.js.map
import { merge } from '@fluentui/utilities';
export function mergeThemes(a, b) {
return merge(a, b);
return merge({}, a, b);
}
//# sourceMappingURL=mergeThemes.js.map
// 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-theme', '0.3.0');
setVersion('@fluentui/react-theme', '0.3.1');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-theme",
"version": "0.3.0",
"version": "0.3.1",
"description": "Fluent UI themes",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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