Changelog

See what's new in Hummingbird. This page lists all the changes and updates made to the Hummingbird framework, including new features, bug fixes, and improvements.

v1.4.0

10 August, 2026

Updates and Fixes:

  • Update: Removed .btn-light and .btn-dark button variants.
  • Update: Removed --color-light variable.
  • Update: Updated --color-dark variable name to --color-neutral by using color from neutral palette for all themes.
  • Update: Updated --color-contrast variable name to --color-inverse by updating the dark mode color to --color-black.
  • Update: Rebalanced the color palettes of Luxury, Retro, Arctic, Nature, Ember, Dracula, and Midnight themes. In every theme, the secondary, info, success, warning, and danger colors now match the tone of the theme’s primary color. Before, some buttons and badges looked too light or too dull next to each other. Now they all feel like one set, in both light and dark mode.
  • Update: Improved dark mode backgrounds for the arctic, midnight, and ember themes. The dark shades (600 to 950) are now deeper and evenly spaced.
  • Update: Changed the pagination summery class name from .pagination-info to .pagination-summary.
  • Update: Introduced badge neutral variants by adding .badge-neutral, .badge-subtle-neutral, .badge-outline-neutral classes.
  • Fix: Fixed default badge color issue.
  • Fix: Fixed wrong color values in some palettes where a shade was lighter than the one before it, or two shades had the same value: green in arctic, olive in the default palette, purple in luxury, and brown in nature. Every color scale now goes from light to dark in the correct order.

v1.3.1

04 August, 2026

Fixes:

  • Fix: Fixed type declaration file issue for components

v1.3.0

02 August, 2026

Fixes and Updates:

  • Update: Replaced action colors with background and text colors
  • Update: Removed action color variables from all the themes and documentation
  • Update: Introduced 2 new border color variables: --border-color-muted and --border-color-highlight
  • Update: Removed --avatar-width and --avatar-height variables and added --avatar-size variable that controls width and height
  • Update: Added --avatar-status-size variable to control the size of the status indicator
  • Update: Update versions of all dependencies in the project
  • Fix: Fixed card footer padding inconsistency issue

v1.2.2

09 July, 2026
  • Fix: Fixed the color of SVG icons

v1.2.1

07 July, 2026
  • Fix: Add text color for all elements inside the body to adapt dark theme while adding dark class to an inner div.

v1.2.0

10 June, 2026

Features:

  • Added new themes:
    • luxury: Rich maroon and golden tones crafted for a refined, premium appearance.
    • Retro: Warm vintage-inspired colors that bring a classic and timeless feel.
    • Arctic: Cool blues and frosty tones inspired by modern winter landscapes.
    • Nature: Fresh greens and earthy shades inspired by the natural world.
    • Dracula: Deep purples and vivid pinks designed for bold, high-contrast interfaces.
    • Ember: Warm oranges and amber tones that create an energetic, glowing aesthetic.
    • Midnight: Deep blues and indigos designed for calm, modern dark experiences.
  • Added complete Tailwind color palette for all themes.
  • Added blockquote component.
  • Added dark(.btn-dark) and light(.btn-light) variants for buttons.
  • Increased gutter utilities up to .g-24(6rem)

Fixes and Updates:

  • Update: Move root variables to @theme
  • Update: Improve Hero blocks design
  • Update: Documentation
  • Fix: Resolve dark mode overrides for root component variables.

v1.1.1

22 April, 2026

Fixes and Updates:

  • Update: Remove default circle shape from btn-icon
  • Update: Add block button example

v1.1.0

19 April, 2026

New Blocks:

  • Layouts
  • Hero Sections
  • Feature Sections
  • Pricing Sections
  • Stats Sections
  • Testimonial Sections
  • Team Sections
  • Call to Action Sections
  • Footer Sections
  • Authentication Forms

Fixes and Updates:

  • Update: Move root variable to @theme
  • Update: Add global --border-width variable
  • Update: Add global customization for btn-sm, btn-lg and input-sm, input-lg sizes
  • Update: Update Navbar responsive menu design
  • Fix: Fix Card header and card footer border-radius issue
  • Fix: Remove .overflow-hidden from avatar component.

Variable name updates:

  • --btn-radius to --btn-border-radius
  • --btn-close-radius to --btn-close-border-radius
  • --input-btn-radius to --input-btn-border-radius
  • --form-check-input-radius to --form-check-input-border-radius
  • --progress-radius to --progress-border-radius
  • --pagination-radius to --pagination-border-radius
  • --input-group-addon-radius to --input-group-addon-border-radius
  • --form-select-radius to --form-select-border-radius
  • --input-radius to --input-border-radius

Border color variables:

  • --border-color-light to --border-color-subtle
  • --border-color-base to --border-color-default
  • --border-color-dark to --border-color-emphasis

Class name updates:

  • .border-light to .border-subtle
  • .border-base to .border-default
  • .border-dark to .border-emphasis

v1.0.4

05 March, 2026
  • Minor fix to Hummingbird Play CDN

v1.0.3

02 March, 2026
  • Added JavaScript plugins with TypeScript support
  • Fixed CSS layering issues for better customization
  • Fixed accessibility issues in components
  • Added comprehensive documentation
  • Published @hummingbirdui/browser@1.0.3
  • Published create-hummingbird-app@1.0.3

v1.0.0-beta1

27 November, 2025

This beta introduces improved stability and general enhancements ahead of the 1.0.0 release.

v1.0.0-alpha1

15 October, 2025

Initial release