Skip to content

Commit

Permalink
Merge pull request #1919 from Tinkoff/release/2.49.0
Browse files Browse the repository at this point in the history
Release/2.49.0
  • Loading branch information
splincode authored Jun 15, 2022
2 parents 857c1ca + bb63b84 commit bcd3c04
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 99 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.

## [2.49.0](https://github.com/tinkoff/taiga-ui/compare/v2.48.0...v2.49.0) (2022-06-14)

### Features

- **addon-editor:** support emoji data type for new prosemirror-model
([b590498](https://github.com/tinkoff/taiga-ui/commit/b5904984e3a65e4e1cb85b5e904df318b3f036a7))
- **cdk:** add `chromium, firefox, webkit` engine detection
([9fa5e1b](https://github.com/tinkoff/taiga-ui/commit/9fa5e1b1b9fc58f13c6b152d88b76b6f32dd5eff))
- **cdk:** constants `CHAR_HYPHEN` | `CHAR_EN_DASH` | `CHAR_EM_DASH` | `CHAR_PLUS`
([#1885](https://github.com/tinkoff/taiga-ui/issues/1885))
([97acb51](https://github.com/tinkoff/taiga-ui/commit/97acb5180c87a8feb54734531df10f72bb354219))
- **core:** use `TuiNumberFormatSettings` instead of deprecated `NumberFormatSettings`
([#1886](https://github.com/tinkoff/taiga-ui/issues/1886))
([bda8f5a](https://github.com/tinkoff/taiga-ui/commit/bda8f5a7bc664e7bd6ba4065dfabd69859a6e608))

### Bug Fixes

- **addon-doc:** broken `PAGE_SEE_ALSO` ([#1884](https://github.com/tinkoff/taiga-ui/issues/1884))
([802e9c1](https://github.com/tinkoff/taiga-ui/commit/802e9c16ab2b6ebe2b55035166c3cb448172bac8))
- **addon-editor:** upgrade prosemirror-model dependency for compat
([bf573c1](https://github.com/tinkoff/taiga-ui/commit/bf573c1a435ac5b9b0a769c8f6b1549fb8daaa43))

## [2.48.0](https://github.com/tinkoff/taiga-ui/compare/v2.47.0...v2.48.0) (2022-06-07)

### Features
Expand Down
100 changes: 50 additions & 50 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": "2.48.0",
"version": "2.49.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": "2.48.0",
"version": "2.49.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": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@ng-web-apis/common": ">=1.12.1 < 2",
"@taiga-ui/cdk": ">=2.48.0",
"@taiga-ui/core": ">=2.48.0",
"@taiga-ui/cdk": ">=2.49.0",
"@taiga-ui/core": ">=2.49.0",
"@tinkoff/ng-polymorpheus": ">=3.1.12 < 4"
}
}
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": "2.48.0",
"version": "2.49.0",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -18,9 +18,9 @@
"@angular/core": ">=9.0.0",
"@angular/forms": ">=9.0.0",
"@ng-web-apis/common": ">=1.12.1 < 2",
"@taiga-ui/cdk": ">=2.48.0",
"@taiga-ui/core": ">=2.48.0",
"@taiga-ui/i18n": ">=2.48.0",
"@taiga-ui/cdk": ">=2.49.0",
"@taiga-ui/core": ">=2.49.0",
"@taiga-ui/i18n": ">=2.49.0",
"@tinkoff/ng-polymorpheus": ">=3.1.12 < 4",
"angular2-text-mask": ">=9.0.0",
"rxjs": ">=6.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": "2.48.0",
"version": "2.49.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@angular/forms": ">=9.0.0",
"@angular/router": ">=9.0.0",
"@ng-web-apis/common": ">=1.12.1 < 2",
"@taiga-ui/addon-mobile": ">=2.48.0",
"@taiga-ui/cdk": ">=2.48.0",
"@taiga-ui/core": ">=2.48.0",
"@taiga-ui/kit": ">=2.48.0",
"@taiga-ui/addon-mobile": ">=2.49.0",
"@taiga-ui/cdk": ">=2.49.0",
"@taiga-ui/core": ">=2.49.0",
"@taiga-ui/kit": ">=2.49.0",
"@tinkoff/ng-polymorpheus": ">=3.1.12 < 4"
},
"schematics": "./schematics/collection.json"
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-editor",
"version": "2.48.0",
"version": "2.49.0",
"description": "Rich text editor extension package for Taiga UI",
"keywords": [
"angular",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@angular/forms": ">=9.0.0",
"@angular/platform-browser": ">=9.0.0",
"@ng-web-apis/common": "=1.12.1 < 2",
"@taiga-ui/cdk": ">=2.48.0",
"@taiga-ui/core": ">=2.48.0",
"@taiga-ui/i18n": ">=2.48.0",
"@taiga-ui/kit": ">=2.48.0",
"@taiga-ui/cdk": ">=2.49.0",
"@taiga-ui/core": ">=2.49.0",
"@taiga-ui/i18n": ">=2.49.0",
"@taiga-ui/kit": ">=2.49.0",
"rxjs": ">=6.0.0"
}
}
Loading

0 comments on commit bcd3c04

Please sign in to comment.