@masterportal/masterportalapi 2.14.0 → 2.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,9 +3,22 @@
3
3
 
4
4
  The [Semantic Versioning](https://semver.org/spec/v2.0.0.html) is used.
5
5
 
6
+ ## 2.15.1 - 2023-03-09
7
+ ### Fixed
8
+ - The `labelField` attribute is now evaluated correctly for a text style.
9
+ - The styling for clustered features works now.
10
+
11
+ ---
12
+
13
+ ## 2.15.0 - 2023-02-28
14
+ ### Added
15
+ - WebGL Render-Pipeline for all VectorLayer types can be called using {"renderer": "webgl"} in config.json
16
+
17
+ ---
18
+
6
19
  ## 2.14.0 - 2023-02-22
7
20
  ### Added
8
- - VectorStyle is now part of the masterportalApi.
21
+ - VectorStyle is now part of the masterportalAPI.
9
22
  - The following packages have been installed:
10
23
  - use-resize-observer: 9.1.0
11
24