Releases: timekit-io/booking-js
Releases · timekit-io/booking-js
v1.8.2
Bugfixes:
- #107 Fix timezone difference was always "ahead"
v1.8.1
Bugfixes:
- #102 Cleaned up some legacy behaviour where RSVP for the host in Google events were not set to
accepted
v1.8.0
New features:
- #100 Adds support for loading remote widget configs (and compatibility for Hour widget)
Bugfixes:
- #101 Updated package.json
- #96 Modal close icon and textarea overflow cross-browser fix for IE
v1.7.2
- #99 Include event on booking to make event ID available in callbacks for instant bookings
v1.7.1
Fixes an urgent bug with the callbacks not returning booking attributes after booking is completed. Has been deployed to the CDN, but if you're using the library locally, you're advised to upgrade immediately.
Bugfix:
- #97 Include attributes in create booking
v1.7.0
Major release!
Includes support the new Timekit booking engine running under the hood. The engine can be configured to use different graphs with support for instant
and confirm_decline
right now.
Improvements:
- #79 Uses new booking engine. See README.
- #79 #74 Customize strings for localization, e.g. submit button and success message. See README.
Bugfixes:
- #75 Locked fields is correctly submitted from the form
v1.6.0
Improvements:
- #71 Support for locked booking fields
- Shows FullCalendar's new "now indicator" by default
Bugfixes:
- #72 Fixes a button hover 1px misalignment
- #66 Fixes bug where display name could overlap buttons on mobile
Misc:
- #67 Protocol-agnostic URLs to cdn in readme
v1.5.2
Improvements:
- #64 Added CSS class to success message for easier styling (thanks @opendining !)
- #62 Sync provider by default after event created (to avoid double-bookings)
- #60 Minor README/usage corrections
- #59 Increase CSS specificity on elements (improves upon #45)
v1.5.1
Bugfixes:
- #57 Malformed email leaves form in limbo state. Now displays error and reset booking form.
Improvements:
- #58 Added comment about HTTPS serving to Readme
v1.5.0
Improvements:
- #40 Automatically go to the date of the first event and scroll to timeslot if it's outside default boundaries. Is set to true by default.
Bugfixes:
- #41 Relocates the Today button so it's not hidden under the avatar in mobile/small view