Widget Changelog

Our widget library is kept up to date, but versioned to support changes without breaking existing integrations. To updgrade to the newest version, you’ll need to change the widget library version used to pull in changes

Version 1.4

  • Migrated to availability endpoint with improved support for grouped rentals
  • Added ability to pass in dates and items when creating a booking without generating a quote beforehand
  • Now loads a full year of availability instead of just 4 months

How to upgrade

To upgrade, change your js/css load calls as follows:

<link rel="stylesheet" href="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-4/wheelbase-widget.css">
<script type="text/javascript" src="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-4/wheelbase-widget.min.js"></script>

Version 1.5

  • Added the ability to provide manual sort functions

How to upgrade

To upgrade, change your js/css load calls as follows:

<link rel="stylesheet" href="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-5/wheelbase-widget.css">
<script type="text/javascript" src="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-5/wheelbase-widget.min.js"></script>

Version 1.6

  • Added the ability to submit discount codes
  • Resolved a few currency issues

How to upgrade

To upgrade, change your js/css load calls as follows:

<link rel="stylesheet" href="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-6/wheelbase-widget.css">
<script type="text/javascript" src="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-6/wheelbase-widget.min.js"></script>

Version 1.7

  • Added ability to refresh initial filters

How to upgrade

To upgrade, change your js/css load calls as follows:

<link rel="stylesheet" href="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-7/wheelbase-widget.css">
<script type="text/javascript" src="https://d3cuf6g1arkgx6.cloudfront.net/sdk/1-7/wheelbase-widget.min.js"></script>