-
-
Notifications
You must be signed in to change notification settings - Fork 113
Package updates #853
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
Merged
Merged
Package updates #853
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
55120b1
Package updates
dmt0 15588f2
Babel 6->7
dmt0 8057f19
New Fragment syntax
dmt0 4d069cd
react-select upgrade
dmt0 7ff5688
Numeric input minor style fix
dmt0 a34b77d
remove gl
dmt0 7e05696
Webpack 3->4
dmt0 c1f41dd
Fix a warning uncovered by webpack 4
dmt0 c2c6190
Fix weird CircleCI NPM issue
dmt0 b2c0a26
CircleCI test optimization
dmt0 53dfe0e
Add storybook
dmt0 e6fbf4d
Docker image with browsers
dmt0 f1389b5
Update react-dropzone
dmt0 ca6303c
react-hot-loader upgrade
dmt0 4a08a67
Readme minor fixups
dmt0 e81c20d
Fix translation script after babel upgrade
dmt0 462721c
Don't preserve custom property replacement - as it was before
dmt0 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,14 @@ | ||
| import {configure, getStorybook, setAddon} from '@storybook/react'; | ||
|
|
||
| function loadStories() { | ||
| require('../src/__stories__/index.js'); | ||
| // You can require as many stories as you need. | ||
| } | ||
| import createPercyAddon from '@percy-io/percy-storybook'; | ||
| const {percyAddon, serializeStories} = createPercyAddon(); | ||
| setAddon(percyAddon); | ||
|
|
||
| configure(loadStories, module); | ||
|
|
||
| // NOTE: if you're using the Storybook options addon, call serializeStories *BEFORE* the setOptions call | ||
| serializeStories(getStorybook); |
This file contains hidden or 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,13 @@ | ||
| const path = require('path'); | ||
|
|
||
| module.exports = { | ||
| module: { | ||
| rules: [ | ||
| { | ||
| test: /\.(css|scss)?$/, | ||
| loaders: ['style-loader', 'css-loader', 'sass-loader'], | ||
| include: path.resolve(__dirname, '../'), | ||
| }, | ||
| ], | ||
| }, | ||
| }; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.