Skip to content

v3.6.0

Compare
Choose a tag to compare
@Raruto Raruto released this 16 Aug 06:24
· 407 commits to dev since this release

What's Changed

πŸš€ New Features

🐞 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 within app/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 and core/utils/ol.js by @volterra79 in #130

πŸ™ Github

  • add .github/release.yml (github release notes automation) by @Raruto in #120

πŸ› οΈ Config

  • add G3W_ADMIN_PATH constant within config.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 into store/application-state by @Raruto in #134
  • move g3w-ol/controls/nominatimcontrol.js into g3w-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