Skip to content

Releases: KlausBenndorf/guide4you

Guide4You3 V2

06 Jun 16:39
Compare
Choose a tag to compare

introducing:
support for rtl languages
arabic translations
changed api functionality of some map.get('api') methods regarding feature interaction (see src/API.js)
library builds are now available (exporting some variables to window.g4u)
jquery and openlayers are considered externals now (they need to be included on their own)
GeoLocationButton supports tracking
openlayers v4
in mobile view the back button on smart phones now closes windows instead ofleaving the page
fonts are configurable in lessConfig

migration notes:
the createG4U method called in the index.html is renamed to g4u.createMap.
If using guide4you-builder:
Update the test script in package.json
Add a dist script to package.json
move all tests from any subfolders to test/

v1.2.0

20 Sep 16:54
Compare
Choose a tag to compare

API Change: All default export got replaced by named exports.

v1.1.0

23 Aug 14:46
Compare
Choose a tag to compare

API change:

  • This release brings back the old window.createG4U(target, clientConf, layerConf), but makes the last two parameters optional. The default values can be configured in the entry.js of the build.

Other Changes:

  • Added Travic CI Tests!
  • Fixed bad window placement (Issue #35)
  • Reworked dropdown to work more reliable on mobile devices
  • Updated all dependencies

Some more minor changes. See particular commits for more details.

v1.0.1

16 Aug 09:04
Compare
Choose a tag to compare
1.0.1

v1.0.0

26 Jul 16:15
Compare
Choose a tag to compare
Update README.md