Skip to content

Releases: pkmnct/qualtrics-google-map-lat-long

Version 2.0.1

29 Jan 21:25
717d98c
Compare
Choose a tag to compare
  • Fixes an issue where the map would not render on Internet Explorer (#15)
    • This closes #14

Version 2.0.0

25 Jul 17:44
8e3bc65
Compare
Choose a tag to compare
  • The code now mostly lives in the survey header, and is shared across questions
  • Refactor code to use TypeScript
  • Set up for distribution via NPM (and UNPKG)
  • Allows accessing all Google Map and Marker options
    • This closes #9
  • Allows multiple pins on the same map
    • This closes #8

Version 1.4

13 Mar 14:54
Compare
Choose a tag to compare

New in this update

  • When a place with an unknown lat/long is chosen in the autocomplete field, an alert is shown with customizable text.
  • Documentation updated and code rearranged for better clarity.
  • GitHub's releases will now be used for future updates. This will make it easier to find previous versions of the code if needed.

Version 1.3

13 Mar 14:42
Compare
Choose a tag to compare
v1.3

Add notice

Version 1.2

13 Mar 14:42
Compare
Choose a tag to compare
Bugfix: Google map events only fired once

Created the function displayMap that replaces the script event
listener, so that multiple map questions can exist on different pages
of the survey. This also corrects the bug that if a response was
required, the map would no longer display.

Version 1.1

13 Mar 14:41
Compare
Choose a tag to compare
v1.1

Added try-catch blocks for better error handling. Removed buggy code …

Version 1.0

13 Mar 14:41
Compare
Choose a tag to compare
v1.0

Initial Commit