Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
3.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lightyen committed Jun 25, 2022
1 parent 9ac5017 commit 8579b5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8579b5f

Please sign in to comment.