Skip to content

Releases: markkr125/jsmaps

v0.0.15

06 Oct 22:37
Compare
Choose a tag to compare
  • native map: stop moving the map on mouseup outside the map (with ie11 fix)
  • native map: get rid of the ugly cursor hack, ie will have the cursor from a custom url
  • fixing issue #1
  • New change options function for the map object
  • make sure dragging vectors on bing and here maps stops on mouseup
  • new feature: adding a "setStyle" for all vectors on all backends.
  • all vectors on all backends have a "getStyle" function
  • Fix for issue #2

v0.0.14

17 Feb 21:32
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release
  • Version bump due to meteor package generation
  • native map: basic pointer events support, the map should work fine on ie10+
  • native map: adding grab and grabbing cursors on the map for dragging effects
  • native map: when the left button is not clicked dont drag the map.
  • native map: remove editable markers when a vector is moving, and put then back only when dragging is done, this solves slow dragging on old ie (bugfix)
  • native map: editable vector markers should respond on the first touch
  • native map: vectors should not move around on map resize with svg backend
  • native map: vectors should be properly draggable after orientationchange event
  • native map: Mouse scroll should work fine with a small map
  • native map: if the zoom ui is to big for the map viewport, the zoom handle will be hidden and only +/- buttons will be displayed
  • native map: edit marker on vectors objects will resize the vector even if the marker is dragged outside of the map bounds

v0.0.11

05 Feb 14:07
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
  • native map: circle is editable
  • native map: many bug fixes on touch based systems
  • native map: zoom and layers ui now work touch based systems
  • native map: vectors are editable and draggable on touch based systems
  • native map: adding an opacity transition for images on movement
  • native map: map click events to touch events
  • bing map: fixing a bug on editable polygon under old ie
  • general api: editable marker that are used on vectors looks a bit better now
  • bing and here maps: circles are editable and draggable

v0.0.10

18 Jan 23:44
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Only to update the package on nuget

v0.0.9

18 Jan 22:28
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Native map changes:

  • will always check for css 3d
  • if no css 3d then check for css 2d
  • if no css 2d, then just show/hide the layer div
  • using css transition for fadeout effect, javascript fadeout is still used when css transition is not supported
  • use a proper svg path to generate a circle.
  • vml backend now makes a real circle

v0.0.8

12 Jan 23:43
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Minor but important ie fixes

v0.0.7

12 Jan 19:44
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Native map changes:

  • many ie8+ fixes
  • fix display issues with bootstrap and foundation

v0.0.6

04 Jan 19:14
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

explorer only fixes, trying to get the project website to work on ie8+

v0.0.5

25 Dec 00:00
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Dom/Raw html marker support
  • Adding a generic method for dragging and editing map vectors, now bing and here maps use that code
  • Adding a method for getting the map size in pixels.

v0.0.4

08 Dec 21:30
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Big bug fix for the native map