v0.6.0
0.6.0 (2023-07-03)
Features
- avatar: support adding a badge to the avatar (#267) (99c8c42)
- dialog: add new
<bq-dialog>
component (#269) (fb53b87) - toast: add new
<bq-toast>
component (#301) (5c22cc7)
Bug Fixes
- angular wrapper: this.appInits[i] is not a function (#304) (7f64ee3)
- badge: not being full rounded with one digit (#307) (3bf70c8)
- css Shadow token: wrong
shadow-m
token value (#313) (f190123) - notification: hidden CSS class not being applied (#308) (e74bd24)
- sonarlint: code smells and security reviews (#303) (7862ba6)
- sonarlint: resolve major issues spotted by Sonarcloud (#302) (00fd221)
What's Changed
- angular wrapper: this.appInits[i] is not a function by @mavgustin in #304
- avatar: support adding a badge to the avatar by @HamudeHomsi in #267
- dialog: add new
<bq-dialog>
component by @dgonzalezr in #269 - toast: add new
<bq-toast>
component by @endv-bogdanb in #301
Full Changelog: v0.5.0...v0.6.0