Skip to content

Releases: ayastreb/jekyll-maps

Lazy load Google Maps script

19 Apr 14:13
Compare
Choose a tag to compare
  • Lazy load Google Maps script (#36)

Support Jekyll 4.x

04 Jan 04:45
Compare
Choose a tag to compare
  • Add support for Jekyll 4.x (@dhoppe)

Custom link text

17 Mar 03:38
Compare
Choose a tag to compare
  • customize popup link text (#34)
  • do not use page url for multiple on page locations (#33)

Custom marker icon

07 Mar 08:27
Compare
Choose a tag to compare
  • implement custom marker icon (#30)
  • fix external URL in marker

Inline & multiple locations

19 Jun 05:13
Compare
Choose a tag to compare
  • allow multiple locations per document (fix #6)
  • allow inline location with map attributes, e.g. {% google_map laititude='42.23323' longitude='3.213232' %} (fix #23)

Bugfix

17 May 03:18
Compare
Choose a tag to compare

load locations from specific data file (fix #26)

Bugfix

24 Apr 01:53
Compare
Choose a tag to compare
  • allow multi-word filters (fix #25)

Load location from current page by default

06 Nov 18:29
Compare
Choose a tag to compare
  • change default behaviour to load location from current page
  • removed on-page flag
  • change attributes syntax to HTML-style

Custom zoom level

07 Sep 17:56
Compare
Choose a tag to compare
  • fix #15 - broken page if there is tag used
  • allow setting custom zoom level with zoom:10 attribute

Configurable map settings

03 Sep 12:46
Compare
Choose a tag to compare
  • allow to disable marker popup on the map