This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
### Added
7
+ ### Changed
8
+ ### Fixed
9
+ ### Removed
10
+ ### Breaking
11
+
12
+ ## [ 2.8.0] - 2019-03-27
13
+ ### Added
7
14
- ` loadScript() ` takes a new ` version ` option to load a specific version from the CDN
8
15
- passing ` css: true ` to ` loadScript() ` will load the styles for the CDN version
9
16
- ` 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/).
12
19
- split source code into modules
13
20
- tests are now written in TypeScript and loaded via karma-typescript
14
21
- updated to recent versions of TypeScript, Karma, & Jasmine
15
- ### Fixed
16
- ### Removed
17
- ### Breaking
18
22
19
23
## [ 2.7.0] - 2019-03-26
20
24
### Added
@@ -204,7 +208,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
204
208
### Added
205
209
- copied over source from angular-cli-esri and set up TS build
206
210
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
208
213
[ 2.7.0 ] : https://github.com/Esri/esri-loader/compare/v2.6.0...v2.7.0
209
214
[ 2.6.0 ] : https://github.com/Esri/esri-loader/compare/v2.5.0...v2.6.0
210
215
[ 2.5.0 ] : https://github.com/Esri/esri-loader/compare/v2.4.0...v2.5.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esri-loader" ,
3
- "version" : " 2.7 .0" ,
3
+ "version" : " 2.8 .0" ,
4
4
"description" : " A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications" ,
5
5
"files" : [
6
6
" dist"
You can’t perform that action at this time.
0 commit comments