Skip to content

Releases: etn-ccis/blui-angular-themes

@brightlayer-ui/angular-themes v9.0.2

09 Feb 13:36
0a0a03c
Compare
Choose a tag to compare

v9.0.2 (February 9, 2024)

Fixed

  • Fixed syntax issue in font family style rule.

@brightlayer-ui/angular-themes v9.0.1

18 Sep 13:27
524e3df
Compare
Choose a tag to compare

v9.0.1 (September 18, 2023)

Fixed

  • Fixed styles where Angular 15 themes not matching Angular 14 (#156).
  • Fixed slide-toggle bar color (#199).
  • Fixed inactive tabs color to use foreground color instead of primary color (#200).

@brightlayer-ui/angular-themes v9.0.0

03 Jul 18:20
5596124
Compare
Choose a tag to compare

v9.0.0 (July 3, 2023)

Changed

  • Updated to Angular 15 for building the library. The lib will use the legacy Material components (not the MDC Web).

@brightlayer-ui/angular-themes v8.1.0

12 Apr 18:31
7160cd7
Compare
Choose a tag to compare

v8.1.0 (April 13, 2023)

Fixed

  • 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).

Added

  • Support for CSS Custom properties customization.

@brightlayer-ui/angular-themes v8.0.0

22 Nov 14:22
b9e3fc0
Compare
Choose a tag to compare

v8.0.0 (November 21, 2022)

Changed

  • Updated to Angular 14 for building the library.

@brightlayer-ui/angular-themes v7.0.1

21 Jun 12:47
028e050
Compare
Choose a tag to compare

v7.0.1 (June 20, 2022)

Fixed

  • 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)

@brightlayer-ui/angular-themes v7.0.0

14 Mar 19:27
7d136b1
Compare
Choose a tag to compare

v7.0.0 (March 14, 2022)

Added

  • Added support for Angular v13.
  • Added blui typography rules. (#49)

Changed

  • Changed Angular Material default typography ruleset to match specifications on our documentation site.

@brightlayer-ui/angular-themes v6.4.0

11 Feb 15:04
56e6405
Compare
Choose a tag to compare

v6.4.0 (February 11, 2022)

Added

  • Added blui-inline attribute styles to mat-button. (#31)
  • Added blui-input attribute styles to mat-form-field.
  • Added new outline and filled variant for <mat-toggle-button>.(#19)

Fixed

  • 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)

Changed

  • Updated mat-form-field styles (#48).
  • Updated table styles to match design specifications (#36, (#37), #38).
  • Changed default font-size of .mat-tooltip text to 12px.(#10)

@brightlayer-ui/angular-themes v6.3.0

03 Nov 17:05
785fedf
Compare
Choose a tag to compare

v6.3.0 (November 3, 2021)

Changed

  • Changed package namespace from @pxblue to @brightlayer-ui.

Package Migration Notice

Previous versions listed after this indicator refer to our deprecated @pxblue packages.


@pxblue/angular-themes v6.3.0

28 Sep 17:36
1273bae
Compare
Choose a tag to compare

v6.3.0 (September 28, 2021)

Added

  • Added theme support for UserMenuHeaderComponent.
  • Red text highlight color for invalid form fields.
  • Applied Open Sans font family to HTML <input> elements.

Fixed

  • Fixed light theme active item icon color for <pxb-drawer>.

Changed

  • Changed <mat-button-toggle-group> default height to 36px.