Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release/v4.9.0 #9280

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
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.9.0](https://github.com/taiga-family/taiga-ui/compare/v4.8.1...v4.9.0) (2024-09-30)

### 🚀 Features

- **addon-doc:** add `TUI_DOC_SUPPORT_LANGUAGE` token ([#9201](https://github.com/taiga-family/taiga-ui/issues/9201))
([7aef5f8](https://github.com/taiga-family/taiga-ui/commit/7aef5f8a6166b8a5610a696985e7efc0bdfcc936))
- **addon-doc:** improve UX when switch global dark mode on API page
([#9053](https://github.com/taiga-family/taiga-ui/issues/9053))
([f9579da](https://github.com/taiga-family/taiga-ui/commit/f9579dac98dbed9b86701592b287f57db3ad0bef))
- **addon-doc:** move language switcher to page from header
([#9155](https://github.com/taiga-family/taiga-ui/issues/9155))
([e1768c4](https://github.com/taiga-family/taiga-ui/commit/e1768c47f8de7d15c2854375ebcfd74940e278a4))
- **cdk:** add `TuiRepeatTimes` pipe ([#9262](https://github.com/taiga-family/taiga-ui/issues/9262))
([712c5b3](https://github.com/taiga-family/taiga-ui/commit/712c5b3e31d65874abeb13e57a2a104ceca00b00))
- **table-addon:** add requireSort option to table ([#9036](https://github.com/taiga-family/taiga-ui/issues/9036))
([38c5b20](https://github.com/taiga-family/taiga-ui/commit/38c5b20c6e511c6be2ac8c89abcb317c1c182531))

### 🐞 Bug Fixes

- **addon-commerce:** `InputCardGroup` fix Safari autofill
([#9198](https://github.com/taiga-family/taiga-ui/issues/9198))
([1f5dfa5](https://github.com/taiga-family/taiga-ui/commit/1f5dfa57839157c7690e0ce1ad246d732aeaa106))
- **addon-doc:** provide languages icon ([#9236](https://github.com/taiga-family/taiga-ui/issues/9236))
([bc5caf7](https://github.com/taiga-family/taiga-ui/commit/bc5caf71856a1b10fbea957af40b1694c3426acd))
- **addon-mobile:** fix minLength and maxLength properties for range in mobile calendar
([#9118](https://github.com/taiga-family/taiga-ui/issues/9118))
([c84dd39](https://github.com/taiga-family/taiga-ui/commit/c84dd39af211b89fa0c27f5abf1864d5b772175a))
- **cdk:** support any query string inside URL ([#9254](https://github.com/taiga-family/taiga-ui/issues/9254))
([af4aa7e](https://github.com/taiga-family/taiga-ui/commit/af4aa7e3bb8a780f18b793ad5c4d8e258aec9129))
- **core:** `Scrollbar` fix scroll leaking to both directions
([#9217](https://github.com/taiga-family/taiga-ui/issues/9217))
([ff829fc](https://github.com/taiga-family/taiga-ui/commit/ff829fcdf68bf1461be5dbf18f0d0a8625a1a22d))
- **core:** `Textfield` has change detection problems for `[filler]`
([#9243](https://github.com/taiga-family/taiga-ui/issues/9243))
([a45df07](https://github.com/taiga-family/taiga-ui/commit/a45df07ca6e8fae2bc28b2b0fb101e8cf9bec785))
- **core:** close dropdown when dropdown host is hidden via css
([#9189](https://github.com/taiga-family/taiga-ui/issues/9189))
([3e991f9](https://github.com/taiga-family/taiga-ui/commit/3e991f91323b43664f5466b60e1a599a8bf6c81b))
- **deps:** update dependency ng-morph to v4.8.4 ([#9264](https://github.com/taiga-family/taiga-ui/issues/9264))
([91dab47](https://github.com/taiga-family/taiga-ui/commit/91dab47d788652be07440554105f2d039d3960f2))
- **deps:** update maskito to ^3.0.3 ([#9191](https://github.com/taiga-family/taiga-ui/issues/9191))
([61170a6](https://github.com/taiga-family/taiga-ui/commit/61170a6cdfeb71b57ef1da2e12a125d15551f6e4))
- **deps:** update taiga-ui family dependencies ([#9265](https://github.com/taiga-family/taiga-ui/issues/9265))
([bcd1ef4](https://github.com/taiga-family/taiga-ui/commit/bcd1ef4c7c319923bd3bee0cf4f8bab32fa0ec34))
- **deps:** update taiga-ui to ^4.6.4 ([#9180](https://github.com/taiga-family/taiga-ui/issues/9180))
([ffbee63](https://github.com/taiga-family/taiga-ui/commit/ffbee63587b516dbd60b27c796e037ebb0368246))
- **kit:** `Chip` size
([904725c](https://github.com/taiga-family/taiga-ui/commit/904725c7e43e182fe12a4ed1e9ba9101b39d958d))
- **kit:** `Chip` size ([#9169](https://github.com/taiga-family/taiga-ui/issues/9169))
([a92153a](https://github.com/taiga-family/taiga-ui/commit/a92153ae08ae17dcf93edfd06d23ba021bdc47ee))
- **kit:** `Radio`, `Checkbox`, `Switch` remove non-functioning `appearance` input
([#9221](https://github.com/taiga-family/taiga-ui/issues/9221))
([6dc4ce0](https://github.com/taiga-family/taiga-ui/commit/6dc4ce05f5b100ac5045de74097109ebcd6a7e47))
- **kit:** `TuiImgLazyLoading` compat with SSR ([#9184](https://github.com/taiga-family/taiga-ui/issues/9184))
([710166f](https://github.com/taiga-family/taiga-ui/commit/710166f199334b3f851e503ff765c48b29e67a5a))
- **legacy:** `Input` fix [(tuiDropdownOpen)] ([#9214](https://github.com/taiga-family/taiga-ui/issues/9214))
([65981bc](https://github.com/taiga-family/taiga-ui/commit/65981bcaefcce811891887a697c496d53108fce2))

### [4.8.1](https://github.com/taiga-family/taiga-ui/compare/v4.8.0...v4.8.1) (2024-09-24)

### 🐞 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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/cdk": "^4.9.0",
"@taiga-ui/core": "^4.9.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-charts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"parallel": false,
"commands": [
"cp ./LICENSE ./dist/{projectName}",
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag} || echo \"success\""
]
},
"dependsOn": [
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.8.1",
"version": "4.9.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.0.3",
"@maskito/kit": "^3.0.3",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/cdk": "^4.9.0",
"@taiga-ui/core": "^4.9.0",
"@taiga-ui/i18n": "^4.9.0",
"@taiga-ui/kit": "^4.9.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-commerce/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"parallel": false,
"commands": [
"cp ./LICENSE ./dist/{projectName}",
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag} || echo \"success\""
]
},
"dependsOn": [
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": "4.8.1",
"version": "4.9.0",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -23,10 +23,10 @@
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/addon-mobile": "^4.8.1",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/addon-mobile": "^4.9.0",
"@taiga-ui/cdk": "^4.9.0",
"@taiga-ui/core": "^4.9.0",
"@taiga-ui/kit": "^4.9.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"markdown-it": ">=14.1.0",
"ngx-highlightjs": ">=10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"parallel": false,
"commands": [
"cp ./LICENSE ./dist/{projectName}",
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag} || echo \"success\""
]
},
"dependsOn": [
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.8.1",
"version": "4.9.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.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/cdk": "^4.9.0",
"@taiga-ui/core": "^4.9.0",
"@taiga-ui/kit": "^4.9.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"parallel": false,
"commands": [
"cp ./LICENSE ./dist/{projectName}",
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag} || echo \"success\""
]
},
"dependsOn": [
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.8.1",
"version": "4.9.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.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/cdk": "^4.9.0",
"@taiga-ui/core": "^4.9.0",
"@taiga-ui/i18n": "^4.9.0",
"@taiga-ui/kit": "^4.9.0",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
Expand Down
Loading
Loading