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
4 changes: 4 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ All notable changes for each version of {ProductName} are documented on this pag

* [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master)

## **{PackageVerChanges-24-2-JAN}**

* Angular 19 support.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)
Expand Down
3 changes: 2 additions & 1 deletion docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
{ "name": "{PackageVerChanges-24-1-JUN}", "value": "18.0.0 (June 2024)" },
{ "name": "{PackageVerChanges-24-1-SEP}", "value": "18.1.0 (September 2024)" },
{ "name": "{PackageVerChanges-24-2-DEC}", "value": "18.2.0 (December 2024)" },
{ "name": "{PackageVerLatest}", "value": "18.2.0"},
{ "name": "{PackageVerChanges-24-2-JAN}", "value": "19.0.0 (January 2025)" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add "{PackageVerChanges-24-2-JAN}" variable to other platforms in this config

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clarify, there are no other new versions. please merge

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either build flag usage of that new variable for Angular OR you must add "{PackageVerChanges-24-2-JAN}" variable to other platforms with value matching previously release version in this config because this topic is shared between all platforms and currently this variable will not be resolved to any value for Blazor, React and WC platforms

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The topic is not shared between all platforms. Each platform has it's own topic for the changelog for this sort of reason.

{ "name": "{PackageVerLatest}", "value": "19.0.0"},
{ "name": "{PackageAngularComponents}", "value": "igniteui-angular"},
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/samples"},
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/browser"},
Expand Down
Loading