Skip to content

Version Packages#25

Merged
travist merged 1 commit into
mainfrom
changeset-release/main
Jun 24, 2026
Merged

Version Packages#25
travist merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@formio/ai@0.5.0

Minor Changes

  • 49c727b: formio-angular skill: generate deterministic Angular apps under modern change detection.
    • The skill now always targets the latest Angular @formio/angular supports and pins zoneless change detection explicitly (provideZonelessChangeDetection(), no zone.js) in BOOTSTRAP Step 6, instead of force-re-adding zone.js and inheriting the CLI's drifting default. No specific Angular version is named in the skill.
    • CONFIG/AUTH/app-integration keep the simple { provide: FormioAppConfig, useValue: AppConfig } provider — no app-level wiring change is needed because @formio/angular reads that config in the FormioModule constructor and configures the SDK (Formio.setBaseUrl/setProjectUrl) at bootstrap.
    • BOOTSTRAP notes one Form.io-specific caveat for zoneless apps (the SDK's promises resolve outside Angular's zone, so refresh views with signals/markForCheck, not NgZone.run).
    • Corrected stale guidance that claimed zone-based CD was required.

@travist travist self-requested a review June 24, 2026 19:44
@travist travist merged commit c8f38b0 into main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant