Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 16:36
· 12 commits to main since this release

4.0.0 (2024-01-09)

Performance Improvements

  • hooks: change hook options and improve hook logic (91a9e18)

BREAKING CHANGES

  • hooks: The { displayLog?: boolean } option has been removed.
    The parameter is passed in a variable instead of the object
    useWindow hook fixed when there is no valid window name.
    useGameEventProvider hook is changed to improve performance.