Skip to content

chore(main): release 13.0.0#820

Merged
targos merged 1 commit intomainfrom
release-please--branches--main--components--react-science
Feb 21, 2025
Merged

chore(main): release 13.0.0#820
targos merged 1 commit intomainfrom
release-please--branches--main--components--react-science

Conversation

@zakodium-bot
Copy link
Contributor

@zakodium-bot zakodium-bot commented Dec 13, 2024

🤖 I have created a release beep boop

13.0.0 (2025-02-20)

⚠ BREAKING CHANGES

  • SplitPane: The onToggle prop has been renamed to onOpenChange and 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 the closeThreshold size. The original behavior of the closed and size props 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 (open and size) and default value props defaultOpen and defaultSize. For example for the open state you should either:
    • Use open to control if the SplitPane is open or not, and onOpenChange to react to changes. Using defaultOpen will have no effect.
    • Use defaultOpen to set the initial value (only affects first render), with state changes being handled internally by the component.
      If you used closed with a number, use the new closeThreshold prop instead.

Features

  • create InlineEditable component (#846) (4848f70)
  • SplitPane: rework SplitPane API (4cf816c)
  • Table: add scrollToRowRef prop to the Table component (#816) (49cd819)

Bug Fixes


This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 13, 2024

Deploying react-science with  Cloudflare Pages  Cloudflare Pages

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

View logs

@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch 3 times, most recently from a03186c to 87db729 Compare December 18, 2024 10:59
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch from 87db729 to d029c06 Compare December 23, 2024 14:34
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch 3 times, most recently from 6c5337a to 03a4e07 Compare January 6, 2025 12:35
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch 2 times, most recently from 0184561 to b5e621e Compare January 24, 2025 10:39
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch from b5e621e to fb6c33c Compare February 5, 2025 15:19
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch from fb6c33c to fd65e1b Compare February 19, 2025 13:02
@zakodium-bot zakodium-bot changed the title chore(main): release 12.2.0 chore(main): release 13.0.0 Feb 20, 2025
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch from fd65e1b to 700311e Compare February 20, 2025 14:18
@zakodium-bot zakodium-bot force-pushed the release-please--branches--main--components--react-science branch from 700311e to 8a12dc2 Compare February 20, 2025 14:20
@targos targos enabled auto-merge (squash) February 21, 2025 14:53
@targos targos merged commit 5fd9bb7 into main Feb 21, 2025
13 checks passed
@targos targos deleted the release-please--branches--main--components--react-science branch February 21, 2025 14:53
@zakodium-bot
Copy link
Contributor Author

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants