|
3 | 3 | ## 0.11.x (Pre-Release)
|
4 | 4 |
|
5 | 5 | - 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) |
6 | 12 | - Support Astro's `class:list` attribute by default (#890)
|
7 | 13 | - Fix hovers and CSS conflict detection in Vue `<style lang="sass">` blocks (#930)
|
8 | 14 | - Add support for `<script type="text/babel">` (#932)
|
9 | 15 | - Show pixel equivalents in completions and hovers of the theme() helper (#935)
|
10 | 16 | - Handle `style` exports condition when processing `@import`s (#934)
|
11 | 17 | - Highlight `@theme` contents as a rule list (#937)
|
12 | 18 | - 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) |
13 | 32 |
|
14 | 33 | ## 0.10.5
|
15 | 34 |
|
|
0 commit comments