From 8579b5fe83e81920a9fa6d5b90355f2ba04abc60 Mon Sep 17 00:00:00 2001 From: lightyen Date: Sat, 25 Jun 2022 10:40:52 +0800 Subject: [PATCH] 3.0.0-rc.4 --- CHANGELOG.md | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3a61ce..54a6f777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,26 @@ ## 3.0.0-rc +### Main Features + - Base on tailwindcss v3.1.4 -- Support all the syntaxes of **arbitrary values**, like: `name-[*]`, `name-[*]/[opacity]`, `name-[*]:`, `[name: *]`, `[&.foo]:` -- Deprecate **short css** feature +- Support all the syntaxes of **arbitrary values**, ex: `name-[*]`, `name-[*]/[opacity]`, `name-value/[opacity]`, `name-[*]:`, `[name: *]`, `[*]:` +- Deprecate the **short css** feature - Deprecate all of the **opacity** corePlugins, prefer to use the opacity modifier, see: https://tailwindcss.com/docs/text-color#changing-the-opacity +- Support `theme()` function +- Support `matchUtilities` and `matchComponents` functions in tailwind plugin + +### Breaking Changes + - Change diagnostic settings - Change color decoration design -- Preview all utilites or variants from tailwind config -- Support `theme()` function -- Support `matchUtilities` and `matchComponents` features in tailwind plugin +- Remove `space` character from triggerCharacters + +### Others + - Support vscode multi-root workspaces, see: https://code.visualstudio.com/docs/editor/workspaces - Support custom language extractor, see: https://github.com/lightyen/twin.examples/tree/main/extractors +- Preview all utilites or variants from tailwind config - Switch from yarn to pnpm ## 0.12.3 diff --git a/package.json b/package.json index 67a09735..51fdd602 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tailwindcss-intellisense-twin", "displayName": "Tailwind Twin IntelliSense", "markdownDescription": "Tailwind VSCode Extension for twin.macro", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "author": "lightyen", "license": "MIT", "private": true,