Skip to content

Tags: maptiler/maptiler-geocoding-control

Tags

v3.0.0-rc.3

Toggle v3.0.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature.
katemihalikova Kate Miháliková
release v3.0.0-rc.3

v3.0.0-rc.2

Toggle v3.0.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
katemihalikova Kate Miháliková
release v3.0.0-rc.2

v3.0.0-rc.1

Toggle v3.0.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
katemihalikova Kate Miháliková
Prepare v3.0.0-rc.1

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix/add GitHub action for release (#92)

* hotfix: create npm publish github action

* remove lint-staged as it is merely an impedement

* appease linter

* hotfix: add typecheck to pre-commit

* Hotfix: run npm i and commit package-lock.json

* Hotifx: use internal npm scripts to init publish

* Hotfix: add lint and typecheck action and publish-dry-run action against PRs

* hotfix: use correct build command in publish dry-run

* Hotfix: Ensure build command is run beforehand

* Hotfix: use correct naming for workflow job

* Hotfix: use new version of Node.js in GH Actions

* Hotfix: remove dry run github action

---------

Co-authored-by: Les Moffat <les.moffat@maptiler.com>

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed not displaying center for multipoint (#86)

* GO-923 fixed not displaying center for muptipoints

* updated dependencies

v2.1.4

Toggle v2.1.4's commit message
updated deps

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace licensed icons with sprite (#83)

* GO-904 replaced licensed icons with sprite

* fixed typo

* fixed sprite.json url

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed *.d.ts path (#81)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed doc of `reverseGeocodingLimit`, added backward compatibility of…

… MapTiler SDK. (#80)

* updated limit/types warning/documentation

* added compatibility for older maptiler sdk

* updated documentation

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
GO-852 implemented separate options for reverse geocoding (#79)

* GO-852 implemented different options for reverse geocoding

* GO-852 fixed issues with types/limit

* improved react sample

* updated options documentation

* updated documentation