Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Dec 31, 2020
1 parent 6a83e5d commit 08fa053
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking

## [3.0.0] - 2020-12-31

## [3.0.0] - 2020-12-31
### 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`
- remove esri-loader default export

## [2.16.0] - 2020-10-13
### Added
- default to JSAPI 4.17; update docs w/ latest version numbers - @tgirgin23
Expand Down Expand Up @@ -270,7 +281,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- copied over source from angular-cli-esri and set up TS build

[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.16.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/Esri/esri-loader/compare/v2.16.0...v3.0.0
[2.16.0]: https://github.com/Esri/esri-loader/compare/v2.15.0...v2.16.0
[2.15.0]: https://github.com/Esri/esri-loader/compare/v2.14.0...v2.15.0
[2.14.0]: https://github.com/Esri/esri-loader/compare/v2.13.0...v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-loader",
"version": "2.16.0",
"version": "3.0.0",
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
"files": [
"dist"
Expand Down

0 comments on commit 08fa053

Please sign in to comment.