ngx-formly

📝 JSON powered / Dynamic forms for Angular

MIT License

Downloads
694.6K
Stars
2.8K
Committers
94

Bot releases are hidden (Show)

ngx-formly - v5.1.9

Published by aitboudad over 5 years ago

Bug Fixes

  • material: multi-select when passing observable data (#1614) (e74bd4e)
ngx-formly - v5.1.8

Published by aitboudad over 5 years ago

Bug Fixes

  • core: avoid rerender on model change with immutable mode (#1610) (16fc39e), closes #1429
ngx-formly - v5.1.7

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.1.6

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.1.5

Published by aitboudad over 5 years ago

Bug Fixes

  • core: rely on option componentFactoryResolver for wrapper (#1590) (7c8fc00)
ngx-formly - v5.1.4

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.1.3

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.1.2

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.1.1

Published by aitboudad over 5 years ago

Bug Fixes

  • core: allow passing a non array to the validation property (#1575) (3cdc8fa), closes #1573
ngx-formly - v5.1.0

Published by aitboudad over 5 years ago

🥇 Thanks to @juristr, @intellix, @ryanjerskine, @aitboudad

Summary:

  • core:
    • field instance is now accessible from hideExpression and expressionProperties:
  hideExpression: '!field.key', // as a string
  hideExpression: (model, state, field) => !field.key, // as a function
  • material:
    • select type:

      • disableOptionCentering: Whether to center the active option over the trigger.
      • selectAllOption: add Select/Deselect All for multi-select
        select-all
    • datepicker type:

      • datepickerTogglePosition: whether to use datepickerToggle as a suffix or prefix
        datepicker-toggle

Features

  • core: add field arg to hideExpression and expressionProperties (#1544) (24998ad), closes #704
  • core: deprecate usage of this.field in expressionProperties (#1550) (b6172b4)
  • material: add disableOptionCentering support for mat-select (#1545) (9c655c6)
  • material: add select all option to multiselect (#1552) (144f5fa)
  • material: adds datepicker toggle positioning support (#1560) (63698b3)
ngx-formly - v5.0.3

Published by aitboudad over 5 years ago

Bug Fixes

ngx-formly - v5.0.2

Published by aitboudad over 5 years ago

Bug Fixes

  • material: add errorStateMatcher to autocomplete example (#1517) (4606db9)
  • material: add FieldType set value (#1515) (93268e4)
  • material: add missing attrs to native-select (#1514) (8200078)
ngx-formly - v5.0.1

Published by aitboudad over 5 years ago

Bug Fixes

Performance Improvements

  • core: avoid mixin string and number for KeyPath (dffe082)
  • core: avoid recursive calls for assignModelValue (63310d2)
  • core: avoid using unnecessary rxjs operators (#1499) (cc59fcf)
  • core: check date type using instanceof (2d108db)
  • core: reduce regex calls for getKeyPath (#1501) (9e78c04)
  • core: rely on push instead of spread operaror (4c363b2)
  • core: skip fieldParentFormControl call when field has parent (#1500) (f5de20b)
  • core: updateValidity only when validators/asyncValidator change (#1504) (57a2087)
  • core: use for-of instead of while for getFieldValue (a9841fb)
ngx-formly -

Published by aitboudad over 5 years ago

Highlights

  • Added JSON Schema support
  • Add schematics ng add for core and theme
  • Support immutable mode
  • Allow passing defaultOptions through custom FieldType
  • New extension API
  • UI
    • Support for Ionic V4
    • Added Nativescript UI
    • Added material native-select type
    • Allow passing observable to radio and multicheckbox type
    • Allow passing array value for multicheckbox

Upgrading to 5.0

see UPGRADE-5.0

ngx-formly - v5.0.4

Published by aitboudad over 5 years ago

Bug Fixes

Reverts

ngx-formly -

Published by mohammedzamakhan almost 8 years ago

ngx-formly - Upgraded to Angular Master

Published by mohammedzamakhan about 8 years ago

ngx-formly - Contribution Extreme

Published by mohammedzamakhan over 8 years ago

ngx-formly - Express with expressionProperties

Published by mohammedzamakhan over 8 years ago

ngx-formly - NPM Ready

Published by mohammedzamakhan over 8 years ago

Package Rankings
Top 0.81% on Npmjs.org
Top 6.75% on Proxy.golang.org
Badges
Extracted from project README
Npm version Downloads Gitter Build Status Twitter Gitpod ready-to-code
Related Projects