Skip to content

Commit

Permalink
🚀 Release/v3.66.0 (#6755)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 12, 2024
2 parents bd96202 + 4dbcf8e commit b079160
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 80 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
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.66.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.66.0) (2024-02-12)

### Features

- **core:** add interactive mode for notification ([#6703](https://github.com/taiga-family/taiga-ui/issues/6703))
([b0841d3](https://github.com/taiga-family/taiga-ui/commit/b0841d387b0e9f6aecf11544ee2efa3dadc9fb74))
- **core:** add iOS support to TuiDropdownContextDirective
([#6721](https://github.com/taiga-family/taiga-ui/issues/6721))
- **experimental:** add `tuiButtonGroup` ([#6686](https://github.com/taiga-family/taiga-ui/issues/6686))
([03c4be3](https://github.com/taiga-family/taiga-ui/commit/03c4be31ed825d0217b2c5afb87f1e2d527690b2))
- **kit:** hide dropdown if datalist template not provided
([#6700](https://github.com/taiga-family/taiga-ui/issues/6700))
([0118e72](https://github.com/taiga-family/taiga-ui/commit/0118e72e3f0781ef7ddb15e22000ed9a5224c92c))

### Bug Fixes

- **core:** `Dropdown` fix max height ([#6748](https://github.com/taiga-family/taiga-ui/issues/6748))
([c4c43d1](https://github.com/taiga-family/taiga-ui/commit/c4c43d1d417df32471292e7903cb54665ae1fbb3))
- **core:** `Multiselect` fix dropdown shaking ([#6707](https://github.com/taiga-family/taiga-ui/issues/6707))
([1a148e2](https://github.com/taiga-family/taiga-ui/commit/1a148e28eb5b942b1c644379d645ba8559a13e7b))
- **core:** `PrimitiveTextfield` fix memory leak ([#6697](https://github.com/taiga-family/taiga-ui/issues/6697))
([ff86243](https://github.com/taiga-family/taiga-ui/commit/ff86243c8bf60591c4faea8ea1d264ee3dde8c45))
- **core:** cancel macrotask in `tui-expand` when component destroyed
([#6747](https://github.com/taiga-family/taiga-ui/issues/6747))
([120eb82](https://github.com/taiga-family/taiga-ui/commit/120eb8292822e80cea736cc6a7a9e674dfda98b1))
- **core:** fix `:active` state of interactive elements in Safari
([#6753](https://github.com/taiga-family/taiga-ui/issues/6753))
([bd96202](https://github.com/taiga-family/taiga-ui/commit/bd96202ff3fe164f9e0d765c331138381d60ca96))
- **experimental:** `SwipeActions` fix scrolling without actions
([#6750](https://github.com/taiga-family/taiga-ui/issues/6750))
([f59d8a6](https://github.com/taiga-family/taiga-ui/commit/f59d8a6eb4b3178516fd4dc925fb54d1ec208247))
- **kit:** add `line-height` for `[tuiTab]` ([#6704](https://github.com/taiga-family/taiga-ui/issues/6704))
([db83218](https://github.com/taiga-family/taiga-ui/commit/db832181f0529781c3fc75c6df9c3795269755d7))

## [3.65.0](https://github.com/taiga-family/taiga-ui/compare/v3.59.0...v3.65.0) (2024-02-05)

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

Please sign in to comment.