@skeletonlabs/skeleton@5.0.0

pipecat-ai/pipecat@skeletonlabs/skeleton@5.0.0Jul 17, 2026by github-actions[bot]

AI Summary

This is a major version 5 update for the Tailwind library, introducing a new theme format, expanded component utilities, and significant structural design improvements.

Key Highlights

  • Updated themes to the new v5 format
  • Added new components including Dialog, Disclosure, Mask, and Meter
  • Expanded size utilities for buttons and form fields to cover the full Tailwind type scale
  • Introduced variable sizing and Corner Shape utilities

Breaking Changes

  • Removed `card-hover` utility
  • Removed `btn-icon-fab` utility (replaced by `btn-icon-3xl` with `rounded-full`)
  • Structural and design improvements for Tailwind and Framework components

New Features

  • Dialog, Disclosure, and Mask Tailwind components
  • Expanded Typography utilities (abbr, cite, q, sub, sup, time)
  • Variable sizing support
  • Meter component
  • Corner Shape utility

Full Release Notes

### Major Changes

- task: remove `card-hover` utility ([#4417](https://github.com/skeletonlabs/skeleton/pull/4417))

- feature: Updated themes to new v5 format ([#4353](https://github.com/skeletonlabs/skeleton/pull/4353))

- feature: Notable structural and design improvements for Tailwind and Framework components. Introducing variable sizing. Adds the meter component. ([#4380](https://github.com/skeletonlabs/skeleton/pull/4380))

- task: enter pre release ([#4352](https://github.com/skeletonlabs/skeleton/pull/4352))

### Minor Changes

- feature: Added Dialog, Disclosure, and Mask Tailwind components, expanded Typography utilities (abbr, cite, q, sub, sup, time) ([#4389](https://github.com/skeletonlabs/skeleton/pull/4389))

- task: refined global styles, redistributed placeholder color to Tailwind components ([#4370](https://github.com/skeletonlabs/skeleton/pull/4370))

- bugfix: remove `cursor: pointer` from buttons ([#4367](https://github.com/skeletonlabs/skeleton/pull/4367))

- task: Optimizations to the core global and theme properties ([#4396](https://github.com/skeletonlabs/skeleton/pull/4396))

- task: Add Corner Shape utility and apply brand color defaults across components, typography, and links. ([#4408](https://github.com/skeletonlabs/skeleton/pull/4408))

- feature: Expanded button (`btn`, `btn-icon`) and form field (`field-*`) size utilities to cover the full Tailwind type scale (`xs` through `9xl`). Removed `btn-icon-fab` in favor of the new sizes — use `btn-icon-3xl` (with `rounded-full` for circular) for an equivalent. ([#4390](https://github.com/skeletonlabs/skeleton/pull/4390))