UNPKG

1.5 kBMarkdownView Raw
1# ember-esri-loader Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4
5## 2.0.1
6
7### Fixed
8- updated regex so it works w/ ember-bootstrap [#48](https://github.com/Esri/ember-esri-loader/issues/48)
9
10### Changed
11- added Examples section to README
12
13## 2.0.0
14
15### Breaking
16- bump esri-loader to 2.0.0
17
18## 0.3.0
19
20### Added
21- bump esri-loader to default to JSAPI 4.6
22
23### Fixed
24- bump esri-loader to fix bugs w/ sever-side rendering and preloading 3.x
25
26## 0.2.4
27
28### Fixed
29- fix ember-cli-coverage bug
30
31## 0.2.3
32
33### Fixed
34- bump esri-loader to fix sourcemap error in production builds
35
36### Changed
37- include all esri-loader umd output in public tree
38
39## 0.2.2
40
41### Fixed
42- bump to latest esri-loader and fix file not found build error
43
44## 0.2.1
45
46### Fixed
47- find/replace require/define before integrity SHAs are generated
48
49## 0.2.0
50
51### Added
52- `loadModules()` can now lazy load the ArcGIS API
53
54### Changed
55- bumped ersi-loader to 1.5.0 for the promise-based API and defaulting to the latest JSAPI (v.4.5)
56
57## 0.1.4
58
59### Fixed
60- bug where production builds of Ember 2.14.2 apps did not work at all
61
62## 0.1.3
63
64### Fixed
65- errors caused by calling `load()` in multiple acceptance tests
66
67### Changed
68- added acceptance tests
69
70## 0.1.2
71
72### Changed
73- bumped ersi-loader to 1.1.0 to default to latest JSAPI (v4.4)
74
75## 0.1.1
76
77### Fixed
78- actually use esri-loader library
79
80## 0.1.0
81
82### Added
83- Initial release