This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
IE11 compatibility #637
Merged
Merged
IE11 compatibility #637
Changes from 40 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
90953a3
update exclude, dynamic plugin
c7fed23
- es5 check on artifacts
4543822
rc of @plotly/dash-component-plugins
39daee3
bump dash-component-plugins
8e94646
polyfill tests
8b9b76e
no exclude the exclude
f4d5c64
bump @plotly/webpack-dash-dynamic-import
0663d8c
@babel/polyfill in standalone tests
2acb59e
standalone tests configuration
1587148
npm ci
24c9a8b
update lock
1123a88
revert
64830cb
options
17cfa0e
concat entries
e73a48f
...
d74a86d
@plotly/webpack-dash-dynamic-import rc
9fc72fa
bump @plotly/webpack-dash-dynamic-import (safe check)
559371b
bump @plotly/webpack-dash-dynamic-import (safe check)
91bc5da
async test
078eba4
update docker
64c7125
revert for standalone
e8e5198
update cypress to 3.6.0
ff1f6a0
increase timeout: tests are unstable for unknown reasons
168b93f
3.6.7
747f6cb
3.6 once again? insane timeout.. can this ever pass correctly?
9564405
undo cypress settings changes
29732d4
selectively apply focus
aca7b4f
fix test - pressing a release:false key presses it again in cypress 3…
5b21efa
old standalone
9d3d97c
undo cypress 3.6.0 -> 3.4.1
45f04c2
^3.4.1
ad7600b
cypress 3.6.1
4127bd9
old cypress for standalone
aaf950b
legacy standalone all the way
6289143
update changelog
28c73dd
use dash from 1003-dash-ie11
ae4e680
clean up applyFocus logic
b137ed8
loading_state changes
9e46f0d
alignment
eb268c0
- additional tests to make sure the table neither loses or yanks focu…
66c7294
revert test change // fails in cypress 3.6.1
1e4d140
it.only
d16c878
babel-plugin-transform-regenerator
145db8d
undo -b 1003-dash-ie11
eff508d
build.watch, babel polyfills
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -1,22 +1,10 @@ | ||
const presets = [ | ||
['@babel/env', { | ||
targets: { | ||
browsers: [ | ||
'last 2 Chrome versions', | ||
'last 2 Firefox versions', | ||
'last 2 Safari versions', | ||
'last 2 Edge versions', | ||
'Explorer 11' | ||
] | ||
}, | ||
useBuiltIns: 'usage', | ||
corejs: 3 | ||
}], | ||
'@babel/preset-env', | ||
alexcjohnson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
'@babel/preset-react' | ||
]; | ||
|
||
const plugins = [ | ||
'@babel/plugin-syntax-dynamic-import' | ||
]; | ||
|
||
module.exports = { presets }; | ||
module.exports = { presets, plugins }; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unlocking to use latest.