4.33.0 (2025-04-14)
🚀 Features
- addon-doc: customize fullscreen buttons (#10791)
(2a11b88) - addon-doc: hide fullscreen button when device doesn't support fullscreen API
(#10800)
(9c3b5f8) - addon-mobile:
DropdownMobile
supports newSelect
(#10782)
(cc413dc) - core:
Dropdown
take virtual keyboard into account when positioning
(#10801)
(fbf1ccd) - kit:
Select
refactor to newTextfield
(#10642)
(e2eb470) - kit:
Textarea
add new component (#10778)
(9134d77)
🐞 Bug Fixes
- add
ngSkipHydration
for<input/>
-s with template inside (to prevent SSR hydration error)
(#10818)
(b86ac36) - addon-doc: set fixed width for last API column (#10788)
(7dfd59c) - addon-mobile:
SheetDialog
addenv(safe-area-inset-top)
(#10776)
(1087a07) - cdk:
FontSize
early return when disabled (#10794)
(da70031) - cdk:
ng-add
fix wrapping with tui-root forUTF-8 with BOM
templates
(#10786)
(67993cb) - core:
DropdownOpen
sync state when changed externally
(#10812)
(591a502) - core:
InputMonth
should hide Android text select handle
(#10760)
(db9f021) - core:
Option
has stuck hover effect for mobile devices
(#10824)
(0062550) - core:
Textfield
add vertical padding (#10754)
(707aaf4) - core:
Textfield
has invalid width for[tuiChevron]
's icon
(#10761)
(efeaa5f) - enable pointer events on disabled tuiOption (#10780)
(ebd6884) - kit:
InputMonth
should not usecursor: pointer
for disabled state
(#10820)
(74ac17e) - kit:
LineClamp
fixoverflownChange
calculation
(#10781)
(2d37fa3) - kit: add deeper import for
TuiChevron
(#10775)
(26aa905) - kit: navigate to active element after first render for
tuiStepper
(#10777)
(d45aff8) - layout:
AppBar
add transparency in supporting browsers
(#10796)
(fdf3ac0) - layout:
Navigation
fix aside highlights (#10785)
(c2dae17) - legacy:
InputDateTime
has incorrect typings for control value
(#10779)
(8b074a9) - legacy: reuse
identityMatcher
insidetuiMultiSelectGroup
(#10774)
(a8d8409)