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.
- Upgraded to Heroicons
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 stylemini
. Since then, several patches were released. At the time of publication,v2.0.12
was the latest version. - The attribute
type
in therheroicon
function now acceptsmini
. - Icon gallery now included option to select
mini
icons. Changes to the layout and styling were also made. In addtion, Webpack was removed from the build process and replaced by Vite. - Structure of the internal dataset has changed. Before, icons were structured by
<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.
- Upgraded to Heroicons
v1.0.6
(released on 02 March 2022) that includes new icons and updates to existing ones. - Improved error handling in the function
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.
- Upgraded to Heroicons
v1.0
(released on 29 March 2021). This brings fixes to several icons.
This is a minor package update.
- fixed package descriptions (description, single quotes throughout)
- fixed
launch_gallery
docs (missing\value
) - fixed
launch_gallery
example so that it usesif (interactive())
- Prepared package for CRAN submission
- Removed
cli
package as a dependency - Added tests for
find_icon
- Revised documentation
- Upgraded to latest version of Heroicons (v0.4.2)
This is a minor package update. The main issue was the handling of error messages via the cli
package. These changes are listed below.
- Updated error message for
rheroicon
function. It now uses {.val {value}} - Removed error message for find_icons as the default query is "".
- Reset
pkgbump
configuration file
- The development side of this package now uses Webpack!
- Tested assets in
dev
andprod
environments using thedev-app
- Rebuilt assets
- Updated R package configuration and ignore files
- Updated to parcel
v2.0
- Introduced
find_icon
function
- Restructured static assets for the rheroicons gallery and fixed resource path
- New package structure! Icons are now generated using the function
rheroicon
. Select an icon using the argumentname
. Icons can be found in the gallery vialaunch_gallery()
function. Use the argumenttype
to return define the icon style asoutline
orsolid
. Icons can be further customized by passing additional CSS classes using theclassnames
argument. - Restructured rheroicons gallery as icons are available using an internal dataset. The gallery's client, server, and modules are now located in
R/launch_gallery.R
. Static assets are still located ininst/rheroicons-demo
. - Rewrote unit tests
- Updated to Heroicons
v0.4.0
- Redesigned icon gallery
- Restructured
outline
andsolid
icon lists toicons
. Rendering icon style is now done using thetype
argument. By default,type = "outline"
. - Updated gallery to reflect changes with icon styles
- Added unit testing (see
tests/testthat/
) - Added CI tests
- removed
yarn clean
and rewrote it indev/dev.R
as R code
- Added a
NEWS.md
file to track changes to the package. - Added Package management directory
dev
. Convert Icons usingdev/dev.R