- Fixed Angular 15 themes should match the legacy themes issue (#156).
- Fixed inactive tabs should use foreground color instead of primary color issue (#200).
- Fix slide-toggle bar color
- Updated to Angular 15 for building the library. The lib will use the legacy Material components (not the MDC Web).
- Fixed
<blui-drawer-header>
color
prop issue (#152). - Fixed
<mat-select>
wrong label and underline color (#67). - Fixed dropdown arrow not vertically aligned issue in
<mat-select>
(#78). - Fixed chip mixin to use correct accent color issue (#72).
- Fixed
<blui-inline>
does not work with inline svg icons issue (#133). - Fixed Dark theme
<blui-drawer-header>
text and icon color issue (#79). - Fixed an issue where the browser default password reveal button collides with any matSuffix input icon provided (#168).
- Support for CSS Custom properties customization.
- Updated to Angular 14 for building the library.
- Fixed incorrect autocomplete colors for input fields in dark theme (#76).
- Fixed default
mat-button
height not being 36px. (#103) - Fixed
mat-expansion-panel-header
border color not similar to divider color (#107) - Fixed
<blui-info-list-item>
disabled state when within a<mat-nav-list>
(#114) - Fixed stepper input styles (#90)
- Fixed
mat-button-toggle
border styles (#109)
- Added support for Angular v13.
- Added
blui
typography rules. (#49)
- Changed Angular Material default typography ruleset to match specifications on our documentation site.
- Fixed bug where
blui-inline
didn't align buttons with prefix and postfix icons. (#94)
- Added
blui-inline
attribute styles tomat-button
. (#31) - Added
blui-input
attribute styles tomat-form-field
. - Added new
outline
andfilled
variant for<mat-toggle-button>
.(#19)
- Fixed non-center aligned chevron in
<mat-expansion-panel-header>
. (#50) - Fixed disabled slider color in
<mat-slider>
. (#27) - Fixed text color of active option in
<mat-select>
for light and dark mode. (#18) - Fixed dark-mode text and icon color in
<mat-toolbar>
. (#18)
- Updated
mat-form-field
styles (#48). - Updated table styles to match design specifications (#36, (#37), #38).
- Changed default font-size of
.mat-tooltip
text to12px
.(#10)
- Changed package namespace from
@pxblue
to@brightlayer-ui
.
Previous versions listed after this indicator refer to our deprecated @pxblue
packages.
- Added theme support for
UserMenuHeaderComponent
. - Red text highlight color for invalid form fields.
- Applied Open Sans font family to HTML
<input>
elements.
- Fixed light theme active item icon color for
<pxb-drawer>
.
- Changed
<mat-button-toggle-group>
default height to 36px.
- Fixed bug in
<mat-chip>
styles where non-selected chips appeared as selected.
- Added new
stroked
variant for<mat-chip>
and adjusted default chip theme.
- Default
<mat-chip>
icon size to be 18x18 pixels.
- Changed
mat-button
styles for disabledprimary
,accent
, andwarn
variants.
- Added support for
<pxb-user-menu>
bottomsheet overlay.
- Fixed disabled icon & text color for
<pxb-info-list-item>
and<mat-menu-item>
. - Fixed dark-mode active item text color for
<pxb-drawer>
rail variant.
- Fixed default
<pxb-drawer-header>
and<pxb-dropdown-toolbar>
background color.
- Added
<pxb-score-card>
badge background theme.
- Fixed missing navigation rail active-item font-color bug.
- Fixed missing navigation rail hover highlight.
- Adjusted
<mat-form-field>
blue-theme colors. - Updated deprecated
typeface-open-sans
dependency to@fontsource/open-sans
. - Changed several dark mode defaults.
- Updated
<pxb-empty-state>
default colors. - Updated CSS rule-specificity for some default styles. If you have been using custom style overrides, check to make sure that your rules are specific enough to take precedence over the defaults.
- Add theme for
<pxb-mobile-stepper>
.
- Update
filled
input field light-themed background color. - Update
<pxb-drawer>
theme.
- Add style rules for
<mat-stepper>
.
- Rename class used to highlight
<pxb-drawer>
selection.
- Remove
<mat-button>
uppercase default behavior.
- Fix an issue with with setting a color for
<pxb-info-list-item>
text.
- Add UserMenu theme.
- Update theme definitions to use the @pxblue/colors version 3.0.0.
- Update default typography styles for consistency.
Themes have been broken out into their own packages. This package was originally part of @pxblue/themes. If you are switching to this package, you'll need to update some import statements (refer to the usage instructions in the README).
- Includes minor color adjustments for outlined buttons in blue theme and cards in dark theme.