Skip to content

Latest commit

 

History

History
209 lines (128 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

209 lines (128 loc) · 18.6 KB

Changelog

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

2.4.0 (2021-02-02)

Features

  • core: add scss mixin support (#165) (865bbaa)
  • i18n: Add German with 100% support (#198) (54f1284)
  • i18n: add Spanish with 100% support (#191) (6f9a19e)
  • kit: use lazy loading strategy in avatar component (#185) (d6ea803)

Bug Fixes

2.3.0 (2021-01-29)

Features

  • core: add ThemeNight component (#167) (a953be7)
  • demo: add Wrapper customization page (#153) (eef8382)
  • demo: add guide on using different icon set (#157) (b35a891)
  • demo: add page on custom dialogs (#159) (13e17a1)
  • format: number formatting supports custom thousands separator (#145) (a8c0743)

Bug Fixes

  • cdk: fix isFirefox check (#158) (8e9c7a4)
  • core: Svg properly use Angular Sanitizer (#170) (249392d)
  • core: fix new CSS vars for height name mismatch (#149) (aa7c961)

2.2.1 (2021-01-22)

Bug Fixes

  • highlight: change background color to selection (#137) (7f60e25)

2.2.0 (2021-01-22)

⚠ BREAKING CHANGES

  • kit: UnfinishedValidator now has no default message
  • cdk, core: MonthPipe import it from @taiga-ui/core library and use with async pipe

Features

  • cdk, core: TuiMonthPipe move from cdk to core, add i18n (59474d2)
  • demo: add page for Sidebar directive (#125) (bea427e)
  • i18n: add i18n package (523d5de)
  • i18n: add russian language (71dab5c)
  • kit: add tokens to customize Checkbox, Radio and InputTag (#124) (94e8b00)
  • kit: allow setting mask directly on Input, InputInline and InputCopy (#122) (173cd8f)

Bug Fixes

  • cdk: Media fix stuttering in Safari (#129) (43afe21)
  • kit: TabsWithMore fix freezing on resize loop (#121) (b87737a)

2.1.3 (2021-01-19)

Features

Bug Fixes

  • core: add lost body-l-2 global text class (#106) (d296243)
  • core: add will-change for smooth transition (#99) (35e2bf4), closes #90
  • icons: fix broken flags (#96) (37d2e61)
  • kit: DataListWrapper fix emptyContent not working (#89) (f90d96f)
  • kit: InputDate fix mobile calendar (#104) (0fd20e5), closes #100
  • kit: Select fix template for falsy values (#118) (c718e1f)

2.1.2 (2021-01-12)

Bug Fixes

  • core: textfield style fix wrapper .transition mixin (12206ea)

2.1.1 (2021-01-12)

Bug Fixes

  • core: fix theme less import syntax for StackBlitz (#86) (3b6d874)

2.1.0 (2021-01-11)

Features

  • cdk: Media add playbackRate input (#83) (5351762)

2.0.1 (2021-01-11)

Features

  • core: enable window scrolling instead of tui-root (#80)
  • demo: fix play/pause icons, add eur and gbp currency (#77) (360a3b1)

Bug Fixes

  • addon-doc: fix demo component on mobile (#79) (7676d84)
  • all: fix .less relative paths for better IDE and StackBlitz support (#81) (f061dcd)
  • doc: prevent tabs underline above sidebar in Safari (4ed25de)

2.0.0 (2020-12-29)

Features

Bug Fixes

  • cdk: DialogHost fix overlay above dialog issue (3e16ec8)
  • cdk: tuiZoneOptimized fix re-entering the zone (#66) (6c5667c)
  • core: PrimitiveTextfield fix value content selecting (6c85668)
  • core: fix less style strings in font weight (404b01f)
  • doc: Page fix package input name (bdc32a7)

1.6.5 (2020-12-11)

1.6.4 (2020-12-09)

1.6.3 (2020-12-08)

Bug Fixes

  • addon-commerce: InputCVC fix font issue (#54) (bf3a4bd)

1.6.2 (2020-12-08)

Features

  • cdk: mustBePresent add new operator (#53) (0f12ac5)
  • core: move theme related styles into separate export (#50) (c240274)
  • kit: InputFile add mode support (#52) (dacf719)

1.6.1 (2020-12-04)

Features

  • all: i18n for packages (#49) (020fb59)
  • core: TableMode add new directive, remove tuiTable from Mode (#48) (60da86f)
  • kit: refactor Badge and BadgedContent to use colors directly (#46) (1961b9a)

Bug Fixes

  • core, addon-mobile: include styles as library asset (#47) (f4797ec)

1.6.0 (2020-12-02)

Features

  • core, kit, addons, demo, tools: add packages (854b544)

1.5.2 (2020-11-25)

1.5.1 (2020-11-25)

1.5.0 (2020-11-24)

Features

1.4.0 (2020-11-23)

Bug Fixes

  • cdk: FocusTrap blur manually to prevent ExpressionChanged error (#40) (339df70)
  • cdk: fix types in dist and remove metadata emit (d92c0fa)
  • cdk: rename TUI_IDENTITY_MATCHER to TUI_DEFAULT_IDENTITY_MATCHER to align to other constants (#38) (3a9f2db)

1.3.0 (2020-11-18)

Features

  • cdk: remove TuiValidation; AbstractControl works with pseudoInvalid boolean(#37) (ff8c921)

1.2.1 (2020-11-16)

1.2.0 (2020-11-13)

Features

  • cdk: TUI_IDENTITY_MATCHER consider two empty arrays equal (#34) (e17c08d)
  • cdk: add @ng-web-apis/mutation-observer (#32) (7459c70)
  • cdk: remove preventScroll polyfill (#21) (68db75a)
  • observables: stopPropagation add operator (d930e9d)

Bug Fixes

  • cdk: Control fix typing (#36) (7e1c91e)
  • cdk: TuiTime fix currentLocal at 0:00 (#16) (3f7786c)
  • observables: pressedObservable ignore synthetic events (28e6a04)

1.1.0 (2020-09-26)

Features

  • cdk: Dialogs add ability to create multiple custom dialogs (#8) (7f18bfb)
  • cdk: Pure add access to this (#6) (4cf9e16)