All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Requires node v12+
- Updated to ember 3.28 and fixed deprecations introduced in the 3.x cycle.
- Add additionalFiles option to support ember-auto-import 2.x
- requires node v8.10+
- enable this to work w/ ember-cli-stencil
- go back to using regex to replace
require
anddefine
- fix and document excludePaths build option
- move replace-require-and-define into an external package
- use AST parsing to replace
require
anddefine
- bump esri-loader to 2.10.0 to default to JSAPI 4.12
- esri-loader is now a peer dependency and must be explicitly installed
- removed deprecated
esriLoader.load()
in favor ofesriLoader.loadScript()
- remove bower and have dummy app get bootstrap from CDN
- no longer use jQuery (or bootstrap JS) in dummy app
- added more support for engines, and ensured this runs before
broccoli-asset-rev
- bump esri-loader to 2.9.1 to default to JSAPI 4.11
- always inject esri-loader script in head so it is before vendor.js
- bump esri-loader to 2.8.0 to get support for
version
&css:true
- bump esri-loader to 2.7.0 to get support for
insertCssBefore
- handle case when rootURL is not defined in environment
- bump esri-loader to 2.6 to default to JSAPI 4.10
- use ~ instead of ^ for the esri-loader dependency
- during build, we check for lazy engines, and if present, apply the transforms to those files as well.
- upgrade to ember 3.4
- use ^ instead of ~ for the esri-loader dependency
- bump esri-loader to 2.5 to default to JSAPI 4.9 (thanks @NindroidX!)
- bump esri-loader to 2.3 to default to JSAPI 4.7
- add esri-module-cache mixin
- use yarn
- remove deprecated dependencies
- bump to esri-loader@2.2.0
- don't inject esri-loader.js into test page 2x
- update to ember 2.18
- bump to esri-loader@2.1.0 and expose loadCss()
- update to ember 2.12
- updated regex so it works w/ ember-bootstrap #48
- added Examples section to README
- bump esri-loader to 2.0.0
- bump esri-loader to default to JSAPI 4.6
- bump esri-loader to fix bugs w/ sever-side rendering and preloading 3.x
- fix ember-cli-coverage bug
- bump esri-loader to fix sourcemap error in production builds
- include all esri-loader umd output in public tree
- bump to latest esri-loader and fix file not found build error
- find/replace require/define before integrity SHAs are generated
loadModules()
can now lazy load the ArcGIS API
- bumped ersi-loader to 1.5.0 for the promise-based API and defaulting to the latest JSAPI (v.4.5)
- bug where production builds of Ember 2.14.2 apps did not work at all
- errors caused by calling
load()
in multiple acceptance tests
- added acceptance tests
- bumped ersi-loader to 1.1.0 to default to latest JSAPI (v4.4)
- actually use esri-loader library
- Initial release