-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency playroom to v0.40.0 #694
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/playroom-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50c33a8
to
7d344a7
Compare
7d344a7
to
54c3a13
Compare
54c3a13
to
e9f78fc
Compare
e9f78fc
to
7055a24
Compare
7055a24
to
aaa84ce
Compare
aaa84ce
to
2832110
Compare
2832110
to
b4641b5
Compare
b4641b5
to
2f7e879
Compare
2f7e879
to
37b264f
Compare
37b264f
to
6d529d6
Compare
6d529d6
to
86e0084
Compare
86e0084
to
ddfacbc
Compare
ddfacbc
to
790f335
Compare
790f335
to
ebf1979
Compare
ebf1979
to
00bb659
Compare
00bb659
to
4522167
Compare
4522167
to
dead6a0
Compare
dead6a0
to
04481e1
Compare
04481e1
to
b50a91f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.25.0
->0.40.0
Release Notes
seek-oss/playroom (playroom)
v0.40.0
Compare Source
Minor Changes
b8f89d2
: Set default colour scheme to 'system'.16ec1e7
: Updatereact
andreact-dom
peer dependency ranges to include^19
857feab
: Remove keybinding for copying Playroom link to clipboard.fab7863
: Drop support for browser versions that do not support theIntersectionObserver
APIPlayroom no longer provides a polyfill for [
IntersectionObserver
][IntersectionObserver].Patch Changes
4412ef1
: Ensure favicon is displayed on Preview links.6095dc4
: Replacepolished
dependency with CSS relative color syntax andcolor-mix
16ec1e7
: Removereact-use
dependency67006f0
: Fix bug in "Wrap selection in tag" command that caused the start cursor to sometimes be in the wrong position when selecting an empty line.fb14616
: Restrictplayroom
's Vanilla Extract plugin to only process playroom's.css.ts
files719c957
: Removelodash
dependencyv0.39.1
Compare Source
Patch Changes
dbf3310
: Updatere-resizable
dependency.Fix issue where resizable handles were stacked below the editor panel and could not be selected.
v0.39.0
Compare Source
Minor Changes
d902e17
: Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value.This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window.
7aaa6d0
: Save the state of the editor visibility to the Playroom URL.This allows you to share a Playroom link with the editor either open or closed on load.
ee73b75
: Update snippets behaviour to instantly navigate and scroll to the currently selected snippet.This eliminates sluggish feeling caused by smooth scroll.
Patch Changes
c5d5808
: Fixes a bug that was causing erroneous snippet previews and broken preview updates when moving the cursor in the snippets panel while the snippets panel was closing.v0.38.1
Compare Source
Patch Changes
a62002d
: Applytitle
from url on page loadPreviously the document
title
would only update when the frames panel is open.The title is now correctly reflected from the url on page load.
cf0fa9e
: start: Disable webpack error overlayPrevent the default webpack dev server error overlay from blocking the preview frames in
start
mode.Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually.
v0.38.0
Compare Source
Minor Changes
7df36e3
: Improve frame filtering UX.384810e
: Use CSS gap and grid for layout spacing in Playroom UI.Patch Changes
a0724d2
: Fixes a bug in the side panel exit animation that was causing the contents to vanish abruptly934a017
: Exclude irrelevant files from published package92a0039
: Fix Playroom UI icon centering422a259
: Removedata-testid
attributes from UI elementsv0.37.1
Compare Source
Patch Changes
2b6d5c5
: Update lz-string to 1.5.0, and removed unnecessary @types/lz-stringv0.37.0
Compare Source
Minor Changes
94c75f8
: Add "Find", "Find and replace", and "Jump to line" functionality.Keybindings for these new commands are:
Cmd + F
/Ctrl + F
- FindCmd + Option + F
/Ctrl + Alt + F
- Find and replaceCmd + G
/Ctrl + G
- Jump to linePatch Changes
71f694a
: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.v0.36.0
Compare Source
Minor Changes
c3f0373
: Drop support for Node versions <18.12.090edcc8
: Add keybinding for copying Playroom link to clipboard with ⌘ + ⇧ + C (or, on Windows, Ctrl + Shift + C).c99cc30
: Add keybinding to toggle comment syntax for the current selection.Pressing Cmd + / (or, on Windows, Ctrl + /) will toggle comment syntax for the currently selected text.
If no text is selected, the line the cursor is on will toggle comment syntax.
Patch Changes
dd95719
: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability.cad1ded
: Remove dependency oncurrent-git-branch
package0215bb4
: Replacequery-string
dependency withURLSearchParams
6ad5895
: Update shortcut format for Windows users for consistency with standard styling.cb3c427
: In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together.b1766c2
: Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability.Now, all settings that affect the current playroom tab live in the Frame Panel.
Settings affecting all playroom tabs live in the Settings Panel.
41e8cfa
: Fix an issue where new Playroom tabs without a set title would load a recently used title.134c5a4
: Upgradewebpack-dev-server
to v5c3f0373
: Update dependenciesf88a4e6
: Fix async import of playroom config on Windowsv0.35.0
Compare Source
Minor Changes
ad60e01
: Add support for specifying default subsets of themes and screen widths via the config.Example usage
f45dd04
: Add ability to customise tab titles via a "Title" section in the settings panel.Patch Changes
f491105
: Fix bug in "Wrap selection in tag" command that caused the start cursor to occasionally be placed in the wrong postion.v0.34.2
Compare Source
Patch Changes
88bd204
: Fixplayroom build
by making favicon path relative to webpack configv0.34.1
Compare Source
Patch Changes
e3b820b
: Add favicon to Playroom site.4fb69cb
: Improve affordance of error marker detailv0.34.0
Compare Source
Minor Changes
1c8ae6b
: Use smaller React pragmas to reduce the payload sent to iframesc4b639c
: Replace@babel/standalone
withsucrase
for JSX compilationPatch Changes
1c8ae6b
: Highlight the correct error location when code has syntax errorsv0.33.0
Compare Source
Minor Changes
2d3571b
: Add support for loading mjs config filesConsumers should now be able to write their configuration files using ES modules. By default Playroom will look for
playroom.config.js
with either a.js
,.mjs
or.cjs
file extension.v0.32.1
Compare Source
Patch Changes
a044864
: Allow overriding Webpack module rulesConsumers may have complex Webpack configurations that can clash with Playroom's.
In this case, it's useful to be able to override the module rules that Playroom defines.
For example, overriding loaders defined for CSS files:
v0.32.0
Compare Source
Minor Changes
720d542
: Drop support for React 16. Consumers are encouraged to upgrade to React 17+, which is a drop-in replacement.720d542
: Support TypeScript 5.0+v0.31.0
Compare Source
Minor Changes
8ce01ff
: Add keyboard shortcuts legend to the settings panel, to help with discoverability.8ce01ff
: Adds keybinding for wrapping the current selection in a tag.Pressing Cmd+Shift+, (or, on Windows, Ctrl+Shift+,) will wrap the currently selected text in an empty fragment that is ready to be typed in.
Works for single cursors (doesn't wrap anything), single line selections, multi-line selections, and multiple cursors.
v0.30.0
Compare Source
Minor Changes
b247e88
: Adds multi-cursor support.The keyboard shortcuts added in the previous version (swap/duplicate line up/down) now support multiple cursors being on screen.
"Select next occurrence" and "add cursor up/down" have also been implemented.
v0.29.0
Compare Source
Minor Changes
9fc8c0d
: Adds VSCode-style keybindings for move line up/down and copy line up/down.Works for selections as well as single lines.
See the VSCode keyboard shortcut reference for details (Mac/Windows).
v0.28.2
Compare Source
Patch Changes
8030325
: Update all dependencies8030325
: Fix error message on gutter marker tooltipPlayroom wraps the code in a Fragment to compile it and then removes it from the error message displayed as a tooltip on the gutter marker if it fails to compile.
The logic has been improved to remove the first occurence of an opening
<React.Fragment>
and the last occurence of</React.Fragment>
.Errors should no longer incorrectly have a stray closing fragment:
cbcf1cf
: Update dependencies (and move to pnpm internally)v0.28.1
Compare Source
Bug Fixes
v0.28.0
Compare Source
Features
v0.27.9
Compare Source
Bug Fixes
Access-Control-Allow-Origin
header to dev server (#252) (a7e478d)v0.27.8
Compare Source
Bug Fixes
v0.27.7
Compare Source
Bug Fixes
v0.27.6
Compare Source
Bug Fixes
v0.27.5
Compare Source
Bug Fixes
v0.27.4
Compare Source
Bug Fixes
v0.27.3
Compare Source
Bug Fixes
v0.27.2
Compare Source
Bug Fixes
v0.27.1
Compare Source
Bug Fixes
v0.27.0
Compare Source
Features
Release notes
Update
react-docgen-typescript
and add support for customising the parser config by specifyingreactDocgenTypescriptConfig
in yourplayroom.config.js
.Full change list:
react-docgen-typescript
to^2.1.0
typescript
to^4.3.2
className
, onlychildren
. Although you can now customise the thepropFilter
as per example abovenoErrorTruncation
on top of users tsconfig to ensure prop values are not truncatedv0.26.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.