19.8.0
What's Changed
- chore(autocomplete): added tests by @lskramarov in #1498
- chore(select): added tests by @lskramarov in #1497
- chore(filter-bar): migrate karma test to jest by @lskramarov in #1521
- chore(tabs): migrate karma test to jest by @lskramarov in #1522
- chore(breadcrumbs): migrate karma test to jest and playwright by @lskramarov in #1524
- chore(dropdown): migrate karma test to jest and playwright by @lskramarov in #1527
- chore(tooltip): migrate karma test to playwright by @lskramarov in #1529
- chore(input): migrate karma test to jest by @lskramarov in #1530
- chore(overflow-items): migrate karma test to jest and playwright by @lskramarov in #1525
- chore(file-upload): migrate karma test to jest by @lskramarov in #1523
- chore(deps-dev): bump eslint-plugin-promise from 7.2.1 to 7.3.0 in the eslint group by @dependabot[bot] in #1537
- chore(deps): bump github/codeql-action from 4.35.1 to 4.35.3 by @dependabot[bot] in #1539
- chore(deps): bump the angular group with 16 updates by @dependabot[bot] in #1540
- chore(deps): bump the koobiq group with 5 updates by @dependabot[bot] in #1541
- chore(deps-dev): bump rollup from 4.60.1 to 4.60.2 in the rollup group by @dependabot[bot] in #1542
- fix(docs): pages content cache (#DS-4377) by @artembelik in #1520
- feat(inline-edit): add customizable panel class (#DS-4975) by @NikGurev in #1546
- fix(docs): remove md code bg overrides (#DS-5024) by @NikGurev in #1547
- fix(datepicker): removed legacy polyfill (#DS-5054) by @artembelik in #1548
- chore(tree-select): migrate karma test to jest and playwright by @lskramarov in #1533
- chore(splitter): migrate karma test to jest and playwright by @lskramarov in #1531
- chore(tabs): migrate karma test to playwright by @lskramarov in #1535
- chore(clamped-text): migrate karma test to jest and playwright by @lskramarov in #1532
- chore(textarea): migrate karma test to jest and playwright by @lskramarov in #1536
- chore(deps-dev): bump the prettier group across 1 directory with 2 updates by @dependabot[bot] in #1538
- chore(timezone): migrate karma test to jest by @lskramarov in #1534
- fix(docs): welcome page preview (#DS-4883) by @artembelik in #1544
- chore: use actions-panel adaptive example in ssr by @artembelik in #1549
- feat(select): added scroll events (#DS-3551) by @lskramarov in #1550
- chore: remove karma by @lskramarov in #1556
- fix(select): incorrect calculation of hidden items (#DS-4904) by @lskramarov in #1551
- fix(accordion): errors with ssr (#DS-5060) by @lskramarov in #1564
- chore(deps-dev): bump postcss-discard-comments from 7.0.4 to 7.0.8 by @dependabot[bot] in #1562
- chore(deps-dev): bump rollup from 4.60.2 to 4.60.3 in the rollup group by @dependabot[bot] in #1560
- chore(deps): bump zone.js from 0.16.1 to 0.16.2 in the angular group by @dependabot[bot] in #1559
- chore(deps): bump mattermost/action-mattermost-notify from 2.0.0 to 2.1.0 by @dependabot[bot] in #1558
- chore(deps-dev): bump postcss from 8.5.6 to 8.5.14 by @dependabot[bot] in #1563
- chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by @dependabot[bot] in #1557
- chore(deps-dev): bump the jest group across 1 directory with 2 updates by @dependabot[bot] in #1561
- chore: added
release:extract-docs-metascript (#DS-5012) by @artembelik in #1545 - fix(scrollbar): dark theme tokens selector (#DS-5039) by @artembelik in #1552
- fix(timepicker): incorrect status for async validators (#DS-5038) by @artembelik in #1553
- fix(sidepanel): add type="button" to close button to prevent form submission (#DS-2889) by @NikGurev in #1555
- fix(core): use groups with form-field properly (#DS-5063) by @NikGurev in #1565
- fix(inline-edit): returned text truncation (#DS-5061) by @NikGurev in #1554
- fix(select): fixed width after open (#DS-5028) by @lskramarov in #1566
- chore: fix example for custom pipe (#DS-5031) by @lskramarov in #1570
- chore: added CLAUDE.md by @artembelik in #1574
- fix(navbar): unexpected tooltip after click (#DS-5043) by @lskramarov in #1573
- fix(navbar): icon color for active state in kbq-navbar-item (#DS-5019) by @lskramarov in #1572
- fix(dropdown, navbar): positioning (#DS-4934) by @lskramarov in #1571
- fix: add tag input autofill styles (#DS-4958) by @NikGurev in #1569
- fix(tags): selectable tag tabindex, tag toggle by click (#DS-4322) by @artembelik in #1543
- fix: stackblitz toast examples (#DS-5007) by @artembelik in #1581
- chore(notification-center,app-switcher,content-panel): added
overlayscrollbarsdependency note (#DS-5068) by @artembelik in #1582 - feat(form-field): update label color token (#DS-2800) by @NikGurev in #1575
- feat(docs): use top-bar styling instead of customized docs-navbar by @NikGurev in #1576
- feat(icon,file-upload,dropdown,link): add SVG icon registry (#DS-2718) by @NikGurev in #1528
- fix(select): incorrect selected value when using virtual scrolling (#DS-5020) by @lskramarov in #1580
- fix(select, tree-select): keyboard focus on single-option list (#DS-4913) by @lskramarov in #1584
- fix(code-block): update filled background and actionbar styling (#DS-4954) by @NikGurev in #1578
- chore(ag-grid): updated documentation, added state examples (#DS-5090) by @artembelik in #1577
- fix(navbar): update collapsed text in tooltip (#DS-5092) by @lskramarov in #1587
- fix(popover): replace max-width with width on size classes (#DS-2751) by @lskramarov in #1588
- fix(toast): cleanup overlay lifecycle and template handling (#DS-3225, #DS-3408, #DS-3409) by @lskramarov in #1589
- fix(select, timezone): option tooltip not triggering on overflowing text (#DS-5091) by @lskramarov in #1590
- fix(tree): keep ngModel selection toggleable after dataSource.data change (#DS-5053) by @lskramarov in #1591
- fix(top-bar): remove redundant selector in top-bar (#DS-4531) by @NikGurev in #1594
- chore(tabs): example with actionbar (#DS-4902) by @artembelik in #1596
- fix(top-bar): specified selectors to exclude breadcrumb items (#DS-5023) by @NikGurev in #1595
- feat(autocomplete,dropdown): set panel min width to 200px (#DS-4067) by @NikGurev in #1597
- chore: update checkout action versions and add permissions (#DS-3557) by @NikGurev in #1592
- fix(icon): replace CSS class-based icon usages with [kbq-icon] binding (#DS-5093) by @NikGurev in #1586
- feat(dropdown): add center option for x-axis (#DS-5040) by @NikGurev in #1598
- feat(code-block): added highlight.js language provider (#DS-3178) by @artembelik in #1593
Full Changelog: 19.7.0...19.8.0