Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
47d11c9
[srdeshpa] Fix for dropdown not handling the disabling and enabling l…
srideshpande Aug 26, 2016
bcd8556
Merge pull request #1 from srideshpande/srdeshpa/dropdown-disabling-e…
srideshpande Aug 31, 2016
a5195ce
Merge branch 'master' of https://github.com/srideshpande/office-ui-fa…
srideshpande Aug 31, 2016
8a3154d
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 1, 2017
a3565a6
[srdeshpa] Adding manifest.json and enabling sp-build-web
srideshpande May 2, 2017
686d2e7
[srdeshpa] fixing the output directory location in the tsconfig.json
srideshpande May 2, 2017
a6051a6
[srdeshpa] Adding change file
srideshpande May 2, 2017
648ad85
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 2, 2017
6cc727d
Merge branch 'master' of https://github.com/srideshpande/office-ui-fa…
srideshpande May 2, 2017
f890c90
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 3, 2017
c190b46
Merge branch 'master' of https://github.com/srideshpande/office-ui-fa…
srideshpande May 3, 2017
d9ce2d1
[srdeshpa] adding local .npmrc
srideshpande May 3, 2017
d8f31b1
Update enable-sp-build-web-in-styling_2017-05-02-20-15.json
dzearing May 3, 2017
fd541e4
removing .npmrc file
srideshpande May 3, 2017
dbceb6d
Merge branch 'enable-sp-build-web-in-styling' of https://github.com/s…
srideshpande May 3, 2017
41409d3
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 4, 2017
114aa78
Merge branch 'master' of https://github.com/srideshpande/office-ui-fa…
srideshpande May 4, 2017
36c3eb7
[srdeshpa] Resolved merge conflicts and updating the shrinkwrap to fi…
srideshpande May 4, 2017
f022bb5
Addressing PR comemnts
srideshpande May 4, 2017
6cc07f5
Update Dropdown.tsx
srideshpande May 4, 2017
f1490d9
remove extra file
srideshpande May 5, 2017
3448bc8
adding prefer-const rule to the styling ts-lint file
srideshpande May 5, 2017
41f7209
Merge branch 'master' into enable-sp-build-web-in-styling
dzearing May 5, 2017
ec7cb19
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 5, 2017
51cd36e
Merge branch 'enable-sp-build-web-in-styling' of https://github.com/s…
srideshpande May 5, 2017
a5609e2
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
srideshpande May 5, 2017
9387c8a
Merge branch 'master' of https://github.com/srideshpande/office-ui-fa…
srideshpande May 5, 2017
45dced2
[srdeshpa] Removing "tslint-microsoft-contrib" from @officeui/styling…
srideshpande May 5, 2017
d5bba0b
[srdeshpa] locking tslint-microsoft-contrib to specific version
srideshpande May 5, 2017
43dfd9f
Merge branch 'enable-sp-build-web-in-styling' of https://github.com/s…
dzearing May 6, 2017
cab8fba
Removing tslint.
dzearing May 6, 2017
541a799
Merge pull request #2 from dzearing/srideshpande-enable-sp-build-web-…
srideshpande May 6, 2017
48b4deb
Fixing tslint.
dzearing May 6, 2017
a0aeadd
Merge pull request #3 from dzearing/srideshpande-enable-sp-build-web-…
srideshpande May 6, 2017
77f0805
Merge branch 'master' into enable-sp-build-web-in-styling
dzearing May 8, 2017
8e28984
[srdeshpa] Adding write-manifests.json
srideshpande May 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ before_script:
- npm install -g gulp
script:
- npm run build
cache:
directories:
- node_modules
- common/node_modules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "Change the build rig in @uifabric/styling to one that enables the creation of a bundle safe for consumption by SharePoint partners. This should have no effect on the output of the modules.",
"type": "minor"
}
],
"email": "srdeshpa@microsoft.com"
}
Loading