@sumaris-net/ngx-components 18.22.6 → 18.22.7

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
@@ -1974,7 +1974,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1974
1974
  - fix(menu) Hide menu footer (about) on mobile device
1975
1975
 
1976
1976
  # 18.22.0
1977
- - enh(EntityFilter) Add logical combinators functions: `or()`, `and()` and `not()`
1977
+ - enh(EntityFilter) Add logical combinators properties: `or`, `and` and `not`
1978
1978
 
1979
1979
  # 18.22.5
1980
1980
  - enh(functions) Add utilities in `shared/functions.ts`:
@@ -1987,3 +1987,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1987
1987
  (remove `defaultValue`)
1988
1988
  - enh(functions) Change the third (optional) argument of `propertiesPathComparator(keys: string[], direction, nullsAtFirst?: boolean)`.
1989
1989
  (remove `defaultValues`)
1990
+
1991
+ # 18.22.7
1992
+ - fix(rx-state-decorators) Change naming convention of @RxStateOutput , to allow the suffix `Change` and not only `Changes`