Skip to content

Commit a7056e4

Browse files
committed
chore: update version and changelog
1 parent 4a20557 commit a7056e4

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
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).
88

9+
## [1.0.20] - 2024-01-15
10+
11+
Optimization:
12+
13+
- Addressed client-side caching for faster loading
14+
- Improved performance of mouse hover listeners
15+
- Optimized images
16+
17+
Update:
18+
19+
- Added ESLint
20+
- No longer supporting Internet Explorer
21+
- Updated packages
22+
23+
Documentation:
24+
25+
- Fixed links in markdown files
26+
- Updated README's examples
27+
28+
Bug fix:
29+
30+
- Fixed `localStorage` failing to initialize and store/call data
31+
- Fixed issue where cannot call `generateSVG`
32+
- Fixed issue with favicons, now uses BAR's favicon over local (same for web manifest)
33+
934
## [1.0.19] - 2022-11-03
1035

1136
Functional release tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://bar.utoronto.ca/"
2020
}
2121
],
22-
"version": "1.0.19",
22+
"version": "1.0.20",
2323
"private": true,
2424
"description": "Data visualization tool to display tissue expression data for Arabidopsis thaliana",
2525
"devDependencies": {

0 commit comments

Comments
 (0)