Minor Changes
-
#396
3ceb0afThanks @askoufis! - Drop support for React 17BREAKING CHANGE: React 17 is no longer supported. Playroom now requires React 18 or later.
Patch Changes
-
#396
3ceb0afThanks @askoufis! - Loosen@types/reactand@types/react-domdependencies to include^18.0.0 -
#393
199c1e0Thanks @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.