This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
Releases: saguijs/sagui
Releases · saguijs/sagui
v11.5.0
v11.4.2
- Fix Travis deployment 3a5b482 by @pirelenito
v11.4.1
v11.4.0
v11.3.0
- Fix dependencies issue #410 by @pirelenito
v11.2.0
- Does not work with yarn install #405 via #407 by @pirelenito and @xaviervia
THIS RELEASE IS BROKEN
An issue in Travis prevented the built assets from being published in npm.
v11.1.0
v11.0.2
v11.0.1
v11.0.0
Highlights 🎉
- Webpack 3;
- Chrome Headless by default to run the tests;
- Improved build times by using Babel cache;
- Update Standard and Prettier linting rules to their latest definitions;
- Friendlier development environment while dealing with linting errors;
Complete list of changes:
- Update to Wepback 3 #373 by @pirelenito
- Use Chrome Headless by default to run unit tests #379 by @npejo
- Disable symlink resolving in Webpack config #382 by @xaviervia
- Bump all dependencies to latest stable except postcss-loader 🐡 #380 by @pirelenito
- Non-intrusive ESLint messages while in development 🕺 #386 by @pirelenito
- Add support to dynamic imports #385 by @npejo
- Enable transpile cache for babel loader #384 by @npejo
- Add .eslintignore to fix linting issue #383 by @xaviervia