@sumaris-net/ngx-components 2.8.2-beta5 → 2.8.3-beta7

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
@@ -740,5 +740,6 @@ This will allow subclasses to override the default selectedTabIndex after an err
740
740
  - [enh] Add static function `JsonUtils.getLocalizedEncoding()`
741
741
 
742
742
  # 2.8.2
743
- - [enh] function `getPropertyByPath` now handles the optional chaining operator `(?.)`
744
- - [enh] add `AccountService.onWillLogout` emitter
743
+ - [enh] Function `getPropertyByPath` now handles the optional chaining operator `(?.)`
744
+ - [enh] Add `AccountService.onWillLogout` emitter
745
+ - [fix] Table: Call `emitRefresh()` instead of `onRefresh.emit()` to safely emit to an opened Observable