Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@davidruvolo51 davidruvolo51 released this 30 Oct 13:49

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.