Skip to content

Releases: dynamic/silverstripe-locator-frontend-react

1.0.4

14 Jul 21:38
Compare
Choose a tag to compare

1.0.4 (2022-07-14)

Full Changelog

Merged pull requests:

  • Fixed translations not always working #77 (mak001)

1.0.3

06 Aug 19:51
Compare
Choose a tag to compare

1.0.3 (2020-08-06)

Full Changelog

Closed issues:

  • Add classes to marker content and list content based on categories #58
  • Add json parse error detection for fetching location data #49

Merged pull requests:

  • updated node modules #65 (mak001)
  • fixed bad json fetches not throwing errors #64 (mak001)

1.0.2

20 Feb 20:00
Compare
Choose a tag to compare

Changelog

1.0.2 (2020-02-20)

Full Changelog

Merged pull requests:

  • List info and marker info now have category classes #59 (mak001)

1.0.1

19 Feb 22:12
Compare
Choose a tag to compare

1.0.1 (2020-02-19)

Full Changelog

Merged pull requests:

  • Added ability to specify single marker images #57 (mak001)

1.0.0

05 Feb 21:10
Compare
Choose a tag to compare

1.0.0 (2020-02-05)

Full Changelog

Implemented enhancements:

  • Add polyfill for ie 11 #26

Fixed bugs:

  • No cluster images when clustering is on cause errors in the console #54
  • Clusters don't show on initial load #53

Closed issues:

  • Feature - Custom marker cluster image #50

Merged pull requests:

  • Fixed function visibility causing errors #56 (mak001)
  • Fixed error when no cluster images are set #55 (mak001)
  • Enhancement/cluster image path #51 (mak001)
  • Added ability to hide the map and list on initial page load #48 (mak001)
  • Now uses new getWebsiteURL method on location #47 (mak001)

1.0.0-beta7

09 Oct 15:39
Compare
Choose a tag to compare

1.0.0-beta7 (2019-10-09)

Full Changelog

Implemented enhancements:

  • RFC Add injector support #17
  • Got auto complete for addresses to work properly #44 (mak001)
  • Started to add stuff to allow for injector #18 (mak001)

Fixed bugs:

  • BUG Google changed API key restriction causing errors #36

Closed issues:

  • re-enable places autocomplete #43
  • having ?stage=Stage messes with the schema url #40
  • BUG json action throws 404 error if in draft mode #39
  • UPDATE FE build tool versions for security #34
  • Use user's location to fill in initial search #29
  • Search address pin #28

Merged pull requests:

  • Added a component to show that no results were found #46 (mak001)
  • Added more docs and link to example for injector stuff #45 (mak001)
  • Added user location detection #42 (mak001)
  • Fixed ?stage=Stage causing issues with schema url #41 (mak001)
  • A search marker can now be provided in the theme #38 (mak001)

1.0.0-beta6

28 Aug 15:54
613a212
Compare
Choose a tag to compare
  • Changed front end maps to use a different api key
    • due to google changing how restrictions worked

1.0.0-beta5

13 Aug 17:54
1482359
Compare
Choose a tag to compare

Updated recipe-cms version constraints

1.0.0-beta4

26 Jun 16:24
3e23a65
Compare
Choose a tag to compare

Changed category getter

  • solves history view erroring
    Removed hidable filter area
    InfoWindow is now an InfoBox
  • more styling flexability

1.0.0-beta3

07 Jun 18:26
9bb64cd
Compare
Choose a tag to compare

Added ability to use custom map styles and marker images
Main components (loading, search, list, and map) now render in separate containers.

  • Search, list, and map components are now optional