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

Releases: Evaneos/vitaminjs

v1.2.1

14 Apr 10:08
Compare
Choose a tag to compare

1.2.1 (2017-04-14)

Bug Fixes

  • build Revert optimize built time, which was causing some bugs #356
  • build Remove css nano and use minify option in css-loader. It was causing some
    bugs with the z-index rebasing #358

1.2.0 (2017-04-07)

v1.2.0

07 Apr 13:40
Compare
Choose a tag to compare

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

07 Mar 10:26
Compare
Choose a tag to compare

1.1.0 (2017-03-07)

Bug Fixes

Features

  • allow use of process.env.PORT and process.env.HOST with serve command. Previousl (e35570d)
  • use babel-preset-env (#255) (cfeb71a)

v1.0.1

23 Feb 16:27
Compare
Choose a tag to compare

1.0.1 (2017-02-23)

Bug Fixes

  • sourcemap support for browser (c5d3c3f)
  • error-handler: error page was not displayed (f0c900d)

v1.0.0-rc11

20 Feb 16:48
Compare
Choose a tag to compare

Bug Fixes

  • remove source-map-client support because of warnings (#245) (8d86c52)
  • use NoEmitOnErrorsPlugin instead of deprecated NoErrorsPlugin (#246) (229d8d3)

Features

Breakings

v1.0.0

20 Feb 16:53
Compare
Choose a tag to compare

Same as 1.0.0-rc11

v1.0.0-rc9

17 Feb 18:14
Compare
Choose a tag to compare

Bug Fixes

  • allow import css in node_modules with tilde (27e7348)

v1.0.0-rc8

17 Feb 17:44
Compare
Choose a tag to compare

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);

v1.0.0-rc7

13 Feb 10:39
Compare
Choose a tag to compare

Bug Fixes

  • client app script is now imported after the other scripts (cc14293)

Features

BREAKING CHANGES

  • requires node >= 6.5

v1.0.0-rc6

08 Feb 14:31
Compare
Choose a tag to compare

Bug Fixes

  • webpack-config: json-loader instead of json (7d1158f)