-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog 1.4.0 #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
camillemonchicourt
wants to merge
1
commit into
main
Choose a base branch
from
changelog-140
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changelog 1.4.0 #146
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,29 +1,38 @@ | ||||||||||
| # CHANGELOG | ||||||||||
|
|
||||||||||
| ## 1.3.0 (2025-05-22) | ||||||||||
| ## 1.4.0 (2026-07-08) | ||||||||||
|
|
||||||||||
| - Use Taxref vernacular names first when available, then EUNIS Biodiversity Database, then Catalogue of Life, instead of just using Catalogue of Life vernacular names all the time (#145 by @amandine-sahl) | ||||||||||
| - Add a text about how to contribute to GBIF in the footer (#137 by @jacquesfize) | ||||||||||
| - Don't display an error message if geolocation is not activated on the device (#139 by @jacquesfize) | ||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| - Don't display an error message and continue to request API when getting a 429 error (Too many requests) from an API (#142 by @amandine-sahl) | ||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| - Update Node.js 20 to 24 (by @jacquesfize) | ||||||||||
| - Update dependencies (by @jacquesfize) | ||||||||||
|
Comment on lines
+9
to
+10
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
|
||||||||||
| ## 1.3.0 (2026-05-22) | ||||||||||
|
|
||||||||||
| ### ✨ New Features | ||||||||||
|
|
||||||||||
| - Complete redesign of the detailed taxon view with improved layout and aesthetics (#123 par @jacquesfize) | ||||||||||
| - Add Global conservation status (IUCN Red List) display on each species (#119 par @jacquesfize) | ||||||||||
| - Complete redesign of the detailed taxon view with improved layout and aesthetics (#123 by @jacquesfize) | ||||||||||
| - Add Global conservation status (IUCN Red List) display on each species (#119 by @jacquesfize) | ||||||||||
| - Fullscreen mode by clicking on a species picture (#122 by @jacquesfize) | ||||||||||
| - Improved audio player with better tooltips and interaction feedback (#125 par @jacquesfize) | ||||||||||
| - BAM is now available as PWA for a mobile usage (#43 par @jacquesfize) | ||||||||||
| - Custom source naming for GeoNature connector via `SOURCE_NAME` new parameter (#125 par @jacquesfize) | ||||||||||
| - End2End tests are now available using Playwright (#19 par @jacquesfize) | ||||||||||
| - Add unit tests using Vitest (#114 par @jacquesfize) | ||||||||||
| - New features proposed in pull requests are automatically deployed on Netlify (#106 par @jacquesfize) | ||||||||||
| - Improved audio player with better tooltips and interaction feedback (#125 by @jacquesfize) | ||||||||||
| - BAM is now available as PWA for a mobile usage (#43 by @jacquesfize) | ||||||||||
| - Custom source naming for GeoNature connector via `SOURCE_NAME` new parameter (#125 by @jacquesfize) | ||||||||||
| - End2End tests are now available using Playwright (#19 by @jacquesfize) | ||||||||||
| - Add unit tests using Vitest (#114 by @jacquesfize) | ||||||||||
| - New features proposed in pull requests are automatically deployed on Netlify (#106 by @jacquesfize) | ||||||||||
| - New examples are available in the documentation (by @camillemonchicourt) | ||||||||||
|
|
||||||||||
| ### 🐛 Fixes | ||||||||||
|
|
||||||||||
| - Fix TaxHub media URL retrieval to use correct `media_url` field | ||||||||||
| - Fix credits display when no source URL is provided | ||||||||||
| - Audio is now loaded only when played (#103) | ||||||||||
| - Add missing orderby in the GeoNature connector results (#118 par @jacquesfize) | ||||||||||
| - Small optimizations (#105 par @jacquesfize) | ||||||||||
| - Add missing orderby in the GeoNature connector results (#118 by @jacquesfize) | ||||||||||
| - Small optimizations (#105 by @jacquesfize) | ||||||||||
| - Add function to remove potential inner ring (incompatible with most datasource API) (#120 by @jacquesfize) | ||||||||||
| - Improved compatibility with mobile when 2 or more columns are (#131 par @azarz) | ||||||||||
| - Improved compatibility with mobile when 2 or more columns are (#131 by @azarz) | ||||||||||
| - Limit the number of coordinates of geometries sent to the GBIF search endpoint (#102) | ||||||||||
|
|
||||||||||
| ## 1.2.0 (2025-11-18) | ||||||||||
|
|
||||||||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.