Skip to content

Releases: davidruvolo51/rheroicons

v1.0.0

30 Oct 13:49
Compare
Choose a tag to compare

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 style mini. Since then, several patches were released. At the time of publication, v2.0.12 was the latest version.
  • The attribute type in the rheroicon function now accepts mini.
  • 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

16 Jul 19:18
cfc5257
Compare
Choose a tag to compare
  • Upgraded to heroicons v1.0.6
  • Fixed failing CRAN tests: improved error handling in the function rheroicon.

v0.3.2

06 Apr 21:01
d81ddcb
Compare
Choose a tag to compare
  • Upgraded to Heroicons v1.0

v0.3.1

13 Feb 15:46
4305aa1
Compare
Choose a tag to compare
Merge pull request #24 from davidruvolo51/dev

added update notes (#22)

v0.3.0

13 Feb 11:50
b795c76
Compare
Choose a tag to compare

Submission

v0.2.4

16 Jan 14:57
4550067
Compare
Choose a tag to compare
Merge pull request #19 from davidruvolo51/dev

Updated to latest version of heroicons

v0.2.3

10 Oct 07:59
eabe4cf
Compare
Choose a tag to compare

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

21 Sep 17:26
2e99e13
Compare
Choose a tag to compare

Upgraded to parcel v2 and introduced find_icon function

v0.2.1

10 Sep 15:39
d8e064e
Compare
Choose a tag to compare

Fixes to rheroicons gallery 🖼️

v0.2.0

06 Sep 17:06
5a83829
Compare
Choose a tag to compare

Restructured package internals. Icons are now stored as SVG strings in an internal dataset.