@sumaris-net/ngx-components 18.7.28 → 18.7.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/doc/changelog.md CHANGED
@@ -1307,3 +1307,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1307
1307
 
1308
1308
  # 18.7.27
1309
1309
  - enh(mat-boolean-field) Add `@Input() autofocus`
1310
+
1311
+ # 18.7.29
1312
+ - enh(pipes) Change pipe `asBoolean: <mapperFn>` to allow `mapperFn` to have more arguments (e.g. `| asBoolean: mapperFn: 'arg2'`)