This release has number of breaking changes as the Heroicons v2 introduced a new version of the icon library where many icons were renamed. Please see the Heroicons v2.0.0 release notes for more information.
v2.0.12
released on 25 October 2022. v2.0.0
was released on 23 August 2022 which introduced a number of new icons and a new icon style mini
. Since then, several patches were released. At the time of publication, v2.0.12
was the latest version.type
in the rheroicon
function now accepts mini
.mini
icons. Changes to the layout and styling were also made. In addtion, Webpack was removed from the build process and replaced by Vite.<name>$icons$<style>
. The converter was rewritten in python and the structure was changed to <name>$<style>
. As a result, all functions were updated to align with the new structure.v1.0.6
(released on 02 March 2022) that includes new icons and updates to existing ones.rheroicon
. Missing values or incorrect values throw a warning message rather than stopping the application. This allows the application to continue to run while you test different icons.v1.0
(released on 29 March 2021). This brings fixes to several icons.This is a minor package update.
launch_gallery
docs (missing \value
)launch_gallery
example so that it uses if (interactive())
cli
package as a dependencyfind_icon
dev
and prod
environments using the dev-app
This is a minor package update. The main issue was the handling of error messages via the cli
package. These changes are listed below.
rheroicon
function. It now uses {.val {value}}pkgbump
configuration filev2.0
find_icon
functionrheroicon
. Select an icon using the argument name
. Icons can be found in the gallery via launch_gallery()
function. Use the argument type
to return define the icon style as outline
or solid
. Icons can be further customized by passing additional CSS classes using the classnames
argument.R/launch_gallery.R
. Static assets are still located in inst/rheroicons-demo
.v0.4.0
outline
and solid
icon lists to icons
. Rendering icon style is now done using the type
argument. By default, type = "outline"
.tests/testthat/
)yarn clean
and rewrote it in dev/dev.R
as R codeNEWS.md
file to track changes to the package.dev
. Convert Icons using dev/dev.R