Skip to content

Commit 7141e63

Browse files
authored
Adding a dedicated merge-styles package which will replace the glamor usage. (#2527)
* Initial checkin. * Updates to add webpack and slightly reduce the bundle size of merge-styles to 3.4k total. * Adding change files. * Adding more tests. * Updating version number. * Updates: remove ALL dependencies bringing the total size down to 2.7k, fix tests, remove async and appendChild features from stylesheet. * Fixing for loops and readme and strict mode. * const updates. * pr feedback. * Assume pixels when providing number types. * ignore opacity. * Adding keyframes test. * Adding comments, removing obsolete or deprecated properties from rawstyle interface. * Removing import. * Updating to optimize the transforms to an O(n) approach. * Updating documentation. * Minor grammar fixes.
1 parent 0f36062 commit 7141e63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4337
-53
lines changed

apps/fabric-website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"gutil": "1.6.4",
4444
"highlight.js": "^9.6.0",
4545
"load-themed-styles-loader": "^0.0.3",
46-
"mocha": "^3.2.0",
46+
"mocha": "^3.3.0",
4747
"mocha-loader": "^1.1.1",
4848
"node-sass": "^4.5.0",
4949
"office-ui-fabric-core": ">=7.1.2 <8.0.0",
@@ -57,7 +57,7 @@
5757
"resemblejs": "~2.2.3",
5858
"sass-loader": "^6.0.3",
5959
"sinon": "^2.3.2",
60-
"source-map-loader": "0.2.1",
60+
"source-map-loader": "^0.2.1",
6161
"ts-loader": "^2.0.1",
6262
"typescript": "2.4.2",
6363
"webpack": "^3.5.1",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@uifabric/example-app-base",
5+
"comment": "Updating project dependencies.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@uifabric/example-app-base",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@uifabric/experiments",
5+
"comment": "Updating project dependencies.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@uifabric/experiments",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@uifabric/fabric-website",
5+
"comment": "Updating project dependencies.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@uifabric/fabric-website",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@uifabric/utilities",
5+
"comment": "Minor tweaks to utilities to reduce the graph edges.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@uifabric/utilities",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "office-ui-fabric-react",
5+
"comment": "Updating project dependencies.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "office-ui-fabric-react",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)