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

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Feb 7, 2018
1 parent 07aadfd commit 1f4c86d
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.1.0] - 2018-02-06
### Added
- added loadCss(url) to inject a stylesheet link
### Changed
- added GitHub issue and pull request templates
Expand All @@ -13,9 +20,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added links to ember-esri-loader examples and CanJS
- changed npm scripts to rely on rimraf and mkdirp for Windows support
- check in yarn.lockfile and use yarn
### Fixed
### Removed
### Breaking

## [2.0.0] - 2018-01-04

Expand Down Expand Up @@ -163,7 +167,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.0.0...HEAD
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/Esri/esri-loader/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/Esri/esri-loader/compare/v1.7.0...v2.0.0
[1.7.0]: https://github.com/Esri/esri-loader/compare/v1.6.2...v1.7.0
[1.6.2]: https://github.com/Esri/esri-loader/compare/v1.6.1...v1.6.2
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.0.0",
"version": "2.1.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 1f4c86d

Please sign in to comment.