@sumaris-net/ngx-components 21.0.0-rc17 → 21.0.0-rc19

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
@@ -2309,3 +2309,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2309
2309
  - enh(upload-file): add check for maximum file size and blacklisted extensions
2310
2310
  - test(markdown): add unit tests for `MarkdownUtils` helper functions
2311
2311
  - fix(mat-date-time): fix timepicker dropdown popup position in desktop mode by attaching directive directly to the visible input
2312
+ - fix(animation) Fix warning in the JS console, on expansionAnimation
2313
+ - fix(settings-page) Local settings was always overridden by account settings - Fix issue sumaris-app#1755
2314
+ - fix(functions) cherrypick fixes on functions, from v18.x