| Name | Modified | Size | Downloads / 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 supportingif,then, andelsekeywords. 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
withFormlyFieldExpressionconfiguration 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
Special Thanks
- @jamie-perkins-sp @agonper