Socket
Socket
Sign inDemoInstall

@mamba/input

Package Overview
Dependencies
Maintainers
3
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/input - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

assets/caps.png

50

CHANGELOG.md

@@ -6,2 +6,52 @@ # Change Log

# [2.14.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.13.0...v2.14.0) (2019-10-15)
* master -> Release/v2.10.0 (#454) ([95f4e1d](https://github.com/stone-payments/pos-mamba-sdk/commit/95f4e1da2f1ca8b59fc11b7573c3cbd4b1add4a7)), closes [#454](https://github.com/stone-payments/pos-mamba-sdk/issues/454) [#444](https://github.com/stone-payments/pos-mamba-sdk/issues/444) [#449](https://github.com/stone-payments/pos-mamba-sdk/issues/449) [#452](https://github.com/stone-payments/pos-mamba-sdk/issues/452)
* Release/v2.9.1 (#448) ([f54e177](https://github.com/stone-payments/pos-mamba-sdk/commit/f54e1779081c2cdcd854023746c5d1a136496010)), closes [#448](https://github.com/stone-payments/pos-mamba-sdk/issues/448) [#444](https://github.com/stone-payments/pos-mamba-sdk/issues/444)
### Features
* 🎸 input feedback also on Capitalize and Backspace keys ([d2e1207](https://github.com/stone-payments/pos-mamba-sdk/commit/d2e120754d9aa7d9a30db222440e5577680c9dbf))
* 🎸 Input now supports maxLength props ([3d0c6c5](https://github.com/stone-payments/pos-mamba-sdk/commit/3d0c6c5ab17a6a75fc585d4569a24506391a05dc))
* 🎸 keyboard now has max length ([a2abe83](https://github.com/stone-payments/pos-mamba-sdk/commit/a2abe83b757656b8962a59551410bea0db10a0e8))
* 🎸 keyboard now has special characters as suggestions ([3da3e40](https://github.com/stone-payments/pos-mamba-sdk/commit/3da3e40a8fc90a188d2a5749185a8760bd17e6c9))
* 🎸 Keyboard with new icons and green submit button ([a243b77](https://github.com/stone-payments/pos-mamba-sdk/commit/a243b77c561b19ea492617aab27b8b5bebd2edc3))
* 🎸 visual feedback & font size changes on length ([04e1d74](https://github.com/stone-payments/pos-mamba-sdk/commit/04e1d7442d224c5f85330979b6865ae3c6b03d11))
### BREAKING CHANGES
* Feature Flags
* Update README.md
Removed wrong text.
* chore(release): :robot: publish
* chore(release): :robot: publish
* chore(release): :robot: publish
* fix: 🐛 changelog duplicate
* Feature Flags
* Update README.md
Removed wrong text.
* chore(release): :robot: publish
* chore(release): :robot: publish
* chore(release): :robot: publish
* fix: 🐛 changelog duplicate
# [2.13.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.9.1...v2.13.0) (2019-09-20)

@@ -8,0 +58,0 @@

8

package.json
{
"name": "@mamba/input",
"version": "2.13.0",
"version": "2.14.0",
"svelte": "Input.html",

@@ -11,6 +11,6 @@ "author": "Stone Payments - Mamba Team",

"devDependencies": {
"@mamba/styles": "^2.13.0"
"@mamba/styles": "^2.14.0"
},
"dependencies": {
"@mamba/icon": "^2.13.0",
"@mamba/icon": "^2.14.0",
"@mamba/utils": "^2.13.0"

@@ -21,3 +21,3 @@ },

},
"gitHead": "e12d62922fcf86ed407f543246878b334284c04d"
"gitHead": "4428a0a8a76aca60e64de7007661f0c021b23f08"
}

@@ -19,2 +19,8 @@ # Input

#### Keyboard
```js
import KeyboardInput from '@mamba/input/Keyboard.html';
```
<!-- @example ./example/Example.html -->

@@ -21,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc