Skip to content

Releases: timekit-io/booking-js

v1.8.2

09 Jun 15:08
Compare
Choose a tag to compare

Bugfixes:

  • #107 Fix timezone difference was always "ahead"

v1.8.1

20 May 14:34
Compare
Choose a tag to compare

Bugfixes:

  • #102 Cleaned up some legacy behaviour where RSVP for the host in Google events were not set to accepted

v1.8.0

19 May 14:37
Compare
Choose a tag to compare

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

20 Apr 22:13
Compare
Choose a tag to compare
  • #99 Include event on booking to make event ID available in callbacks for instant bookings

v1.7.1

19 Apr 09:10
Compare
Choose a tag to compare

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

18 Feb 12:37
Compare
Choose a tag to compare

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

04 Feb 14:44
Compare
Choose a tag to compare

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

20 Jan 17:52
Compare
Choose a tag to compare

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

07 Jan 13:15
Compare
Choose a tag to compare

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

02 Dec 15:06
Compare
Choose a tag to compare

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