All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.0 (2021-02-02)
- 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)
- button: fix button loader size for XL (#174) (f9929fe)
- cdk: fix isFirefox check (#158) (8e9c7a4)
- core:
Button
fix margin for right aligned icons (#173) (a3f9ed5)
2.3.0 (2021-01-29)
- 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)
- cdk: fix isFirefox check (#158) (8e9c7a4)
- core:
Svg
properly use AngularSanitizer
(#170) (249392d) - core: fix new CSS vars for height name mismatch (#149) (aa7c961)
2.2.1 (2021-01-22)
2.2.0 (2021-01-22)
- kit:
UnfinishedValidator
now has no default message - cdk, core:
MonthPipe
import it from @taiga-ui/core library and use with async pipe
- 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
andInputTag
(#124) (94e8b00) - kit: allow setting mask directly on
Input
,InputInline
andInputCopy
(#122) (173cd8f)
- cdk:
Media
fix stuttering in Safari (#129) (43afe21) - kit:
TabsWithMore
fix freezing on resize loop (#121) (b87737a)
2.1.3 (2021-01-19)
- cdk: add
uniqBy
utility method (#108) (2fe83be) - let: improve type checking for tuiLet (#98) (5cff8ae)
- 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
fixemptyContent
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)
- core: textfield style fix wrapper .transition mixin (12206ea)
2.1.1 (2021-01-12)
2.1.0 (2021-01-11)
2.0.1 (2021-01-11)
- core: enable
window
scrolling instead oftui-root
(#80) - demo: fix play/pause icons, add eur and gbp currency (#77) (360a3b1)
- 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)
- addon-doc: add header (#58) (1f2abd4)
- demo: add SSR support (#64) (aaf0786)
- demo: translate into eng (#51) (04f9994), closes #69 #68
- icons: add editor and color picker icons (170f9a0)
- 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)
1.6.2 (2020-12-08)
- 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)
- all: i18n for packages (#49) (020fb59)
- core:
TableMode
add new directive, removetuiTable
fromMode
(#48) (60da86f) - kit: refactor
Badge
andBadgedContent
to use colors directly (#46) (1961b9a)
1.6.0 (2020-12-02)
- 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)
1.4.0 (2020-11-23)
- 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
toTUI_DEFAULT_IDENTITY_MATCHER
to align to other constants (#38) (3a9f2db)
1.3.0 (2020-11-18)
1.2.1 (2020-11-16)
1.2.0 (2020-11-13)
- 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)