Skip to content

Releases: taiga-family/taiga-ui

Release v2.50.2

22 Jun 21:44
Compare
Choose a tag to compare

2.50.2 (2022-06-22)

Bug Fixes

  • core: wrong handler which detect emulated desktop viewport
    (#1987)
    (5d18148)

Release v2.50.1

22 Jun 13:28
Compare
Choose a tag to compare

2.50.1 (2022-06-22)

Features

  • addon-chart: RingChart use ng-content instead of input
    (#1978)
    (da46ddc)

Bug Fixes

  • addon-mobile: fix overscroll for android (#1977)
    (e354ded)
  • core: PrimitiveTextfield fix prefix when aligned to the right
    (#1969)
    (0520392)
  • core: cross-browser viewport width for mobile (#1979)
    (3226ad8)
  • kit: InputSlider incorrect vertical alignment of slider
    (#1967)
    (d37aae0)

Release v2.50.0

20 Jun 16:18
Compare
Choose a tag to compare

2.50.0 (2022-06-20)

Features

  • addon-editor: support new versions of prosemirror (#1962)
    (66f2535)
  • addon-editor: wrap tools to the new line when overflow (#1958)
    (35cfe65)
  • kit: close PdfViewer with Esc key (#1954)
    (d8a6bd5)

Bug Fixes

  • addon-commerce: correct rounding for float values (#1938)
    (8063372)
  • addon-mobile: Sheet fix closing for tall content (#1956)
    (f68d592)
  • cdk: support ng-add for ng14 (#1959)
    (515bc79)
  • kit: InputSlider property [quantum] does not properly work on blur
    (#1957)
    (2270721)
  • kit: use correct mask for RU-phone number (#1937)
    (8ec5090)

Release v2.49.2

17 Jun 10:51
Compare
Choose a tag to compare

2.49.2 (2022-06-17)

Features

Bug Fixes

  • addon-table: Table fix changing initial direction with server-side sorting
    (#1935)
    (f9950c5)
  • core: tuiWrapper fix icon appearance (#1941)
    (2840da9)
  • core: removed CSS interface which unsupported in TS 3.9+
    (#1940)
    (1bf0f0d)

Release v2.49.1

16 Jun 10:13
Compare
Choose a tag to compare

2.49.1 (2022-06-16)

Bug Fixes

Release v2.49.0

14 Jun 15:48
Compare
Choose a tag to compare

2.49.0 (2022-06-14)

Features

  • addon-editor: support emoji data type for new prosemirror-model
    (b590498)
  • cdk: add chromium, firefox, webkit engine detection
    (9fa5e1b)
  • cdk: constants CHAR_HYPHEN | CHAR_EN_DASH | CHAR_EM_DASH | CHAR_PLUS
    (#1885)
    (97acb51)
  • core: use TuiNumberFormatSettings instead of deprecated NumberFormatSettings
    (#1886)
    (bda8f5a)

Bug Fixes

  • addon-doc: broken PAGE_SEE_ALSO (#1884)
    (802e9c1)
  • addon-editor: upgrade prosemirror-model dependency for compat
    (bf573c1)

Release v2.48.0

07 Jun 08:22
Compare
Choose a tag to compare

2.48.0 (2022-06-07)

Features

  • addon-editor: add selected content into details (#1865)
    (3c7c53b)

Bug Fixes

  • addon-editor: fix cursor visibility in summary extension
    (#1864)
    (b4ed2af)
  • cdk: fix autofocus behavior in ios
    (77cbe36)
  • kit: InputNumber prefix is overlapped by value (#1867)
    (b4d66d5)
  • kit: use correct return type when passing an argument
    (409aead)

Release v2.47.0

30 May 16:12
Compare
Choose a tag to compare

2.47.0 (2022-05-30)

Features

  • addon-editor: add details extension (#1814)
    (8de315c)
  • addon-editor: add preview action for images (#1788)
    (2022df8)
  • cdk: add directive to render list with a delay (#1795)
    (8d3be82)
  • kit: Stepper scroll internal scrollable area to active/focused step
    (#1812)
    (f6717db)

Bug Fixes

  • cdk: handle navigator platform for detect iOS (#1825)
    (2dbe60c)
  • core: DataList fix padding around separator
    (a107b8e)
  • core: DataList missing paddings inside Option (multiline text problem)
    (#1820)
    (e206921)
  • kit: InputRange problem with range interactions on mobile devices
    (#1811)
    (e49c1ae)
  • kit: InputSlider changes focused InputNumber's value on slider's interactions
    (#1807)
    (3f94990)
  • kit: Slider blinking cursor in Firefox (#1805)
    (c52cf47)

Release v2.46.0

23 May 14:45
Compare
Choose a tag to compare

2.46.0 (2022-05-23)

Features

  • addon-doc: coerceValue supports arrays and key-value objects
    (#1779)
    (7ae991e)
  • addon-table: add token TUI_TABLE_PAGINATION_OPTIONS with property sizeOptionContent
    (#1787)
    (af7a82b)
  • core: TUI_IS_MOBILE_RES add new token (#1799)
    (6ea6ff3)
  • kit: Avatar add color customization with CSS vars (#1797)
    (eb7c659)

Bug Fixes

  • addon-mobile: Ripple broken styles in Shadow DOM (#1790)
    (d604f3e)
  • addon-table: TablePagination show checkmark for selected [size]
    (#1780)
    (4a26fac)
  • cdk: refactor autofill directive (#1775)
    (8656053)
  • kit: ComboBox throws ExpressionChangedAfterItHasBeenCheckedError
    (#1772)
    (2e22f4f)
  • kit: InputMonth reopen calendar with year of the selected value
    (#1773)
    (e67fd15)
  • kit: Tag has incorrect behavior of text-overflow in Safari
    (#1792)
    (01f84d6)

Release v2.45.0

16 May 11:24
Compare
Choose a tag to compare

2.45.0 (2022-05-16)

Features

  • addon-mobile: Sheet make top offset dynamic (#1747)
    (d0c2d75)
    (7e32b44)
  • cdk: add valueOf and Symbol.toPrimitive to TuiDay, TuiMonth, TuiYear and TuiTime
    (#1756)
    (183b99b)
  • core: Lists add triangle bullet list type (#1727)
    (b189a67)
  • core: Lists triangle bullet list type - made fixed size according design
    (#1736)
    (503d855)
  • core: support for custom processing of svg icons
    (e881153)
  • kit: Action make icon color customizable (#1755)
    (599e5aa)
  • kit: TabsWithMore optionally keep active tab inside More section
    (#1682)
    (3646072)

Bug Fixes

  • addon-charts: LineChart fix dot style (#1745)
    (9e2f0f2)
  • core: tui-slider-ticks-labels error Operation on an invalid type
    (#1759)
    (9c3521e)
  • core: correct filler display for size S and M
    (41c4497)
  • kit: ComboBox don't clear when same value is entered (#1739)
    (1f43e87)
  • kit: returns a full of stringified range when state is readonly
    (56f5ba7)