Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 3.04 KB

File metadata and controls

65 lines (35 loc) · 3.04 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.1.0 (2026-03-19)

Features

Bug Fixes

6.0.4 (2026-01-20)

Note: Version bump only for package vite-plugin-stylelint

6.0.3 (2026-01-20)

Note: Version bump only for package vite-plugin-stylelint

6.0.2 (2025-07-09)

Bug Fixes

  • fix exports (6110eef) - by @ModyQyW

6.0.1 (2025-07-04)

Bug Fixes

6.0.0 (2024-11-26)

Note: Version bump only for package vite-plugin-stylelint

6.0.0-beta.2 (2024-11-08)

Bug Fixes

  • correct id & filePath params (9c78976) - by @

6.0.0-beta.1 (2024-10-19)

Note: Version bump only for package vite-plugin-stylelint

6.0.0-beta.0 (2024-10-14)

⚠ BREAKING CHANGES

  • remove chokidar, introduce another way to handle imported style files

Features

  • remove chokidar, introduce another way to handle imported style files (17f3d5d) - by @ModyQyW

Bug Fixes

  • fix wrong colorize (55eb4c3) - by @ModyQyW
  • remove extra parsing (68906c1) - by @ModyQyW
  • stylelintInstance may not be initialized when calling lintFiles in the worker (2caf01c) - by @ModyQyW
  • terminate worker if possible (acd43ca) - by @ModyQyW