@uifabric/utilities
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -5,2 +5,16 @@ { | ||
{ | ||
"version": "1.8.5", | ||
"tag": "@uifabric/utilities_v1.8.5", | ||
"date": "Tue, 02 May 2017 10:09:08 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "jostrick <jostrick@microsoft.com>", | ||
"commit": "411134b785946165fc09358e734100d07409946a", | ||
"comment": "withViewport: Preserving the `forceUpdate` parameter when asynchronously re-resolving the viewport size." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.4", | ||
@@ -7,0 +21,0 @@ "tag": "@uifabric/utilities_v1.8.4", |
# Change Log - @uifabric/utilities | ||
This log was last generated on Fri, 21 Apr 2017 06:23:54 GMT and should not be manually modified. | ||
This log was last generated on Tue, 02 May 2017 10:09:08 GMT and should not be manually modified. | ||
## 1.8.5 | ||
Tue, 02 May 2017 10:09:08 GMT | ||
### Patches | ||
- withViewport: Preserving the `forceUpdate` parameter when asynchronously re-resolving the viewport size. | ||
## 1.8.4 | ||
@@ -6,0 +13,0 @@ Fri, 21 Apr 2017 06:23:54 GMT |
@@ -5,6 +5,6 @@ define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) { | ||
var styles = { | ||
msFabricScrollDisabled: 'msFabricScrollDisabled_2cf3aad1', | ||
msFabricScrollDisabled: 'msFabricScrollDisabled_7b02e362', | ||
}; | ||
exports.default = styles; | ||
load_themed_styles_1.loadStyles([{ "rawString": ".msFabricScrollDisabled_2cf3aad1{overflow:hidden!important}" }]); | ||
load_themed_styles_1.loadStyles([{ "rawString": ".msFabricScrollDisabled_7b02e362{overflow:hidden!important}" }]); | ||
}); | ||
@@ -11,0 +11,0 @@ /* tslint:enable */ |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/** | ||
@@ -8,3 +9,2 @@ * Bugs often appear in async code when stuff gets disposed, but async operations don't get canceled. | ||
*/ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -11,0 +11,0 @@ var Async = (function () { |
@@ -0,3 +1,3 @@ | ||
"use strict"; | ||
/* tslint:disable:no-string-literal */ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +4,0 @@ /** An instance of EventGroup allows anything with a handle to it to trigger events on it. |
@@ -0,3 +1,3 @@ | ||
"use strict"; | ||
/* tslint:disable:no-string-literal */ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +4,0 @@ var dom_1 = require("./dom"); |
@@ -6,8 +6,8 @@ "use strict"; | ||
var styles = { | ||
msFabricScrollDisabled: 'msFabricScrollDisabled_2cf3aad1', | ||
msFabricScrollDisabled: 'msFabricScrollDisabled_7b02e362', | ||
}; | ||
exports.default = styles; | ||
load_themed_styles_1.loadStyles([{ "rawString": ".msFabricScrollDisabled_2cf3aad1{overflow:hidden!important}" }]); | ||
load_themed_styles_1.loadStyles([{ "rawString": ".msFabricScrollDisabled_7b02e362{overflow:hidden!important}" }]); | ||
/* tslint:enable */ | ||
//# sourceMappingURL=scroll.scss.js.map |
{ | ||
"files": { | ||
".npmignore": "b632939d809a6ffdf3e0d52671f8b9cd6cbacda9", | ||
"CHANGELOG.json": "8a10ba842e27e679fbfa6cc0ac2dddb6021db2eb", | ||
"CHANGELOG.md": "9e7c8a9d7f4efac5a2387f3d13bb965b9b0d0359", | ||
"CHANGELOG.json": "f69a24d160d2dae296ea462a18290f8a86023fec", | ||
"CHANGELOG.md": "a564168ab3eaa35386170a017f0b834659499954", | ||
"LICENSE": "6981c887f0dc847bee9dc27ec25dec8d45bafa52", | ||
"README.md": "291f12e214944abf5327922d9e15e3849e06aadc", | ||
"gulpfile.js": "81bc3605ad7dbc28a96b72638510414d8d356f35", | ||
"gulpfile.js": "f880d15ef834a02901289920a509aa75cd0a91a3", | ||
"karma.config.js": "1cc76d92cb5cb15b4d9eff241573b0d47080342b", | ||
"package.json": "6cc31fa2cd01dd5f60c821be72dcfdee095c0a15", | ||
"package.json": "957a7f50f3e0c061650bb89f6ebae4f90f3b9f05", | ||
"src/Async.ts": "5865101eeeb30e23a1f552c8a94269f70f962eb6", | ||
@@ -12,0 +12,0 @@ "src/AutoScroll.ts": "d41801bf26ba3ccd35e7b46f5c6baafbc04d6648", |
{ | ||
"name": "@uifabric/utilities", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Office UI Fabric utilities for building React components.", | ||
@@ -26,12 +26,12 @@ "main": "lib/index.js", | ||
"@types/react-addons-test-utils": "^0.14.17", | ||
"@types/react-dom": "^0.14.23", | ||
"@types/react-dom": "^15.5.0", | ||
"@types/webpack-env": "^1.13.0", | ||
"enzyme": "^2.7.0", | ||
"es6-promise": "3.2.1", | ||
"es6-promise": "4.1.0", | ||
"gulp": "~3.9.1", | ||
"mocha": "~2.5.3", | ||
"mocha": "~3.3.0", | ||
"react": "^15.4.2", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"source-map-loader": "0.1.5", | ||
"source-map-loader": "^0.2.1", | ||
"typescript": "^2.2.2" | ||
@@ -38,0 +38,0 @@ }, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
540815
6289