Skip to content

Commit

Permalink
🚀 Release/v3.65.0 (#6687)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 5, 2024
2 parents 92735ef + 1bfc350 commit d4bab1a
Show file tree
Hide file tree
Showing 21 changed files with 104 additions and 80 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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.65.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.65.0) (2024-02-05)

### Features

- **experimental:** add `tuiCardLarge` ([#6516](https://github.com/taiga-family/taiga-ui/issues/6516))
([699c8bc](https://github.com/taiga-family/taiga-ui/commit/699c8bc535e4732f2e25558626f72658d1c97b1d))
- **kit:** `Push` add setting the number of lines of text
([#6682](https://github.com/taiga-family/taiga-ui/issues/6682))
([df5e07d](https://github.com/taiga-family/taiga-ui/commit/df5e07d3cb18a113b54f282efa6efb359bf14d86))

### Bug Fixes

- **core:** do not hide nested scrollbars ([#6645](https://github.com/taiga-family/taiga-ui/issues/6645))
([6a25d26](https://github.com/taiga-family/taiga-ui/commit/6a25d261a58c578511a75d3c8cb4f7fddec595ab))
- **core:** prevent TuiRoot from applying CSS styles 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))
- **experimental:** `Surface` fix styles priority ([#6678](https://github.com/taiga-family/taiga-ui/issues/6678))
([43a79c4](https://github.com/taiga-family/taiga-ui/commit/43a79c42ff67b8aaeac8f065b08f9ac70f757009))
- **experimental:** fix problem with tuiCell ([#6650](https://github.com/taiga-family/taiga-ui/issues/6650))
([92735ef](https://github.com/taiga-family/taiga-ui/commit/92735ef5f3b66b5e2c84730464bb8cf66bae1b13))
- **kit:** `Push` fix directive change detection ([#6681](https://github.com/taiga-family/taiga-ui/issues/6681))
([bdd144d](https://github.com/taiga-family/taiga-ui/commit/bdd144d8d0150e4ee93dff402f684df5802bdb33))

## [3.64.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.64.0) (2024-01-31)

### 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.64.0",
"version": "3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/i18n": "^3.64.0",
"@taiga-ui/kit": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.0",
"@taiga-ui/i18n": "^3.65.0",
"@taiga-ui/kit": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/cdk": "^3.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/kit": "^3.64.0",
"@taiga-ui/addon-mobile": "^3.65.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.0",
"@taiga-ui/kit": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/kit": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.0",
"@taiga-ui/kit": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/i18n": "^3.64.0",
"@taiga-ui/kit": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.0",
"@taiga-ui/i18n": "^3.65.0",
"@taiga-ui/kit": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/i18n": "^3.64.0",
"@taiga-ui/kit": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.0",
"@taiga-ui/i18n": "^3.65.0",
"@taiga-ui/kit": "^3.65.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.64.0",
"version": "3.65.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.64.0",
"@taiga-ui/core": "^3.64.0",
"@taiga-ui/cdk": "^3.65.0",
"@taiga-ui/core": "^3.65.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.64.0';
export const TUI_VERSION = '3.65.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.64.0",
"version": "3.65.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 d4bab1a

Please sign in to comment.