| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2015-12-20 | 2.2 kB | |
| v1.0.0.tar.gz | 2015-12-20 | 30.6 kB | |
| v1.0.0.zip | 2015-12-20 | 49.0 kB | |
| Totals: 3 Items | 81.8 kB | 0 | |
1.0.0
Huge thanks to @justingreenberg, @neverfox, @patrickheeney, @mtsr, and anybody else who has contributed to this project, you've all taught me a lot and have made this a pleasure to maintain. More changes are coming, and I'll be focusing on general project cleanup for the next week or so.
Features
- Upgraded from Babel 5 to Babel 6 :tada:
- Added script to copy static assets from ~src/assets to ~/dist during compilation
- Added CSS Modules (can be toggled on/off in config file)
- Enabled source maps for CSS
- Added
postcss-loader - Added
debugmodule to replaceconsole.log - Added
json-loader - Added
url-loaderfor(png|jpg)files - Added
redux-actionswith demo - Upgraded
redux-devtoolsfrom^3.0.0-betato^3.0.0 - Upgraded
redux-simple-routerfrom^0.0.10to^1.0.0 - Upgraded
ispartafrom^2.0.0to^3.0.0 - Replaced
karma-sinon-chaiwithkarma-chai-sinonfor peerDependencies fix - Added sample asynchronous action
- Added example
composesstyle to demo CSS modules inHomeView - Added
lint:fixnpm script - Added CONTRIBUTING document
- Added placeholder favicon
Improvements
- Refactored application to follow ducks-like architecture
- Improved how configuration determines when to apply HMR-specific Babel transforms
- Replaced explicit aliases with
resolve.root - Renamed karma configuration file to more widely-known
karma.conf - Made
CoreLayouta pure (stateless) component - Renamed debug namespace from
kit:*toapp:* - Standardized coding conventions
- Added ability to easily specify environment-specific configuration overrides
- Extended available configuration options
- Improved miscellaneous documentation
- Refactored webpack middleware in express server into separate files
Fixes
- Fixed DevTools imports so they are longer included in production builds
- Added CSS best practices to root tag, node, and
core.scssfile - Disabled manifest extraction due to broken production builds
- Updated Webpack dev server uses explicit publicPath during live development
- Fixed Karma running tests twice after file change during watch mode
Deprecations
- Removed
eslint-config-airbnb - Deprecated support for Node
^4.0.0