preact v10.0.0-rc.3 Release Notes

Release Date: 2019-09-10 // over 4 years ago
  • ๐Ÿš€ So uhm... just yesterday we've published RC2 and we've mentioned that it would be likely the last RC before going final. Turns out that fate had other plans. One seemingly minor change to our jsx constructor function lead to pretty weird and nasty bug depending on whether the code was run in use strict mode or not. @jviide wrote up a great summary on how this issue came to be.

    ๐Ÿ› Bug Fixes

    Typings

    • ๐Ÿ›  Fix PureComponent not passing generic types along (#1920, thanks @amelekhin)