- Migrate unit tests to Vitest maplibre#238
- Fix _onKeyDown not working when map is inside custom web component maplibre#234
- Add option to set proximity min zoom by @HarelM in maplibre#130
- Add
once
event registration capability by @HarelM in maplibre#127
- fix(build): remove type: module from package.json to fix cjs dist by @thaddmt in maplibre#140
- Refactored test and
geocode
method heavily to make the code more readable in maplibre#127 - Added
once
to the public API to support promises and registering to an event once in maplibre#127
- Some bug fixes related to local and external geocoding in maplibre#127
- Make the clear button type="button" by @daiwai in maplibre#116
- Modernize the codebase using typescript typings, rollup, typedoc and jest. by @HarelM in maplibre#118
- Fixed issues with
events
dependency maplibre#104 - Fixed links to "Carmen GeoJSON" format reference maplibre#110
- Fixed a lot of documentation issues by linking the docs to the code itself maplibre#118
- Update suggestions API to support placeId #84
- fix: fix bug with fitbounds array, fix bug where clearbutton doesnt show up after pressing enter #79
- fix: fix bug where search cannot be done without fully clearing input #72
- Bump sinon from 7.2.7 to 14.0.0 (#66)(maplibre#66)
- Bump tape from 4.10.1 to 5.5.3 (#56)(maplibre#56)
- accept any version of MapLibre GL JS greater or equal to 1.14.0 #49
- N/A
- update vulnerable version of nanoid to 3.2.0 #35
- remove yarn.lock and prefer using package-lock.json #40
- Added suggestions API and UI around display suggestions #27
- N/A
- Switch from
suggestions
library tosuggestions-list
, change enter key logic to support selecting list items with enter key #14 - Added debounce option #15
- Use the correct debounce parameter #13
- Add optional debounceSearch parameter to decide how long to wait before sending Geocoder input box query to server
- N/A
- Updated Geocoder to by default only perform search on enter key press, added option to search when typing #5
- create cloned html element for multiple marker results #6
- Initial Launch of forked maplibre-gl-geocoder from mapbox-gl-geocoder
- N/A