Skip to content
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

Feature: Keycloak Angular v19 Release #599

Merged
merged 5 commits into from
Dec 23, 2024

Conversation

mauriciovigolo
Copy link
Owner

@mauriciovigolo mauriciovigolo commented Dec 19, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

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:

Description

keycloak-angular v19 introduces a complete refactor of the library, adopting a functional approach aligned with Angular's latest best practices.

Key Changes:

  • Updated to Angular v19.
  • Deprecated NgModules in favor of a functional approach.
  • Introduced new functionalities:
    • provideKeycloak for streamlined initialization.
    • Directives, interceptors, signals, and guards for improved flexibility.
    • Keycloak Angular Features for enhanced extensibility.
  • Refactored and added new examples to showcase the updated features.

Note: I'm finishing the migration document and some additional documentation on the new features.

Does this PR introduce a breaking change?

[X] Yes
[ ] No

@mauriciovigolo mauriciovigolo added enhancement This issue/PR is an enhancement or new feature. breaking-change This issue/PR will introduce a breaking change in the behaviour or public API. labels Dec 19, 2024
@mauriciovigolo mauriciovigolo self-assigned this Dec 19, 2024
@mauriciovigolo mauriciovigolo added this to the v17.0.0 milestone Dec 19, 2024
@mauriciovigolo mauriciovigolo force-pushed the feature/angular-v19-update branch 6 times, most recently from d6a8722 to f880416 Compare December 19, 2024 04:11
- Update to Angular v19
- NgModules are deprecated, to use the functional approach instead.
- New functionalities such as provideKeycloak, directives, interceptors, signal, guards.md, keycloak angular features.
- Refactored and added new examples.
docs/ngmodule.md Outdated Show resolved Hide resolved
- Fix typo in NgModule documentation.
- Add inject instead of adding in the constructor.
- Add migration guide for v19
- Improved README.md
- Migrated examples to use inject()
- Changed contact to bluesky in package.json.
@mauriciovigolo mauriciovigolo merged commit 9b521cf into main Dec 23, 2024
7 checks passed
@mauriciovigolo mauriciovigolo deleted the feature/angular-v19-update branch December 23, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This issue/PR will introduce a breaking change in the behaviour or public API. enhancement This issue/PR is an enhancement or new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants