Skip to content

Commit

Permalink
#128 Updated arcgis js api.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Dec 20, 2023
1 parent d462679 commit 8414e44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!--googleoff: all-->
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/standalone/css/core/style.css" media="all" />
<link rel="stylesheet" href="https://js.arcgis.com/4.24/esri/css/main.css" />
<link rel="stylesheet" href="https://js.arcgis.com/4.28/esri/css/main.css" />

<!-- Google Tag Manager -->
<script>
Expand Down Expand Up @@ -542,7 +542,7 @@ <h4 id="tableEI">
};
</script>

<script src="https://js.arcgis.com/4.24/"></script>
<script src="https://js.arcgis.com/4.28/"></script>

<script>
require(["app/script"], function (script) {
Expand Down
21 changes: 15 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@

# Change Log

## 2.2.1 (January 2024)

### Changed

- Updated to Node 20.

- Updated to ArcGIS JS API 4.28.

## 2.2.0 (August 2022)

### Added
### Added

- Added PDF disclaimers to any links that go to PDF files.

Expand All @@ -13,10 +20,12 @@

- Updated to ArcGIS JS API 4.24.

- Updated Web Links.
- Updated Web Links.

- Fixed a bug where selecting 12/31 on a leap year would result in an Unknown R Factor.
- Fixed a bug where selecting 12/31 on a leap year would result in an Unknown R Factor.

## 2.0.0 (Released April 2019)
### History
- Version 2.0.0 was initially released in April 2019 and has been updated several times since the initial release without an official changelog. The Changelog begins with version 2.2.0.

### History

- Version 2.0.0 was initially released in April 2019 and has been updated several times since the initial release without an official changelog. The Changelog begins with version 2.2.0.

0 comments on commit 8414e44

Please sign in to comment.