-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use React portals to render children * Update LICENSE * Bump to 1.0.0 for React v16 support * Remove dist files * Exclude package-lock.json * Provide a fallback for React v15 or cross-frame rendering * Update examples * Bump dependencies for webpack 4 and babel 7 * Bump Node.js versions * Update README.md * Fix incorrect component name * Update README.md * Update README.md * Remove object spread syntax for Node.js 6 compatibility
- Loading branch information
Showing
23 changed files
with
317 additions
and
48,896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ node_modules | |
npm-debug.log | ||
/.nyc_output | ||
/coverage | ||
/lib | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ os: | |
|
||
node_js: | ||
- '6' | ||
- '5' | ||
- '4' | ||
- '8' | ||
- '10' | ||
|
||
before_install: | ||
- npm install -g npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
extends: '@trendmicro/babel-config', | ||
presets: [ | ||
'@babel/preset-env', | ||
'@babel/preset-react' | ||
] | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.