You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
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).
8
8
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)
0 commit comments