Releases: davidruvolo51/rheroicons
Releases · davidruvolo51/rheroicons
v1.0.0
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.
v0.4.0
- Upgraded to heroicons v1.0.6
- Fixed failing CRAN tests: improved error handling in the function
rheroicon
.
v0.3.2
- Upgraded to Heroicons
v1.0
v0.3.1
Merge pull request #24 from davidruvolo51/dev added update notes (#22)
v0.3.0
Submission
v0.2.4
Merge pull request #19 from davidruvolo51/dev Updated to latest version of heroicons
v0.2.3
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""
. - Reinit pkgbump configuration file
v0.2.2
Upgraded to parcel v2 and introduced find_icon
function
v0.2.1
Fixes to rheroicons gallery 🖼️
v0.2.0
Restructured package internals. Icons are now stored as SVG strings in an internal dataset.