@widergy/energy-ui 3.188.0 → 3.188.2
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/CHANGELOG.md +17 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
## [3.188.2](https://github.com/widergy/energy-ui/compare/v3.188.1...v3.188.2) (2026-09-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* branch name contract ([aa9c9d3](https://github.com/widergy/energy-ui/commit/aa9c9d3011be6f82d4fe000a9de3c0469bcc1f83))
|
|
7
7
|
|
|
8
|
-
## [3.
|
|
8
|
+
## [3.188.1](https://github.com/widergy/energy-ui/compare/v3.188.0...v3.188.1) (2026-09-18)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Bug Fixes
|
|
12
12
|
|
|
13
|
-
*
|
|
13
|
+
* ci test ([#868](https://github.com/widergy/energy-ui/issues/868)) ([70609a3](https://github.com/widergy/energy-ui/commit/70609a3e9fff907f77dbbcf8971b9a0f6eb39c53))
|
|
14
|
+
|
|
15
|
+
# [3.188.0](https://github.com/widergy/energy-ui/compare/v3.187.1...v3.188.0) (2026-09-17)
|
|
16
|
+
|
|
17
|
+
### Novedades y Mejoras
|
|
18
|
+
|
|
19
|
+
* La barra de navegación superior ahora permite mostrar el logo de la aplicación en su extremo izquierdo, con soporte tanto en vista de escritorio como en dispositivos móviles. Los proyectos que no utilicen esta opción no verán ningún cambio en su funcionamiento actual. [#864](https://github.com/widergy/Energy-UI/pull/864) [AXCH-2352](https://widergy.atlassian.net/browse/AXCH-2352)
|
|
20
|
+
|
|
21
|
+
## [3.187.1](https://github.com/widergy/energy-ui/compare/v3.187.0...v3.187.1) (2026-09-17)
|
|
22
|
+
|
|
23
|
+
### Correcciones
|
|
24
|
+
|
|
25
|
+
* Se corrigió un problema visual en el selector de fechas: cuando el campo estaba deshabilitado, el ícono de calendario desaparecía y provocaba un desplazamiento inesperado en la pantalla. Ahora el ícono permanece visible en estado bloqueado, manteniendo el diseño estable. [#866](https://github.com/widergy/Energy-UI/pull/866) [DEV-999](https://widergy.atlassian.net/browse/DEV-999)
|
|
14
26
|
|
|
15
27
|
# [3.187.0](https://github.com/widergy/energy-ui/compare/v3.186.1...v3.187.0) (2026-09-16)
|
|
16
28
|
|