Skip to content

React 18 Support

Compare
Choose a tag to compare
@janebitovi janebitovi released this 09 Sep 16:29
· 95 commits to main since this release

Summary since 1.5.0 (10/16/2020) up to and including 1.7.2 (08/03/2022)

Features:

  • convert camelCase props into dashed-attributes and add option to convert dashed-attributes to camelCase react props #17
  • React 18 support
  • improved documentation

Bug Fixes:

  • Shadow only attached when mode is open
  • unmount react component on disconnect #19

Other:

  • Add MIT license file #4
  • more robust CI and testing