Skip to content

Releases: ony3000/prettier-plugin-classnames

v0.10.2

03 Jun 02:13

Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

26 Mar 15:22

Choose a tag to compare

What's Changed

  • Find the correct parser by searching within the plugin.name property by @mspae in #141

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

23 Mar 11:11

Choose a tag to compare

What's Changed

  • Refactor core parts by @ony3000 in #135
  • Support css, scss, and less by @ony3000 in #137
  • Add new option classnamesPrintWidth by @ony3000 in #138
  • The text leading the first line of the class name is included in the line wrapping by @ony3000 in #139

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 Jan 17:12

Choose a tag to compare

What's Changed

  • Convert comparison tests to snapshot tests by @Copilot in #129
  • Add length indicators to test fixtures by @Copilot in #131
  • Support oxc by @ony3000 in #132
  • Support babel-ts by @ony3000 in #133

New Contributors

  • @Copilot made their first contribution in #129

Full Changelog: v0.8.6...v0.9.0

v0.8.6

07 Dec 08:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

22 Oct 15:02

Choose a tag to compare

What's Changed

  • Support formatting even when empty script tags are included, and independently adjusts line positions of nodes located after script tag by @ony3000 in #124
  • Fix line wrapping inside callback function by @ony3000 in #125

Full Changelog: v0.8.4...v0.8.5

v0.8.4

30 Sep 11:28

Choose a tag to compare

What's Changed

  • Correctly calculates the line positions of expressions when there are two or more line breaks inside a script tag by @ony3000 in #120

Full Changelog: v0.8.3...v0.8.4

v0.8.3

09 Sep 15:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

27 Jul 02:42

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

04 Jul 16:26

Choose a tag to compare

What's Changed

  • Fix line wrapping inside JSX tags assigned to variables by @ony3000 in #106
  • Fix line wrapping in class names passed as function arguments by @ony3000 in #107
  • Fix line wrapping inside 'if' blocks by @ony3000 in #108
  • Fix line wrapping in JSX mapped from object references that include optional chaining by @ony3000 in #109
  • Excludes tagged templates starting with String.raw from line wrapping by @ony3000 in #110

Full Changelog: v0.8.0...v0.8.1