Skip to content
Compare
Choose a tag to compare
@livecodes-ci livecodes-ci released this 01 Feb 16:37
5ba5f0d

v42 (2025-02-01)

Highlights for this release

This release adds support for Tailwind CSS v4, while maintaining backward compatibility for v3.

Projects using the old Tailwind CSS directives (e.g. @tailwind base; @tailwind components; @tailwind utilities;) will use v3.
To upgrade to v4 replace the directives with the new import statement @import "tailwindcss"; or simply remove the directives.

The Tailwind CSS starter template was upgraded to use v4.

In addition Monaco editor intellisense for Tailwind CSS was added: autocomplete, hover for generated css, color preview, etc.

Features

  • Compilers: add support for tailwindcss v4 (cc90203)
  • Editor: add support for tailwindcss in monaco editor (c7f166b)
  • Templates: upgrade tailwindcss starter template to v4 (84b32f3)

Bug Fixes

  • CommandMenu: allow other shortcut combinations to use ctrl+k (2e026d0)
  • reset editor titles in shared URLs (297cd29)