Skip to content

Commit

Permalink
chore(release): 3.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Jun 10, 2024
1 parent fa57f78 commit f8285a4
Show file tree
Hide file tree
Showing 21 changed files with 106 additions and 80 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
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.83.0](https://github.com/taiga-family/taiga-ui/compare/v3.82.0...v3.83.0) (2024-06-10)

### Bug Fixes

- **core:** `DropdownSelection` fix selection error in textarea
([#7626](https://github.com/taiga-family/taiga-ui/issues/7626))
([22ee141](https://github.com/taiga-family/taiga-ui/commit/22ee14192513ece0d25f054793dc889976d48356))
- **core:** `Hint` fix content vertical centering with reduced line-height
([#7623](https://github.com/taiga-family/taiga-ui/issues/7623))
([57288f8](https://github.com/taiga-family/taiga-ui/commit/57288f8ada25554bf6d3c334a0a2f5ae0c5b353d))
- **core:** fix text selection in nested hint ([#7647](https://github.com/taiga-family/taiga-ui/issues/7647))
([9b96c73](https://github.com/taiga-family/taiga-ui/commit/9b96c73d4ee38c4e44a848ee09b7732ad3fd92ac))
- **kit:** `InputDateTime` should format textfield value on blur
([#7659](https://github.com/taiga-family/taiga-ui/issues/7659))
([505fe3e](https://github.com/taiga-family/taiga-ui/commit/505fe3ea342e4da93da33086f15875abf9dc5818))
- **kit:** `InputDateTime` with `[min]` / `[max]` distorts value on click
([#7636](https://github.com/taiga-family/taiga-ui/issues/7636))
([7ac4291](https://github.com/taiga-family/taiga-ui/commit/7ac42914dc3eea51b4722e9b47e582e057cd3106))
- **kit:** `InputTag` fix scrolling to input ([#7655](https://github.com/taiga-family/taiga-ui/issues/7655))
([c3993da](https://github.com/taiga-family/taiga-ui/commit/c3993daf7ce339746028d3120c9c79c4a3c48491))
- **kit:** fix `InputNumber` buttons styles priority for Safari
([#7652](https://github.com/taiga-family/taiga-ui/issues/7652))
([1d6c3cd](https://github.com/taiga-family/taiga-ui/commit/1d6c3cd892363952a31eae55656dfe07112e4781))
- **kit:** fix incorrect copy hint in inputCopy ([#7674](https://github.com/taiga-family/taiga-ui/issues/7674))
([fa57f78](https://github.com/taiga-family/taiga-ui/commit/fa57f7898dc187b6aca6de39f677577abbfba6b5))

## [3.82.0](https://github.com/taiga-family/taiga-ui/compare/v3.81.0...v3.82.0) (2024-06-03)

### 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.82.0",
"version": "3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/i18n": "^3.82.0",
"@taiga-ui/kit": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.0",
"@taiga-ui/i18n": "^3.83.0",
"@taiga-ui/kit": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/cdk": "^3.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/kit": "^3.82.0",
"@taiga-ui/addon-mobile": "^3.83.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.0",
"@taiga-ui/kit": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/kit": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.0",
"@taiga-ui/kit": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/i18n": "^3.82.0",
"@taiga-ui/kit": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.0",
"@taiga-ui/i18n": "^3.83.0",
"@taiga-ui/kit": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/i18n": "^3.82.0",
"@taiga-ui/kit": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.0",
"@taiga-ui/i18n": "^3.83.0",
"@taiga-ui/kit": "^3.83.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.82.0",
"version": "3.83.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.82.0",
"@taiga-ui/core": "^3.82.0",
"@taiga-ui/cdk": "^3.83.0",
"@taiga-ui/core": "^3.83.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.82.0';
export const TUI_VERSION = '3.83.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.82.0",
"version": "3.83.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 f8285a4

Please sign in to comment.