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

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Mar 27, 2019
1 parent 54f0c72 commit b376465
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
### Changed
### Fixed
### Removed
### Breaking

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

## [2.7.0] - 2019-03-26
### Added
Expand Down Expand Up @@ -204,7 +208,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.7.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.8.0...HEAD
[2.8.0]: https://github.com/Esri/esri-loader/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/Esri/esri-loader/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/Esri/esri-loader/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/Esri/esri-loader/compare/v2.4.0...v2.5.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.7.0",
"version": "2.8.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 b376465

Please sign in to comment.