Skip to content

Commit cdd104f

Browse files
jump version
1 parent d8262ab commit cdd104f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: leaflet.multiopacity
22
Type: Package
33
Title: Leaflet Multiple Opacity Controls for R
4-
Version: 0.1.0
4+
Version: 0.1.1
55
Authors@R: c(
66
person(
77
given = "Vinícius",

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# leaflet.multiopacity 0.1.1
2+
3+
* Fix a bug with control icon when collapsed is TRUE.
4+
* Implement a new argument to set control size when collapsed is enabled.
5+
16
# leaflet.multiopacity 0.1.0
27

38
* Initial release of `leaflet.multiopacity`.

R/multiopacity.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#' If FALSE (the default), the opacity control will always appear
2222
#' in its expanded state. Set to TRUE to have the opacity control
2323
#' rendered as an icon that expands when hovered over.
24+
#' @param size
25+
#' Collapsed control size: "m" (medium) or "s" (small).
2426
#' @param position
2527
#' Position of control: "topleft", "topright", "bottomleft", or "bottomright".
2628
#' @param title
@@ -29,8 +31,6 @@
2931
#' When this argument is TRUE, the controls will only appear when a new
3032
#' layer is added and rendered in the map. This can be useful if you plan
3133
#' to use 'leafletProxy()' and need the controls to be dinamically updated.
32-
#' @param size
33-
#' Control size: "m" (medium) or "s" (small).
3434
#'
3535
#' @examples
3636
#' # Load libraries

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
## leaflet.multiopacity <a href='http://meantrix.com'><img src='man/figures/logo.png' align="right" height="139" /></a>
22

3-
<!--
4-
# leaflet.multiopacity
5-
<a href='http://meantrix.com'><img src='man/figures/header.png'/>
6-
-->
7-
83
<!-- badges: start -->
9-
[![version](https://img.shields.io/badge/version-0.1.0-blue.svg)](https://semver.org)
4+
[![version](https://img.shields.io/badge/version-0.1.1-blue.svg)](https://semver.org)
105
[![CRAN status](https://www.r-pkg.org/badges/version/leaflet.multiopacity)](https://CRAN.R-project.org/package=leaflet.multiopacity)
116
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
127
[![Codecov test coverage](https://codecov.io/gh/meantrix/leaflet.multiopacity/branch/main/graph/badge.svg)](https://codecov.io/gh/meantrix/leaflet.multiopacity?branch=main)

0 commit comments

Comments
 (0)