Releases: biotope/biotope-build
Releases · biotope/biotope-build
v7.4.2
- fix: 🐛 Add post-css loader to dependencies 36cb500
v7.4.1
- chore: 🤖 Upgrade @babel/preset-env c596c1f
v7.4.0
7.2.0
v7.2.0-0
v7.1.1
v7.1.0-2
v7.1.0-1
v7.1.0-0
v7.0.0
Summary
A little late "spring cleanup" release ;) Almost all dependencies updated, a lot of bugs fixed and stability improved. 7.0.0 also deprecates features which will be removed in the whole new Biotope-Build vNext 🔥🔥
✨ Added
- Added enhanced assets copying (assets in components folders are copied now to dist)
🔨 Changed
- 💥 BREAKING: you have to add a .browserlistrc file to your projects root folder you can use the default: https://github.com/biotope/biotope-boilerplate/blob/master/.browserslistrc. Remove "browsers" option from autoprefixer section in projectConfig.js if it exists
- 💥 BREAKING: typescript updated from version 2.9.2 to 3.5.3 please see breaking changes in typescript for migration https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes
- 💥 BREAKING: All linters are deactivated by default now and will be removed in 8.0 (Please see Deprecation section for more information). If you need to, You can still activate them by overwriting defaults in your projectConfig.js, otherwise if you have them activated in your projectConfig.js your should remove the following tasks: cssStats, htmlhint, linting
- Most dependencies updated
- Stability fixes
- Performance improvements
🚂 Deprecated
- All linters built into biotope-build are now deprecated. Please switch to the biotope-quality-gate instead: https://github.com/biotope/biotope-quality-gate
💣 Removed
- 💥 BREAKING: removed the support for Bower package manager