You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate Google Material Icons to Google Material Symbol. This migration improve icon naming consistency, clarity and reduce the bundle size.
Migrate scss files from legacy SASS to modern SASS.
Reduce the number of color variants for each component on main css file (comply to Bootstrap colors with some addition) and put other color variants on different css file. This action greatly reduces the size of the main css file.
New components: BsFontAwesome, BsBreadcrumb and BsImageUploader.
BsIcon, BsIconSvg, BsToggleIcon:
Improve icon property to better accommodate Google Material Symbols.
Add new property filled to better accommodate Google Material Symbols.
BsAlert, BsChip, BsChipGroup:
Improve icon property to better accommodate Google Material Symbols.
Improve icon-variant property to better accommodate Google Material Symbols.
Change property of icon-variant default value to outlined.
Improve properties: append-icon, append-icon-outer, prepend-icon, prepend-icon-outer and action-icon-variant to better accommodate Google Material Symbols.