Skip to content

Latest commit

 

History

History
342 lines (297 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

342 lines (297 loc) · 24.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.5.0 (2024-09-02)

🐞 Bug Fixes

  • addon-commerce: InputCard fix autofill (#8728) (226a763)
  • addon-doc: code glitch in ssr (#8705) (59712a2)
  • core: Dropdown triggers change detection too frequently (#8738) (8bdcb19)
  • core: Icons fix mask shorthand (#8711) (a292756)
  • core: Textfield should not change color of chevron on hover if readOnly is enabled (#8754) (2e21615)
  • kit: CalendarRange shows end of range (#8774) (6604fd6)
  • kit: InputPhoneInternational should not allow to open dropdown if readOnly=true (#8764) (fcca2fa)
  • kit: CalendarRange not switch to selected item (#8784) (ad138ab)
  • kit: contain width for img in avatar (#8723) (c9014a2)
  • layout: Navigation fix style specificity for AsideItem (#8790) (77a1eea)
  • legacy: InputDateRange triggers cyclic change detection ticks (#8706) (c7bc044)
  • legacy: restore autoColor for InputTag and MultiSelect (#8783) (e5477c4)
  • legacy: trigger transform placeholder when using autofill (#8779) (464dee4)

🚀 Features

4.4.1 (2024-08-27)

🐞 Bug Fixes

4.4.0 (2024-08-26)

🐞 Bug Fixes

  • addon-mobile: PullToRefresh fix scroll ref (#8684) (c9eef96)
  • cdk: ActiveZone do not exit zone when scrollable container becomes non-scrollable (#8631) (#8653) (b796d0d)
  • kit: ButtonClose fix icon (#8659) (7287016)
  • kit: CalendarRange delete code for availableRange property (#8688) (18d9b07)
  • kit: Tiles fix reorder issue (#8663) (9ea0162)
  • legacy: Textarea use balance text-wrap in safari (#8666) (cbaac1b)
  • legacy: invalid css variable (#8619) (4fa7631)

🚀 Features

  • core: TUI_DARK_MODE add new token (#8657) (f409942)
  • icons: drop useless comments inside svg file (#8660) (327f470)
  • kit: CalendarRange add item property for correctly switch value outside (#8617) (39e3419)
  • kit: IconBadge add new directive (#8667) (1d2c286)
  • layout: Search add new component (#8648) (8cb50c0)

4.3.0 (2024-08-21)

🚀 Features

  • addon-mobile: possibility drop mobile calendar header (#8265) (819b17b)
  • kit: ButtonSelect add new directive (#8559) (6cba52c)

🐞 Bug Fixes

  • addon-doc: strange behavior on safari (#8588) (9e6e865)
  • addon-mobile: PullToRefresh do not trigger pulled if dialog is inside (#8597) (7474d6e)
  • core: do not call resolver multiple time (#8578) (6e5c9f4)
  • core: user selection on safari (#8587) (02e1c73)
  • kit: InputPhoneInternational fix size for border-box (#8633) (1dec452)
  • kit: Segmented fix native reset form action (#8605) (ec87062)
  • kit: improve tree-shakeability of InputPhoneInternational (#8603) (abfba9e)
  • kit: segmented subscription to control value changes (#8574) (e6cf175)
  • legacy: display view/hide password button with readOnly property (#8584) (15857bc)
  • legacy: prevent add/remove suffixes while InputNumber is readonly (#8568) (7a58d78)
  • legacy: set correct font size for small and medium sizes (#8548) (8acfb39)

4.2.0 (2024-08-14)

🚀 Features

🐞 Bug Fixes

4.1.0 (2024-08-13)

🚀 Features

🐞 Bug Fixes

  • core: Group fix edge overlay (#8509) (bd43b97)
  • kit: InputPhoneInternational fix chevron (#8491) (a0397d6)
  • legacy: InputTime has missing zero padding on blur for HH:MM mode (#8492) (84c3aae)

4.0.1 (2024-08-12)

🐞 Bug Fixes

  • cdk: redundant assert log if hours are greater than 23 (#8448) (c3a7e49)
  • core: Root fix background (#8468) (bbbb82e)
  • core: add type=button to textfield for ignore submit event (#8455) (4700e5d)
  • kit: TuiDataListGroupWrapperComponent is not assignable to the same property in base type (#8461) (933be65)

4.0.0 (2024-08-09)

Migration guide

This release introduces a lot of breaking changes.
Most of them can be solved automatically with the following command:

Angular CLI:

ng update @taiga-ui/cdk

Nx CLI:

nx migrate @taiga-ui/cdk
nx migrate --run-migrations=migrations.json

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.