Skip to content

Changelog

This page describes the changes that happen throughout the library from version to version. It's important to note that Quiet is not anchored to a major version . Breaking changes will be made when necessary and a new major version will be released to reflect them. When breaking changes do happen, they'll be clearly marked with breaking so you can upgrade with minimal friction.

Components marked stable are well-tested, ready for production, and less likely to see breaking changes. Components marked experimental are offered as explorations to gather feedback. Experimental components are less stable and may receive breaking changes or be removed from the library without a major version bump.


Releases Jump to heading

Unreleased Jump to heading

TBD

  • Fixed a bug in <quiet-number-field> that exposed unsupported setSelectionRange() and setRangeText() methods
  • Improved the performance of <quiet-qr> by only re-rendering the canvas when color changes

2.4.0 Jump to heading

January 27, 2026

  • Added Reactive Controller support to Burrow
  • Added the ability to expand/collapse an entire branch in <quiet-tree> by pressing Option or Alt while clicking
  • Fixed a bug in <quiet-file-input> that caused the dropzone icon to remain neutral instead of the brand color
  • Fixed a bug in <quiet-listbox> that prevented the correct selection from being applied when selecting ranges and when pressing Shift + Home/End in multiselect controls
  • Replaced llms.txt with an Agent Skill
  • Removed the re-export of the if-defined, live, unsafeSVG, and until directives from Burrow; import them from lit-html instead

2.3.0 Jump to heading

January 24, 2026

  • Added <quiet-signature> component
  • Added translations for Simplified Chinese, Traditional Chinese, Japanese, Portuguese (Brazilian), French, Italian, Arabic, Hebrew, Persian, Polish, Hindi, Korean, Indonesian, Greek, Vietnamese, Turkish, Norwegian, Swedish, and Ukrainian
  • Fixed a bug in <quiet-tree-item> that caused the loading icon to wobble in iOS
  • Improved llms.txt to include more examples and information about CSS Utilities, Restyle, etc.

2.2.0 Jump to heading

January 14, 2026

  • Added <quiet-tree> and <quiet-tree-item> components
  • Added RTL support to <quiet-chart>
  • Fixed a bug in <quiet-color-input>, <quiet-combobox>, <quiet-dropdown>, and <quiet-dropdown-item> that caused an error when the element was removed from the DOM while opening
  • Fixed the expand icon size in <quiet-accordion>
  • Updated Tabler Icons to 3.36.1

2.1.0 Jump to heading

December 29, 2025

  • Added the <quiet-chart> component
  • Added the <quiet-underline> component
  • Added the ability to create toast items declaratively by slotting or prepending them to <quiet-toast>
  • Added the filled appearance to <quiet-accordion> and <quiet-accordion-item>
  • Fixed a bug in <quiet-comparison> that rendered the clip path incorrectly in RTL
  • Fixed a bug in <quiet-progress> that rendered the gauge appearance incorrectly in RTL
  • Fixed a bug in the internal drag utility that caused an occasional TypeError on some touch devices
  • Updated Tabler Icons to 3.36.0
  • Upgraded <quiet-mesh-gradient> to stable
  • Updated all dependencies to the latest versions

2.0.0 Jump to heading

December 4, 2025

  • breaking Renamed <quiet-countdown> to <quiet-counter>
    • Added mode="countup" to support counting up
    • Fixed a bug that prevented countdowns with no initial date from rendering
  • Added appearance="gauge" to <quiet-progress>
  • Added the content property to <quiet-scroller> so users can listen to the scroll event and get/set the scroll position
  • Added the ability to hover over <quiet-relative-time> to see the full date/time
  • Fixed a bug in <quiet-scroller> that caused shadows to always show in vertical orientations
  • Fixed a bug in Restyle that allowed text to overflow <pre> tags instead of scrolling
  • Fixed a bug in <quiet-text-field> that moved the cursor to the start of the input when toggling password visibility
  • Fixed a bug in <quiet-card> that prevented the card from rendering at full width in flex containers
  • Fixed a bug in <quiet-checkbox> and <quiet-switch> that caused undesired spacing when HTML elements were slotted in the label
  • Improved <quiet-slider> to be more resilient to passing strings instead of numbers to the min, max, and step properties

1.7.0 Jump to heading

November 8, 2025

  • Added new publishing mechanism for the private CDN
  • Improved <details> styles in Restyle so they animate in supportive browsers

1.6.2 Jump to heading

November 3, 2025

  • Fixed a bug that prevented :focus-visible styles from showing in <quiet-slide-activator> and <quiet-toggle-tag> in Safari and Firefox #31
  • Fixed a missing :focus-visible outline in <quiet-infinite-scroller>
  • Fixed a bug in <quiet-flip-card> that caused an error to appear in the console when flipping #36
  • Improved the Russian translation #30

1.6.1 Jump to heading

October 26, 2025

  • Fixed missing validationMessage read-only property in all form controls #24

1.6.0 Jump to heading

October 26, 2025

  • Added ifDefined, live, unsafeHTML, unsafeSVG, and until directives to Burrow

1.5.0 Jump to heading

October 26, 2025

  • Added Burrow as an optional and experimental utility for adding interactivity to static pages

1.3.0 - 1.4.0 Jump to heading

October 26, 2025

  • Added support for description to <quiet-checkbox> and <quiet-switch> #21
  • Added the label part to <quiet-button> to improve customizability
  • Fixed a missing button dependency in <quiet-file-input>
  • Fixed a bug in <quiet-popover> and <quiet-tooltip> that caused an error when showing the popover/tooltip after disconnecting and reconnecting to the DOM
  • Fixed a bug in <quiet-dropdown>, <quiet-popover>, and <quiet-tooltip> that didn't allow linked IDs to have . and other valid characters
  • Improved <quiet-button> active style from 1px to 1.5px so it's a bit more obvious visually

1.2.0 Jump to heading

October 12, 2025

  • Added support for link buttons using <a class="quiet-button"> in Restyle
  • Added missing border and background styles for <iframe> in Restyle
  • Added the pie appearance to <quiet-progress>
  • Fixed a bug in <quiet-slider> that allowed the tooltip position to get out of sync #12
  • Fixed initial focus when <quiet-dialog> opens #16
  • Fixed a bug in <quiet-popover> that caused clicks inside the popover to close it when used inside a shadow root #17

1.1.1 Jump to heading

September 25, 2025

  • Fixed the default value of --quiet-form-control-font-size-xl so it's not a fractional font size
  • Fixed the tag color in <quiet-combobox> so they're visible in the filled appearance
  • Fixed a bug in <quiet-combobox> that allowed the browser's autocomplete menu to appear
  • Fixed CodePen demos so they include the theme, Restyle, utilities, and dark mode
  • Fixed a bug in Restyle where text in the <summary> element would overlap the chevron

1.1.0 Jump to heading

September 22, 2025

  • Added the <quiet-random-content> utility component
  • Added styles for <q> and <cite> elements in Restyle
  • Improved <summary> styles so the hit area extends the full width of the container

1.0.1 – 1.0.3 Jump to heading

September 20, 2025

  • Fixed a bug in the unbundled distribution that caused some files to not be included
  • Removed splitting from the browser distribution
  • Fixed publishing goofs

1.0.0 Jump to heading

September 20, 2025

This is the first public release of Quiet UI, which includes:

  • More than 80 framework agnostic components
  • A modern theme with dark mode
  • An optional CSS reset
  • Helpful CSS utilities
  • Ready-to-use AI component intelligence
  • A focus on accessibility, longevity, performance, and simplicity

The next brushstroke could change everything.

Search this website Toggle dark mode View the code on GitHub Follow @quietui.org on Bluesky Follow @quiet_ui on X

    No results found