@sumaris-net/ngx-components 18.25.3 → 18.25.4
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 +3 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +41 -40
- package/fesm2022/sumaris-net.ngx-components.mjs +40 -39
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +1 -0
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2264,3 +2264,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2264
2264
|
|
|
2265
2265
|
## 18.25.3
|
|
2266
2266
|
- fix(animations) Fix Chrome warning about non-animatable property `overflow` in `expansionAnimation`
|
|
2267
|
+
|
|
2268
|
+
## 18.25.4
|
|
2269
|
+
- fix(AppAsyncTable) Add `logPrefix` property to allow customizing the logs prefix
|