Skip to content

Releases: CarbonPackages/Carbon.Pipeline

0.7.5

28 Aug 14:34
2ac7e4d
Compare
Choose a tag to compare

🐛 Bugfix

Replace replaceAll function with replace in helper.mjs

0.7.4

27 Aug 20:21
d2e1429
Compare
Choose a tag to compare

✨ Features:

  • Ability to pass Flow settings to esbuild with the setting esbuild.defineFlowSettings
  • You can now add additional esbuild plugins with the setting esbuild.additionalPlugins

🐛 Bugfix:

Allow the set the folder input to '' in a package configuration. Previously, this was overridden with the default folder.

0.7.3

24 Aug 00:14
4d5997e
Compare
Choose a tag to compare

🐛 Bugfix

Add the missing package postcss-load-config to package.json

⬆️ Upgrade packages

0.7.2

19 Aug 12:04
00dcca6
Compare
Choose a tag to compare

🐛 Bugifx

Output of filename if sourcemap is set to false

0.7.1

18 Aug 14:39
87f61af
Compare
Choose a tag to compare

✨ Feature:

Add node-sass-tilde-importer to sass

If you have used a previous version of Carbon.Pipeline, you have to install node-sass-tilde-importer:

yarn add --dev node-sass-tilde-importer

0.7.0

01 Aug 00:16
69aee43
Compare
Choose a tag to compare

✨ Features

  • Add yarn showConfig task. It shows the merged configuration from your settings in pipeline.yaml and the default values
  • Improve CLI output of the generated CSS files. This also includes the replacement of pretty-hrtime with own code, which gives you also a little bit of an speed boost
  • Better resolving of the dependencies for sass files (used in the watch mode)

🐛 Bugfix

Make the watch mode work again

⬆️ Upgrade from an older version

If you already have a previous version installed, you need to add prettyjson and remove pretty-hrtime:

yarn add --dev prettyjson
yarn remove pretty-hrtime

You also have to make the command available. Put this line inside of the scripts entry in your package.json:

"showConfig": "node Build/Carbon.Pipeline/showConfig.mjs",

0.6.6

28 Jul 08:56
b5eddf4
Compare
Choose a tag to compare

⬆️ Upgrade

Upgrade packages in packages.json

0.6.5

27 Jul 21:29
0435f3f
Compare
Choose a tag to compare

✨ Feature:

Add possibility to use Sass

0.6.4

26 Jul 19:44
19b2833
Compare
Choose a tag to compare

🐛 Bugfix

Remove console.log

0.6.3

26 Jul 15:43
5feec1c
Compare
Choose a tag to compare

✨ Feature:

Add support for 💀 Internet Explorer and Babel.js