FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add support for angular 22 by Ni55aN · Pull Request #374 · retejs/angular-plugin · GitHub

feat: add support for angular 22 - #374

Merged
Ni55aN merged 1 commit into
mainfrom
feature/angular-22
Jul 9, 2026
Merged

feat: add support for angular 22#374
Ni55aN merged 1 commit into
mainfrom
feature/angular-22

Conversation

Ni55aN commented Jul 8, 2026

Copy link
Copy Markdown
Member

Description

Adds Angular 22 support.

  • New ng22/ build target with Angular 22, TypeScript 6, and ng-packagr 22
  • Package export via rete-angular-plugin/22 (dist/22)
  • Compatibility patches for Angular 22:
    • replace ComponentFactoryResolver with ViewContainerRef.createComponent() in ConnectionWrapperComponent
    • update reflect.ts (Proxy typing)
    • patches for classic preset, context-menu, minimap, and reroute (standalone components, trackBy in pins template)
  • Update peerDependencies: @angular/* now >= 12 < 23
  • Add build:22 to root build and postinstall scripts

Related Issues

Checklist

  • I have read and followed the contribution guidelines.
  • I have tested my changes locally.
  • I have updated documentation accordingly (if necessary).

Fix connection rendering under Angular 22 OnPush defaults by using
detectChanges in the connection wrapper and Eager CD on the connection component.

Co-authored-by: Cursor <cursoragent@cursor.com>

rete-js Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

rete-js Bot added the released label Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL