Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ie11 polyfill package and test with react-button package #14567

Merged
merged 37 commits into from
Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8796c6f
Add ie11 polyfill package and test with react-button package
tomi-msft Aug 17, 2020
3ea1365
change package name and add typings file
tomi-msft Aug 17, 2020
179d2cd
Fix getResolveAlias
ecraig12345 Aug 19, 2020
e8b1604
more getResolveAlias fixes
ecraig12345 Aug 19, 2020
b20835d
update readme and get latest polyfill script version
tomi-msft Aug 20, 2020
cde3520
Merge branch 'master' into ie11-polyfill
tomi-msft Aug 20, 2020
1d32dc2
clean up script file
tomi-msft Aug 23, 2020
d107059
Merge branch 'ie11-polyfill' of https://github.com/tomi-msft/fluentui…
tomi-msft Aug 23, 2020
109a1ca
Merge branch 'master' into ie11-polyfill
tomi-msft Aug 23, 2020
6467a43
Merge branch 'ie11-polyfill' of https://github.com/tomi-msft/fluentui…
tomi-msft Aug 23, 2020
cc2d67a
Updating example-app-base version in react-button.
khmakoto Aug 25, 2020
f66baa9
Merge branch 'ie11-polyfill' of https://github.com/tomi-msft/fluentui…
tomi-msft Aug 25, 2020
1200200
merge into master
tomi-msft Aug 25, 2020
a868b97
Removing the need for a theme and wrapping legacy examples with Theme…
khmakoto Aug 27, 2020
63c7573
Change files
khmakoto Aug 27, 2020
f83178a
merge with upstream master branch
tomi-msft Aug 27, 2020
2e2c13b
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
tomi-msft Aug 27, 2020
3e70dd0
Change files
tomi-msft Aug 27, 2020
fddadbd
Update version in react-button and README in polyfill package
tomi-msft Aug 27, 2020
745c013
remove unused import
tomi-msft Aug 28, 2020
b8964c6
Update packages/ie11-custom-properties/README.md
tomi-msft Aug 28, 2020
0b719de
Merge branch 'master' into ie11-polyfill
tomi-msft Aug 28, 2020
443f6db
update example-app-base version
tomi-msft Aug 28, 2020
14b7a61
Merge branch 'ie11-polyfill' of https://github.com/tomi-msft/fluentui…
tomi-msft Aug 28, 2020
7331f7b
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
tomi-msft Aug 28, 2020
332318a
update package to use external polyfill as devDependency
tomi-msft Sep 2, 2020
83540b1
Merge branch 'master' into ie11-polyfill
tomi-msft Sep 2, 2020
b8125c7
Change files
tomi-msft Sep 2, 2020
f9ea703
update example-app-base package to latest version
tomi-msft Sep 2, 2020
193f4a0
Merge branch 'master' into ie11-polyfill
tomi-msft Sep 2, 2020
9ba109b
Exporting ie11-custom-properties from ie11-polyfills.
khmakoto Sep 2, 2020
622feb2
Fixing merge conflict.
khmakoto Sep 2, 2020
0b52b8a
update example-app-base version
tomi-msft Sep 2, 2020
70187c8
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
tomi-msft Sep 2, 2020
c4b5825
add more info to README & fix LICENSE
tomi-msft Sep 2, 2020
ee23ae6
Clean up README and change package to use JS
tomi-msft Sep 3, 2020
99a0d92
delete redundant change file
tomi-msft Sep 3, 2020
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minor",
tomi-msft marked this conversation as resolved.
Show resolved Hide resolved
"comment": "Adding CSS polyfill for IE11.",
"packageName": "@fluentui/ie11-custom-properties",
"email": "humbertomakotomorimoto@gmail.com",
"dependentChangeType": "patch",
"date": "2020-08-27T19:12:54.533Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Adding legacy startup for internal testing on IE11.",
"packageName": "@fluentui/react-button",
"email": "humbertomakotomorimoto@gmail.com",
"dependentChangeType": "patch",
"date": "2020-08-27T19:13:14.436Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Adding check for undefined FluentTheme in CodeSnippet.tsx.",
"packageName": "@uifabric/example-app-base",
"email": "humbertomakotomorimoto@gmail.com",
"dependentChangeType": "patch",
"date": "2020-08-27T19:12:22.532Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ style['hljs-comment'] = style['hljs-quote'] = {
};

style['hljs-built_in'] = style['builtin-name'] = {
color: FluentTheme.palette.themeDarker,
color: FluentTheme?.palette.themeDarker,
tomi-msft marked this conversation as resolved.
Show resolved Hide resolved
};

style['hljs-link'] = style['hljs-regexp'] = {
Expand Down
34 changes: 34 additions & 0 deletions packages/ie11-custom-properties/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
*.api.json
*.config.js
*.log
*.nuspec
*.test.*
*.yml
.editorconfig
.eslintrc*
.eslintcache
.gitattributes
.gitignore
.vscode
coverage
dist-storybook
dist/*.stats.html
dist/*.stats.json
dist/demo*.*
fabric-test*
gulpfile.js
images
index.html
jsconfig.json
node_modules
results
src/**/*
!src/**/examples/*.tsx
!src/**/docs/**/*.md
!src/**/*.types.ts
temp
tsconfig.json
tsd.json
tslint.json
typings
visualtests
2 changes: 2 additions & 0 deletions packages/ie11-custom-properties/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/

15 changes: 15 additions & 0 deletions packages/ie11-custom-properties/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@fluentui/ie11-custom-properties

Copyright (c) Microsoft Corporation
tomi-msft marked this conversation as resolved.
Show resolved Hide resolved

All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license
7 changes: 7 additions & 0 deletions packages/ie11-custom-properties/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @fluentui/ie11-custom-properties

**Ie11 Polyfill for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
tomi-msft marked this conversation as resolved.
Show resolved Hide resolved

Package to hold ie11 polyfill
tomi-msft marked this conversation as resolved.
Show resolved Hide resolved

TODO: Add more details!
Loading