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.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