Skip to content

Releases: mapbender/data-manager

2.0.8

29 Nov 08:52

Choose a tag to compare

  • Allow dialogs to be dragged off screen edges
  • Fix Doctrine DBAL 3.x incompatibilty

2.0.7

14 Nov 15:21

Choose a tag to compare

  • Fix read-only / disabled inputs form inputs blocking form validation
  • Treat read-only inputs as unmapped when submitting form data

1.2.9

14 Nov 15:20

Choose a tag to compare

  • Fix read-only / disabled inputs form inputs blocking form validation
  • Treat read-only inputs as unmapped when submitting form data

2.0.6

14 Nov 15:20

Choose a tag to compare

  • Fix handling of web-relative image placeholder url
  • Fix file upload group layout
  • Limit dialog height to never exceed screen height
  • Fix documentation for select values generated via "sql" (showed wrong option nesting)

1.2.8

14 Nov 15:20

Choose a tag to compare

  • Fix handling of web-relative image placeholder url
  • Fix file upload group layout
  • Limit dialog height to never exceed screen height
  • Fix documentation for select values generated via "sql" (showed wrong option nesting)

2.0.5

20 Sep 11:04

Choose a tag to compare

  • Fix misleading log warning when generating select item choices from single-column SQL (#5)
  • Forms: Fix missing support for configurable validation error text on required select items
  • Forms: Support "mandatory" alias for select item required property (boolean only)
  • Forms: Detect column / expression aliases "label" and "value" when generating select item choices from SQL
  • Add documentation for SQL-generated select item choices

1.2.7

20 Sep 11:03

Choose a tag to compare

  • Fix misleading log warning when generating select item choices from single-column SQL (#5)
  • Forms: Fix missing support for configurable validation error text on required select items
  • Forms: Support "mandatory" alias for select item required property (boolean only)
  • Forms: Detect column / expression aliases "label" and "value" when generating select item choices from SQL
  • Add documentation for SQL-generated select item choices

2.0.4

28 Jan 11:53

Choose a tag to compare

  • Fix missing attr and required support on select type form item
  • Fix missing attr support on radioGroup option
  • Fix label margin for radioGroup form type
  • Fix alignment of file upload spinning process indicator
  • Document "formItems", upload paths and misc other configuration options
  • Misc translation fixes

1.2.6

28 Jan 11:54

Choose a tag to compare

  • Fix missing attr and required support on select type form item
  • Fix missing attr support on radioGroup option
  • Fix label margin for radioGroup form type
  • Fix alignment of file upload spinning process indicator
  • Document "formItems", upload paths and misc other configuration options
  • Misc translation fixes

2.0.3

08 Dec 11:03

Choose a tag to compare

  • Add interaction button to file inputs to open current attachment in new tab
  • Add interaction button to file inputs to remove attachment
  • Fix (false positive) cycle detection errors if schema name matches data store / feature type name exactly
  • Fix incompatibility with doctrine/dbal >= 2.8 (PHP 8 support)