Skip to content

Commit

Permalink
chore(release): 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent bfeb254 commit 44bf609
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 76 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
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.

## [4.16.0](https://github.com/taiga-family/taiga-ui/compare/v4.15.0...v4.16.0) (2024-11-20)

### 🚀 Features

- **addon-doc:** use only one property on route for expose input prop value
([#9774](https://github.com/taiga-family/taiga-ui/issues/9774))
([8602e4e](https://github.com/taiga-family/taiga-ui/commit/8602e4e9b40bbb7ef5305430a13ecd71caf7b3ca))
- **i18n:** add greek language ([#9762](https://github.com/taiga-family/taiga-ui/issues/9762))
([f81c996](https://github.com/taiga-family/taiga-ui/commit/f81c996718a6a2c908911607a08cc2a11829c571))

### 🐞 Bug Fixes

- **addon-mobile:** `DropdownMobile` is not compatible with `DropdownHover`
([#9736](https://github.com/taiga-family/taiga-ui/issues/9736))
([b57149a](https://github.com/taiga-family/taiga-ui/commit/b57149aa7a36d69c8dbe446d0a64224be2107f59))
- **cdk:** `FocusTrap` has race condition problems ([#9759](https://github.com/taiga-family/taiga-ui/issues/9759))
([d84b437](https://github.com/taiga-family/taiga-ui/commit/d84b437a518fe3b1f29e78a1971acd68437a0b82))
- **core:** fix custom hint ([#9776](https://github.com/taiga-family/taiga-ui/issues/9776))
([ae83d2d](https://github.com/taiga-family/taiga-ui/commit/ae83d2d36b0d965431f183f6ce991edcd638f48f))
- **kit:** correctly loose box shadow on tile after dragged
([#9733](https://github.com/taiga-family/taiga-ui/issues/9733))
([91af99f](https://github.com/taiga-family/taiga-ui/commit/91af99f655c966bb18bd6479c8167e1f1890584e))
- **kit:** fix calendar range presets filtration ([#9777](https://github.com/taiga-family/taiga-ui/issues/9777))
([bfeb254](https://github.com/taiga-family/taiga-ui/commit/bfeb25404fb4f8c9b65bb7d04b3a36bc45862f3c))

## [4.15.0](https://github.com/taiga-family/taiga-ui/compare/v4.14.0...v4.15.0) (2024-11-13)

### 🚀 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": "4.15.0",
"version": "4.16.0",
"private": true,
"description": "Taiga UI is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"keywords": [
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": "4.15.0",
"version": "4.16.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": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.11.1",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"tslib": ">=2.8.1"
}
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": "4.15.0",
"version": "4.16.0",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -21,10 +21,10 @@
"@maskito/core": "^3.2.0",
"@maskito/kit": "^3.2.0",
"@ng-web-apis/common": "^4.11.1",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/i18n": "^4.15.0",
"@taiga-ui/kit": "^4.15.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/i18n": "^4.16.0",
"@taiga-ui/kit": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.1"
Expand Down
12 changes: 6 additions & 6 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": "4.15.0",
"version": "4.16.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -23,11 +23,11 @@
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.11.1",
"@taiga-ui/addon-mobile": "^4.15.0",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/kit": "^4.15.0",
"@taiga-ui/legacy": "^4.15.0",
"@taiga-ui/addon-mobile": "^4.16.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/kit": "^4.16.0",
"@taiga-ui/legacy": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"markdown-it": ">=14.1.0",
"ngx-highlightjs": ">=10.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": "4.15.0",
"version": "4.16.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 @@ -18,9 +18,9 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.11.1",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/kit": "^4.15.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/kit": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.1"
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": "4.15.0",
"version": "4.16.0",
"description": "A library to display tabled data with filters, search, group actions, etc.",
"keywords": [
"angular",
Expand All @@ -16,10 +16,10 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/intersection-observer": "^4.11.1",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/i18n": "^4.15.0",
"@taiga-ui/kit": "^4.15.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/i18n": "^4.16.0",
"@taiga-ui/kit": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.1"
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 = '4.15.0';
export const TUI_VERSION = '4.16.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": "4.15.0",
"version": "4.16.0",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
6 changes: 3 additions & 3 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/core",
"version": "4.15.0",
"version": "4.16.0",
"description": "Core library for creating Angular components and applications using Taiga UI",
"keywords": [
"angular",
Expand All @@ -26,9 +26,9 @@
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.11.1",
"@ng-web-apis/mutation-observer": "^4.11.1",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/event-plugins": "^4.3.1",
"@taiga-ui/i18n": "^4.15.0",
"@taiga-ui/i18n": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.1"
Expand Down
10 changes: 5 additions & 5 deletions projects/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/experimental",
"version": "4.15.0",
"version": "4.16.0",
"description": "A package with Taiga UI experimental components",
"keywords": [
"angular",
Expand All @@ -13,10 +13,10 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@taiga-ui/addon-commerce": "^4.15.0",
"@taiga-ui/cdk": "^4.15.0",
"@taiga-ui/core": "^4.15.0",
"@taiga-ui/kit": "^4.15.0",
"@taiga-ui/addon-commerce": "^4.16.0",
"@taiga-ui/cdk": "^4.16.0",
"@taiga-ui/core": "^4.16.0",
"@taiga-ui/kit": "^4.16.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.1"
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/i18n",
"version": "4.15.0",
"version": "4.16.0",
"description": "A package with tools for Taiga UI library i18n",
"keywords": [
"angular",
Expand Down
Loading

0 comments on commit 44bf609

Please sign in to comment.