Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
11 changes: 11 additions & 0 deletions libs/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.0.0](https://github.com/Angular-RU/angular-ru-sdk/compare/v18.11.0...v19.0.0) (2025-09-01)

### Bug Fixes

* **cdk:** virtual table now correctly rerenders after setting sort types manually multiple times ([c5f715c](https://github.com/Angular-RU/angular-ru-sdk/commit/c5f715c3098aa53f18d66da72b49bacdd190524a))

### Features

* angular v20 and NX v21 ([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
* standalone components and pipes; root providers instead of forRoot(); removal of ngModules ([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))

# [15.2.0](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/cdk@15.1.0...@angular-ru/cdk@15.2.0) (2024-04-10)

### Features
Expand Down
20 changes: 19 additions & 1 deletion libs/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
{
"name": "@angular-ru/cdk",
"version": "18.11.0",
"version": "19.0.0",
Comment thread
splincode marked this conversation as resolved.
"description": "Angular-RU package",
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
"license": "MIT",
"author": "angular-ru@yandex.ru",
"peerDependencies": {
"@angular/cdk": ">=20.0.0",
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@angular/forms": ">=20.0.0",
"@angular/router": ">=20.0.0"
},
"peerDependenciesMeta": {
"@angular/cdk": {
"optional": true
},
"@angular/forms": {
"optional": true
},
"@angular/router": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
Expand Down
7 changes: 7 additions & 0 deletions libs/ngxs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.0](https://github.com/Angular-RU/angular-ru-sdk/compare/v18.11.0...v19.0.0) (2025-09-01)

### Features

* angular v20 and NX v21 ([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
* standalone components and pipes; root providers instead of forRoot(); removal of ngModules ([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))

## [14.2.2](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/ngxs@14.2.1...@angular-ru/ngxs@14.2.2) (2023-10-21)

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions libs/ngxs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@angular-ru/ngxs",
"version": "18.11.0",
"version": "19.0.0",
"description": "Angular-RU package",
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
"license": "MIT",
"author": "angular-ru@yandex.ru",
"peerDependencies": {
"@ngxs/store": ">=18.1.6"
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@ngxs/store": ">=20.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdk",
"version": "18.11.0",
"version": "19.0.0",
"private": true,
"description": "Angular-RU SDK",
"homepage": "https://github.com/Angular-RU/angular-ru-sdk",
Expand Down
Loading