@mamba/input
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.17.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.16.0...v2.17.0) (2019-11-18) | ||
### Features | ||
* 🎸 add value to validation callback ([2737e93](https://github.com/stone-payments/pos-mamba-sdk/commit/2737e930b98696961c65752f4f38caa475b06ec1)) | ||
# [2.16.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.15.0...v2.16.0) (2019-11-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@mamba/input", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"svelte": "Input.html", | ||
@@ -15,3 +15,3 @@ "author": "Stone Payments - Mamba Team", | ||
"@mamba/icon": "^2.14.0", | ||
"@mamba/utils": "^2.16.0" | ||
"@mamba/utils": "^2.17.0" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "1e5127740658d8adfcf8726aba886aae85850c32" | ||
"gitHead": "da4fcf36246135da169490467d3ec227d0698ee3" | ||
} |
@@ -57,2 +57,8 @@ # Input | ||
## Keyboard | ||
| Parâmetro | Descrição | Tipo | Padrão | | ||
| ------------ | ----------------------------------------------------------- | -------------- | ----------- | | ||
| maxLength | Limita o número de caracteres do teclado | `number` | `30` | | ||
## Eventos | ||
@@ -59,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76710
158
Updated@mamba/utils@^2.17.0