Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Overhauled class detecting regex for javascript/javascriptreact/typescript/typescriptreact, thanks @petertriho in #109
  • Support multiple class name regexes per language and optional separator and replacement options, thanks @han-tyumi in #112
  • Fix cmd+shift+t overriding default vscode keymap for reopening previously closed tabs, thanks @tylerjlawson in #163
  • Forked from [heybourn/headwind] to [Trapfether/tailwind-raw-reorder] to continue development. Old repo is inactive.
  • Initial rework of the extension to use the same approach as the [Prettier Tailwind plugin]
  • Updated the html and php regexes to only select class attributes proceeded by a space
  • Added Sort Selection command to sort the selected classes

3.2.0

  • Added Option to ignore tailwind config not found error (thanks to @kyaruwo) in [#11]
  • Added Option to change default tailwind config path
  • Added Output Channel to log errors and info
  • Added startup check for workspace folder. If no workspace folder is found, the extension will not activate
  • Added runtime check for workspace folder based on the active file. If the active file is not in the workspace folder, the extension will not run. This is to prevent the extension from running on files outside the workspace folder
  • If either of the above checks fail, the extension will log an error message to it's output channel