Skip to content

v0.7.0

Compare
Choose a tag to compare
@diegohaz diegohaz released this 20 Feb 02:25
· 166 commits to master since this release

master

Compare to the previous version

  • Replaced transparent state by opaque on Block component (5894f81);
  • 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).

fullstack

Compare to the previous version