Skip to content

Commit

Permalink
🚀 Release/v3.51.0 (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 25, 2023
2 parents 07cf86a + 433dfff commit aa0297d
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 81 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
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.51.0](https://github.com/taiga-family/taiga-ui/compare/v3.50.0...v3.51.0) (2023-10-25)

### Features

- **core:** use `TuiBreakpointService` instead of `TUI_IS_MOBILE_RES`
([#5736](https://github.com/taiga-family/taiga-ui/issues/5736))
([bc57278](https://github.com/taiga-family/taiga-ui/commit/bc572784251d6407fa1f662dde9ab76a58af40d2))
- **experimental:** `ThumbnailCard` add new component ([#5734](https://github.com/taiga-family/taiga-ui/issues/5734))
([97606f7](https://github.com/taiga-family/taiga-ui/commit/97606f79ea159d446ae4cefb0a0543cbd0f1caec))

### Bug Fixes

- **cdk:** revert breaking changes with `TuiMapper` ([#5739](https://github.com/taiga-family/taiga-ui/issues/5739))
([74d34c8](https://github.com/taiga-family/taiga-ui/commit/74d34c83e9382b787c38cff84df003f2d811e97f))

## [3.50.0](https://github.com/taiga-family/taiga-ui/compare/v3.49.1...v3.50.0) (2023-10-23)

### Features
Expand Down
44 changes: 22 additions & 22 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.50.0",
"version": "3.51.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.50.0",
"version": "3.51.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.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"tslib": ">=2.0.0"
}
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.50.0",
"version": "3.51.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.3.0",
"@maskito/kit": ">=1.3.0",
"@ng-web-apis/common": ">=3.0.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/i18n": ">=3.50.0",
"@taiga-ui/kit": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@taiga-ui/i18n": ">=3.51.0",
"@taiga-ui/kit": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
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.50.0",
"version": "3.51.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@angular/forms": ">=12.0.0",
"@angular/router": ">=12.0.0",
"@ng-web-apis/common": ">=3.0.0",
"@taiga-ui/addon-mobile": ">=3.50.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/kit": ">=3.50.0",
"@taiga-ui/addon-mobile": ">=3.51.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@taiga-ui/kit": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"tslib": ">=2.0.0"
}
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.50.0",
"version": "3.51.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.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/kit": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@taiga-ui/kit": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
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.50.0",
"version": "3.51.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.0.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/i18n": ">=3.50.0",
"@taiga-ui/kit": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@taiga-ui/i18n": ">=3.51.0",
"@taiga-ui/kit": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
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.50.0",
"version": "3.51.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.0.0",
"@taiga-ui/cdk": ">=3.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/i18n": ">=3.50.0",
"@taiga-ui/kit": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@taiga-ui/i18n": ">=3.51.0",
"@taiga-ui/kit": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
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.50.0",
"version": "3.51.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.50.0",
"@taiga-ui/core": ">=3.50.0",
"@taiga-ui/cdk": ">=3.51.0",
"@taiga-ui/core": ">=3.51.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
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.50.0`;
export const TUI_VERSION = `3.51.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.50.0",
"version": "3.51.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 aa0297d

Please sign in to comment.