From 8ff2f0967d73fc97e015d8d2d717b4db422e68e8 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Thu, 16 May 2019 21:47:49 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b82b9..b57e09a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 + +- Support for Tailwind v1 via LSP 🎉 +- Support for multi-root workspaces +- Support for reason, slim, edge, njk, svelte files (thanks [@nhducit](https://github.com/nhducit), [@wayness](https://github.com/wayness), [@mattwaler](https://github.com/mattwaler), [@guillaumebriday](https://github.com/guillaumebriday)) +- Support for non-default Tailwind separators +- Add `@variants` completions +- Better support for dynamic class(Name) values in JSX + ## 0.1.16 - add support for [EEx templates](https://hexdocs.pm/phoenix/templates.html), via [vscode-elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) – thanks [@dhc02](https://github.com/dhc02)