Releases: taiga-family/taiga-ui
Releases · taiga-family/taiga-ui
Release v4.24.0
4.24.0 (2025-02-10)
🐞 Bug Fixes
- core: regression of selecting day when used min length
(#10302)
(30ca18a) - experimental:
SearchResults
fix focusing hidden tabs
(#10318)
(fb1ade2) - kit:
Avatar
fix icon color for appearances (#10328)
(d9c821c) - kit:
Tabs
properly inherit font styles (#10336)
(e830f55) - legacy:
InputDate
ignore null value if internal value is already null
(#10322)
(5e8430e) - legacy: add tuiUnfinishedValidator behaviour for InputDateTimeComponent
(#10164)
(fa4c079)
🚀 Features
- addon-mobile:
@taiga-ui/layout
should be peer dependency
(#10332)
(91dbb6c) - addon-mobile:
SheetDialog
content inherit border-radius
(#10320)
(b52e9da) - cdk:
FontSize
add new directive (#10327)
(dac1ba5) - kit:
Connected
add support forAccordion
(#10329)
(74fdab5) - layout:
Cell
add disabled state (#10307)
(bd06ee0) - testing: change
PLATFORM_ID
to server on jest environment
(#10335)
(ec9752d)
Release v3.104.1
Release v4.23.0
4.23.0 (2025-02-03)
🐞 Bug Fixes
- addon-doc:
DocAPIItem
throws error for signal-based output handlers
(#10292)
(548a212) - addon-mobile:
ElasticSticky
recalculates offsetTop if host content was changed
(#10253)
(a93868b) - kit:
Carousel
fix autoscroll in ssr (#10293)
(63e0564) - kit:
Connected
make compatible withChevron
(#10265)
(a9640fb) - kit:
InputNumber
should handle programmatic control update withNaN
as empty textfield
(#10276)
(ede4715) - layout:
CardLarge
fix title boldness (#10271)
(0c9a4e9) - layout:
Search
allow other elements via[tuiSearchField]
attribute
(#10294)
(f5c80ea)
🚀 Features
Release v3.104.0
3.104.0 (2025-02-03)
Features
Bug Fixes
- core:
tuiDropdownContext
menu remains open after long tap
(#10278)
(c965f55) - experimental:
CardLarge
fix title boldness (#10272)
(8b8103c) - kit:
InputDateRange
not reset initial value to min/max and show actual in calendar
(#10250)
(1e7d185) - kit:
InputDateTime
not reset initial value to min/max and show actual in calendar
(#10258)
(4be8fb0)
Release v4.22.0
4.22.0 (2025-01-27)
🚀 Features
- addon-mobile: new android/ios icon behaviour for checkbox
(#10204)
(10c4174) - core:
DataList
update labels design according to specs
(#10205)
(b2081d7) - demo:
Button
add example with two labels (#10242)
(5f24171) - layout:
Header
add body-l and body-m sizes (#10212)
(fa92c17) - layout:
InputSearch
add new component (#10197)
(e810a15) - layout: add new height modes on
tuiCell
(#10209)
(e8e1986)
🐞 Bug Fixes
- addon-mobile:
DataList
insideDropdownMobile
should not have built-in horizontal indent
(#10213)
(fe5d3f5) - addon-mobile: background blackout do not disappear on mobile after longtap event
(#10244)
(bbff629) - core:
Hint
fix dark mode colors (#10225)
(64c269f) - experimental: increase css-specificity for select's styles inside
TuiInputPhoneInternational
(#10223)
(c61bf00) - inputs with
extends TuiControl
has CD problems forwriteValue
of empty value
(#10220)
(647dcaa) - kit:
CalendarRange
should not require extra click to start new range after same day range
(#9847)
(2643187) - kit: debounce
overflownChange
event (#10188)
(07e335a) - kit: increase css-specificity for step button's styles inside
TuiInputNumber
(#10237)
(a516aca) - legacy: fixed color picker pointer (#10201)
(30b57fe)
Release v3.103.0
Release v4.21.0
4.21.0 (2025-01-20)
🚀 Features
🐞 Bug Fixes
- addon-doc: pin "ngx-highlightjs" peer dependency version
(#10186)
(a66d891) - addon-mobile:
SwipeActions
fix actions in IOS safari
(#10163)
(bd53957) - core: correct reuse of viewport for hint position
(#10183)
(0dc9b76) - core: fix tuiDialog typings for classes with constructor parameters
(#10193)
(6568200) - core: fix unknown selector warnings in Angular 17+
(#10162)
(f7192b9) - experimental:
Accordion
fix error with dynamic items
(#10182)
(a4fe7b3) - kit,legacy: all textfield controls should handle initial
ngModel
phantomnull
value
(#10171)
(b490860) - kit:
InputNumber
should handle initialngModel
phantomnull
value
(#10168)
(f259826) - kit: new version of
InputNumber
should provideTuiControl
for DI
(#10176)
(be0c38c) - layout: get view only on demand in
tuiAsideItem
(#10173)
(96797d5) - layout: update justify-content to place-content for improved main content
(#10191)
(967ae88)
Release v3.102.1
Release v4.20.0
4.20.0 (2025-01-13)
🐞 Bug Fixes
- addon-commerce: tuiAmount hiding negative sign when value is zero
(#10147)
(9244f1a) - cdk:
TuiTime.shift
doesn't shift higher order units
(#10065)
(5939585) - core:
Group
fix overlayed border in collapsed mode
(#10094)
(1b7628a) - core:
Textfield
with[content]
property has invalid behavior for<input />
(#10066)
(aa9ff64) - kit:
LineClamp
fix initial transition (#10070)
(14426cd) - kit: fix change detection in
Radio
,Checkbox
andSwitch
(#10102)
(824da0c) - kit: fix text overflow in Confirm component (#10085)
(166bc37) - layout:
BlockStatus
fix image height (#10121)
(570f67c) - legacy:
InputPhone
incorrectly parses paste of the shorten phone number
(#10063)
(1df2480) - legacy:
TuiMultiSelect
fix arrow (#10050)
(e96d4eb) - legacy: incorrect InputTag table appearance and PrimitiveTextfield placeholderRaisable calculation
(#10052)
(416dd8b) - legacy: use transformed value in
tui-input-date-range
for find active period
(#10135)
(3b8651b) - legacy: wrong prefix placement in table context (#10045)
(99cb0bc)
🚀 Features
- core: add
injector
to tuiDialog options (#10056)
(bcc02bc) - core: added
tuiDropdownEnabled
to exposed inputs ofTuiWithDropdownOpen
(#10101)
(562bbc6) - core: disable dark theme for print mode (#10110)
(8c9c616) - core: enable TuiHint hover when TuiHintManual is null
(#9955)
(e0e5861) - experimental:
Accordion
add new component (#10103)
(62109de) - experimental:
Expand
add new component (#10069)
(272db9b) - experimental:
Hint
add new component with updated styles
(#10051)
(92e8b21) - kit:
InputPin
add new component (#10084)
(36b45fa) - kit:
Tooltip
add small size (#10154)
(32e78bf) - kit: introduce new version of
InputNumber
(#10099)
(a32d2a4)
Release v3.102.0
3.102.0 (2025-01-13)
Features
Bug Fixes
- cdk:
TuiTime.shift
doesn't shift higher order units
(#10082)
(352f1b7) - experimental:
ButtonVertical
fix style priority
(#10054)
(0f3e976) - experimental:
Header
fix subtitle padding on mobile
(#10126)
(c44ec38) - kit: fix text overflow in Prompt component (#10086)
(c7f5c8c) - layout:
BlockStatus
fix image height (#10122)
(70da553)