Koa Web Kit Versions Save

๐Ÿš€A Modern, Production-Ready, and Full-Stack Node Web Framework with React

v2.9.2

5 years ago

๐ŸŽ‰ Release v2.9.2

โœจ Add proxy error handler, prevent forever pending

v2.9.1

5 years ago

โœจ Customize pm2 app name with APP_NAME env โœจ Add files property for clean pack ๐Ÿ”ง Use favicon from build dir ๐Ÿ› Fix devDependences error when installed with --production ๐Ÿ› Fix koa proxy stream interrupted(#31 ) ๐Ÿ› Update clean-webpack-plugin@2

v2.9.0

5 years ago

๐ŸŽ‰ Release v2.9.0

New Features

  • โœจ Add additional error message overlay
  • โœจ Add localhost link in console for quick navigation
  • ๐Ÿ’ฃ Use loadable-components to replace react-loadable (blog post)

Improvements & Fixes

  • ๐Ÿ›Fix css-loader v2 invalid option
  • โฌ‡๏ธUpgrade whatwg-fetch to v3 and dynamically load this polyfill
  • ๐Ÿ›Fix non-js files error in SSR mode
  • ๐Ÿ†™Dependence updates

v2.8.2

5 years ago
  • ๐Ÿ”งAdd camelCase for css modules dashed names
  • โœ‚๏ธRemove clean-webpack-plugin log
  • โš›๏ธUpdate React to v16.8 with Hooks support

v2.8.1

5 years ago
  • ๐Ÿ› Fix HMR broken(#22 ) and build error
  • โœ‚๏ธRemove babelrc, only keep babel.config.js file

v2.8.0

5 years ago

๐ŸŽ‰ v2.8 Happy Lunar New Year for ๐Ÿท

๐Ÿ— Internal Refactoring & Improvements & Fixes

  • ๐Ÿ” Replace request with lightweight got(#19 ) as http client/proxy, see(https://github.com/request/request/issues/3142)
  • ๐Ÿ” Replace mocha with jest, and add some real tests, mainly for koa and http client(#20 , #21 )
  • ๐Ÿ”ง Rename proxy to HttpClient, and move it to services dir
  • โฌ†๏ธ Client side Request upload improvement
  • ๐Ÿ› Fix for multiple proxy prefix
  • ๐ŸŽ Make app.js a pure koa app, which can be started with server.js and can be easily tested
  • ๐ŸŒฒ Upgrade dependencies

v2.7.0

5 years ago

๐ŸŽ‰ v2.7 Merry Christmas ๐ŸŽ…

New Features

  • โœจ Add CSS_MODULES support(@see)

Improvements and Fixes

  • ๐Ÿ’ฃ Replace yarn.lock with package-lock.json
  • โœ‚๏ธ Cleanup some npm scripts
  • ๐Ÿ”ง Use terser-webpack-plugin to minify js
  • ๐Ÿ”ง Use npm run report to analyze bundles
  • โฏ Improve Koa and HMR log order
  • ๐Ÿ› Fix css sourceMap missing
  • ๐ŸŒฒ Upgrade deps

v2.6.2

5 years ago

v2.6.1

5 years ago
  • ๐ŸŒฒ Upgrade dependences, React -> 16.6, webpack -> 4.22, etc...
  • ๐Ÿ”ง Update npm test script, which will run "build:dev" && "build" both
  • โœ‚๏ธ Stop using webpack>optimization>minifier manually
  • ๐Ÿ”ง Disable SSR streaming by default in SSR mode
  • โœ๏ธ Doc update

v2.6.0

5 years ago

๐ŸŽ‰ Release v2.6, Happy Mid-Autumn Festival ๐Ÿป

New Features

  • ๐ŸŽ‰Upgrade to babel 7
  • โœจExtract vendors chunk
  • โœจAdd INLINE_STYLES option to config if need to inline app css in production

Improvements & Fixes

  • ๐Ÿ”ง Couple of SSR fixes
  • ๐Ÿ”ง Replace momentjs with date-fns, replace winston with pino(#2 #16 )
  • ๐Ÿ”ง Refactor API Proxy
  • ๐Ÿ› Fix favicon missing
  • โœ‚๏ธ Remove lodash