Skip to content

Commit

Permalink
chore(release): 3.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Jan 22, 2024
1 parent d5812ec commit 60f3d8b
Show file tree
Hide file tree
Showing 21 changed files with 124 additions and 80 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.63.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.63.0) (2024-01-22)

### Features

- **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))
- **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))

### 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))
- **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:** `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))
- **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:** 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
([#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))

## [3.62.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.62.0) (2024-01-15)

### Features
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/components",
"version": "3.62.0",
"version": "3.63.0",
"description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"keywords": [
"angular",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-charts",
"version": "3.62.0",
"version": "3.63.0",
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
"keywords": [
"angular",
Expand All @@ -17,8 +17,8 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-commerce",
"version": "3.62.0",
"version": "3.63.0",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -21,10 +21,10 @@
"@maskito/core": "1.9.0",
"@maskito/kit": "1.9.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/i18n": "^3.62.0",
"@taiga-ui/kit": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@taiga-ui/i18n": "^3.63.0",
"@taiga-ui/kit": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-doc",
"version": "3.62.0",
"version": "3.63.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -26,10 +26,10 @@
"@angular/forms": ">=12.0.0",
"@angular/router": ">=12.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/addon-mobile": "^3.62.0",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/kit": "^3.62.0",
"@taiga-ui/addon-mobile": "^3.63.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@taiga-ui/kit": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-mobile",
"version": "3.62.0",
"version": "3.63.0",
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
"keywords": [
"angular",
Expand All @@ -15,9 +15,9 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/kit": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@taiga-ui/kit": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-preview",
"version": "3.62.0",
"version": "3.63.0",
"description": "A library to show a modal with custom content preview",
"keywords": [
"angular",
Expand All @@ -16,10 +16,10 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/mutation-observer": "3.1.0",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/i18n": "^3.62.0",
"@taiga-ui/kit": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@taiga-ui/i18n": "^3.63.0",
"@taiga-ui/kit": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-table",
"version": "3.62.0",
"version": "3.63.0",
"description": "A library to display tabled data with filters, search, group actions, etc.",
"keywords": [
"angular",
Expand All @@ -16,10 +16,10 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/intersection-observer": "3.2.0",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/i18n": "^3.62.0",
"@taiga-ui/kit": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@taiga-ui/i18n": "^3.63.0",
"@taiga-ui/kit": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-tablebars",
"version": "3.62.0",
"version": "3.63.0",
"description": "Table bars is interactive UI control for group table actions and similar cases",
"keywords": [
"angular",
Expand All @@ -15,8 +15,8 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@taiga-ui/cdk": "^3.62.0",
"@taiga-ui/core": "^3.62.0",
"@taiga-ui/cdk": "^3.63.0",
"@taiga-ui/core": "^3.63.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/constants/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const TUI_VERSION = '3.62.0';
export const TUI_VERSION = '3.63.0';
2 changes: 1 addition & 1 deletion projects/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/cdk",
"version": "3.62.0",
"version": "3.63.0",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
Loading

0 comments on commit 60f3d8b

Please sign in to comment.