- Updated dependencies.
- Switched to redux-saga.
- Switched to postcss.
- Async server data.
- Removed unused files.
- Refactoring.
- Updated documentation.
- Webpack updated to v3 and rewritten webpack config
- Optional universal rendering
- A lot of code changes
- Migrated to React Router 4.x (thanks @shams-ali)
- Added .editorconfig file
- Fixed couple of typos
- Added SVG icon loader (SVG sprite) #18
npm start
is not usingwebpack-dashboard
by default as it still has issues with Windows- Moved
prop-types
fromdevDependencies
todependencies
- Resolved React 15.5 deprecation warnings
- Made sure tree shaking is working
- Removed DevTools from the code, but it still works if you have browser extension
- Fixed duplicating vendor bundle code
- Reduced overall bundle size by disabling
devtool
in production
- Fixed running it on Windows machines
- Updated
webpack
to a stable version
- Added pre-push git hook
- Added
preview
task
- Added Redux Dev Tools.
- Renamed
client
tosource
- Made sure
logger
andDevTools
are loaded only in development
Initial release