v3.6.0
What's Changed
π New Features
- add Geocoding mapcontrol by @volterra79 in #131 and #141
π Bug fixed
- fix issue on wrong old dev template by @volterra79 in #138
- fix mapcontrols left alignement on mobile when keyboard is open by @volterra79 in #140
- fix missing update of
Applicationsate.keys.vendorkeys
withinapp/dev/index.js
by @volterra79 in #126 - fix wrong default vendor keys names within
config.template.js
by @Raruto in #125 - patch a circular dependency found between
core/utils/geo.js
andcore/utils/ol.js
by @volterra79 in #130
π Github
π οΈ Config
- add
G3W_ADMIN_PATH
constant withinconfig.template.js
by @volterra79 in #139
β»οΈ API changes
- add
src/services
folder (service singletons refactor) by @Raruto in #95 - add
src/store
folder (registry singletons refactor) by @Raruto in #94 - delete
src/app/g3w-ol/interactions/mouseEvents.js
by @Raruto in #132 - delete
src/app/g3w-ol/utils/utils.js
by @Raruto in #133 - move
core/applicationstate
intostore/application-state
by @Raruto in #134 - move
g3w-ol/controls/nominatimcontrol.js
intog3w-ol/controls/geocodingcontrol.js
(multi service address search control) by @volterra79 in #111 - remove
{G3W_VERSION}
placeholder by @Raruto in #136 - remove
src/app/gui/app/index.js
by @Raruto in #97
Full Changelog: v3.5.0...v3.6.0