Skip to content

v2.17.0

Compare
Choose a tag to compare
@Gnito Gnito released this 23 May 13:54
· 1441 commits to master since this release
0083708

Note: Mapbox pricing has changed and Mapbox GL JS v1.0.0 brings that change to FTW
Read more: https://blog.mapbox.com/new-pricing-46b7c26166e7

v2.17.0 Changes:

  • [change] Mapbox library dependencies updated to v1.0.0. #1099
  • [fix] missing provider information (like SSN in the US), might cause a payment to fail on
    CheckoutPage. This improves the related error message. #1098
  • [fix] Menu needs to wait for mounting to calculate dimensions properly. #1096
  • [fix] Renamed Component.example.css files to ComponentExample.css to fix a bug introduced in one of the library updates. #1095
  • [add] rawOnly flag for Styleguide examples using fixed positioning or full-page dimensions #1094
  • [fix] Show error when typing credit card number if e.g. the number is invalid. Fixes bug that was
    introduced in PR #1088. #1092
  • [change] Use Final Form on StripePaymentForm for consistency. Note that card form Stripe
    Elements in StripePaymentForm is not a Final Form field so it's not available trough Final Form
    but handled separately. #1088
  • [change] Move Stripe SDK call from StripePaymentForm to stripe.duck.js for consistency. #1086