Skip to content

v0.4.0

Compare
Choose a tag to compare
@carloskiki carloskiki released this 02 Aug 12:56
· 13 commits to main since this release

Added

Feature flags are back! They now control the inclusion of icon libraries at the library-level. By default all libraries are included, but one may set default-features = false and e.g., features = ["ant-design-icons", "box-icons", "github-octicons"]. Using this granularity should alleviate the workload for rust-analyzer. This is not a breaking change, since all libraries are included by default!

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0