Releases: KlausBenndorf/guide4you
Guide4You3 V2
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
API Change: All default export got replaced by named exports.
v1.1.0
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
1.0.1
v1.0.0
Update README.md