npm @ngx-formly/nativescript 5.1.0
v5.1.0

latest releases: 6.3.1, 6.3.0, 6.2.2...
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)

Don't miss a new nativescript release

NewReleases is sending notifications on new releases.