Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

v1.0.0-rc8

Compare
Choose a tag to compare
@christophehurpeau christophehurpeau released this 17 Feb 17:44
· 171 commits to master since this release

Bug Fixes

  • webpack-config: source-map support in browser (#229) (666adc7)
  • publicPath had // when basePath is / and publicPath is / (#238) (52f68fa)
  • react-helmet script moved in head element, base script in defer (#235) (03cedce)
  • vitamin start with env=production (#232) (8d41c83)

Features

Breakings

  • you must use createInitAction instead of actionDispatcher
  • react-router is now in v3 (should not change the way to use it, except for history pkg)
  • replace async-props with react-resolver
import { resolve } from 'vitaminjs';

resolve('myProp', asyncFetchMyProp)(MyComponent);