Skip to content

v6.4.0

Compare
Choose a tag to compare
@dnlkoch dnlkoch released this 06 Jun 10:01
· 1586 commits to main since this release

6.4.0 (2023-06-06)

Features

  • add delete feature button (4cc7a1c)
  • add reset and save button, support readOnly (a6bebe8)
  • allow insert, update and delete via WFS-T (e4532f7)
  • call edit feature drawer from search result list (85aba8d)
  • disable delete button if no id is available (0f6bac2)
  • edit or add features on layer (fe38dd1)
  • feature edit switch (7c3b053)
  • first steps towards EditFeatureForm (12e8f59)
  • further edit feature improvements (7f41920)
  • generate solr query based on search config (82299d4)
  • implement feature creation (1a20eac)
  • implement WFS LockFeature (and some component refactoring) (dc0f7b7)
  • init MapDrawer and EditFeatureDrawer (3b75d47)
  • introduce geometry edit toolbar (8608f5b)
  • introduce layer details modal (d329cf5)
  • load feature after creating entity (61e1306)
  • progress on parser, support more fields (142618c)
  • reset any potential feature id and set layer id (31932ba)
  • simplify entrypoint for editing, refactoring (54d6b98)
  • store layer in state, show layer title in header, show alert on not found layer (7781a41)
  • use gis-client-config for feature edit limitations (6c0cc59)

Dependencies

  • deps-dev: bump @babel/core from 7.21.8 to 7.22.1 (12f4e2e)
  • deps-dev: bump @babel/preset-env from 7.21.5 to 7.22.4 (b3e7daf)
  • deps-dev: bump @babel/preset-react from 7.18.6 to 7.22.3 (8206989)
  • deps-dev: bump @babel/runtime from 7.21.5 to 7.22.3 (0ef1152)
  • deps-dev: bump @commitlint/cli from 17.6.3 to 17.6.5 (8a4aff5)
  • deps-dev: bump @commitlint/config-conventional (1c628f5)
  • deps-dev: bump @playwright/test from 1.34.2 to 1.34.3 (eeb9755)
  • deps-dev: bump @semantic-release/github from 8.0.7 to 8.1.0 (baa259f)
  • deps-dev: bump @semantic-release/github from 8.1.0 to 9.0.2 (3ca56ad)
  • deps-dev: bump @semantic-release/release-notes-generator (a74f02b)
  • deps-dev: bump @types/jest from 29.5.1 to 29.5.2 (abd7529)
  • deps-dev: bump @typescript-eslint/eslint-plugin (51c4b9a)
  • deps-dev: bump @typescript-eslint/eslint-plugin (f1eb381)
  • deps-dev: bump @typescript-eslint/parser from 5.59.7 to 5.59.8 (cc0cccc)
  • deps-dev: bump @typescript-eslint/parser from 5.59.8 to 5.59.9 (caa952e)
  • deps-dev: bump css-loader from 6.7.4 to 6.8.1 (458f78c)
  • deps-dev: bump eslint from 8.41.0 to 8.42.0 (3ea6303)
  • deps-dev: bump less-loader from 11.1.0 to 11.1.1 (615812c)
  • deps-dev: bump less-loader from 11.1.1 to 11.1.2 (fdb6fab)
  • deps-dev: bump semantic-release from 21.0.2 to 21.0.3 (1188ad6)
  • deps-dev: bump typescript from 5.0.4 to 5.1.3 (330ccdb)
  • deps-dev: bump webpack from 5.83.1 to 5.84.0 (40b84df)
  • deps-dev: bump webpack from 5.84.0 to 5.84.1 (023ac90)
  • deps-dev: bump webpack from 5.84.1 to 5.85.0 (53ffd59)
  • deps-dev: bump webpack from 5.85.0 to 5.85.1 (a666cb0)
  • deps-dev: bump webpack-bundle-analyzer from 4.8.0 to 4.9.0 (8eafdff)
  • deps-dev: bump webpack-cli from 5.1.1 to 5.1.3 (4be5148)
  • deps: bump geostyler from 12.0.1 to 12.0.2 (36a2760)
  • deps: bump geostyler-style from 7.3.0 to 7.3.1 (4c52c6c)
  • deps: bump i18next-browser-languagedetector from 7.0.1 to 7.0.2 (b0a628e)
  • deps: bump ol from 7.3.0 to 7.4.0 (76532b4)
  • deps: bump react-redux from 8.0.5 to 8.0.7 (ba982b7)
  • fix lint (a9cbba2)
  • fix typo (6952e0b)
  • update shogun util to newest version (510a0de)
  • update shogun-util (289ae4c)
  • update shogun-util (27876b8)

Bugfixes

  • add warn logger (b6eb459)
  • cleanup overallUpdateMode (acda9d3)
  • correct signature (5e2b5fb)
  • correctly set geometryName for wfs (e0f6b5c)
  • disable support to UPLOAD (for now) (5023544)
  • export component and add test (d1f1881)
  • fix imports (0a01643)
  • fixes incremental request for features (99363c6)
  • fixing intendentions and removing empty lines (f74704d)
  • format imports (ed39cfa)
  • makes the footer extendable via plugins (5838120)
  • only create feature in update mode (7fac839)
  • only enable lock if features are updated (9f65d7b)
  • pass filter object instead featureId (d2ea593)
  • progress on feature select and create (7024a21)
  • remove duplicated dispatch (a24c0bb)
  • remove empty line (b136061)
  • remove hardcoded values (0707560)
  • removes unnecessary check (1c2b890)
  • search via http POST (65790eb)
  • set indentation (12858ce)
  • simplify generateSolrQuery test setup (ea79b16)
  • typos in translations (a2e2216)
  • typos in translations (de68b83)
  • uses detailed permissions for a user of a specific role (fc03cd7)