Releases: Becklyn/kaba-scss
Releases · Becklyn/kaba-scss
3.3.2
✨ 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
✨ 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
🎁 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
🎁 New Features
- Added
MemoryLogger
to ease debugging.
Commits
3.1.1...3.2.0
3.1.1
✨ 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
🎁 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
✨ Improvements
- Updated the list of allowed element types in SCSS, added:
img
Commits
3.0.2...3.0.3
3.0.2
✨ Improvements
- Updated the list of allowed element types in SCSS, added:
strong
+ em
Commits
3.0.1...3.0.2
3.0.1
✨ 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
💥 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