Skip to content

Commit 3d0673b

Browse files
committed
Update changelog
1 parent 2888047 commit 3d0673b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,32 @@
33
## 0.11.x (Pre-Release)
44

55
- Fix crash when class regex matches an empty string (#897)
6+
- Add support for Tailwind CSS v4 Alpha (#917)
7+
- Soft-reload v4 theme when editing CSS files (#918)
8+
- Fix loading of ESM and TypeScript configs (c3bbd2f)
9+
- Show equivalent hex colors (#831)
10+
- Fix v4 project loading on Windows (8285ebc)
11+
- Internal code cleanup (#922)
612
- Support Astro's `class:list` attribute by default (#890)
713
- Fix hovers and CSS conflict detection in Vue `<style lang="sass">` blocks (#930)
814
- Add support for `<script type="text/babel">` (#932)
915
- Show pixel equivalents in completions and hovers of the theme() helper (#935)
1016
- Handle `style` exports condition when processing `@import`s (#934)
1117
- Highlight `@theme` contents as a rule list (#937)
1218
- Show color decorators for `oklab` and `oklch` colors (#936)
19+
- Update fallback version of Tailwind to v3.4.2 (#938)
20+
- Fix errors thrown by detecting content files with oxide (#945)
21+
- Don't break when generating rules produces an error (#954)
22+
- Add support for initializing when using `workspaceFolders` (#955)
23+
- Don’t throw when reading CSS file that might not exist (#956)
24+
- Use one server to handle all folders in a workspace (#957)
25+
- Fix v4 theme reloading on Windows (#960)
26+
- Show color decorators when utility has an opacity modifier in v4 (#969)
27+
- Bump `enhanced-resolve` dependency (#971)
28+
- Remove `is-builtin-module` dependency (#970)
29+
- Bump minimum supported Node version to v18 (#978)
30+
- Pass URI to configuration call not a file path (#981, #982)
31+
- Fix handling of added workspaces (b39c8e0)
1332

1433
## 0.10.5
1534

0 commit comments

Comments
 (0)