Skip to content

Commit

Permalink
chore(release): 3.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Nov 5, 2024
1 parent 18a40c2 commit 4b71ea7
Show file tree
Hide file tree
Showing 21 changed files with 109 additions and 80 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
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.97.0](https://github.com/taiga-family/taiga-ui/compare/v3.96.0...v3.97.0) (2024-11-05)

### Features

- **addon-mobile:** `MobileCalendar` add (mousedown.prevent)
([5b90b0f](https://github.com/taiga-family/taiga-ui/commit/5b90b0fdc21a6094e6c447a7f652587da79c53c6))
- **core:** `Calendar` not switch to large date
([48283fc](https://github.com/taiga-family/taiga-ui/commit/48283fc33e9f16f5d9f03ea01fb2a4788e860467))
- **core:** `Calendar` not switch to large date ([#9586](https://github.com/taiga-family/taiga-ui/issues/9586))
([397316a](https://github.com/taiga-family/taiga-ui/commit/397316a48f308e67806d99eb93fd2a3a2f440da5))

### Bug Fixes

- **kit:** `CalendarRange` show actual `defaultViewedMonth`
([363d164](https://github.com/taiga-family/taiga-ui/commit/363d1646dee4231ff8f2e28c0ebf5d3a0e87b75c))
- **kit:** `CalendarRange` shows actual `defaultViewedMonth`
([#9009](https://github.com/taiga-family/taiga-ui/issues/9009))
([3446afd](https://github.com/taiga-family/taiga-ui/commit/3446afdb942227afe037acc3f0a048c98abb0e75))
- **kit:** `InputDate` click any day after `Until today` selected
([1a15f35](https://github.com/taiga-family/taiga-ui/commit/1a15f35c4550f2ed67a2df019943ad37b7731f33))
- **kit:** `InputDate` click any day after `Until today` selected
([#9582](https://github.com/taiga-family/taiga-ui/issues/9582))
([6d8a4df](https://github.com/taiga-family/taiga-ui/commit/6d8a4dfbf38438e61f04f577354bb69e1bb99b7b))
- **kit:** `InputDate` hold initial value with min/max defined
([#9623](https://github.com/taiga-family/taiga-ui/issues/9623))
([18a40c2](https://github.com/taiga-family/taiga-ui/commit/18a40c208f4d843a975830c59eb32bff6d615d68))
- **kit:** `Stepper` fix flashing styles ([#9640](https://github.com/taiga-family/taiga-ui/issues/9640))
([f47554a](https://github.com/taiga-family/taiga-ui/commit/f47554ab343760e31daa0cc55232d27f79ef1180))

## [3.96.0](https://github.com/taiga-family/taiga-ui/compare/v3.95.2...v3.96.0) (2024-10-21)

### 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.96.0",
"version": "3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/i18n": ">=3.96.0 <4",
"@taiga-ui/kit": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.0 <4",
"@taiga-ui/i18n": ">=3.97.0 <4",
"@taiga-ui/kit": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/cdk": ">=3.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/kit": ">=3.96.0 <4",
"@taiga-ui/addon-mobile": ">=3.97.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.0 <4",
"@taiga-ui/kit": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/kit": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.0 <4",
"@taiga-ui/kit": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/i18n": ">=3.96.0 <4",
"@taiga-ui/kit": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.0 <4",
"@taiga-ui/i18n": ">=3.97.0 <4",
"@taiga-ui/kit": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/i18n": ">=3.96.0 <4",
"@taiga-ui/kit": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.0 <4",
"@taiga-ui/i18n": ">=3.97.0 <4",
"@taiga-ui/kit": ">=3.97.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.96.0",
"version": "3.97.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.96.0 <4",
"@taiga-ui/core": ">=3.96.0 <4",
"@taiga-ui/cdk": ">=3.97.0 <4",
"@taiga-ui/core": ">=3.97.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.96.0';
export const TUI_VERSION = '3.97.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.96.0",
"version": "3.97.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 4b71ea7

Please sign in to comment.