Skip to content

Releases: terrestris/shogun-gis-client

Version 2.0.1

30 May 13:45
Compare
Choose a tag to compare

chore(release): 2.0.1 [skip ci]
### 2.0.1 (2022-05-30)

Dependencies

  • deps-dev: bump @babel/core from 7.18.0 to 7.18.2 (defb552)
  • deps-dev: bump @babel/preset-env from 7.18.0 to 7.18.2 (45e3fcc)
  • deps-dev: bump @commitlint/cli from 17.0.0 to 17.0.1 (1909399)
  • deps-dev: bump typescript from 4.6.4 to 4.7.2 (a5d3e43)
  • deps: bump @reduxjs/toolkit from 1.8.1 to 1.8.2 (0b0852e)
  • deps: bump i18next from 21.8.4 to 21.8.5 (32dd20b)

Bugfixes

  • fix color for scale (e0be63e)
  • open print in new browser tab (a975959)

Version 2.0.0

30 May 13:45
Compare
Choose a tag to compare

chore(release): 2.0.0 [skip ci]
## 2.0.0 (2022-05-24)

Breaking changes

  • implement handling for theming (cd9f687)

Bugfixes

  • catch undefined theme (1bf523d)
  • extract ConfigProvider from parseTheme (5447e60)

Version 1.1.1

30 May 13:45
Compare
Choose a tag to compare

chore(release): 1.1.1 [skip ci]
### 1.1.1 (2022-05-24)

Version 1.1.0

30 May 13:45
Compare
Choose a tag to compare

chore(release): 1.1.0 [skip ci]
## 1.1.0 (2022-05-24)

Features

  • introduce client configuration file (currently for the appPrefix only) (7651fa0)

Bugfixes

  • provide empty clientConfig (df63528)
  • remove fallback configration, make use of client's internal defaults instead (dd04408)
  • set correct default title (4a455c2)

Version 1.0.2

30 May 13:44
Compare
Choose a tag to compare

chore(release): 1.0.2 [skip ci]
### 1.0.2 (2022-05-24)

Changes in layout

  • adjust style for the gfi result layer (716b326)

Bugfixes

  • i18n for usage hint (a9d191b)
  • pass flat layers array to the CoordinateInfo (34656f2)

Version 1.0.1

30 May 13:44
Compare
Choose a tag to compare

chore(release): 1.0.1 [skip ci]
### 1.0.1 (2022-05-24)

Dependencies

  • deps-dev: bump @typescript-eslint/eslint-plugin (7eb64d4)
  • deps-dev: bump @typescript-eslint/parser from 5.25.0 to 5.26.0 (faedbc0)
  • deps: bump i18next from 21.8.3 to 21.8.4 (da47779)

Bugfixes

  • harmonize component signature by specifying the return type and passing through the rest props (bffd8e7)

Version 1.0.0

23 May 12:58
Compare
Choose a tag to compare

chore(release): 1.0.0 [skip ci]
## 1.0.0 (2022-05-23)

Features

Changes in configuration

Breaking changes

  • remove drawer and add toolMenu state (ca735e3)
  • remove unneeded components (60111d6)

Dependencies

Bugfixes