-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 1.60.0 #418
Release 1.60.0 #418
Conversation
…ist-perform-better-when-searc
…earch-results-list-perform-better-when-searc Limit the number of search results displayed in the Search box
…-name fix: Correct venue sorting to use display name instead of administrat…
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: packages/map-template/src/components/Search/Search.jsx
Did you find this useful? React with a 👍 or 👎 |
packages/map-template/CHANGELOG.md
Outdated
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. | |||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## [1.60.0] - 2024-12-05 |
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.
Remember to update the date to be correct just before merging.
Co-authored-by: Anders Mogensen <[email protected]>
- Limit the maximum number of search results to 100 to improve render performance. | ||
|
||
### Fixed | ||
- Fixed a bug where the selected venue (in case no venue was set otherwise) was picked alphabetically by Administrative ID rather than the displayed Venue name. |
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.
- Fixed a bug where the selected venue (in case no venue was set otherwise) was picked alphabetically by Administrative ID rather than the displayed Venue name. | |
- Fixed a bug where the selected venue (in case no venue was set otherwise) was picked alphabetically by Administrative ID rather than the displayed Venue name. | |
MAX_RESULTS
constant to limit the maximum number of search results displayed at once