Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 21 additions & 12 deletions CHANGELOG.md
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)

@jacquesfize jacquesfize Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add a text about how to contribute to GBIF in the footer (#137 by @jacquesfize)
- [GBIF] Add an "How to contribute ?" note in the footer (#137 by @jacquesfize)

- Don't display an error message if geolocation is not activated on the device (#139 by @jacquesfize)

@jacquesfize jacquesfize Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Don't display an error message if geolocation is not activated on the device (#139 by @jacquesfize)
- Error messages are disabled when geolocation is refused by the user (#139 by @jacquesfize)

- 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)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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)
- [GBIF] 429 (Too many requests) error message is disabled (#142 by @amandine-sahl)

- Update Node.js 20 to 24 (by @jacquesfize)
- Update dependencies (by @jacquesfize)
Comment on lines +9 to +10

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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)
- Update Node.js 20 to 24 (#141 by @jacquesfize)
- Update dependencies (#141 by @jacquesfize)


## 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)
Expand Down
Loading