8000 Tags · postdep/card · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: postdep/card

Tags

v1.2.2

Toggle v1.2.2's commit message
v1.2.2

* Fix: can now be included with Browserify

v1.2.1

Toggle v1.2.1's commit message
* Fix: remove CSS sourcemaps

* Fix: deduplicate QJ dependency

v1.2.0

Toggle v1.2.0's commit message
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

Toggle v1.1.0's commit message
v1.1.0

* Enhancement: change `value` option to `placeholder` to be more clear about use (jessepollak#187)
* Fix: correctly remove focus on card elements when input is blurred (jessepollak#186)
* Fix: limit American Express cards to 4 digit CVCs (jessepollak#181)
* Fix: add better regex to match Maestro card

Props to @AnnieH, @jonathongrigg, and @stevemckenzie for the contributions!

v1.0.2

Toggle v1.0.2's commit message
v1.0.2

Fix: version number is now correct

v1.0.1

Toggle v1.0.1's commit message
v1.0.1

* Fix: fixes bower file to not include card.css

v1.0.0

Toggle v1.0.0's commit message
v1.0.0

* Releases v1.0.0-rc1 as v1.0.0 - hooray!

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
v1.0.0-rc1

* Feature: adds Maestro as card type
* Fix: fixes error when using `width` configuration option

v1.0.0-beta2

Toggle v1.0.0-beta2's commit message
v1.0.0-beta2

* Enhancement: adds card for Dankort

* Fix: jQuery plugin is now working (it was completely broken before, sorry)
* Fix: IE10 detection now uses user agent to prevent CSP conflict
* Fix: correct classes now being added for browser detection
* Fix: CVC is now styled correctly

Thanks to @danieljuhl and @jpknoll for their help on this release!

v1.0.0-beta

Toggle v1.0.0-beta's commit message
v1.0.0-beta

This release has *many* breaking changes. When you upgrade, make sure everything works as expected.

Largest 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 CSS `link` include

Smaller changes:

* `.card` class is switched to `.jp-card` and all other classes are prefixed
* removes jQuery style shortcuts for setting `values` and `messages`
* removes character restriction in credit card name input
* adds `jquery.card.js` file which is a jQuery plugin for Card

I'd appreciate any and all feedback on the changes - if you see any errors, please report them!
0