Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Jan 15, 2024
1 parent 4a20557 commit a7056e4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

To see tags and releases, please go to [Tags](https://github.com/BioAnalyticResource/ePlant_Plant_eFP/tags) on [GitHub](https://github.com/BioAnalyticResource/ePlant_Plant_eFP).

## [1.0.20] - 2024-01-15

Optimization:

- Addressed client-side caching for faster loading
- Improved performance of mouse hover listeners
- Optimized images

Update:

- Added ESLint
- No longer supporting Internet Explorer
- Updated packages

Documentation:

- Fixed links in markdown files
- Updated README's examples

Bug fix:

- Fixed `localStorage` failing to initialize and store/call data
- Fixed issue where cannot call `generateSVG`
- Fixed issue with favicons, now uses BAR's favicon over local (same for web manifest)

## [1.0.19] - 2022-11-03

Functional release tag
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://bar.utoronto.ca/"
}
],
"version": "1.0.19",
"version": "1.0.20",
"private": true,
"description": "Data visualization tool to display tissue expression data for Arabidopsis thaliana",
"devDependencies": {
Expand Down

0 comments on commit a7056e4

Please sign in to comment.