-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mobile-responsive support, upgrade dependencies. See CHANGELOG fo…
…r details.
- Loading branch information
Hiko Naito
committed
Mar 2, 2018
1 parent
f3fccd2
commit 2ecf96c
Showing
68 changed files
with
13,164 additions
and
5,456 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 |
---|---|---|
@@ -1,3 +1,17 @@ | ||
{ | ||
presets: ['es2015', 'react', 'stage-2'] | ||
"presets": [ | ||
["env", { | ||
"targets": { | ||
"browsers": ["last 2 versions"] | ||
} | ||
}], | ||
"react", | ||
"stage-2" | ||
], | ||
"plugins": ["transform-decorators-legacy", "transform-class-properties"], | ||
"env": { | ||
"test": { | ||
"presets": [["env"], "react"] | ||
} | ||
} | ||
} |
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,21 @@ | ||
# Change Log | ||
|
||
## 0.2.0 | ||
|
||
### Added | ||
- Change log | ||
- SASS (SCSS) Loader | ||
- Define `jsonpFunction` name in `webpack.config.js`, to reduce chances of conflicts | ||
|
||
### Changed | ||
- `<Grid>` now use flexbox | ||
- Upgraded various dependencies. Notably: | ||
- React/ReactDOM to v16.2.0 | ||
- Webpack to v3.10.0 | ||
- No longer import the entire `lodash` library to reduce bundle size | ||
- Moved `layouts` components to `components` | ||
- Included rendered components within `containers`, except for `<Filters>`, | ||
which is used with and without redux | ||
|
||
### Fixed | ||
- Various lint errors, due to bumping versions of eslint and its extensions |
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
Oops, something went wrong.