Skip to content

v7.0.0

Compare
Choose a tag to compare
@dnlkoch dnlkoch released this 29 Nov 08:46
· 606 commits to main since this release

7.0.0 (2023-11-29)

⚠ BREAKING CHANGES

  • gfi: introduce featureInfo slice handling enabled state

Dependencies

  • adds FileInfoList type definition (8b01b4a)
  • adds lint:fix script (854a3a4)
  • code: use node 18 and adds .nvmrc file (d88209b)
  • deps-dev: bump @babel/cli from 7.23.0 to 7.23.4 (90042a7)
  • deps-dev: bump @babel/core from 7.23.2 to 7.23.3 (089105a)
  • deps-dev: bump @babel/preset-env from 7.23.2 to 7.23.3 (3414c7b)
  • deps-dev: bump @babel/preset-react from 7.22.15 to 7.23.3 (d8b854f)
  • deps-dev: bump @babel/preset-typescript from 7.23.2 to 7.23.3 (f875912)
  • deps-dev: bump @babel/runtime from 7.23.2 to 7.23.4 (4265bf0)
  • deps-dev: bump @commitlint/cli from 18.2.0 to 18.4.1 (7a07410)
  • deps-dev: bump @commitlint/cli from 18.4.1 to 18.4.2 (b083334)
  • deps-dev: bump @commitlint/cli from 18.4.2 to 18.4.3 (c4f8707)
  • deps-dev: bump @commitlint/config-conventional (671d27a)
  • deps-dev: bump @commitlint/config-conventional (c568c3a)
  • deps-dev: bump @commitlint/config-conventional (ea5cf9d)
  • deps-dev: bump @playwright/test from 1.39.0 to 1.40.0 (19664b6)
  • deps-dev: bump @playwright/test from 1.40.0 to 1.40.1 (3b81526)
  • deps-dev: bump @semantic-release/github from 9.2.1 to 9.2.3 (642dc0c)
  • deps-dev: bump @semantic-release/npm from 11.0.0 to 11.0.1 (b9bfa82)
  • deps-dev: bump @semantic-release/release-notes-generator (93f2c44)
  • deps-dev: bump @types/color from 3.0.5 to 3.0.6 (403bf08)
  • deps-dev: bump @types/jest from 29.5.7 to 29.5.8 (dac699b)
  • deps-dev: bump @types/jest from 29.5.8 to 29.5.9 (2d4fb32)
  • deps-dev: bump @types/jest from 29.5.9 to 29.5.10 (6188db1)
  • deps-dev: bump @types/node from 20.8.10 to 20.9.0 (e547038)
  • deps-dev: bump @types/node from 20.8.9 to 20.8.10 (719afcc)
  • deps-dev: bump @types/node from 20.9.0 to 20.9.1 (776103a)
  • deps-dev: bump @types/node from 20.9.1 to 20.9.2 (0cf2830)
  • deps-dev: bump @types/node from 20.9.2 to 20.9.3 (3955137)
  • deps-dev: bump @types/node from 20.9.3 to 20.9.4 (aeec7cb)
  • deps-dev: bump @types/node from 20.9.4 to 20.9.5 (948a9fb)
  • deps-dev: bump @types/node from 20.9.5 to 20.10.0 (dd37f32)
  • deps-dev: bump @typescript-eslint/eslint-plugin (6e6cea0)
  • deps-dev: bump @typescript-eslint/eslint-plugin (2aa90be)
  • deps-dev: bump @typescript-eslint/eslint-plugin (91f8755)
  • deps-dev: bump @typescript-eslint/eslint-plugin (88cbab3)
  • deps-dev: bump @typescript-eslint/eslint-plugin (acad500)
  • deps-dev: bump @typescript-eslint/parser from 6.10.0 to 6.11.0 (5c77144)
  • deps-dev: bump @typescript-eslint/parser from 6.11.0 to 6.12.0 (77fb3f1)
  • deps-dev: bump @typescript-eslint/parser from 6.12.0 to 6.13.0 (a657568)
  • deps-dev: bump @typescript-eslint/parser from 6.13.0 to 6.13.1 (333720e)
  • deps-dev: bump @typescript-eslint/parser from 6.9.1 to 6.10.0 (308ede3)
  • deps-dev: bump eslint from 8.52.0 to 8.53.0 (faedbf0)
  • deps-dev: bump eslint from 8.53.0 to 8.54.0 (33e3cca)
  • deps-dev: bump fs-extra from 11.1.1 to 11.2.0 (1349b6a)
  • deps-dev: bump semantic-release from 22.0.6 to 22.0.7 (01c66ed)
  • deps-dev: bump semantic-release from 22.0.7 to 22.0.8 (5085bcb)
  • deps-dev: bump typescript from 5.2.2 to 5.3.2 (d2f7591)
  • deps-dev: bump webpack-bundle-analyzer from 4.9.1 to 4.10.1 (da48d90)
  • deps: bump antd from 4.24.14 to 4.24.15 (0e35602)
  • deps: bump i18next from 23.6.0 to 23.7.6 (8782da8)
  • deps: bump i18next from 23.7.6 to 23.7.7 (75331a6)
  • deps: bump i18next-browser-languagedetector from 7.1.0 to 7.2.0 (db2e3ae)
  • deps: bump react-i18next from 13.3.1 to 13.4.0 (01a802b)
  • deps: bump react-i18next from 13.4.0 to 13.4.1 (137938d)
  • deps: bump react-i18next from 13.4.1 to 13.5.0 (34de355)
  • gh-actions: bump versions of github actions (c01eb7f)
  • update react-geo to version ^23.1.3 (ea6c10b)

Features

  • add error handling for form validation (ba9157c)
  • gfi: make copy tools configurable via tool config in admin (f00898e)

Bugfixes

  • featureinfo: remove unused props (817a984)
  • fixes a file upload bug in EditReferenceTable component (5ecef19)
  • update fetch options in FeatureInfo component (1eddbab)

Changes in layout