v0.7.0
版本发布时间: 2017-02-20 10:25:26
diegohaz/arc最新发布版本:v1.0.0(2017-05-07 06:15:27)
master
Compare to the previous version
- Replaced
transparent
state byopaque
onBlock
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).