Skip to content

Releases: luckasRanarison/tailwind-tools.nvim

v0.3.1

30 Aug 08:59
Compare
Choose a tag to compare

New features

Bug fixes

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Aug 16:24
5afa976
Compare
Choose a tag to compare

v0.3.0

A big update for tailwind-tools.nvim, which now supports luapatterns, integrates a NodeJS remote plugin, a telescope extension, and supports more file types.

Breaking changes

The plugin entry point need to be explicitly specified because of the addition of the telescope extension. See the new installation notes to learn more.

New features

Bug fixes

  • fix: javascript, javascriptreact, typescript and typescriptreact queries. by @RoboG-11 in #34

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

31 Jul 15:32
Compare
Choose a tag to compare

New features

  • Astro class:list support (27d28c9)
  • Heex and embeded Heex in elixir support (5616be6)

Bug fixes

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 May 14:56
Compare
Choose a tag to compare

Announcement

Inline color hints are now available in stable as v0.10 is now the latest stable version.

Breaking change

  • @tailwind is now used to capture classes and allows more flexibility #24 (781094f)

Bug fixes

  • Misplaced autocmd group (53eb1d5)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

19 Apr 15:22
Compare
Choose a tag to compare

New features

Bug fixes

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Mar 03:04
b70f182
Compare
Choose a tag to compare

New features

  • feat: conceal enabled config by @t1gu1 in #11
  • feat: multiline sorting in 70b9cd2

Bug fixes

  • fix: language injections in d213448 (#8)
  • fix(cmp): wrong cmp setup instruction by @ofseed in #12
  • fix(lsp): handle internal server error in f282cf7
  • fix: css class range in 2d5189e (#16)
  • fix: guard against nil result by @topaxi in #17

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Mar 07:07
Compare
Choose a tag to compare

What's Changed

  • fix: htmldjango support in 2e687c8 (#1)
  • feat: hex support for cmp in e397bb1
  • feat: external query support in 19cd937
  • fix: invalid bufnr on exiting some windows by @Gnarus-G in #5
  • fix: sorting for javascript expression in 99ff7c8 (#6)

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Mar 16:27
Compare
Choose a tag to compare
update: README.md

Add a note for other package managers