- 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.