@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
- # [3.188.0](https://github.com/widergy/energy-ui/compare/v3.187.1...v3.188.0) (2026-09-17)
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
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * [AXCH-2352] logo prop in uttopbar ([#864](https://github.com/widergy/energy-ui/issues/864)) ([743341c](https://github.com/widergy/energy-ui/commit/743341cafc9c3702c217d051ea042d0db1112466))
6
+ * branch name contract ([aa9c9d3](https://github.com/widergy/energy-ui/commit/aa9c9d3011be6f82d4fe000a9de3c0469bcc1f83))
7
7
 
8
- ## [3.187.1](https://github.com/widergy/energy-ui/compare/v3.187.0...v3.187.1) (2026-09-17)
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
- * minor datepicker visual fix ([#866](https://github.com/widergy/energy-ui/issues/866)) ([3a99556](https://github.com/widergy/energy-ui/commit/3a99556a1cc25f2521b80800734582c09b930e9d))
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.188.0",
3
+ "version": "3.188.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",