Changelog
v1.2.0 - Feather
20 April, 2026
Breaking Changes
Renamed core variables and utility classes.
- Variable name updates:
--btn-radiusis now--btn-border-radius--input-btn-radiusis now--input-btn-border-radius--form-check-input-radiusis now--form-check-input-border-radius--progress-radiusis now--progress-border-radius--pagination-radiusis now--pagination-border-radius--input-group-addon-radiusis now--input-group-addon-border-radius--form-select-radiusis now--form-select-border-radius--input-radiusis now--input-border-radius
- Border color variables:
--border-color-lightis now--border-color-subtle--border-color-baseis now--border-color-default--border-color-darkis now--border-color-emphasis
- Border utility classes:
.border-lightis now.border-subtle.border-baseis now.border-default.border-darkis now.border-emphasis
This release includes breaking changes to variable names and utility classes. Please update your codebase by replacing all old variables and class names with the new mappings. Not updating may result in inconsistent UI styles or broken layouts.
v1.1.0 - Hermes
05 April, 2026
New
- Dashboard :
public/dashboard/travel-agency.html - Dashboard :
public/dashboard/stock.html - PAGE :
public/apps/social/feed.html - Modules : Travel Agency, Stock, Events, Gantt Chart, Social, Gallery, File Manager
Updated
- Color palette listed from 50 to 950
Breaking Changes
Updated core utility classes:
- Background color classes:
-
.bg-bodyis now.bg-default .bg-body-secondaryis now.bg-muted.bg-body-tertiaryis now.bg-highlight.bg-body-quaternaryis now.bg-emphasis.bg-body-highlightis now.bg-subtle.bg-body-emphasisis now.bg-soft- Text color classes:
-
.text-bodyis now.text-default .text-body-secondaryis now.text-muted.text-body-tertiaryis now.text-subtle.text-body-quaternaryis now.text-soft.text-body-highlightis now.text-highlight.text-body-emphasisis now.text-emphasis.text-primary-emphasisis now.text-primary-darker.text-secondary-emphasisis now.text-secondary-darker.text-danger-emphasisis now.text-danger-darker.text-warning-emphasisis now.text-warning-darker.text-success-emphasisis now.text-success-darker.text-info-emphasisis now.text-info-darker.text-light-emphasisis now.text-emphasis.text-dark-emphasisis now.text-contrast- Border color class:
.border-translucentis now.border-light
This release includes breaking changes to core variables and class names. Please make sure to update your CSS and JS files from src/css and src/js directory and replace all old class names using the mapping provided above. Not updating may cause UI inconsistencies or broken components.
v1.0.0 - Theseus
03 March, 2026
- Update Hummingbird version to v1.0.0
- Fix minor bugs
v1.0.0-beta - Initial Release
22 February, 2026
Initial Release

