@sumaris-net/ngx-components 18.3.21 → 18.3.23

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
@@ -1062,4 +1062,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1062
1062
  - enh(directive) Add new directive to avoid prevent double click: Simply replace `(click)=...` by `(throttledClick)=...`
1063
1063
 
1064
1064
  # 12.3.21
1065
- - fix(table) Add a `@Input() openRowThrottleTime = 800` to prevent double click to open a row
1065
+ - fix(table) Add a `@Input() openRowThrottleTime = 800` to prevent double click to open a row (see issue sumaris-app#864)
1066
+
1067
+ # 12.3.22
1068
+ - fix(async-table) Add a `@Input() openRowThrottleTime = 800` to prevent double click to open a row
1069
+
1070
+ # 12.3.23
1071
+ - fix(geolocation) Do not use Capacitor plugin, when using without capacitor