@microsoft/loader-load-themed-styles
Advanced tools
Comparing version
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.1.0", | ||
"tag": "@microsoft/loader-load-themed-styles_v1.1.0", | ||
"date": "Fri, 21 Apr 2017 20:55:41 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Updating to load-themed-styles version 1.3.0" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.0.2", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/loader-load-themed-styles_v1.0.2", |
# Change Log - @microsoft/loader-load-themed-styles | ||
This log was last generated on Tue, 28 Feb 2017 02:01:29 GMT and should not be manually modified. | ||
This log was last generated on Fri, 21 Apr 2017 20:55:41 GMT and should not be manually modified. | ||
## 1.1.0 | ||
Fri, 21 Apr 2017 20:55:41 GMT | ||
### Minor changes | ||
- Updating to load-themed-styles version 1.3.0 | ||
## 1.0.2 | ||
@@ -6,0 +13,0 @@ Tue, 28 Feb 2017 02:01:29 GMT |
@@ -6,2 +6,3 @@ /* | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* tslint:disable:typedef */ | ||
@@ -8,0 +9,0 @@ var loaderUtils = require('loader-utils'); |
@@ -6,2 +6,3 @@ /* | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var chai_1 = require("chai"); | ||
@@ -8,0 +9,0 @@ var LoadThemedStylesLoader_1 = require("./LoadThemedStylesLoader"); |
{ | ||
"name": "@microsoft/loader-load-themed-styles", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", | ||
@@ -15,4 +15,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"loader-utils": "~1.0.2", | ||
"@microsoft/load-themed-styles": "~1.2.2" | ||
"loader-utils": "~1.1.0", | ||
"@microsoft/load-themed-styles": "~1.3.0" | ||
}, | ||
@@ -22,4 +22,4 @@ "devDependencies": { | ||
"gulp": "~3.9.1", | ||
"@microsoft/node-library-build": "~2.2.0" | ||
"@microsoft/node-library-build": "~3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25319
2.15%238
6.25%+ Added
+ Added
- Removed
- Removed
Updated