Major Changes
-
Renamed the alert component to banner and updated the styles of banner and toast components. The class
.alert
is still supported for now but is deprecated and will be removed in v10. Changed web component<post-alert>
to<post-banner>
. Additionally, the classes.{toast|alert}-primary
,.{toast|alert}-gray
and.toast-notification
have been deprecated. (by @leagrdv with #3862) -
Removed size variants for form select. The sizing classes
.form-select-sm
,.form-select-rg
,.form-select-md
and.form-select-lg
no longer have any effect and can be removed safely. (by @leagrdv with #3978) -
Removed the
alert-fixed-bottom
variant of the alert. (by @leagrdv with #3862) -
Removed sizes option for text inputs. (by @leagrdv with #3946)
-
Changed the class name of assistive text below form fields from
.form-text
to.form-hint
and improved accessibility by connecting the hint to the form througharia-describedby
. (by @leagrdv with #3961)
Minor Changes
-
Added a new
segmented-button
component, which allows users to toggle between two or more content sections within the same area on the screen. (by @alionazherdetska with #3879) -
Internalized bootstrap overflow utilities into the design system. (by @leagrdv with #4006)
-
Updated radio-button styles with Design Tokens. (by @schaertim with #3965)
-
Addes Cargo theme styles. (by @alizedebray with #3993)
-
Updated checkbox styles with Design Tokens. (by @schaertim with #3965)
-
Updated switch styles with Design Tokens. (by @schaertim with #3965)
-
Added color palettes to easily apply colors to a page section using predefined color sets. (by @alizedebray with #3850)
Patch Changes
-
Updated
.form-control
text input to new Post design. (by @leagrdv with #3946) -
Updated the blockquote styles to match the new Post design. (by @myrta2302 with #3882)