Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release/v3.36.0 #4884

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
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.36.0](https://github.com/tinkoff/taiga-ui/compare/v3.35.0...v3.36.0) (2023-07-10)

### Features

- **cdk:** add schematics for migrate `@taiga-ui/addon-editor` to `@tinkoff/tui-editor`
([#4870](https://github.com/tinkoff/taiga-ui/issues/4870))
([5f40437](https://github.com/tinkoff/taiga-ui/commit/5f40437ecb6e0dbc7ad560b0430615b57c83e4d6))
- **core:** support nullability in `src` property ([#4877](https://github.com/tinkoff/taiga-ui/issues/4877))
([8b0667f](https://github.com/tinkoff/taiga-ui/commit/8b0667fc5002c97051926649543af5e89fe6c842))
- **eslint-config:** add custom configs for reuse in another projects
([#4869](https://github.com/tinkoff/taiga-ui/issues/4869))
([c228895](https://github.com/tinkoff/taiga-ui/commit/c228895642f625b2e6a4a4f40a0d4737ba368639))
- **kit:** `InputCopy` add DI options ([#4868](https://github.com/tinkoff/taiga-ui/issues/4868))
([f0a2f83](https://github.com/tinkoff/taiga-ui/commit/f0a2f8393bc0020dff9f37bf48ed495f70fe616b))
- **kit:** `Tag` update styles ([#4830](https://github.com/tinkoff/taiga-ui/issues/4830))
([ef37091](https://github.com/tinkoff/taiga-ui/commit/ef37091287d9659253f61090997319d736ed176b))
- **kit:** fix circular dependency error `TuiInputFilesDirective` and `TuiInputFilesComponent` with UMD bundle
([#4880](https://github.com/tinkoff/taiga-ui/issues/4880))
([691109f](https://github.com/tinkoff/taiga-ui/commit/691109f9f8d28bf3a4ee63d752e8131c70b25583))

### Bug Fixes

- **core:** `DataList` properly size `emptyContent` ([#4856](https://github.com/tinkoff/taiga-ui/issues/4856))
([a0208cf](https://github.com/tinkoff/taiga-ui/commit/a0208cfb65f02f5ba9d5ccca5f506f07dc34224d))
- **core:** `Root` set body background ([#4867](https://github.com/tinkoff/taiga-ui/issues/4867))
([e831296](https://github.com/tinkoff/taiga-ui/commit/e8312960d024a448419791404dfa62e7ac07c44e))
- **kit:** `InputInline` fix width calculation ([#4878](https://github.com/tinkoff/taiga-ui/issues/4878))
([7518bf8](https://github.com/tinkoff/taiga-ui/commit/7518bf81e87181a4042acd86e29c232a2af335c4))
- **testing:** export `tuiAddSnapshotPlugin` by default ([#4846](https://github.com/tinkoff/taiga-ui/issues/4846))
([0d632ee](https://github.com/tinkoff/taiga-ui/commit/0d632ee27c9a70e7bbfba65269bb6254d08e1a0b))

### Deprecations

- **addon-editor:** replace to `@tinkoff/tui-editor` ([#4883](https://github.com/tinkoff/taiga-ui/issues/4883))
([27fcf52](https://github.com/tinkoff/taiga-ui/commit/27fcf526414f7aa896fd91022518beb5e40e336c))

## [3.35.0](https://github.com/tinkoff/taiga-ui/compare/v3.34.0...v3.35.0) (2023-07-03)

### 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.35.0",
"version": "3.36.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.35.0",
"version": "3.36.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.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.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.35.0",
"version": "3.36.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.2.0",
"@maskito/kit": ">=1.2.0",
"@ng-web-apis/common": ">=3.0.0",
"@taiga-ui/cdk": ">=3.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/i18n": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.0",
"@taiga-ui/i18n": ">=3.36.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.35.0",
"version": "3.36.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.35.0",
"@taiga-ui/cdk": ">=3.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/kit": ">=3.35.0",
"@taiga-ui/addon-mobile": ">=3.36.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.0",
"@taiga-ui/kit": ">=3.36.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.35.0",
"version": "3.36.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.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/kit": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.0",
"@taiga-ui/kit": ">=3.36.0",
"@tinkoff/ng-polymorpheus": ">=4.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.0.0"
Expand Down
12 changes: 6 additions & 6 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.35.0",
"version": "3.36.0",
"description": "A library to show a modal with custom content preview",
"keywords": [
"angular",
Expand All @@ -16,11 +16,11 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/mutation-observer": ">=3.0.0",
"@taiga-ui/cdk": ">=3.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/i18n": ">=3.35.0",
"@taiga-ui/icons": ">=3.35.0",
"@taiga-ui/kit": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.0",
"@taiga-ui/i18n": ">=3.36.0",
"@taiga-ui/icons": ">=3.36.0",
"@taiga-ui/kit": ">=3.36.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.35.0",
"version": "3.36.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.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/i18n": ">=3.35.0",
"@taiga-ui/kit": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.0",
"@taiga-ui/i18n": ">=3.36.0",
"@taiga-ui/kit": ">=3.36.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.35.0",
"version": "3.36.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.35.0",
"@taiga-ui/core": ">=3.35.0",
"@taiga-ui/cdk": ">=3.36.0",
"@taiga-ui/core": ">=3.36.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.35.0`;
export const TUI_VERSION = `3.36.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.35.0",
"version": "3.36.0",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
Loading