Skip to content
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

# [21.0.0-next.2](https://github.com/atinc/ngx-tethys/compare/21.0.0-next.1...21.0.0-next.2) (2026-02-27)


### Features

* **core:** ThyAbstractOverlayConfig 支持 providers 参数并且支持注入dialog 打开的组件 #TINFR-3619 ([#3750](https://github.com/atinc/ngx-tethys/issues/3750)) ([f49a11b](https://github.com/atinc/ngx-tethys/commit/f49a11b2b927bdc8a24e2d5a0863eefd9ba68497)), closes [#TINFR-3619](https://github.com/atinc/ngx-tethys/issues/TINFR-3619) [#TINFR-3619](https://github.com/atinc/ngx-tethys/issues/TINFR-3619)
* **menu:** support animation by using thyAnimationCollapse ([5aa2b71](https://github.com/atinc/ngx-tethys/commit/5aa2b71f85d8d2c1e7dad15119bce6545697a6d3))
* **util:** remove date-fns-tz and handle string date with timezone ([#3746](https://github.com/atinc/ngx-tethys/issues/3746)) ([fb50f90](https://github.com/atinc/ngx-tethys/commit/fb50f909f1eb55a9cc07fd941e8f2e91da949001))



# [21.0.0-next.1](https://github.com/atinc/ngx-tethys/compare/21.0.0-next.0...21.0.0-next.1) (2026-02-04)


Expand Down
2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/cdk",
"version": "21.0.0-next.1",
"version": "21.0.0-next.2",
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
Expand Down
4 changes: 2 additions & 2 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": "ngx-tethys",
"version": "21.0.0-next.1",
"version": "21.0.0-next.2",
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '21.0.0-next.1';
export const VERSION = '21.0.0-next.2';
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "21.0.0-next.1",
"version": "21.0.0-next.2",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('21.0.0-next.1');
export const VERSION = new Version('21.0.0-next.2');
Loading