Skip to content

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:55
· 27 commits to main since this release

Minor Changes

  • f788452: Add stylesheet related util

    Exports css, tagged, sheet, sheets helpers to ease the usage of css.
    Additionally the styleSheets param accepts string and converts it CSSStyleSheet via a call to sheets.

  • 1a3a87e: Improve the type definition of useState and useProperty adding better support for initial values
    and return better defined state updaters.