Download Latest Version v7.1.0 source code.tar.gz (516.0 kB)
Email in envelope

Get an email when there's a new version of Formly

Home / v7.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-01 1.8 kB
v7.1.0 source code.tar.gz 2026-02-01 516.0 kB
v7.1.0 source code.zip 2026-02-01 925.4 kB
Totals: 3 Items   1.4 MB 0

Highlights

  • JSON Schema Conditional Logic (if/then/else) The JSON Schema service matches standard compliance by supporting if, then, and else keywords. This enables defining complex conditional logic directly within schemas for dynamic field configurations.

  • CSP-Safe Expression Evaluation Added support for CSP-safe expression evaluation, allowing usages in strict security environments without eval().

    To enable CSP-safe expression evaluation, use the withFormlyFieldExpression configuration helper:

    ```typescript import { provideFormlyConfig, withFormlyFieldExpression } from '@ngx-formly/core';

    providers: [ provideFormlyConfig( withFormlyFieldExpression() ), ], ```

Features

  • core: export FormlyFieldConfigPresetProvider via public_api (#4161) (3976e09)
  • core: extend formly json schema service to support if/then/else (#4140) (f534999)
  • core: support CSP-safe expression evaluation (#4141) (ef839c1)

Bug Fixes

  • core: prevent cloning of Promise objects (3238bfb), closes #4159

Special Thanks

  • @jamie-perkins-sp @agonper
Source: README.md, updated 2026-02-01