Skip to content

Latest commit

 

History

History
231 lines (151 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

231 lines (151 loc) · 13.4 KB

1.6.3 (2018-03-19)

Build System / Dependencies
  • sourcemap: conditional sourcemap (e9cc5a96)
  • dev: adding flexible bundler for dev environtment & global variable for clientside (8221d591)
  • metatag: adding IE support metatag (0530d426)
  • HTML: rendered string html separation (3c837f3a)
Other Changes
  • envar: adding environment variable (a5428788)

1.6.2 (2018-03-19)

Build System / Dependencies
  • minimize: minimizing server file output (456f0a6b)
  • split: separating vendor & application output file (c482ac2b)
  • clean: update clean scripts (91cf4435)
  • output: move build output to build folder. including server file output (7642b1d8)
Bug Fixes
Other Changes
  • package: update yarn.lock (2e526abc)
  • recompose: using pure component (0b4a73da)
  • redux: map actions to props (b50e7dd4)
  • view: change the home page intro (1077a605)

1.6.1 (2018-03-18)

Build System / Dependencies

1.6.0 (2018-03-18)

Build System / Dependencies
  • sw: Lighthouse PWA score enhancement with service worker (68037bfe)
  • output: change output folder destination (973c0e05)
  • lighthouse: improving lighthouse score for accessibility (e016c752)
  • css output: minimize css output (0a538c5b)
  • component: separating container & component (8e9f2ed3)
  • chunkhash: remove chunkhash (155b280c)
New Features
Bug Fixes
Other Changes
Performance Improvements
  • async-component: apply async-component bootstraper on server & client side (f553568a)
Refactors

1.5.0 (2018-03-10)

Build System / Dependencies
  • chunkhash: apply chunkhash to bundle (57b3bd10)
New Features
  • helmet:
    • apply react-helmet on client-side render (3048d6e4)
    • apply react helmet on server-side render (5935d4b0)
Other Changes

1.4.1 (2018-03-09)

Build System / Dependencies
  • bundle: optimizing bundle size (a2c5105e)
  • lodash: adding babel plugin for lodash (8687a7cd)
Other Changes
Performance Improvements
  • recompose: adding recompose toolbelt (c22916c9)

1.4.1 (2018-03-09)

Build System / Dependencies
  • bundle: optimizing bundle size (a2c5105e)
  • lodash: adding babel plugin for lodash (8687a7cd)
Other Changes
Performance Improvements
  • recompose: adding recompose toolbelt (c22916c9)

1.4.0 (2018-03-09)

Build System / Dependencies
  • hydrate: using hydrate from react-dom (41294a0b)
Other Changes
Performance Improvements
  • hydrate: better async data fetching using hydrate (68d804d4)

1.3.0 (2018-03-07)

Other Changes

1.2.0 (2018-03-06)

Build System / Dependencies
  • perks: upgrading to webpack 4.1.0 (b04368ba)

1.1.0 (2018-03-06)

Bug Fixes
  • router: 404 page always render on every page (d24febbb)
Other Changes
  • changelog: adding changelog generator as dev dependency (ff640f9a)
  • ignore: ignoring build files (ca5e09dd)
  • build: delete build files (34146bc7)
  • package:
  • perks: update webpack 4.1.0 (1c082aff)
Refactors
  • demo: change news list demo to github repo list (626eb760)
  • unused: remove unused import (b8d8532a)
Code Style Changes
  • miligram: adding miligram css (4c0c298b)

1.0.0 (2018-03-06)

Bug Fixes
  • router: 404 page always render on every page (d24febbb)
Other Changes
  • ignore: ignoring build files (ca5e09dd)
  • build: delete build files (34146bc7)
  • package:
    • update yarn (e328be12)
    • perks. adding redux logger (4a792f11)
  • perks: update webpack 4.1.0 (1c082aff)
Refactors
  • demo: change news list demo to github repo list (626eb760)
  • unused: remove unused import (b8d8532a)
Code Style Changes
  • miligram: adding miligram css (4c0c298b)