Releases: wegue-oss/wegue
v0.6.1 Release
Follow-up release for v0.6.0 introducing a refactoring (incl. some fixes) for the InfoClickWin
component.
Changelog
- @chrismayer: Refactor InfoClickWin (#53)
- @chrismayer: Fix missing color modifier for InfoClick table border (#52)
v0.6.0 Release
This release is the first version of the v0.6.x series.
The release introduces a lot of optimizations and advanced configuration options in order to get more possibilities to change the Wegue applications without changing the code. For example the base colour of an application can now be changed in the app-config (#44). See the changelog below for detailed information.
Changelog
- @chrismayer: LayerList refactoring / optimization (#51)
- @chrismayer: Fix unit tests for AppLogo component (#50)
- @chrismayer: Remove empty click handler for LayerList item (#48)
- @chrismayer: Introduce util for OpenLayers layers (#47)
- @chrismayer: Do not show layer with measure geoms in LayerList (#46)
- @chrismayer: Add property to ignore layers in LayerList (#45)
- @chrismayer: Make base color of application configurable (#44)
- @chrismayer: Add property to ignore layers in layer-list (#43)
- @chrismayer: Make rendering of AppLogo optional based on given logo source (#42)
- @chrismayer: Make footer text and copyright configurable (#41)
- @chrismayer: Add utils for URL handling (#40)
- @chrismayer: Add advanced drag support for floating windows (#39)
v0.5.2 Release
This release introduces the fix / rework for a better drag support for floating module windows (see #39).
v0.5.1 Release
Follow-up release for v0.5.0 with a corrected version tag. Non functional change.
v0.5.0 Release
v0.4.0 Release
This release is the first version, which supports the OpenLayers v5.x series.
Main purpose of this release is to preserve the current state because of the upcoming layout changes, which will heavily affect the application-template / -layout.
If necessary fixes for the current layout will be done in the v0.4.x-maintenance branch.
v0.3.0 Release
This release introduces some bug fixes, layout changes and some more configuration options for the app. It also preserves the state before the upcoming OpenLayers 5 upgrade. So the 0.3.x streak will be definitely the last one supporting OpenLayers v4.x
Changelog since v0.2.1:
- @chrismayer: Make colors of measure features configurable (#25)
- @chrismayer: Rename 'TopLogo' to 'AppLogo' (#24)
- @chrismayer: Remove flex layout for OL map (a7a0606)
- @chrismayer: Correct CSS for floating windows (ddaf5d9)
v0.2.1 Release
Follow-up release for v0.2.1. Only corrects the wrong version parameter in the package.json.
v0.2.0 Release
This is the latest release before Wegue will be upgraded to OpenLayers v5.0.0. Since this upgrade will be a major change this release has purpose to preserve the latest state with OL v4.6.5.
Changelog since v0.1.0:
- @chrismayer: Adapt LayerList according to added / removed layers in map (#21)
- @chrismayer: Add ZoomToMaxExtentButton component (#19)
- @LiliGuimaraes: 'Measuretype' with mandatory selection' (#18)
- @chrismayer: Introduce 'Mapable' mixin (#16)
- @chrismayer: Add "Map Info Click" component (#11)
- @chrismayer: Add 'mapable' mixin (#10)
- @chrismayer: Fix existing unit tests for upcoming v0.1 (#9)
- @chrismayer: Configure app with JSON based config (#8)
First release
This is a first release preserving the project state with the soon removed application configuration mode by markup (template).