@fiscozen/input 1.0.0 → 1.0.1

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fiscozen/input
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a2df8c: Move @fiscozen/icons from dependencies to peerDependencies. Consumers now need to install @fiscozen/icons explicitly. This decouples icon updates from component version bumps.
8
+ - Updated dependencies [1a2df8c]
9
+ - @fiscozen/button@1.0.2
10
+
3
11
  ## 1.0.0
4
12
 
5
13
  ### Major Changes
@@ -9,6 +17,7 @@
9
17
  ### Modifiche dalla versione 0.1.17
10
18
 
11
19
  #### Nuove funzionalità
20
+
12
21
  - Floating label con supporto per tutti i tipi di input (email, telefono, URL)
13
22
  - Nuovo componente **FzCurrencyInput** con formattazione automatica, supporto per valori negativi, gestione min/max, e step con `forceStep`
14
23
  - Secondo pulsante icona a destra (`rightIconLast`) con gestione accessibilità
@@ -17,6 +26,7 @@
17
26
  - Slot `left-icon` per FzCurrencyInput
18
27
 
19
28
  #### Miglioramenti
29
+
20
30
  - Gestione migliorata degli eventi di tastiera: il tasto Enter ora consente il submit del form
21
31
  - Gestione incolla migliorata per FzCurrencyInput con supporto formati italiani
22
32
  - Prevenzione delle race condition negli aggiornamenti del model