Skip to content

Releases: scottdejonge/map-icons

3.0.0

07 Oct 04:42
Compare
Choose a tag to compare

Sadly there are no new icons, version 3.0.0 is clearing house for modern development requirements and fixing bugs. Major release due to breaking behaviour.

Additions

  • Added map-icons.min.css
  • Added npm scripts for dist compilation
  • Added package.json
  • Added bower.json
  • Added example in docs and in example directory
  • Added source SVG assets in src directory
  • Added Less and Sass variable definitions

Updates

  • Moved Map Icon files to dist directory
  • Changed <i> tags to <span> for icons
  • Removed demo page
  • Updated marker SVG strings
  • Fixed CSS selectors for styling
  • Removed duplicate markup wrapping icons in Google Maps
  • Updated docs
  • Fixed DNS hosting to restore map-icons.com

Breaking Changes

  • Icon classes must be prefixed with a map-icon class e.g. <span class="map-icon map-icon-point-of-interest"></span>
  • Updated custom_label Marker object property to map_icon_label

2.2.0

07 Oct 02:31
Compare
Choose a tag to compare

Updated label field to custom_label @see: #26

2.1.0

07 Oct 02:30
Compare
Choose a tag to compare
  • Changed icon- prefix to map-icon-
  • Added ROUNDED marker
  • Fixed SVG Markers to center on LatLng

2.0.0

07 Oct 02:29
Compare
Choose a tag to compare
  • Added Activity Icons
  • Fix Marker Docs with SVG Notation

1.2.0

07 Oct 02:29
Compare
Choose a tag to compare
  • Fixed Icons to be Pixel Grid Aligned
  • Added User Interface Icons
  • Added Marker Icons