npm @ngx-formly/core 7.0.0-alpha.0

20 hours ago

Highlights

This release add support of standalone components and requires Angular >=16, for usage of standalone components please check the following example: https://stackblitz.com/edit/fjacyu-4kqqes

  • Note: No change is required for NgModule API (FormlyModule, FormlyBootstrapModule, ...) and it'll be still supported alongside with Standalone API.
NgModule Api Standalone Alternative Api
FormlyModule FormlyForm
FormlyModule.forRoot provideFormlyCore
FormlyModule.forChild provideFormlyConfig
FormlyBootstrapModule withFormlyBootstrap
FormlyMaterialModule withFormlyMaterial
Formly{...UI}Module withFormly{...UI}

⚠ BREAKING CHANGES

  • bootstrap: formly-wrapper-form-field selector has the following margin margin-bottom: 1rem;.
  • core: The library now requires Angular 16

Features

  • bootstrap: remove usage of !important in wrapper styling (77239cb), closes #3658
  • core: support input wheel event (#4017) (3047c69)
  • core: support standalone components (e5ba94a)
  • core: update to angular 16 (9460610), closes #3811

Don't miss a new core release

NewReleases is sending notifications on new releases.