Minor Changes
-
#396
3ceb0af
Thanks @askoufis! - Drop support for React 17BREAKING CHANGE: React 17 is no longer supported. Playroom now requires React 18 or later.
Patch Changes
-
#396
3ceb0af
Thanks @askoufis! - Loosen@types/react
and@types/react-dom
dependencies to include^18.0.0
-
#393
199c1e0
Thanks @askoufis! - Use the URL hash for passing params to each playroom iframe even whenparamType: 'search'
is configuredThis change prevents a full React re-render from occurring whenever code is changed in a playroom in projects that configure
paramType: 'search'
, resulting in a much smoother prototyping experience.