-
Notifications
You must be signed in to change notification settings - Fork 43
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
Adopt ngx-translate standalone API in demo project #166
base: master
Are you sure you want to change the base?
Conversation
ruizmarc
commented
Nov 18, 2024
•
edited
Loading
edited
- Adopt ngx-translate standalone API in demo project
- Update to Angular 18.2 and later update to Angular 19
- Also includes: refactor: replace deprecated ConnectableObservable by share
chore: update angular ssr and ng-packagr
Updating PR to include Angular 19 demo project migration |
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@gilsdav/ngx-translate-router", | |||
"version": "7.2.1", | |||
"version": "7.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s update the version to 8.0.0, as the library now utilizes ngx-translate v16 and Angular v19.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s backwards compatible, no breaking changes, just following semantic versioning
| 15 | 6.0.0 | 2.0.0 | legacy | minimum angular 15.0.3 | | ||
| 15.1 | 6.1.0 | 2.0.0 | legacy | minimum angular 15.1.0 | | ||
| 16 | 7.0.0 | 2.0.0 | legacy | minimum angular 16 | | ||
| 17 | 7.1.0 | 2.0.0 | legacy | optional standalone API | | ||
| 18 | 7.2.1 | 2.0.0 | active | | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add smth like this?
| 19 | 8.0.0 | 2.0.0 | active | ngx-translate v16 |