Skip to content

Commit

Permalink
chore(release): 3.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Jul 2, 2024
1 parent 343d38b commit 7454e27
Show file tree
Hide file tree
Showing 21 changed files with 113 additions and 80 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
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.85.0](https://github.com/taiga-family/taiga-ui/compare/v3.84.0...v3.85.0) (2024-07-02)

### Features

- **addon-commerce:** add `cvcHidden` input property ([#7998](https://github.com/taiga-family/taiga-ui/issues/7998))
([a4fddd0](https://github.com/taiga-family/taiga-ui/commit/a4fddd089f577ca88dfe73643622b70c154faea2))
- **addon-docs:** support custom tags ([#7979](https://github.com/taiga-family/taiga-ui/issues/7979))
([343d38b](https://github.com/taiga-family/taiga-ui/commit/343d38b2f8c7a8f72bc106163da773d52f1d5a3f))
- **addon-mobile:** update `TabBar` styles ([#7977](https://github.com/taiga-family/taiga-ui/issues/7977))
([067cae4](https://github.com/taiga-family/taiga-ui/commit/067cae4251eb31d165eba7ed739a74076fda06e3))
- **addon-table:** support nullable values in `tuiTableSort`
([#7890](https://github.com/taiga-family/taiga-ui/issues/7890))
([439871e](https://github.com/taiga-family/taiga-ui/commit/439871e016c7d24167cae325416f612dc6f2fdc8))
- **experimental:** `ActionBar` add new component ([#7984](https://github.com/taiga-family/taiga-ui/issues/7984))
([ac0c34a](https://github.com/taiga-family/taiga-ui/commit/ac0c34a7f7648ccafe83743bae7f09aabd03774f))

### Bug Fixes

- **addon-doc:** `Navigation` fix invalid two-way binding error in Angular v18
([#7837](https://github.com/taiga-family/taiga-ui/issues/7837))
([1908b9d](https://github.com/taiga-family/taiga-ui/commit/1908b9d5853021e8041c7d00a7b54a7daccf0eec))
- **addon-mobile:** prevent touchstart after close sheet ([#8001](https://github.com/taiga-family/taiga-ui/issues/8001))
([aea2db3](https://github.com/taiga-family/taiga-ui/commit/aea2db332ebe8e8d159fa1cab7f063a5a4e5ffc6))
- **kit:** `CalendarRange` should not distinguish ranges with same dates and different names
([#7804](https://github.com/taiga-family/taiga-ui/issues/7804))
([f5d60b2](https://github.com/taiga-family/taiga-ui/commit/f5d60b23677132d9ce97419bbf95a26984662829))
- **kit:** `InputDateRange` should not distinguish ranges with same dates and different names
([#7932](https://github.com/taiga-family/taiga-ui/issues/7932))
([a862ca5](https://github.com/taiga-family/taiga-ui/commit/a862ca52cf056043d88b5a6ddd981e49a2134585))
- **kit:** `InputNumber` should emit form control change if value is less/more than `min`/`max`
([#7809](https://github.com/taiga-family/taiga-ui/issues/7809))
([2d6ab2d](https://github.com/taiga-family/taiga-ui/commit/2d6ab2def4aa90168abe87e14bb8b9577665a9b1))

## [3.84.0](https://github.com/taiga-family/taiga-ui/compare/v3.83.0...v3.84.0) (2024-06-17)

### Bug Fixes
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.84.0",
"version": "3.85.0",
"description": "Taiga UI by TBank 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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/i18n": "^3.84.0",
"@taiga-ui/kit": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.0",
"@taiga-ui/i18n": "^3.85.0",
"@taiga-ui/kit": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/cdk": "^3.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/kit": "^3.84.0",
"@taiga-ui/addon-mobile": "^3.85.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.0",
"@taiga-ui/kit": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/kit": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.0",
"@taiga-ui/kit": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/i18n": "^3.84.0",
"@taiga-ui/kit": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.0",
"@taiga-ui/i18n": "^3.85.0",
"@taiga-ui/kit": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/i18n": "^3.84.0",
"@taiga-ui/kit": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.0",
"@taiga-ui/i18n": "^3.85.0",
"@taiga-ui/kit": "^3.85.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.84.0",
"version": "3.85.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.84.0",
"@taiga-ui/core": "^3.84.0",
"@taiga-ui/cdk": "^3.85.0",
"@taiga-ui/core": "^3.85.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.84.0';
export const TUI_VERSION = '3.85.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.84.0",
"version": "3.85.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 7454e27

Please sign in to comment.