Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Sep 30, 2024
1 parent 61bf2be commit 64cb4b6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

### Added

## 2.2.0 - 2024-09-30

### Added

* Inkmap for printing maps (_not npm_)
* Map preview before configuration
* Dynamic update of the base map layer in the configuration
* Buttons in configuration for the extent (Undo/Redo...)
* Visuals on layer store
* Visuals on layer selected
* Multiple flash messages

### Changed

* OpenLayers updated to 10.2.1
* Attribute table now uses `lit-html`

### Removed

* `jspdf` dependency from `mapBuilder/www/js/dist/`
* `fancytree` dependency

## 2.1.3 - 2024-01-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions mapBuilder/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="mapBuilder3liz.com" name="mapBuilder" createdate="2018-10-03">
<version date="2024-08-27">2.2.0-pre</version>
<version date="2024-09-30">2.2.0</version>
<label lang="en_US">mapBuilder</label>
<description lang="en_US">Jelix module for Lizmap, which adds a map builder based on every repositories</description>
<license>Mozilla Public License 2.0</license>
Expand All @@ -10,6 +10,6 @@
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.8.*"/>
<module name="lizmap" minversion="3.8.0" maxversion="3.9.*"/>
</dependencies>
</module>

0 comments on commit 64cb4b6

Please sign in to comment.