Esri Loader Versions Save

A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications

v3.7.0

1 year ago

Added

  • default to JS API 4.25; update docs w/ latest version numbers - @andygup

Changed

  • raise visibility of deprecation notice for frameworks that do not support async/await at runtime, e.g. Angular due to limitations in Zone.js
  • archive framework samples and various 3.x-related sections to archived-examples.md. Most of the samples haven't been updated in years

v3.6.0

1 year ago

Thanks @gavinr!

v3.5.0

2 years ago

Thanks @gavinr!

v3.4.0

2 years ago

Added

  • default to JSAPI 4.22; update docs w/ latest version numbers - @gavinr

v3.3.0

2 years ago

Thanks @vannizhang!

v3.2.0

2 years ago

Added

  • default to JSAPI 4.20; update docs w/ latest version numbers - @gavinr

v3.1.0

3 years ago

Added

  • default to JSAPI 4.19; update docs w/ latest version numbers - @vannizhang

v3.0.0

3 years ago

Added

  • default to JSAPI 4.18; update docs w/ latest version numbers - @gavinr

Breaking

  • default version of JSAPI no longer supports IE
  • remove option to set dojoConfig (just set window.dojoConfig prior to calling loadModules())
  • remove esri-loader default export

v2.16.0

3 years ago

Added

  • default to JSAPI 4.17; update docs w/ latest version numbers - @tgirgin23

v2.15.0

3 years ago

Added

  • default to JSAPI 4.16; update docs w/ latest version numbers - @JoshCrozier