@sumaris-net/ngx-components 2.4.23-rc6 → 2.4.24
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 +4 -1
- package/package.json +3 -3
package/doc/changelog.md
CHANGED
|
@@ -568,5 +568,8 @@ Observables: function `waitFor()`, `waitForTrue()`, `watForFalse()`, `firstNotNi
|
|
|
568
568
|
# 2.4.19
|
|
569
569
|
- [fix] MatAutocompleteField: revert the cdk overlay position, when closing the mat-select panel
|
|
570
570
|
|
|
571
|
-
# 2.4
|
|
571
|
+
# 2.4.23
|
|
572
572
|
- [enh] Add DateUtils.markTime(), to reset the 'no time' marker
|
|
573
|
+
- [enh] Add DateUtilsEntityEditor: simplify updateTabAndRoute()
|
|
574
|
+
- [enh] Add DateUtilsEntityEditor: updateRoute() now manage queryParams change, before /new to /:id transition
|
|
575
|
+
- [enh] Toolbar: goBack() return a boolean
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sumaris-net/ngx-components",
|
|
3
3
|
"description": "SUMARiS Angular components",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.24",
|
|
5
5
|
"author": "contact@e-is.pro",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"readmeFilename": "README.md",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@noble/ed25519": "^1.7.1",
|
|
13
|
-
"@rx-angular/cdk": "^1.0.0
|
|
13
|
+
"@rx-angular/cdk": "^1.0.0",
|
|
14
14
|
"@rx-angular/state": "^1.7.0",
|
|
15
|
-
"@rx-angular/template": "^1.0.0
|
|
15
|
+
"@rx-angular/template": "^1.0.0",
|
|
16
16
|
"clone": "~2.1.2",
|
|
17
17
|
"tslib": "~2.3.1"
|
|
18
18
|
},
|