Skip to content

v0.6.0

Compare
Choose a tag to compare
@wilsonpage wilsonpage released this 01 Oct 10:19
· 121 commits to master since this release

Changed

  • Renamed script loader script.js -> gaia-icons.js to make debugging clearer.
  • Updated the UMD wrapper to web-pack compatible version.
  • Simplified script loader API. Dependants now only need to call require('gaia-icons'). If gaia-icons/ doesn't live in /bower_components/ then a window global can be defined window.COMPONENTS_BASE_URL or window.GAIA_ICONS_BASE_URL.