Releases: etn-ccis/blui-angular-component-library
Releases · etn-ccis/blui-angular-component-library
@brightlayer-ui/angular-components v9.0.0
v9.0.0 (July 14, 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-components v8.1.0
v8.1.0 (March 14, 2023)
Fixed
- Fixed Channel value issue with zero value in
<blui-channel-value>
(#556). - Fixed Ability to use chevron and right component prop on the Info List Item at the same time in
<blui-info-list-item>
(#418). - Fixed Ripple not disabled in NavItem
<blui-drawer-nav-item>
(#468). - Fixed Toolbar Menu left icon should be vertically centered in
<blui-toolbar-menu>
(#515). - Fixed Divider effect not working in
<blui-hero-banner>
(#491). - Fixed Drawer footer should preserve its divider when the drawer collapses in
<blui-drawer-footer>
(#484).
@brightlayer-ui/angular-components v8.0.1
@brightlayer-ui/angular-components v8.0.0
v8.0.0 (November 21, 2022)
Changed
- Updated to Angular 14 for building the library.
Removed
- Removed
<blui-dropdown-toolbar>
component.
Fixed
- Fixed
<blui-empty-state>
not sizing non-material icons correctly. (#530).
@brightlayer-ui/angular-components v7.0.3
v7.0.3 (October 31, 2022)
Fixed
- Fixed incorrect styling of nested
<mat-drawer-content>
(#463). - Fixed
<blui-drawer>
sharing a single instance of drawer state (#453). - Fixed
<blui-drawer-header>
not responding to dynamic icon content. (#473). - Fixed
<blui-drawer-layout>
styles affecting deep nested<blui-drawer>
children (#472). - Fixed
blui-title-content
not showing in<blui-nav-group>
(#475). - Fixed
blui-app-bar
not listening to scroll containers when rendered in a<ng-template>
(#508). - Fixed
blui-score-card
badgeOffset
not being updated correctly when set to 0 after initialization (#534).
@brightlayer-ui/angular-components v7.0.2
v7.0.2 (June 8, 2022)
Fixed
- Fixed escape key permanently dismissing
<blui-drawer>
(#426). - Fixed
<blui-drawer-layout>
opening side nav when transitioning to atemporary
state (#82). - Fixed escape key permanently dismissing
<blui-user-menu>
(#434). - Fixed
<blui-empty-state>
not being centered when a description is not provided (#378).
@brightlayer-ui/angular-components v7.0.1
@brightlayer-ui/angular-components v7.0.0
v# Change Log
7.0.0 (March 14, 2022)
Added
- Added
<blui-toolbar-menu>
component (#374).
Changed
- Updated to Angular 13 for building the library.
Fixed
- Fixed container overflow in
<blui-empty-state>
(#400). - Fixed
<blui-app-bar>
and<blui-three-liner>
applying transition tocolor
andbackground-color
style properties (#395). - Fixed
<blui-mobile-stepper>
not spanning full container width on Safari (#404). - Fixed
<blui-empty-state>
description not applying correct typography. (#414).
@brightlayer-ui/angular-components v6.0.4
v6.0.4 (February 14, 2022)
- Fixed change detection error in
<blui-drawer-nav-item>
(#397).
@brightlayer-ui/angular-components v6.0.3
v6.0.3 (January 27, 2022)
Fixed
- Fixed
<blui-drawer-nav-item>
not responding toexpanded
input on initialization. (#391)