Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 2.3 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3.1] 🛠️

Fix

  • Fix invisible card issue when no width is defined

[1.3.0] 🛠️

Deprecated parameters

  • scale is deprecated in 1.3.0, will be removed on later version, use width parameter instead

Feature

  • Added a zoom out effect animation while card flipping.

[1.2.2] 🛠️

Hot fixes

  • Workflow fixed

[1.2.1] 🛠️

Hot fixes

  • Fixed asset path warning

[1.2.0] 🚀

Features

  • ✨ Added the ability to show balances and flipping animations on cards.
  • Introduced parameters: showBalance, balance, cvvNumber, enableFlipping, autoHideBalance, disableHapticFeedback, etc.

[1.1.0] 🚀

Features

  • ✨ Added the ability to showValidFrom and showValidThru to hide and show the dates.
  • disableShowingCardLogo has been completely removed. To achieve the same effect, use creditCardType: CreditCardType.none instead.

[1.0.7] 🔄

Features

  • 🚀 Deprecated disableShowingCardLogo: property.
  • ✨ Added creditCardType to override the logo. You can now set creditCardType: CreditCardType.none to disable showing the card logo.

[1.0.6] 🛠️

Features

  • ✨ Added disableShowingCardLogo: property to hide the card logo.

[1.0.5] 🛠️

Improvements

  • 📝 Improved the readme.

[1.0.4] 🛠️

Fixes

  • 🐛 Fixed a bug with card numbers containing spaces.

[1.0.3] 🛠️

Fixes

  • 🐛 Made card number length flexible.
  • 🚀 Optimized the grouping algorithm for improved performance and accuracy.

[1.0.2] 🖼️

Additions

  • 📸 Added the background image on card feature.
  • 🏢 Added the ability to specify the card company logo.
  • 🆔 Type of card can now be specified.

[1.0.1] 📗

Additions

  • 📝 Updated metadata.

[1.0.0+5] 👏

Additions

  • 📚 Updated documentation.

[1.0.0+4] 🚀

Additions

  • 📚 Updated documentation.
  • 🎉 Added the new property placeNfcIconAtTheEnd to place the NFC icon at the opposite side of the Chip.
  • 💄 Correctly placed the Chip.

[1.0.0+3] 🎉

Additions

  • 📸 Added an image in the README.md file.

[1.0.0+2] 📝

Additions

  • 📚 Updated documentation.

[1.0.0+1] 🚀

Additions

  • 🎉 Initial public release.