Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 13:57
· 4 commits to main since this release
dcc1576

Major Changes

  • Use svg props as context instead of separate props/style (by
    @adambrgmn in
    #27)

    Previously we separated svg props and svg styles in the context. But that is
    no longer supported. Instead context is formatted as standard svg props.
    Regular props, e.g. aria-hidden etc. are applied directly on the context.
    Styles go under context.styles.

Patch Changes