Skip to content

Releases: Becklyn/kaba-scss

3.3.2

07 Jan 21:19
Compare
Choose a tag to compare

✨ Improvements

  • Properly handle lint parameters in the test helper.

Commits

  • Merge pull request #17 from Becklyn/lint-test-helpers c8518e9
  • Properly handle lint parameters in the test helper. 7eb692e

3.3.1...3.3.2

3.3.1

07 Jan 20:39
Compare
Choose a tag to compare

✨ Improvements

  • Improve output of test helper.

🐛 Bug Fixes

  • Fix wrong return value check in test helper.

Commits

  • Merge pull request #16 from Becklyn/test-helper-fixes 58e9543
  • Add CHANGELOG entries 0f3ccdf
  • Fix invalid return value check + improve output of test-helper 3823e0a
  • Improve variable names f6857cb
  • Ignore stylelint cache file c8a848e

3.3.0...3.3.1

3.3.0

07 Jan 16:32
Compare
Choose a tag to compare

🎁 New Features

  • Add test helpers to ease SCSS compilation testing in libraries.

🐛 Bug Fixes

  • Fix the broken source map generation in CSSO.

🛠️ Internal

  • Add compilation tests, to check whether the KabaScss compiler itself is working.
  • Fix npmignore to ignore all tests, except the helpers.

Commits

  • Merge pull request #15 from Becklyn/test-helpers d3696f9
  • Fix gitignore to not exclude tests helper files 3e0638e
  • Update PR template d44cfb1
  • Add changelog entry 30abeab
  • Fix npm ignore to exclude tests except for the helpers 6cd8255
  • Add tests to check whether compilation works 655eb1b
  • Fix source map generation in CSSO f525d77
  • Use correct chokidar types + fix types f7f353f

3.2.0...3.3.0

3.2.0

07 Jan 15:46
Compare
Choose a tag to compare

🎁 New Features

  • Added MemoryLogger to ease debugging.

Commits

3.1.1...3.2.0

3.1.1

07 Nov 10:00
Compare
Choose a tag to compare

✨ Improvements

  • Only lint files from the project directory.

Commits

  • Only lint files in the project directory (#12) 45c2964
  • Only lint files in the project directory ca6e7d2

3.1.0...3.1.1

3.1.0

20 Sep 10:31
Compare
Choose a tag to compare

🎁 New Features

  • Enable grid support in autoprefixer

Commits

  • Merge pull request #11 from Becklyn/grid 60be9de
  • Enable grid support in autoprefixer ecd137e

3.0.3...3.1.0

3.0.3

19 Sep 12:56
Compare
Choose a tag to compare

✨ Improvements

  • Updated the list of allowed element types in SCSS, added: img

Commits

  • Merge pull request #10 from Becklyn/img 3802af7
  • Allow img as single element 4453268

3.0.2...3.0.3

3.0.2

19 Sep 12:25
Compare
Choose a tag to compare

✨ Improvements

  • Updated the list of allowed element types in SCSS, added: strong + em

Commits

  • Merge pull request #9 from Becklyn/strong-em cb3462a
  • Allow strong + em 74de31a

3.0.1...3.0.2

3.0.1

21 Jun 09:48
Compare
Choose a tag to compare

✨ Improvements

  • Improved debug compiled CSS: not minified anymore + source comments.

Commits

  • Merge pull request #8 from Becklyn/improve-debug-output 95f685a
  • Improve debug CSS output 95f5142
  • Add renovate config 12d4aae

v3.0.0...3.0.1

v3.0.0

04 Jun 16:35
Compare
Choose a tag to compare

💥 Breaking Changes

  • The browserList config was removed. It must be set on project level now. See the README for details.

Commits

  • Install the package as dev dependency c192b4e
  • Update the way the browsers are set. (#7) 4f15b99
  • Update the way the browsers are set. a229ffa

v2.0.8...v3.0.0