Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit b376465

Browse files
committed
2.8.0
1 parent 54f0c72 commit b376465

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
### Added
7+
### Changed
8+
### Fixed
9+
### Removed
10+
### Breaking
11+
12+
## [2.8.0] - 2019-03-27
13+
### Added
714
- `loadScript()` takes a new `version` option to load a specific version from the CDN
815
- passing `css: true` to `loadScript()` will load the styles for the CDN version
916
- `loadCss()` defaults to loading the latest 4.x styles if no arguments are passed
@@ -12,9 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1219
- split source code into modules
1320
- tests are now written in TypeScript and loaded via karma-typescript
1421
- updated to recent versions of TypeScript, Karma, & Jasmine
15-
### Fixed
16-
### Removed
17-
### Breaking
1822

1923
## [2.7.0] - 2019-03-26
2024
### Added
@@ -204,7 +208,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
204208
### Added
205209
- copied over source from angular-cli-esri and set up TS build
206210

207-
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.7.0...HEAD
211+
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.8.0...HEAD
212+
[2.8.0]: https://github.com/Esri/esri-loader/compare/v2.7.0...v2.8.0
208213
[2.7.0]: https://github.com/Esri/esri-loader/compare/v2.6.0...v2.7.0
209214
[2.6.0]: https://github.com/Esri/esri-loader/compare/v2.5.0...v2.6.0
210215
[2.5.0]: https://github.com/Esri/esri-loader/compare/v2.4.0...v2.5.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esri-loader",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)