Skip to content

Commit

Permalink
chore(release): 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent d02e34c commit 2c17316
Show file tree
Hide file tree
Showing 22 changed files with 116 additions and 76 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
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.13.0](https://github.com/taiga-family/taiga-ui/compare/v4.12.0...v4.13.0) (2024-10-28)

### 🐞 Bug Fixes

- **addon-commerce:** `ThumbnailCard` with blur effect should keep its initial border-radius
([#9604](https://github.com/taiga-family/taiga-ui/issues/9604))
([b25cbd5](https://github.com/taiga-family/taiga-ui/commit/b25cbd5fdaa66effdc2114bc23a2248da3d0c0a5))
- **core:** `DropdownOpen` fix initial open state ([#9581](https://github.com/taiga-family/taiga-ui/issues/9581))
([6b6863e](https://github.com/taiga-family/taiga-ui/commit/6b6863e9c97781fa83db5644ced097883faa0244))
- **core:** `Notification` remove flex layout ([#9580](https://github.com/taiga-family/taiga-ui/issues/9580))
([b4f4f32](https://github.com/taiga-family/taiga-ui/commit/b4f4f32b43e78a47aa66cdaa6ed411c5ccb02f71))
- **kit:** `Badge` fix font size on desktop ([#9593](https://github.com/taiga-family/taiga-ui/issues/9593))
([9828c85](https://github.com/taiga-family/taiga-ui/commit/9828c8528566d59d9603fe162590cd9f6697d9fd))
- **kit:** `InputPhoneInternational` fix dropdown issues ([#9569](https://github.com/taiga-family/taiga-ui/issues/9569))
([e996d18](https://github.com/taiga-family/taiga-ui/commit/e996d189546c568f9ee0394f813721def2739e2e))
- **layout:** `Navigation` fix drawer positioning ([#9594](https://github.com/taiga-family/taiga-ui/issues/9594))
([d0560c8](https://github.com/taiga-family/taiga-ui/commit/d0560c89091ab6475a8e9960611c15863d98ea31))

### 🚀 Features

- **addon-mobile:** `MobileCalendar` add (mousedown.prevent)
([3efbd50](https://github.com/taiga-family/taiga-ui/commit/3efbd5023a0be72f7959da8d35da18fa2dd5dd3f))
- **core:** `Calendar` not switch to large date
([683e6bc](https://github.com/taiga-family/taiga-ui/commit/683e6bc631ba4c6d0b1d84576b7868de81620168))
- **core:** `Calendar` not switch to large date ([#9587](https://github.com/taiga-family/taiga-ui/issues/9587))
([4575a40](https://github.com/taiga-family/taiga-ui/commit/4575a40e836ff2260f0b7c24ba0bd6bfcb0bbb0e))
- **core:** `Popup` add service for arbitrary portal items
([#9605](https://github.com/taiga-family/taiga-ui/issues/9605))
([6ab1756](https://github.com/taiga-family/taiga-ui/commit/6ab17567882ec42f9e8396fe7e9556c2388c2c1a))
- **kit:** `Drawer` add new component ([#9614](https://github.com/taiga-family/taiga-ui/issues/9614))
([5b43400](https://github.com/taiga-family/taiga-ui/commit/5b43400212f7dba94f1350cd27a6003f91d677c0))
- **kit:** `Tooltip` add DI options ([#9571](https://github.com/taiga-family/taiga-ui/issues/9571))
([e2f17c4](https://github.com/taiga-family/taiga-ui/commit/e2f17c40c8e36d44f99fb790d0df6376f7f7c9c5))
- **kit:** `TuiInputPhoneInternational` has separator customization
([#9601](https://github.com/taiga-family/taiga-ui/issues/9601))
([7939bc5](https://github.com/taiga-family/taiga-ui/commit/7939bc5aa3e015dcef81a5f7c93386764886f860))
- **legacy:** `InputTime` & `InputDateTime` support `AM` / `PM` formats
([#9595](https://github.com/taiga-family/taiga-ui/issues/9595))
([0f67a78](https://github.com/taiga-family/taiga-ui/commit/0f67a78475ef771ac95d03b5abcff568b299d5eb))

## [4.12.0](https://github.com/taiga-family/taiga-ui/compare/v4.11.0...v4.12.0) (2024-10-21)

### 🐞 Bug Fixes
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.12.0",
"version": "4.13.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.12.0",
"version": "4.13.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.12.0",
"@taiga-ui/core": "^4.12.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/core": "^4.13.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"tslib": ">=2.8.0"
}
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.12.0",
"version": "4.13.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.1.2",
"@maskito/kit": "^3.1.2",
"@ng-web-apis/common": "^4.11.1",
"@taiga-ui/cdk": "^4.12.0",
"@taiga-ui/core": "^4.12.0",
"@taiga-ui/i18n": "^4.12.0",
"@taiga-ui/kit": "^4.12.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/core": "^4.13.0",
"@taiga-ui/i18n": "^4.13.0",
"@taiga-ui/kit": "^4.13.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.0"
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.12.0",
"version": "4.13.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.12.0",
"@taiga-ui/cdk": "^4.12.0",
"@taiga-ui/core": "^4.12.0",
"@taiga-ui/kit": "^4.12.0",
"@taiga-ui/legacy": "^4.12.0",
"@taiga-ui/addon-mobile": "^4.13.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/core": "^4.13.0",
"@taiga-ui/kit": "^4.13.0",
"@taiga-ui/legacy": "^4.13.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.12.0",
"version": "4.13.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.12.0",
"@taiga-ui/core": "^4.12.0",
"@taiga-ui/kit": "^4.12.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/core": "^4.13.0",
"@taiga-ui/kit": "^4.13.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.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": "4.12.0",
"version": "4.13.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.12.0",
"@taiga-ui/core": "^4.12.0",
"@taiga-ui/i18n": "^4.12.0",
"@taiga-ui/kit": "^4.12.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/core": "^4.13.0",
"@taiga-ui/i18n": "^4.13.0",
"@taiga-ui/kit": "^4.13.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.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 = '4.12.0';
export const TUI_VERSION = '4.13.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.12.0",
"version": "4.13.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.12.0",
"version": "4.13.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.12.0",
"@taiga-ui/cdk": "^4.13.0",
"@taiga-ui/event-plugins": "^4.3.1",
"@taiga-ui/i18n": "^4.12.0",
"@taiga-ui/i18n": "^4.13.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": ">=2.8.0"
Expand Down
Loading

0 comments on commit 2c17316

Please sign in to comment.