Skip to content

Releases: mapbender/mapbender-digitizer

3.0.0-RC2

3.0.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@Phocacius Phocacius released this 26 Jun 09:06

Breaking Changes:

  • Remove support for DataTables 1.x (PR#153)
  • Modernize JavaScript codebase (ES6 classes, singleton pattern for better extensibility) (PR#149)
  • Ensure compatibility with Doctrine DBAL 4 (PR#159)
  • Migrate from jQuery UI dialogs to Mapbender.Popup with improved mobile support (PR#149)

Features:

  • Add dynamic expression support for labels, text fields, and popup titles (template literal syntax ${data.property}) (PR#149)

2.0.9

Choose a tag to compare

@astroidex astroidex released this 03 Jun 11:24
24323c1
  • Add support for parameter roles in featureType filter (#158)

2.0.8

Choose a tag to compare

@Phocacius Phocacius released this 30 Mar 14:07
  • Add support for DataTables version 2 (PR#150, PR#154)
  • Show message after asynchronous requests for expired sessions with option to retry (PR#151)
  • Add validation for input fields, new parameter mapbender.data_manager.default_regex for default (PR#152, PR#154)
  • Improve error handling (PR#154)

2.0.7

Choose a tag to compare

@Phocacius Phocacius released this 20 Jan 11:08
  • Add file type check to form type file (key: allowedFileTypes) (PR#147)

2.0.6

Choose a tag to compare

@Phocacius Phocacius released this 02 Dec 10:21
  • Show error message when a YAML syntax error occurs in manager (PR#145)
  • Fix popup width & height was ignored (PR#146)

2.0.5

Choose a tag to compare

@Phocacius Phocacius released this 20 Aug 12:51
  • Add tooltips to digitizer buttons (PR#140)

2.0.4

Choose a tag to compare

@Phocacius Phocacius released this 09 Jul 09:20
  • Enable dynamic feature data support for type: html (PR#138)
  • Allow quoted schema or table names in PostgreSQL connection (#1745, PR#139)

2.0.3

Choose a tag to compare

@Phocacius Phocacius released this 30 Jan 13:40
  • updateMultiple now returns a Promise; TableRenderer includes addOrRefreshRow for automatic feature handling post-AJAX call; unique namespace ID for unsaved features enables updates post-AJAX; oldGeometry set after successful updateMultiple call. (PR#133)
  • prevent Draw Donut On Non-Digitizer Features (PR#120)
  • Enable CSS styling in FormItem for images, and allow images to be displayed in their original size with the EnlargeImage attribute (PR#134)
  • Digitizer showed tool icons to edit feature-geometries even when digitizing is disabled (#1647, PR#135)
  • Saving new geometries was not possible when allowEdit was not set (PR#135)

2.0.2

Choose a tag to compare

@Phocacius Phocacius released this 09 Oct 09:02
  • Enable creation of several features at once (PR#131)
  • Fix trackUser and filterUser in digitizer config (PR#132)

2.0.1

Choose a tag to compare

@Phocacius Phocacius released this 25 Sep 08:15
  • Enable immediate update of the feature table in the data manager (PR#130)