github live-codes/livecodes v42

latest releases: v46, sdk-v0.11.1, sdk-v0.11.0...
7 months ago

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)

Don't miss a new livecodes release

NewReleases is sending notifications on new releases.