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.3.0
02 August, 2026Fixes 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-mutedand--border-color-highlight - Update: Removed
--avatar-widthand--avatar-heightvariables and added--avatar-sizevariable that controls width and height - Update: Added
--avatar-status-sizevariable 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, 2026Features:
- 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, 2026Fixes and Updates:
- Update: Remove default circle shape from
btn-icon - Update: Add block button example
v1.1.0
19 April, 2026New 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-widthvariable - Update: Add global customization for
btn-sm,btn-lgandinput-sm,input-lgsizes - Update: Update Navbar responsive menu design
- Fix: Fix Card header and card footer
border-radiusissue - Fix: Remove
.overflow-hiddenfrom avatar component.
Variable name updates:
--btn-radiusto--btn-border-radius--btn-close-radiusto--btn-close-border-radius--input-btn-radiusto--input-btn-border-radius--form-check-input-radiusto--form-check-input-border-radius--progress-radiusto--progress-border-radius--pagination-radiusto--pagination-border-radius--input-group-addon-radiusto--input-group-addon-border-radius--form-select-radiusto--form-select-border-radius--input-radiusto--input-border-radius
Border color variables:
--border-color-lightto--border-color-subtle--border-color-baseto--border-color-default--border-color-darkto--border-color-emphasis
Class name updates:
.border-lightto.border-subtle.border-baseto.border-default.border-darkto.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, 2025This beta introduces improved stability and general enhancements ahead of the 1.0.0 release.
v1.0.0-alpha1
15 October, 2025Initial release