Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-02-19 | 1.8 kB | |
v0.7.0 source code.tar.gz | 2017-02-19 | 162.9 kB | |
v0.7.0 source code.zip | 2017-02-19 | 222.7 kB | |
Totals: 3 Items | 387.4 kB | 0 |
master
Compare to the previous version
- Replaced transparent
state by opaque
on Block
component (5894f810c5c9dd63e4e6b2be1575e354e3d755ea);
- Fixed object rest destructuring props (#87 and [#99]);
- Upgraded webpack to v2
, thanks to @steven-haddix (#91);
- Removed useless react-router-scroll
dependency, thanks to @kybarg (#92);
- Made it possible to set PUBLIC_PATH
on build so the project can run on url paths other than root (#97);
- Made git to see yarn.lock
as a binary file so merging will be easier, thanks to @osdevisnot (#102);
- Fixed build script on Windows, thanks to @kybarg (#115).
redux
Compare to the previous version - Handled cases when script wasn't loaded in social sagas (#79 and [#98]).
universal-redux
Compare to the previous version
- Fixed public
folder not being public in dev mode, thanks to @0xsven (#109).