This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
v1.0.0-rc8
·
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
- add support for cssnext and related (#230) (091fcbb)
- add support for YAML files (#231) (64b2c37)
- update react-router to 3.0.2 (#239) (1e790f5)
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
withreact-resolver
import { resolve } from 'vitaminjs';
…
resolve('myProp', asyncFetchMyProp)(MyComponent);