Skip to content

Releases: openplans/shareabouts.js

Shareabouts.js 3.6.5 - 3.6.7

25 Apr 01:02
Compare
Choose a tag to compare

Handle non-points in the map's click handler

Shareabouts.js 3.6.4

24 Apr 21:33
Compare
Choose a tag to compare

Fix errors in utils.js

Shareabouts.js 3.6.3

24 Apr 21:12
Compare
Choose a tag to compare

Update to better support "standard" GeoJSON features

  • Treat icons and vectors different consistently

    Before, if we had, say style and focusLayer properties on a style rule,
    the map would get confused because it would try to setIcon on a layer that
    doesn't have such a function. This release updates the focusLayer and
    unfocusLayer methods to be smarter about this.

  • Add a SimpleStyle attribute to the Shareabouts.Utils for properties and
    methods that have to do with simple styles.

  • Update the getStyleRule method to take simple styles into account.

3.6.2

03 Nov 20:08
Compare
Choose a tag to compare
listen for when panel is hovered and add class to body

Shareabouts.js 3.6.1

29 Oct 16:52
Compare
Choose a tag to compare

• Fix legend scroll bug (overflow scroll –> auto).

Shareabouts.js 3.6.0

28 Oct 21:48
Compare
Choose a tag to compare

• Add legend

Shareabouts.js 3.5.3

19 Sep 22:13
Compare
Choose a tag to compare
  • Add Handlebars template helpers.

Shareabouts.js 3.5.2

18 Sep 20:19
Compare
Choose a tag to compare
  • Set crossDomain to true so requestCurrentUserSession is always jsonp. This is important if crossDomain is globally set to false, as in the case of many Django CSRF settings.

Shareabouts.js 3.5.1

04 Sep 17:52
Compare
Choose a tag to compare
  • Trigger 'addplace' event on the widget when a new place has been created. This lets outsiders know when a new place has been added.

Shareabouts.js 3.5.0

15 Aug 19:55
Compare
Choose a tag to compare

Add a snapshot model for requesting and downloading data en masse.