mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
725 stars 278 forks source link

Feat: Angular v.18 update. (#563) #567

Closed giboow closed 3 months ago

giboow commented 4 months ago

Description

Angular v.18 update including:

Angular v.18 update and the other dependencies as well.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the new behavior?

Issue Number: https://github.com/mauriciovigolo/keycloak-angular/issues/563

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

dodesheide commented 4 months ago

@marcinmajkowski can you please review these pr?

JuNe98 commented 3 months ago

@giboow can you assign this PR to @mauriciovigolo and I think you should change to feat: notation to fit contributing guidelines :)

giboow commented 3 months ago

@giboow can you assign this PR to @mauriciovigolo and I think you should change to feat: notation to fit contributing guidelines :)

@June98, I've changed my commit message, but I can't assign anyone, I don't have the rights.

RedWings-R commented 3 months ago

@mauriciovigolo can you please review these pr?

mauriciovigolo commented 3 months ago

Sorry for the delay. I will review and release the next version between today and tomorrow.

Update: I couldn't finish testing the new version. I want to include Keycloak 25 support and I'm doing an investigation to support server-side rendering. I will release the new version this weekend 16.06 - milestone v16.0.0

mauriciovigolo commented 3 months ago

keycloak-angular v16 released as planned.

Server-side rendering requires more work in the documentation, example and code. It will be part of the next version.

Thank you @giboow!