@erpp/react-api-cronos-frontend 1.0.24 → 1.0.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erpp/react-api-cronos-frontend",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  # Caracteristicas
4
4
 
5
+ - v0.1.26
6
+ - Se corrige el filtrado del método `tree` en `DashboardGraficaElementoClient`.
7
+
5
8
  - v0.1.24
6
9
  - Se crea un hook personalizado `useGetTree` para obtener la estructura en árbol de los elementos del dashboard gráfico.
7
10
  - Se agrega el método `tree` en `DashboardGraficaElementoClient` para obtener la estructura en árbol de los elementos del dashboard gráfico.