Skip to content

Releases: Esri/esri-loader

Might work in IE<11... no promises

02 Jan 06:46
Compare
Choose a tag to compare

Changed

  • added Advanced Usage section and info on isomorphic apps to README

Fixed

  • script.dataset is undefined in IE10 #67

Default to JSAPI 4.6 and bug fix for universal (server-rendered) apps

31 Dec 17:20
Compare
Choose a tag to compare

Added

  • default to version 4.6 of the ArcGIS API #63

Changed

  • remove remaining references to angular-esri-loader from README
  • update README w/ info on arcgis types and browser support #60

Fixed

  • window undefined error in server-rendered apps #64

A Promise-ing future!

10 Nov 06:04
Compare
Choose a tag to compare

Added

  • add promise-based functions to load the script and modules

Changed

  • deprecate bootstrap() and dojoRequire()
  • add code coverage
  • add release script

A huge thanks to @nicksenger for inspiration, code, and insights on how to finally make the leap to a promise based API. 🎉

Handle script load errors

07 Nov 20:09
Compare
Choose a tag to compare

Added

  • handle script load errors

Allow setting dojoConfig

07 Nov 16:48
Compare
Choose a tag to compare

Added

  • set window.dojoConfig by passing as an option to bootstrap()

Changed

  • no longer running tests in phantom

Default to JSAPI 4.5

28 Oct 14:19
Compare
Choose a tag to compare

Added

  • default to version 4.5 of the ArcGIS API

Fixed

  • don't throw an error when bootstrap() is called multiple times w/o a callback

Changed

  • lint source before running build

Default to JSAPI 4.4

24 Jul 21:03
Compare
Choose a tag to compare

Only works if script tag has `data-esri-loader` attribute

29 Apr 15:46
Compare
Choose a tag to compare

Now isLoaded() only returns true if the script tag has the data-esri-loader attribute.

This is a small, but breaking change, hence the major version bump

Thanks @kgs916!

Fixed no callback bug

10 Apr 05:48
Compare
Choose a tag to compare

Fixed

  • fixed no callback bug

Support

  • added unit tests
  • add a minified build and source maps for published releases

Default export and output es5/umd (main) and es5/esm (module)

07 Apr 15:52
Compare
Choose a tag to compare

add default export
use rollup to create umd build w/ global ('esriLoader')
move source to src folder and rename to esri-loader
added CHANGELOG