Releases: jessepollak/card
Releases · jessepollak/card
v1.3.1
Fix: add support for 19 digit Visa card numbers (jessepollak/[email protected])
v1.3.0
- Fix: ensure card is only ever initialized once for a given container (13590ee)
- Fix: reject expiration dates with a month of 0 (jessepollak/[email protected])
- Fix: update the pattern for ELO to include previously invalid valid numbers (jessepollak/[email protected])
- Fix: uncaught JS exception when input[type="number"] for card number (jessepollak/[email protected])
v1.2.2
* Fix: can now be included with Browserify
v1.2.1
- Fix: remove CSS sourcemaps
- Fix: deduplicate QJ dependency
v1.2.0
* Enhancement: adds support for ELO card * Enhancement: adds support for multiple card expiry fields * Fix: fixes to support browserify building Thanks to @keitoliveira and @Yottster for their awesome work here.
v1.1.0
* Enhancement: change `value` option to `placeholder` to be more clear about use (#187) * Fix: correctly remove focus on card elements when input is blurred (#186) * Fix: limit American Express cards to 4 digit CVCs (#181) * Fix: add better regex to match Maestro card Props to @AnnieH, @jonathongrigg, and @stevemckenzie for the contributions!
v1.0.2
Fix: version number is now correct
v1.0.1
* Fix: fixes bower file to not include card.css
v1.0.0
🍰
5,403 stars, 451 days, 448 forks, 241 commits, and 30 contributors later, I'm very excited to release v1.0.0 of Card! 🍰💳😍
This release has many breaking changes. When you upgrade, make sure everything works as expected.
Breaking changes:
- removes
jQuery
dependency ✌️ and uses JavaScript class constructor to initialize 👍 - bundles all CSS directly into the
card.js
file, removing the need to do another CSSlink
include 🎉 .card
class is switched to.jp-card
and all other classes are prefixed 💯- removes jQuery style shortcuts for setting
values
andmessages
👊
Non-breaking changes:
- Adds Maestro as a beautiful card type 💳
- removes character restriction in credit card name input 🔢
- adds
jquery.card.js
file which is a jQuery plugin for Card 📁 - many bugs fixed! 🐛
Have fun!
v1.0.0-rc1
* Feature: adds Maestro as card type * Fix: fixes error when using `width` configuration option