Releases: luckasRanarison/tailwind-tools.nvim
Releases · luckasRanarison/tailwind-tools.nvim
v0.3.1
New features
- Documentation using vimdoc by @luckasRanarison in #39
- Added option to customize cmp highlights by @vague2k in #43
- LSP configuration interface by @luckasRanarison in #44
- Added checkhealth by @luckasRanarison in #46
- Count support for motions (dc29c79)
Bug fixes
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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
- feat: lua pattern support by @luckasRanarison in #31
- feat:
@tailwind.inner
to extract quantified captures range by @luckasRanarison in #35 - feat: NodeJS rplugin and telescope extensions by @luckasRanarison in #33
- Extended language support: JS, TS, JSX, TSX, vue, templ.
Bug fixes
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1
New features
Bug fixes
New Contributors
- @DeclanChidlow made their first contribution in #29
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Announcement
Inline color hints are now available in stable as v0.10 is now the latest stable version.
Breaking change
Bug fixes
- Misplaced autocmd group (53eb1d5)
Full Changelog: v0.1.3...v0.2.0
v0.1.3
New features
Bug fixes
- injection parsing on nightly (9d501f8)
- php and twig queries (d60aa58)
- set
state
values onsetup()
. by @UserIsntAvailable in #19
New Contributors
- @UserIsntAvailable made their first contribution in #19
Full Changelog: v0.1.2...v0.1.3
v0.1.2
New features
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
- @ofseed made their first contribution in #12
- @t1gu1 made their first contribution in #11
- @topaxi made their first contribution in #17
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
update: README.md Add a note for other package managers