Skip to content

Commit e1d64e9

Browse files
committed
chore: bump version to 18.39.4 w/ changelog
1 parent f69b73f commit e1d64e9

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 18.39.4 (2026-03-19)
2+
3+
### Koobiq
4+
5+
* bug fix **checkbox:** increase icon selector specificity for default state ([#DS-4804](https://github.com/koobiq/angular-components/issues/issue/DS-4804)) ([#1424](https://github.com/koobiq/angular-components/issues/1424)) ([2387224](https://github.com/koobiq/angular-components/commit/2387224b79b4b48d2844c6eca6bef49242217597))
6+
* bug fix **code-block:** overflow-wrap for `softWrap` mode ([#DS-3032](https://github.com/koobiq/angular-components/issues/issue/DS-3032)) ([#1414](https://github.com/koobiq/angular-components/issues/1414)) ([8a073b2](https://github.com/koobiq/angular-components/commit/8a073b2166c8d9dda44c9024b21ae93ad19a8dc1))
7+
* bug fix **code-block:** prevent action buttons text overlap ([#DS-4738](https://github.com/koobiq/angular-components/issues/issue/DS-4738)) ([#1417](https://github.com/koobiq/angular-components/issues/1417)) ([62fe953](https://github.com/koobiq/angular-components/commit/62fe9533298924b049df7c61021baad378af2859))
8+
* bug fix **filter-bar:** layout for date pipe ([#DS-4069](https://github.com/koobiq/angular-components/issues/issue/DS-4069)) ([#1399](https://github.com/koobiq/angular-components/issues/1399)) ([9c85e3d](https://github.com/koobiq/angular-components/commit/9c85e3d33a0a8e39ff175651b497e87147414af4))
9+
* bug fix **input:** block stepper on disabled ([#DS-4723](https://github.com/koobiq/angular-components/issues/issue/DS-4723)) ([#1380](https://github.com/koobiq/angular-components/issues/1380)) ([3c0fa83](https://github.com/koobiq/angular-components/commit/3c0fa83696bcd84a254fe984623c2829d8833b71))
10+
* bug fix **navbar:** update tooltip when collapsed text changed ([#DS-4275](https://github.com/koobiq/angular-components/issues/issue/DS-4275)) ([#1402](https://github.com/koobiq/angular-components/issues/1402)) ([04df9b2](https://github.com/koobiq/angular-components/commit/04df9b2413896ccd1c4adb6e1abe2461b401986e))
11+
* bug fix **popover:** delete classes after closing ([#DS-4756](https://github.com/koobiq/angular-components/issues/issue/DS-4756)) ([#1413](https://github.com/koobiq/angular-components/issues/1413)) ([bd83d4e](https://github.com/koobiq/angular-components/commit/bd83d4ee8674f0b8b9b89078d7fb74dcbc7f16e5))
12+
* bug fix **progress-spinner:** ignore color property ([#DS-4353](https://github.com/koobiq/angular-components/issues/issue/DS-4353)) ([#1408](https://github.com/koobiq/angular-components/issues/1408)) ([1e67d04](https://github.com/koobiq/angular-components/commit/1e67d048414a2d2667072c346b162e679f505376))
13+
* bug fix **search-expandable:** don't use [disabled] with formControl ([#DS-4690](https://github.com/koobiq/angular-components/issues/issue/DS-4690)) ([#1416](https://github.com/koobiq/angular-components/issues/1416)) ([f69b73f](https://github.com/koobiq/angular-components/commit/f69b73f4916ee79398a279f9cd38172bd717ba7c))
14+
* bug fix **tabs:** custom tab label display ([#DS-4706](https://github.com/koobiq/angular-components/issues/issue/DS-4706)) ([#1404](https://github.com/koobiq/angular-components/issues/1404)) ([7dd299a](https://github.com/koobiq/angular-components/commit/7dd299a7d12f0dc47626b5cf4fb4471b69ec309d))
15+
* bug fix **tags:** onPaste tags splitting by separators ([#DS-4711](https://github.com/koobiq/angular-components/issues/issue/DS-4711)) ([#1403](https://github.com/koobiq/angular-components/issues/1403)) ([6a6b50e](https://github.com/koobiq/angular-components/commit/6a6b50e8e3f088fee2d02ff50787bc8049e43ddd))
16+
* bug fix **textarea, input, select, tree-select, tags:** incorrect status for async validators ([#DS-4760](https://github.com/koobiq/angular-components/issues/issue/DS-4760)) ([#1428](https://github.com/koobiq/angular-components/issues/1428)) ([9097558](https://github.com/koobiq/angular-components/commit/9097558fd94e375190fae1081808bcd8864fddd0))
17+
* bug fix **title:** not displayed if 1-2 characters don't fit ([#DS-4466](https://github.com/koobiq/angular-components/issues/issue/DS-4466)) ([#1259](https://github.com/koobiq/angular-components/issues/1259)) ([#1405](https://github.com/koobiq/angular-components/issues/1405)) ([2b02901](https://github.com/koobiq/angular-components/commit/2b029019375e64dc4112e9a65c80c12eb1373527))
18+
* bug fix **tooltip:** don't use arrows by default ([#DS-4731](https://github.com/koobiq/angular-components/issues/issue/DS-4731)) ([#1410](https://github.com/koobiq/angular-components/issues/1410)) ([339fc84](https://github.com/koobiq/angular-components/commit/339fc84d4630e75de65db1a241f17fef2a47e0bd))
19+
120
## 18.39.3 (2026-02-20)
221

322
### Koobiq

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koobiq",
3-
"version": "18.39.3",
3+
"version": "18.39.4",
44
"description": "Components for Angular",
55
"private": true,
66
"homepage": "https://github.com/koobiq/angular-components",

0 commit comments

Comments
 (0)