This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Releases: Evaneos/vitaminjs
Releases Β· Evaneos/vitaminjs
v1.2.1
v1.2.0
1.2.0 (2017-04-07)
Bug Fixes
- build: HMR vendors build (#330) (fda868d)
- router: error thrown during onEnter / onChange are now catched by vitaminjs (d826c7d)
- server.js: terminate http server process gracefully (#313) (e6defbc)
- webpack-config: add support for css-modules value (5755c2c)
Features
- add WatchMissingNodeModulesPlugin from react-dev-utils (#259) (c1206cf)
- allow build loader to handle ico files (75a95ea)
- chunks (#270) (576f547)
- use babel-preset-env for browser (#271) (73bff30)
- vitaminrc option targetBrowsers (#272) (9929f50)
- webpack-config: add style to mainfields (a68d720)
Performance Improvements
- webpack-build: improve HMR client reload & compile time thanks to webpackDLLPlugin (6a944ca)
v1.1.0
v1.0.1
v1.0.0-rc11
Bug Fixes
- remove source-map-client support because of warnings (#245) (8d86c52)
- use NoEmitOnErrorsPlugin instead of deprecated NoErrorsPlugin (#246) (229d8d3)
Features
- add case-sensitive-paths-webpack-plugin (#240) (7a3fb95)
- add jsx plugins (#250) (5201d18)
- add real-world example from redux repository (ce46e8a) (5b03290) (d3adb62)
Breakings
v1.0.0
Same as 1.0.0-rc11
v1.0.0-rc9
Bug Fixes
- allow import css in node_modules with tilde (27e7348)
v1.0.0-rc8
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);
v1.0.0-rc7
v1.0.0-rc6
Bug Fixes
- webpack-config: json-loader instead of json (7d1158f)