Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jan 31, 2024
1 parent 3f705f9 commit 92a2904
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,65 +15,32 @@ All notable changes to this project will be documented in this file. See
([1237ede](https://github.com/taiga-family/taiga-ui/commit/1237ede2832c4b1364fa04b3d671217d5a1ba8db))
- **experimental:** `AppBar` update and add desktop mode ([#6614](https://github.com/taiga-family/taiga-ui/issues/6614))
([5f3683b](https://github.com/taiga-family/taiga-ui/commit/5f3683b2768cf4fb636206a822a13b54fc792bb5))
- **experimental:** `Header` add new component ([#6455](https://github.com/taiga-family/taiga-ui/issues/6455))
([eef8e7d](https://github.com/taiga-family/taiga-ui/commit/eef8e7d02e212c91e4283459f53da75b0b23ef80))
- **experimental:** `Segmented` add new component ([#6511](https://github.com/taiga-family/taiga-ui/issues/6511))
([f982f5d](https://github.com/taiga-family/taiga-ui/commit/f982f5ddc25ecd98a3a1c624aac58edc42fac9dc))
- **experimental:** `SwipeActions` add new component ([#6526](https://github.com/taiga-family/taiga-ui/issues/6526))
([63792e7](https://github.com/taiga-family/taiga-ui/commit/63792e7303cef399365970e65a248c1ff70d1d4a))
- **experimental:** add `tui-avatar-labeled` ([#6523](https://github.com/taiga-family/taiga-ui/issues/6523))
([a272bd4](https://github.com/taiga-family/taiga-ui/commit/a272bd476bded2e97299020d083406ec012cd228))
- **experimental:** add card-large ([#6516](https://github.com/taiga-family/taiga-ui/issues/6516))
- **experimental:** add `tuiCardLarge` ([#6516](https://github.com/taiga-family/taiga-ui/issues/6516))
([699c8bc](https://github.com/taiga-family/taiga-ui/commit/699c8bc535e4732f2e25558626f72658d1c97b1d))
- **kit:** `File` add ability to customize icons ([#6418](https://github.com/taiga-family/taiga-ui/issues/6418))
([a13e88a](https://github.com/taiga-family/taiga-ui/commit/a13e88a5d062dc6c78320998afc170eb0bb65df5))
- **kit:** Sensitive increase number of rows for larger sizes
([#6492](https://github.com/taiga-family/taiga-ui/issues/6492))
([fc45f06](https://github.com/taiga-family/taiga-ui/commit/fc45f06d1acaec8f3deaabedfec353034c226b10))
- **kit:** use the full height for input files label ([#6595](https://github.com/taiga-family/taiga-ui/issues/6595))
([d7a7b45](https://github.com/taiga-family/taiga-ui/commit/d7a7b4587828392d803e6567ed2591fcb973d2bf))
- **layout:** `BlockStatus` update mobile paddings ([#6617](https://github.com/taiga-family/taiga-ui/issues/6617))
([1162add](https://github.com/taiga-family/taiga-ui/commit/1162add149049b90b0fd21286aab8085064a68a6))

### Bug Fixes

- **addon-mobile:** add smooth opacity change for `MobileCalendar` to hide blinking initial view
([#6459](https://github.com/taiga-family/taiga-ui/issues/6459))
([4bea934](https://github.com/taiga-family/taiga-ui/commit/4bea93415d36e34e7f974e80303f7877b7369a80))
- **addon-table:** `tuiCell` conflicts ([#6606](https://github.com/taiga-family/taiga-ui/issues/6606))
([2f70d86](https://github.com/taiga-family/taiga-ui/commit/2f70d86e2e9ca172ba75abdf5c50702d9f2e4888))
- **cdk:** `DirectiveStylesService` fix ssr memory leak ([#6288](https://github.com/taiga-family/taiga-ui/issues/6288))
([799e7d6](https://github.com/taiga-family/taiga-ui/commit/799e7d65b52ef8acc72ea43545d46d0de180fd7d))
- **cdk:** `endWith` should be pass after `takeUntil` ([#6581](https://github.com/taiga-family/taiga-ui/issues/6581))
([14da1e0](https://github.com/taiga-family/taiga-ui/commit/14da1e058fd66f119aba785be3ba95011be33def))
- **cdk:** `ng-add` use actual dompurify version ([#6358](https://github.com/taiga-family/taiga-ui/issues/6358))
([2abddb0](https://github.com/taiga-family/taiga-ui/commit/2abddb07681d1024313550f8a256072a87211769))
- **cdk:** respect client size in `TUI_WINDOW_SIZE` ([#6329](https://github.com/taiga-family/taiga-ui/issues/6329))
([120dd8e](https://github.com/taiga-family/taiga-ui/commit/120dd8e022eb86d31894e5572f329bc6ee508650))
- **cdk:** when the consumer unsubscribes, clean up data ready for next subscription
([#6557](https://github.com/taiga-family/taiga-ui/issues/6557))
([5c86e5f](https://github.com/taiga-family/taiga-ui/commit/5c86e5f6d961617df4e272777cf245abfa5253a6))
- **core:** `Calendar` properly react to markers change ([#6258](https://github.com/taiga-family/taiga-ui/issues/6258))
([fcea78d](https://github.com/taiga-family/taiga-ui/commit/fcea78da92d07baa404de0ea47fcf8cfc8cde5e4))
- **core:** `HostedDropdown` fix binding error in test environment
([#6534](https://github.com/taiga-family/taiga-ui/issues/6534))
([24267dc](https://github.com/taiga-family/taiga-ui/commit/24267dcc5f60601621276d955d8f22c59b2ccdc9))
- **core:** page scrolling jumps to top in Iframe when modal is opened
([#6293](https://github.com/taiga-family/taiga-ui/issues/6293))
([e8ac4ea](https://github.com/taiga-family/taiga-ui/commit/e8ac4ea2220f0ff4807c3b6cef944d61f1d073e0))
- **core:** prevent TuiRoot from applying CSS syles to the body element without Taiga UI context - v3
- **core:** prevent `tui-root` from applying CSS styles to the body element without Taiga UI context
([#6500](https://github.com/taiga-family/taiga-ui/issues/6500))
([787d525](https://github.com/taiga-family/taiga-ui/commit/787d525db69f2e14c8c4845875682272a09a5fb7))
- **i18n:** fix Chinese translation of country names ([#6412](https://github.com/taiga-family/taiga-ui/issues/6412))
([b03d8db](https://github.com/taiga-family/taiga-ui/commit/b03d8db83c1c6dfe4b45acbaccf906d604f50a5e))
- **kit:** `ComboBox` fix empty string option incorrect behavior
([#6328](https://github.com/taiga-family/taiga-ui/issues/6328))
([1983340](https://github.com/taiga-family/taiga-ui/commit/1983340ae985bf5e59b667c7090dc3ee558e2dee))
- **kit:** `InputPhoneInternational` change Brazilian mask pattern
([#6461](https://github.com/taiga-family/taiga-ui/issues/6461))
([87260f3](https://github.com/taiga-family/taiga-ui/commit/87260f342107d1e720b136ef6b1afa1cdfefc1ea))
- **kit:** `InputYear` fix dropdown paddings ([#6431](https://github.com/taiga-family/taiga-ui/issues/6431))
([ee8316f](https://github.com/taiga-family/taiga-ui/commit/ee8316f715b63338c254f7e6d0fee898ed094da8))
- **kit:** fix radio list identity matcher overriding ([#6531](https://github.com/taiga-family/taiga-ui/issues/6531))
([789da96](https://github.com/taiga-family/taiga-ui/commit/789da965cd2da1c0b2953074a0af6399671c125c))

Expand Down

0 comments on commit 92a2904

Please sign in to comment.