Skip to content

Commit e5eb78d

Browse files
committed
bump dev version 0.2.2.9000
1 parent 23eb199 commit e5eb78d

3 files changed

Lines changed: 42 additions & 21 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: leafgl
22
Title: High-Performance 'WebGl' Rendering for Package 'leaflet'
3-
Version: 0.2.2
3+
Version: 0.2.2.9000
44
Authors@R:
55
c(person(given = "Tim",
66
family = "Appelhans",

NEWS

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,42 @@
1-
leafgl development-version
1+
leafgl 0.2.2.9000 (2026-04-14)
22

3-
* Added some @details for Shiny click and mouseover events and their corresponding input. #77
4-
* Use `@inheritParams leaflet::**` for identical function arguments
3+
features and improvements
4+
5+
bug fixes
6+
7+
documentation etc
8+
9+
miscellaneous
10+
11+
12+
leafgl dev-version
13+
14+
- Added some @details for Shiny click and mouseover events and their corresponding input. #77
15+
- Use @inheritParams leaflet::** for identical function arguments
16+
- unified / simplified the dependency functions/calls
517

618
miscellaneous
719

8-
* update upstream javascript dependency to 3.3.1. #49
9-
Note: If you previously used the workaround `L.glify.Shapes.instances.splice(0, 1)`, please remove it with this new version.
10-
* unified / simplified the dependency functions/calls
20+
- update upstream javascript dependency to 3.3.0. #49
21+
If you previously used the workaround L.glify.Shapes.instances.splice(0, 1), please remove it with this new version.
1122

1223

1324
leafgl 0.2.2 (2024-11-13)
1425

15-
* Switched from `jsonify` and `geojsonsf` to `yyjsonr`
16-
* New method *clearGlGroup* removes a group from leaflet and the Leaflet.Glify instances.
17-
* The JavaScript methods of the `removeGl**` functions was rewritten to correctly remove an element identified by `layerId`
18-
* `clearGlLayers` now correctly removes all Leaflet.Glify instances
19-
* When showing/hiding Leaflet.Glify layers, they are set to active = TRUE/FALSE to make mouseevents work again. #48 #50
26+
- Switched from jsonify and geojsonsf to yyjsonr
27+
- New method clearGlGroup removes a group from leaflet and the Leaflet.Glify instances.
28+
- The JavaScript methods of the removeGl** functions was rewritten to correctly remove an element identified by layerId
29+
- clearGlLayers now correctly removes all Leaflet.Glify instances
30+
- When showing/hiding Leaflet.Glify layers, they are set to active = TRUE/FALSE to make mouseevents work again. #48 #50
2031

2132
bug fixes
2233

23-
* Increase precision of points, lines and shapes by translating them closer to the Pixel Origin. Thanks @RayLarone #93
24-
* src version now works also in shiny. #71
25-
* added `popupOptions` and `labelOptions`. #83
26-
* added `stroke` (default=TRUE) in `addGlPolygons` and `addGlPolygonsSrc` for drawing borders. #3 #68
27-
* Labels work similar to `leaflet`. `leafgl` accepts a single string, a vector of strings or a formula. #78
28-
* The `...` arguments are now passed to all methods in the underlying library. This allows us to set
29-
additional arguments like `fragmentShaderSource`, `sensitivity` or `sensitivityHover`. #81
34+
- Increase precision of points, lines and shapes by translating them closer to the Pixel Origin. Thanks @RayLarone #93
35+
- src version now works also in shiny. #71
36+
- added popupOptions and labelOptions. #83
37+
- added stroke (default=TRUE) in addGlPolygons and addGlPolygonsSrc for drawing borders. #3 #68
38+
- Labels work similar to leaflet. leafgl accepts a single string, a vector of strings or a formula. #78
39+
- The ... arguments are now passed to all methods in the underlying library. This allows us to set additional arguments like fragmentShaderSource, sensitivity or sensitivityHover. #81
3040

3141
documentation etc
3242

@@ -40,7 +50,7 @@ leafgl 0.2.1
4050

4151
new features:
4252

43-
* all methods can now have labels/tooltips. Currently only lines and polygons support passing of a column name, points need a predefined label vector.
53+
- all methods can now have labels/tooltips. Currently only lines and polygons support passing of a column name, points need a predefined label vector.
4454

4555
miscallaneous:
4656

@@ -50,7 +60,7 @@ leafgl 0.2.0
5060

5161
miscallaneous:
5262

53-
* update upstream javascript dependency to 3.2.0
63+
- update upstream javascript dependency to 3.2.0
5464

5565
leafgl 0.1.2
5666

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# leafgl 0.2.2.9000 (2026-04-14)
2+
3+
#### ✨ features and improvements
4+
5+
#### 🐛 bug fixes
6+
7+
#### 💬 documentation etc
8+
9+
#### 🍬 miscellaneous
10+
11+
112
# leafgl dev-version
213

314
- Added some @details for Shiny click and mouseover events and their corresponding input. [#77](https://github.com/r-spatial/leafgl/issues/77)

0 commit comments

Comments
 (0)