Skip to content

Tags: bubblehub/card

Tags

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!

v0.1.4

Toggle v0.1.4's commit message
v0.1.4

* Fix: allow package to be used in npm

v0.1.3

Toggle v0.1.3's commit message
v0.1.3

* Fix: Safari issue where Card is incorrectly flipped after tab switch
* Enhancement: hides error messages behind debug flag

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

* fix: bug where contents of card back do not flip in IE11
* fix: include src in bower build

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

* Fix: updates license to include jquery.payment license
* Fix: fixes white rendering artifacts on card corners