Merged
Conversation
Deploying react-science with
|
| Latest commit: |
8a12dc2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6e1c4d09.react-science.pages.dev |
| Branch Preview URL: | https://release-please--branches--ma.react-science.pages.dev |
a03186c to
87db729
Compare
87db729 to
d029c06
Compare
6c5337a to
03a4e07
Compare
0184561 to
b5e621e
Compare
b5e621e to
fb6c33c
Compare
fb6c33c to
fd65e1b
Compare
fd65e1b to
700311e
Compare
700311e to
8a12dc2
Compare
targos
approved these changes
Feb 21, 2025
Contributor
Author
|
🤖 Created releases:
|
This file contains hidden or 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
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.
🤖 I have created a release beep boop
13.0.0 (2025-02-20)
⚠ BREAKING CHANGES
onToggleprop has been renamed toonOpenChangeand receives true when the split pane opens (previously received false). Contrary to the previous onToggle, onOpenChange is called in any circumstance when the split pane state changes, for example also when it automatically closes after it reaches thecloseThresholdsize. The original behavior of theclosedandsizeprops has changed. Their behavior were a mix of a control value prop and default value prop for internally managed state. There is now a clear separation between control props (openandsize) and default value propsdefaultOpenanddefaultSize. For example for the open state you should either:opento control if the SplitPane is open or not, andonOpenChangeto react to changes. UsingdefaultOpenwill have no effect.defaultOpento set the initial value (only affects first render), with state changes being handled internally by the component.If you used
closedwith a number, use the newcloseThresholdprop instead.Features
Bug Fixes
yesorno(#850) (dd3cb39)This PR was generated with Release Please. See documentation.