Skip to Content
DocumentationLegacy SDKWidget Changelog

Widget Changelog

Legacy documentation. This page documents the previous Wheelbase widget SDK and is kept for reference only. For new integrations, see the current documentation.

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

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>
Last updated on