Skip to content

v8.0.1

Choose a tag to compare

@pastelsky pastelsky released this 17 Jan 17:58
· 28 commits to master since this release

🐛 Bug Fixes

Missing Loader Dependencies

  • Added missing loader dependencies that were accidentally removed in v8.0.0:

Test Coverage Improvements

  • Added comprehensive test coverage for Less and Svelte processing
  • Created 6 new tests for Less loader functionality
  • Created 6 new tests for Svelte component compilation
  • Updated CI to run all tests including slow tests to prevent future regressions

Code Improvements

  • Removed non-deterministic installPath from result output
  • Updated test ranges to accommodate minor size variations
  • All 120 tests now passing

📦 What's Changed

  • Fixed CSS/SCSS/Less/Svelte processing that was broken in v8.0.0
  • Ensured CI will catch missing loader dependencies in the future

Full Changelog: v8.0.0...v8.0.1