bit-ng-library 20.1.0 → 20.1.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/README.md +14 -0
- package/fesm2022/bit-ng-library.mjs +50 -42
- package/fesm2022/bit-ng-library.mjs.map +1 -1
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,20 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
|
|
|
26
26
|
|
|
27
27
|
## changelog
|
|
28
28
|
|
|
29
|
+
## [20.1.2] - PENDIENTE
|
|
30
|
+
|
|
31
|
+
Se añade placeholder al componente bit-textarea
|
|
32
|
+
Se cambia los arial-label por ariaLabel
|
|
33
|
+
Se añade la posibilidad de definir el tema de alto contraste
|
|
34
|
+
|
|
35
|
+
## [20.1.1] - 2025-10-29
|
|
36
|
+
|
|
37
|
+
Se añade arial-label a todos los componentes form para temas de accesibilidad
|
|
38
|
+
|
|
39
|
+
## [20.1.0] - 2025-10-21
|
|
40
|
+
|
|
41
|
+
Refactorizado practicaente todos los componentes para que sean signals
|
|
42
|
+
|
|
29
43
|
## [20.0.1] - 2025-09-26
|
|
30
44
|
|
|
31
45
|
Fix falta aplicar la clase obligatorio a los bit-dropdown-multiple
|