fix(deps): update dependency playroom to ^0.43.1 #190
+22
−22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.40.0
->^0.43.1
Release Notes
seek-oss/playroom (playroom)
v0.43.1
Compare Source
Patch Changes
059e9c7
Thanks @askoufis! - CLI: Only require modules that are relevant to the CLI command being executedv0.43.0
Compare Source
Minor Changes
#402
6f30915
Thanks @felixhabib! - Add 'Fit to window' frame width optionIntroduces a width option that dynamically sizes to use the maximum available frame space. This option will be available in addition to the existing supplied or default widths.
Patch Changes
6f30915
Thanks @felixhabib! - Fix styling issue, ensuring frame names and shadows show at a dimmed opacity except on hoverv0.42.0
Compare Source
Minor Changes
#397
15a44bb
Thanks @askoufis! - Replacefast-glob
dependency with [tinyglobby
][tinyglobby], removing 6 transitive dependenciesBREAKING CHANGE:
While
tinyglobby
aims to mimicfast-glob
's behaviour, not all behavior is guaranteed to be the same. ThetypescriptFiles
property in your playroom config is the only property that is affected by this change. Please ensure any custom globs are functioning as expected.#392
dc14423
Thanks @askoufis! - Enable embedded CSS formatting on saveCSS authored inside
style
tags with ajsx
attribute will now be formatted as CSS. This takes advantage of prettier's embedded language formatting capabilities.For example:
v0.41.0
Compare Source
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.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.