Skip to content

Latest commit

 

History

History
528 lines (239 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

528 lines (239 loc) · 19.8 KB

8.5.0 (2024-06-14)

Features

8.4.0 (2024-06-13)

Bug Fixes

Features

  • init role / roleclasspermission / roleisntancepermission models (0667bd5)

8.3.3 (2024-06-13)

Bug Fixes

  • change return types of header functions (48d45e5)

8.3.2 (2024-06-12)

Bug Fixes

  • ignore checked attribute for groups (851fd3f)

8.3.1 (2024-05-27)

Bug Fixes

8.3.0 (2024-05-23)

Features

  • add generic parameters to application to make it easier to extend (82b0928)

8.2.0 (2024-05-02)

Features

  • add method for publicEntity (c21fa5c)

8.1.0 (2024-04-23)

Features

  • add faviconPath to DefaultApplicationTheme (38c3cfd)

8.0.1 (2024-04-17)

Bug Fixes

  • do not initialize resolutions with empty array (c5171b8)

8.0.0 (2024-04-09)

chore

BREAKING CHANGES

  • ol (and related ol-util) updated to version 9 and moved to peer dependencies

7.3.1 (2023-12-20)

Bug Fixes

  • determine layer groups visibility by contained layers as well (3114eea)

7.3.0 (2023-09-29)

Features

  • add find all no paging function (9fc3f47)

7.2.0 (2023-09-15)

Features

  • include REFERENCE_TABLE type (fb19e25)

7.1.0 (2023-07-19)

Features

  • add support for parsing XYZ layers (bf647bc)

7.0.1 (2023-07-14)

Bug Fixes

  • add non-null assertion operator (9fe1a2b)

7.0.0 (2023-07-14)

Bug Fixes

  • set correct layer type name for WMSTIME (a5a4974)

BREAKING CHANGES

  • This renames the public enum from WMSTime to WMSTIME

6.1.0 (2023-07-13)

Features

  • add option to pass page options (dc2dad3)
  • inlcude Page type to findAll responses (de68643)

6.0.1 (2023-07-13)

Bug Fixes

  • pass keep client config param recursively (b9950e4)

6.0.0 (2023-07-06)

Bug Fixes

  • move to array in gerneric type (dc830da)

Features

  • introduce GenericService as abstract base service (7821c87)

BREAKING CHANGES

  • generics in graphql service require single instances now
  • refactor services such that they inherit from GenericService

5.7.0 (2023-07-05)

Features

  • introduce graphQL query to find application by id (575000c)

5.6.2 (2023-06-26)

Bug Fixes

  • fix detection of wms time dimension attributes after switch to fast-xml-parser (b2a4579)

5.6.1 (2023-06-21)

Bug Fixes

5.6.0 (2023-06-19)

Features

  • optionally keep client config (57731de)

5.5.0 (2023-06-02)

Features

  • add searchConfig to layer (29093ef)

5.4.1 (2023-06-02)

Bug Fixes

  • fixes edit form component types (6c0f020)
  • sync edit form component types with backend (aa1912f)

5.4.0 (2023-06-01)

Features

  • add models to specify form configurations (f8c2c92)
  • adds editable flag to layer (484457c)

5.3.2 (2023-05-08)

Bug Fixes

  • only fetch layers with layerId (1f708b4)

5.3.1 (2023-05-03)

Bug Fixes

  • only use tile load function if necessary (e0a998d)

5.3.0 (2023-04-28)

Features

  • add defaultLangauge type to clientconfig (6a8117e)

5.2.0 (2023-04-06)

Features

  • register possibly configured additional crs definitions on client (279fe56)

5.1.0 (2023-01-20)

Features

  • add support for legal information link config (6f6f032)

5.0.0 (2023-01-04)

Features

  • add support for OpenAPI version 3 (1641a53)

BREAKING CHANGES

  • removed SwaggerDocs type and added version argument to getApiDocs()

4.2.1 (2022-12-13)

Bug Fixes

  • sets legend url on source for wmts (8331233)

4.2.0 (2022-12-12)

Bug Fixes

  • sets the legendUrl on layer (6f1743c)

Features

  • set legendUrl for wmts layers (a5d6a79)

4.1.4 (2022-12-08)

Bug Fixes

4.1.3 (2022-12-07)

Bug Fixes

  • remove no-cors mode, otherwise authentication token won't be sent (4989445)

4.1.2 (2022-12-06)

Bug Fixes

  • use no-cors mode when requesting images (3c0e9c8)

4.1.1 (2022-12-01)

Bug Fixes

  • revoke object urls when reloading tiles (a827481)

4.1.0 (2022-11-28)

Features

  • add support for layer type WMSTime (a4a2a72)

4.0.0 (2022-11-21)

Bug Fixes

  • fix typing after ol and ol-util upgrade (21ff5c4)
  • get rid of unnecessary quotes (91a4e86)

chore

BREAKING CHANGES

  • Upgrade to ol v7.x

3.7.0 (2022-10-14)

Bug Fixes

  • make formatName optional (3129608)

Features

  • add downloadConfig to layer (2105f5d)

3.6.0 (2022-09-23)

Features

3.5.0 (2022-09-01)

Bug Fixes

  • apply newly introduced field layerId (132dbd0)
  • set correct type for layerConfig (84514e0)

Features

  • apply application specific layer configurations if set (d4c1df7)

3.4.1 (2022-08-15)

Bug Fixes

  • fix init of proj4 definitions (7b57292)

3.4.0 (2022-08-12)

Features

  • enhance parsing of wmts layers: provide matrixSet name and compute matrix sizes manually (fc8709f)

3.3.0 (2022-08-09)

Bug Fixes

  • provide a default type for the group provider details (f6d3c67)

Features

  • initialize the PermissionService (3e60913)

3.2.2 (2022-08-02)

Bug Fixes

  • set useBearerToken as property of the layer (d2c1033)

3.2.1 (2022-08-01)

Bug Fixes

  • set toolConfig to an array (6fe532a)

3.2.0 (2022-08-01)

Features

3.1.3 (2022-07-08)

Bug Fixes

3.1.2 (2022-07-01)

Bug Fixes

  • allows custom request params (f1bebd0)

3.1.1 (2022-07-01)

Bug Fixes

  • move transparent param to requestParam map (f9d18f8)

3.1.0 (2022-06-30)

Features

  • configurable transparent parameter (66a97d8)

3.0.0 (2022-06-28)

Bug Fixes

Features

  • add test for getLayerIds method (309f38f)
  • request application layers in bundle (715caad)
  • return data from response (8c02fe2)

BREAKING CHANGES

  • Methods parseNodes and parseFolder are expecting a mandatory array of layer entities as second argument
  • Changes return value of sendQuery method from Promise<GraphQlResponse<T>> to Promise<[key: string]: T[]>

2.0.0 (2022-06-24)

Bug Fixes

  • set KeycloakGroupRepresentation as default type argument (ddd07dd)

Styles

  • rename ShogunApplicationUtil to SHOGunApplicationUtil (d3ece9c)
  • rename SHOGunClient to SHOGunAPIClient and cache services after first creation (6fb1b0b)

BREAKING CHANGES

  • Renames ShogunApplicationUtil to SHOGunApplicationUtil
  • Renames the SHOGunClient to SHOGunAPIClient

1.2.1 (2022-06-22)

Bug Fixes

  • delete operation do not return any content (9d2edf1)

1.2.0 (2022-06-22)

Bug Fixes

  • remove obsolute window namespace (ff0726b)

Features

  • add getBearerTokenHeader util (0930303)
  • Add OpenAPIService (f7b6e5f)
  • applies the keycloak access token to each request (1fba0a7)
  • send bearer token for WMS Image, ImageTile and WFS (same-origin) requests (c534377)

1.1.0 (2022-06-20)

Bug Fixes

Features

  • Add CacheService (208de8f)
  • Add DefaultApplicationTheme and make description optional (893bdd3)
  • Add GroupService and update User model to match current state of SHOGun, it accepts the authentication provider details as generic type now (0fd7a21)
  • add services for File and ImageFile models (b7417c4)
  • add support for WFS layers in parser (720b38b)

1.0.1 (2022-05-02)

Bug Fixes