@gisatcz/deckgl-geolib 1.11.2-dev.0 → 1.11.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,79 @@
1
+ # v1.11.2 (Wed Nov 13 2024)
2
+
3
+ #### 🐾 Patch
4
+
5
+
6
+ #### Authors: 1
7
+
8
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
9
+
10
+ ---
11
+
12
+ # v1.11.1 (Wed Nov 13 2024)
13
+
14
+ #### 🐾 Patch
15
+
16
+
17
+ #### Authors: 2
18
+
19
+ - Mariana Kecová ([@MariDani](https://github.com/MariDani))
20
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
21
+
22
+ ---
23
+
24
+ # v1.11.0 (Wed Nov 13 2024)
25
+
26
+ #### 🚀 Enhancement
27
+
28
+ - Fix NaN values [#47](https://github.com/gisat-panther/deck.gl-geotiff/pull/47) ([@MariDani](https://github.com/MariDani))
29
+ - update blurred texture syntax [#46](https://github.com/gisat-panther/deck.gl-geotiff/pull/46) ([@MariDani](https://github.com/MariDani))
30
+
31
+ #### 🐾 Patch
32
+
33
+ - Feature/update readme [#58](https://github.com/gisat-panther/deck.gl-geotiff/pull/58) ([@MariDani](https://github.com/MariDani) [@vdubr](https://github.com/vdubr))
34
+ - Feature/refactor cog bitmap layer [#57](https://github.com/gisat-panther/deck.gl-geotiff/pull/57) ([@vdubr](https://github.com/vdubr))
35
+ - Feature/refactor cog bitmap layer [#56](https://github.com/gisat-panther/deck.gl-geotiff/pull/56) ([@vdubr](https://github.com/vdubr))
36
+ - Fix performance, updateTriggers [#55](https://github.com/gisat-panther/deck.gl-geotiff/pull/55) ([@vdubr](https://github.com/vdubr))
37
+ - Fix access to local variables [#54](https://github.com/gisat-panther/deck.gl-geotiff/pull/54) ([@vdubr](https://github.com/vdubr))
38
+ - Fix blurredTexture [#52](https://github.com/gisat-panther/deck.gl-geotiff/pull/52) ([@vdubr](https://github.com/vdubr))
39
+ - Add test code to the examples that layer opacity is reactive [#51](https://github.com/gisat-panther/deck.gl-geotiff/pull/51) ([@vdubr](https://github.com/vdubr))
40
+ - Make opacity props reactive [#50](https://github.com/gisat-panther/deck.gl-geotiff/pull/50) ([@vdubr](https://github.com/vdubr))
41
+ - Fix/cog bitmap layer position [#49](https://github.com/gisat-panther/deck.gl-geotiff/pull/49) ([@MariDani](https://github.com/MariDani) [@vdubr](https://github.com/vdubr))
42
+ - Feature/refactor cog bitmap layer [#48](https://github.com/gisat-panther/deck.gl-geotiff/pull/48) ([@MariDani](https://github.com/MariDani) [@vdubr](https://github.com/vdubr))
43
+ - Fix lint command [#45](https://github.com/gisat-panther/deck.gl-geotiff/pull/45) ([@vdubr](https://github.com/vdubr))
44
+
45
+ #### Authors: 3
46
+
47
+ - [@eorlitova](https://github.com/eorlitova)
48
+ - Mariana Kecová ([@MariDani](https://github.com/MariDani))
49
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
50
+
51
+ ---
52
+
53
+ # v1.10.1 (Wed Apr 10 2024)
54
+
55
+ #### ⚠️ Pushed to `master`
56
+
57
+ - Merge commit '85fae06e06afa2bc9f0069163e7f51918d93e669' ([@vdubr](https://github.com/vdubr))
58
+ - Fix deck update ([@vdubr](https://github.com/vdubr))
59
+
60
+ #### Authors: 1
61
+
62
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
63
+
64
+ ---
65
+
66
+ # v1.10.0 (Wed Apr 03 2024)
67
+
68
+ #### 🚀 Enhancement
69
+
70
+
71
+ #### Authors: 1
72
+
73
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
74
+
75
+ ---
76
+
1
77
  # v1.9.2 (Wed Mar 06 2024)
2
78
 
3
79
  #### 🐾 Patch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisatcz/deckgl-geolib",
3
- "version": "1.11.2-dev.0",
3
+ "version": "1.11.2",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",