Skip to content

Commit

Permalink
🚀 Release/v3.99.0 (#9875)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Dec 2, 2024
2 parents 70632cc + 83af142 commit 7c746b6
Show file tree
Hide file tree
Showing 21 changed files with 103 additions and 80 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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.99.0](https://github.com/taiga-family/taiga-ui/compare/v3.98.0...v3.99.0) (2024-12-02)

### Bug Fixes

- **addon-mobile:** drop close button for sheet dialog ([#9804](https://github.com/taiga-family/taiga-ui/issues/9804))
([f191380](https://github.com/taiga-family/taiga-ui/commit/f191380ffc5216f4735e33ac0b16a505d595e528))
- **addon-mobile:** update font of large buttons on mobile
([#9821](https://github.com/taiga-family/taiga-ui/issues/9821))
([541ebea](https://github.com/taiga-family/taiga-ui/commit/541ebeaf6a0f025da4c03447564131860f826ea2))
- **cdk:** `MIN_YEAR` incorrect work with `new Date()` constructor
([d0cd2e0](https://github.com/taiga-family/taiga-ui/commit/d0cd2e094daa8797b4c3d79e4875cda404d0825b))
- **cdk:** `toLocalNativeDate` correct work with years less 1900
([ee1be0a](https://github.com/taiga-family/taiga-ui/commit/ee1be0ab135873748675642b1cf15a2d4bd392c7))
- **kit:** `InputDate` incorrect works with date less than 1900
([#9719](https://github.com/taiga-family/taiga-ui/issues/9719))
([5a8d751](https://github.com/taiga-family/taiga-ui/commit/5a8d7516ca4fa24ea99bbb94de1d06bf37971e42))
- **kit:** `InputDateTime` validators not triggered when value change
([#9846](https://github.com/taiga-family/taiga-ui/issues/9846))
([9650a0c](https://github.com/taiga-family/taiga-ui/commit/9650a0ced002e31170fcfc03a2bf839a4b410612))
- **layout:** `Navigation` fix aside width according to spec
([#9820](https://github.com/taiga-family/taiga-ui/issues/9820))
([e56f98c](https://github.com/taiga-family/taiga-ui/commit/e56f98cb786060deb17dcc7242b691af84506a8a))

## [3.98.0](https://github.com/taiga-family/taiga-ui/compare/v3.97.0...v3.98.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": "3.98.0",
"version": "3.99.0",
"description": "Taiga UI by TBank 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.98.0",
"version": "3.99.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.2.3 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"tslib": ">=2.7.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": "3.98.0",
"version": "3.99.0",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -21,10 +21,10 @@
"@maskito/core": ">=1.9.0 <2",
"@maskito/kit": ">=1.9.0 <2",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/i18n": ">=3.98.0 <4",
"@taiga-ui/kit": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@taiga-ui/i18n": ">=3.99.0 <4",
"@taiga-ui/kit": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.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.98.0",
"version": "3.99.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -26,10 +26,10 @@
"@angular/forms": ">=12.0.0",
"@angular/router": ">=12.0.0",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/addon-mobile": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/kit": ">=3.98.0 <4",
"@taiga-ui/addon-mobile": ">=3.99.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@taiga-ui/kit": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"tslib": ">=2.7.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.98.0",
"version": "3.99.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.2.3 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/kit": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@taiga-ui/kit": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
Expand Down
10 changes: 5 additions & 5 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.98.0",
"version": "3.99.0",
"description": "A library to show a modal with custom content preview",
"keywords": [
"angular",
Expand All @@ -16,10 +16,10 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/mutation-observer": ">=3.1.0 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/i18n": ">=3.98.0 <4",
"@taiga-ui/kit": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@taiga-ui/i18n": ">=3.99.0 <4",
"@taiga-ui/kit": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.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.98.0",
"version": "3.99.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.2.3 <4",
"@taiga-ui/cdk": ">=3.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/i18n": ">=3.98.0 <4",
"@taiga-ui/kit": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@taiga-ui/i18n": ">=3.99.0 <4",
"@taiga-ui/kit": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.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.98.0",
"version": "3.99.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.98.0 <4",
"@taiga-ui/core": ">=3.98.0 <4",
"@taiga-ui/cdk": ">=3.99.0 <4",
"@taiga-ui/core": ">=3.99.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.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.98.0';
export const TUI_VERSION = '3.99.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.98.0",
"version": "3.99.0",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
Loading

0 comments on commit 7c746b6

Please sign in to comment.