- Update Dioxus dependency to 0.4.0. Based on GH #4 from @atty303.
- Update to heroicons v2.0.13. Note that this is a major version bump for the heroicons, and many icons in previous releases no longer exist. See https://github.com/tailwindlabs/heroicons/releases/tag/v2.0.0 for more details. GH #3. Implemented by James Parker.
- Fix handling of attributes to be compatible with all versions of Dioxus. GH #2. Fixed by Jon Kelley.
- Regenerated icons code with the latest heroicons release, v1.0.6. This release has a few changes to the solid icons compared to the previous release of dioxus-heroicons.
- Update Dioxus dependency to 0.2.0.
- The
Icon
component was entirely ignoring itsfill
property and always using"currentColor"
when it was not disabled.
- Initial release upon an unsuspecting world.