Skip to content

3.8.1

Compare
Choose a tag to compare
@developit developit released this 16 Aug 01:22
· 476 commits to main since this release
  • Revert an unintentionally breaking change from 3.8.0 where undefined vnodes throw an exception. Expect this behavior in the future, but for now they will once again render as <undefined>. (#59 / #61, thanks @billneff79)
  • Fix defaultProps to work the same way it does in Preact on the client (#60, thanks @ftes)
  • Ensure type definition is included in the npm package (#51, thanks @pspeter3)