This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased]
6
6
### Added
7
7
### Changed
8
- - added "Using Modules Synchronously" to the docs (README) - thanks [ @stdavis ] ( https://github.com/stdavis ) !
9
8
### Fixed
10
- - ` css: true ` uses the correct URL the light theme (` /esri/themes/light/main.css ` ) - thanks [ @stdavis ] ( https://github.com/stdavis )
11
9
### Removed
12
10
### Breaking
13
11
12
+ ## [ 2.10.2] - 2019-10-12
13
+
14
+ ### Changed
15
+ - added "Using Modules Synchronously" to the docs (README) - thanks [ @stdavis ] ( https://github.com/stdavis ) !
16
+ ### Fixed
17
+ - ` css: true ` uses the correct URL the light theme (` /esri/themes/light/main.css ` ) - thanks [ @stdavis ] ( https://github.com/stdavis )
18
+
14
19
## [ 2.10.1] - 2019-09-27
15
20
16
21
### Changed
@@ -236,7 +241,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
236
241
### Added
237
242
- copied over source from angular-cli-esri and set up TS build
238
243
239
- [ Unreleased ] : https://github.com/Esri/esri-loader/compare/v2.10.1...HEAD
244
+ [ Unreleased ] : https://github.com/Esri/esri-loader/compare/v2.10.2...HEAD
245
+ [ 2.10.2 ] : https://github.com/Esri/esri-loader/compare/v2.10.1...v2.10.2
240
246
[ 2.10.1 ] : https://github.com/Esri/esri-loader/compare/v2.10.0...v2.10.1
241
247
[ 2.10.0 ] : https://github.com/Esri/esri-loader/compare/v2.9.2...v2.10.0
242
248
[ 2.9.2 ] : https://github.com/Esri/esri-loader/compare/v2.9.1...v2.9.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esri-loader" ,
3
- "version" : " 2.10.1 " ,
3
+ "version" : " 2.10.2 " ,
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