Skip to content

v7.0.0

Choose a tag to compare

@timomayer timomayer released this 01 Aug 13:17
· 64 commits to master since this release

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

πŸ’£ Removed

  • πŸ’₯ BREAKING: removed the support for Bower package manager