Skip to content

Releases: biotope/biotope-build

v7.4.2

26 May 05:50
Compare
Choose a tag to compare
  • fix: 🐛 Add post-css loader to dependencies 36cb500

v7.4.1...v7.4.2

v7.4.1

25 May 06:22
Compare
Choose a tag to compare
  • chore: 🤖 Upgrade @babel/preset-env c596c1f

v7.4.0...v7.4.1

v7.4.0

25 May 06:05
Compare
Choose a tag to compare

v7.3.0...v7.4.0

7.2.0

19 Feb 16:45
Compare
Choose a tag to compare

See Changelog of 7.2.0-0

v7.2.0-0

19 Feb 08:53
Compare
Choose a tag to compare
v7.2.0-0 Pre-release
Pre-release

🔨 Changed

  • TypeScript updated from 3.5 to 3.7 - make sure your scripts are TS 3.7 compatible!
  • many dependency updates (see below)

v7.1.1

06 Aug 20:07
Compare
Choose a tag to compare

✨ Added

  • biotope-build webpack.config.js can now be extended by a webpack.config.js in your projects root folder

🔨 Changed

  • fixed bug in webpacks chuncks compilation which broke ts compilation in 7.0.0

v7.1.0-2

06 Aug 19:57
Compare
Choose a tag to compare
v7.1.0-2 Pre-release
Pre-release
7.1.0-2

v7.1.0-1

06 Aug 19:57
Compare
Choose a tag to compare
v7.1.0-1 Pre-release
Pre-release
7.1.0-1

v7.1.0-0

06 Aug 10:52
Compare
Choose a tag to compare
v7.1.0-0 Pre-release
Pre-release
  • revert version for proper versioning c58e269
  • make missing webpack.config.js file in project root not look like an error 82ee241

v7.0.0

01 Aug 13:17
Compare
Choose a tag to compare

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