Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Jan 12, 2021
1 parent 12206ea commit 564d401
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 47 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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.1.2](https://github.com/TinkoffCreditSystems/taiga-ui/compare/v1.6.2...v2.1.2) (2021-01-12)


### Features

* **addon-doc:** add header ([#58](https://github.com/TinkoffCreditSystems/taiga-ui/issues/58)) ([1f2abd4](https://github.com/TinkoffCreditSystems/taiga-ui/commit/1f2abd4358a442c9e4dbd1e5106d3081119f2c33))
* **cdk:** `Media` add `playbackRate` input ([#83](https://github.com/TinkoffCreditSystems/taiga-ui/issues/83)) ([5351762](https://github.com/TinkoffCreditSystems/taiga-ui/commit/5351762299835c2e99777bb62a37e2a1cc217913))
* **demo:** add SSR support ([#64](https://github.com/TinkoffCreditSystems/taiga-ui/issues/64)) ([aaf0786](https://github.com/TinkoffCreditSystems/taiga-ui/commit/aaf07864b63697c7205cdaeab656a19195d394f4))
* **demo:** fix play/pause icons, add eur and gbp currency ([#77](https://github.com/TinkoffCreditSystems/taiga-ui/issues/77)) ([360a3b1](https://github.com/TinkoffCreditSystems/taiga-ui/commit/360a3b1b2ab9ae4743bbcd693ac7df01fd7e3726))
* **demo:** translate into eng ([#51](https://github.com/TinkoffCreditSystems/taiga-ui/issues/51)) ([04f9994](https://github.com/TinkoffCreditSystems/taiga-ui/commit/04f9994ae759fe3ca854cbf96e44cb0ebf8a30a8)), closes [#69](https://github.com/TinkoffCreditSystems/taiga-ui/issues/69) [#68](https://github.com/TinkoffCreditSystems/taiga-ui/issues/68)
* **icons:** add editor and color picker icons ([170f9a0](https://github.com/TinkoffCreditSystems/taiga-ui/commit/170f9a00fcd26abd8ef96b4dfcfc4dd4507707b0))


### Bug Fixes

* **addon-commerce:** `InputCVC` fix font issue ([#54](https://github.com/TinkoffCreditSystems/taiga-ui/issues/54)) ([bf3a4bd](https://github.com/TinkoffCreditSystems/taiga-ui/commit/bf3a4bd64b05c9796b7ded57566215c374283b74))
* **addon-doc:** fix demo component on mobile ([#79](https://github.com/TinkoffCreditSystems/taiga-ui/issues/79)) ([7676d84](https://github.com/TinkoffCreditSystems/taiga-ui/commit/7676d84513525f464303ec45e9ed07ddde55183a))
* **all:** fix .less relative paths for better IDE and StackBlitz support ([#81](https://github.com/TinkoffCreditSystems/taiga-ui/issues/81)) ([f061dcd](https://github.com/TinkoffCreditSystems/taiga-ui/commit/f061dcd8dbff4ef0fe902260981be8bdf3ee8714))
* **cdk:** `DialogHost` fix overlay above dialog issue ([3e16ec8](https://github.com/TinkoffCreditSystems/taiga-ui/commit/3e16ec838457198753b8ee6830893ada50236b30))
* **cdk:** `tuiZoneOptimized` fix re-entering the zone ([#66](https://github.com/TinkoffCreditSystems/taiga-ui/issues/66)) ([6c5667c](https://github.com/TinkoffCreditSystems/taiga-ui/commit/6c5667cd75aa15530b5aed35fc0281df58966941))
* **core:** `PrimitiveTextfield` fix value content selecting ([6c85668](https://github.com/TinkoffCreditSystems/taiga-ui/commit/6c85668903e796ce4d0af22d9396ac96864798d5))
* **core:** fix less style strings in font weight ([404b01f](https://github.com/TinkoffCreditSystems/taiga-ui/commit/404b01f00a72383888afa456665a0c7295201abb))
* **core:** fix theme less import syntax for StackBlitz ([#86](https://github.com/TinkoffCreditSystems/taiga-ui/issues/86)) ([3b6d874](https://github.com/TinkoffCreditSystems/taiga-ui/commit/3b6d87447bf99e67b38cb6962a88a7b752475ee8))
* **core:** textfield style fix wrapper .transition mixin ([12206ea](https://github.com/TinkoffCreditSystems/taiga-ui/commit/12206ead01d35f88928aa574a32a4f27965116b2))
* **doc:** `Page` fix package input name ([bdc32a7](https://github.com/TinkoffCreditSystems/taiga-ui/commit/bdc32a72457663e59f0c10b06011c949d4791ea6))
* **doc:** prevent tabs underline above sidebar in Safari ([4ed25de](https://github.com/TinkoffCreditSystems/taiga-ui/commit/4ed25de66a78f8280c3865be9d588d0d813ddffa))

### [2.1.1](https://github.com/TinkoffCreditSystems/taiga-ui/compare/v1.6.2...v2.1.1) (2021-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "2.1.2",
"description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"scripts": {
"start": "ng serve",
Expand Down
8 changes: 4 additions & 4 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.1.1",
"version": "2.1.2",
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
"keywords": [
"angular",
Expand All @@ -17,10 +17,10 @@
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1"
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1"
"@taiga-ui/core": "2.1.2"
}
}
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.1.1",
"version": "2.1.2",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -18,12 +18,12 @@
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"angular2-text-mask": "9.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1"
"@taiga-ui/core": "2.1.2"
}
}
16 changes: 8 additions & 8 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.1.1",
"version": "2.1.2",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -21,17 +21,17 @@
"@angular/router": ">=6.0.0",
"@angular-devkit/schematics": "^8.3.21",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1",
"@taiga-ui/addon-mobile": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/addon-mobile": "2.1.2",
"schematics-utilities": "1.0.1",
"highlight.js": "^10.0.0",
"ngx-highlightjs": "^4.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1",
"@taiga-ui/addon-mobile": "2.1.1"
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/addon-mobile": "2.1.2"
}
}
12 changes: 6 additions & 6 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.1.1",
"version": "2.1.2",
"description": "Rich text editor extension package for Taiga UI",
"keywords": [
"angular",
Expand All @@ -18,13 +18,13 @@
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@angular/platform-browser": ">=6.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1"
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2"
}
}
12 changes: 6 additions & 6 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": "2.1.1",
"version": "2.1.2",
"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,13 +15,13 @@
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1",
"@taiga-ui/kit": "2.1.1"
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2"
}
}
8 changes: 4 additions & 4 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": "2.1.1",
"version": "2.1.2",
"description": "A library to display tabled data with filters, search, group actions, etc.",
"keywords": [
"angular",
Expand All @@ -17,11 +17,11 @@
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1"
"@taiga-ui/core": "2.1.2"
}
}
8 changes: 4 additions & 4 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": "2.1.1",
"version": "2.1.2",
"description": "Table bars is interactive UI control for group table actions and similar cases",
"keywords": [
"angular",
Expand All @@ -16,11 +16,11 @@
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1"
"@taiga-ui/core": "2.1.2"
}
}
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": "2.1.1",
"version": "2.1.2",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/core",
"version": "2.1.1",
"version": "2.1.2",
"description": "Core library for creating Angular components and applications using Taiga UI",
"keywords": [
"angular",
Expand All @@ -15,7 +15,7 @@
"repository": "https://github.com/TinkoffCreditSystems/taiga-ui",
"homepage": "https://github.com/TinkoffCreditSystems/taiga-ui",
"peerDependencies": {
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@angular/animations": ">=6.0.0",
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/icons",
"version": "2.1.1",
"version": "2.1.2",
"description": "Taiga UI icons pack",
"keywords": [
"angular",
Expand Down
8 changes: 4 additions & 4 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/kit",
"version": "2.1.1",
"version": "2.1.2",
"description": "Taiga UI Angular main components kit",
"keywords": [
"angular",
Expand All @@ -19,15 +19,15 @@
"@angular/router": ">= 6.0.0",
"@ng-web-apis/common": ">=1.6.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.1",
"@taiga-ui/core": "2.1.1",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"rxjs": ">=6.0.0"
},
"dependencies": {
"angular2-text-mask": "9.0.0",
"@ng-web-apis/intersection-observer": "2.0.1"
},
"devDependencies": {
"@taiga-ui/core": "2.1.1"
"@taiga-ui/core": "2.1.2"
}
}
2 changes: 1 addition & 1 deletion projects/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiga-ui/testing",
"version": "2.1.1",
"version": "2.1.2",
"description": "Utils functions for unit testing Taiga UI packages"
}

0 comments on commit 564d401

Please sign in to comment.