@sumaris-net/ngx-components 1.10.0 → 1.10.1
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/bundles/sumaris-net.ngx-components.umd.js +19 -14
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +4 -0
- package/esm2015/src/app/core/table/table.class.js +31 -19
- package/fesm2015/sumaris-net.ngx-components.js +29 -17
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -201,3 +201,7 @@
|
|
|
201
201
|
[fix] Home: fix layout, of card close button, in history items
|
|
202
202
|
[fix] Make sure to use LocalSettingsServicesettings.mobile instead of PlatformService.mobile
|
|
203
203
|
[enh] Account: auto start listen changes on pod, during the user session
|
|
204
|
+
|
|
205
|
+
# 1.10.1
|
|
206
|
+
|
|
207
|
+
[fix] AppTable: Fix table row deletion, when editedRow is invalid and not saved yet - fix issue IMAGINE-669
|