Skip to content

Commit

Permalink
chore(release): 3.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Jul 31, 2023
1 parent 03c2ea5 commit 53340f6
Show file tree
Hide file tree
Showing 21 changed files with 120 additions and 77 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
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.39.0](https://github.com/tinkoff/taiga-ui/compare/v3.37.0...v3.39.0) (2023-07-31)

### Features

- **addon-mobile:** `SheetDialog` add new dialog ([#4975](https://github.com/tinkoff/taiga-ui/issues/4975))
([39d1b62](https://github.com/tinkoff/taiga-ui/commit/39d1b62ba94dad012d46573f8a8273c81b737c36))
- **core:** `Notification` add sizes ([#4971](https://github.com/tinkoff/taiga-ui/issues/4971))
([6250adf](https://github.com/tinkoff/taiga-ui/commit/6250adfc7314fc7381555979f7145a78415eb2a8))
- **i18n:** switch to power of 2 for file size display ([#4998](https://github.com/tinkoff/taiga-ui/issues/4998))
([65c3e66](https://github.com/tinkoff/taiga-ui/commit/65c3e66f0f92c9546e82c976a13feeb1f03b921d))
- **kit:** add alias `tui-textarea` for `tui-text-area` ([#4876](https://github.com/tinkoff/taiga-ui/issues/4876))
([bd8a319](https://github.com/tinkoff/taiga-ui/commit/bd8a319c17c5427ed7e802fdbacd728e270abec2))
- **schematics:** include `*.sass,scss,css` files for replace string
([#4979](https://github.com/tinkoff/taiga-ui/issues/4979))
([0d89620](https://github.com/tinkoff/taiga-ui/commit/0d89620d2448054bf40f1175ca74216ac69d5190))

### Bug Fixes

- **addon-commerce:** correct comparison of months for expiry date
([#4974](https://github.com/tinkoff/taiga-ui/issues/4974))
([eb5887f](https://github.com/tinkoff/taiga-ui/commit/eb5887f23a634d3350f0b5ed76d7849b1a7153f5))
- **core:** `Hint` fix positioning near the right edge of the viewport
([#5001](https://github.com/tinkoff/taiga-ui/issues/5001))
([6fcb214](https://github.com/tinkoff/taiga-ui/commit/6fcb214e239be1aff366a35043bf4662f7b464f9))
- **core:** `Textfield` straighten up icons spacings ([#4898](https://github.com/tinkoff/taiga-ui/issues/4898))
([939769c](https://github.com/tinkoff/taiga-ui/commit/939769c18969ddf39d5169a6528087719660059b))
- **core:** pinned `i18n` dependency ([#4970](https://github.com/tinkoff/taiga-ui/issues/4970))
([001ccdd](https://github.com/tinkoff/taiga-ui/commit/001ccdd87ebbcedeb238cf04c06ed22ddf242c46))
- **eslint-plugin:** disable `@angular-eslint/component-selector` rule
([#4943](https://github.com/tinkoff/taiga-ui/issues/4943))
([c0e2b87](https://github.com/tinkoff/taiga-ui/commit/c0e2b8720c0468a9d40e9538349f1ddde81d7fa8))
- **eslint-plugin:** disable `@angular-eslint/use-component-selector` rule
([#4948](https://github.com/tinkoff/taiga-ui/issues/4948))
([13e7314](https://github.com/tinkoff/taiga-ui/commit/13e731422281c4f87a99870e1aee3668f1dd681a))
- **kit:** `InputDateTime` should place caret before time after selection of a new date via calendar
([#4942](https://github.com/tinkoff/taiga-ui/issues/4942))
([89ec469](https://github.com/tinkoff/taiga-ui/commit/89ec469ab843ff54376214e48cd3d52290efac60))
- **kit:** `InputDateTime`'s min/max inputs should receive null
([#4847](https://github.com/tinkoff/taiga-ui/issues/4847)) ([#4848](https://github.com/tinkoff/taiga-ui/issues/4848))
([00b3ce3](https://github.com/tinkoff/taiga-ui/commit/00b3ce3122e7c547c138b614202714f52b8fb79c))
- **kit:** BadgedContent badge misaligned inside flex parent ([#4961](https://github.com/tinkoff/taiga-ui/issues/4961))
([1688eaa](https://github.com/tinkoff/taiga-ui/commit/1688eaaf6bc4d889e0fdd8c79cbb560c510d91c9))

## [3.38.0](https://github.com/tinkoff/taiga-ui/compare/v3.37.0...v3.38.0) (2023-07-25)

### 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.38.0",
"version": "3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"tslib": ">=2.0.0"
}
Expand Down
8 changes: 4 additions & 4 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.38.0",
"version": "3.39.0",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -21,9 +21,9 @@
"@maskito/core": ">=1.3.0",
"@maskito/kit": ">=1.3.0",
"@ng-web-apis/common": ">=3.0.0",
"@taiga-ui/cdk": ">=3.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/i18n": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@taiga-ui/i18n": ">=3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/cdk": ">=3.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/kit": ">=3.38.0",
"@taiga-ui/addon-mobile": ">=3.39.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@taiga-ui/kit": ">=3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/kit": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@taiga-ui/kit": ">=3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/i18n": ">=3.38.0",
"@taiga-ui/kit": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@taiga-ui/i18n": ">=3.39.0",
"@taiga-ui/kit": ">=3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/i18n": ">=3.38.0",
"@taiga-ui/kit": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.0",
"@taiga-ui/i18n": ">=3.39.0",
"@taiga-ui/kit": ">=3.39.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.38.0",
"version": "3.39.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.38.0",
"@taiga-ui/core": ">=3.38.0",
"@taiga-ui/cdk": ">=3.39.0",
"@taiga-ui/core": ">=3.39.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.38.0`;
export const TUI_VERSION = `3.39.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.38.0",
"version": "3.39.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 53340f6

Please sign in to comment.