Skip to content

Releases: biotope/biotope-build

v7.4.2

Choose a tag to compare

@SheepFromHeaven SheepFromHeaven released this 26 May 05:50
  • fix: πŸ› Add post-css loader to dependencies 36cb500

v7.4.1...v7.4.2

v7.4.1

Choose a tag to compare

@SheepFromHeaven SheepFromHeaven released this 25 May 06:22
  • chore: πŸ€– Upgrade @babel/preset-env c596c1f

v7.4.0...v7.4.1

v7.4.0

Choose a tag to compare

@SheepFromHeaven SheepFromHeaven released this 25 May 06:05
  • feat: 🎸 exclude paths for sass task (#417) 3a28c1b
  • feat: 🎸 Build also works with javascript components (#415) 10011ba
  • refactor: πŸ’‘ add autoprefixer to webpack (#418) 05ac60b
  • v.7.3.0 8c28e51

v7.3.0...v7.4.0

7.2.0

Choose a tag to compare

@timomayer timomayer released this 19 Feb 16:45

See Changelog of 7.2.0-0

v7.2.0-0

v7.2.0-0 Pre-release
Pre-release

Choose a tag to compare

@timomayer timomayer released this 19 Feb 08:53

πŸ”¨ 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

Choose a tag to compare

@timomayer timomayer released this 06 Aug 20:07

✨ 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

v7.1.0-2 Pre-release
Pre-release

Choose a tag to compare

@timomayer timomayer released this 06 Aug 19:57
7.1.0-2

v7.1.0-1

v7.1.0-1 Pre-release
Pre-release

Choose a tag to compare

@timomayer timomayer released this 06 Aug 19:57
7.1.0-1

v7.1.0-0

v7.1.0-0 Pre-release
Pre-release

Choose a tag to compare

@timomayer timomayer released this 06 Aug 10:52
  • revert version for proper versioning c58e269
  • make missing webpack.config.js file in project root not look like an error 82ee241

v7.0.0

Choose a tag to compare

@timomayer timomayer released this 01 Aug 13:17

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