Version Packages - #860
Merged
Merged
Conversation
✅ Deploy Preview for preact-signals-demo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
February 1, 2026 17:35
ffa4501 to
2269d17
Compare
Member
|
Ah, the signals debug package needs to move signals core to peerDeps and we need to remove major bumps for dep bumps in changesets |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
February 3, 2026 19:46
e9c61cb to
dca9765
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
February 4, 2026 07:09
dca9765 to
651ec84
Compare
JoviDeCroock
approved these changes
Feb 4, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@preact/signals-core@1.13.0
Minor Changes
#812
19ac39bThanks @andrewiggins! - AddcreateModelandactionto signals core packagecreateModelprovides a structured way to create reactive model classes that encapsulate signals, computed values, and actions:Key features:
Symbol.disposeactionis a helper that wraps a function to run batched and untracked:@preact/signals-debug@1.4.0
Minor Changes
#866
00ba858Thanks @JoviDeCroock! - Add special case in devtools-ui for component updates#851
a7f500bThanks @JoviDeCroock! - Add special copy for component renders@preact/signals-devtools-adapter@0.4.0
Minor Changes
00ba858Thanks @JoviDeCroock! - Add special case in devtools-ui for component updates@preact/signals-devtools-ui@0.4.0
Minor Changes
00ba858Thanks @JoviDeCroock! - Add special case in devtools-ui for component updatesPatch Changes
00ba858]:@preact/signals@2.7.0
Minor Changes
#861
5794b04Thanks @andrewiggins! - AdduseModelhook for using Models in componentsThe new
useModelhook provides a convenient way to use Models (created withcreateModel) within React and Preact components. It handles:For models that require constructor arguments, wrap in a factory function:
Patch Changes
#865
4872968Thanks @JoviDeCroock! - Revert fix: make prefresh hmr integration easier #728 - this might entail work in prefresh but currently the presence ofuesStatemakes every sCU bailUpdated dependencies [
19ac39b]:@preact/signals-react@3.8.0
Minor Changes
#861
5794b04Thanks @andrewiggins! - AdduseModelhook for using Models in componentsThe new
useModelhook provides a convenient way to use Models (created withcreateModel) within React and Preact components. It handles:For models that require constructor arguments, wrap in a factory function:
Patch Changes
19ac39b]:@preact/signals-react-transform@0.8.1
Patch Changes
#814
a5d0a6eThanks @andrewiggins! - Fix JSX detection leaking to non-component functions in the same scopePreviously, when a component containing JSX was defined inside another function, the JSX detection could incorrectly "leak" to sibling functions or the parent function, causing non-components to be transformed. This was especially problematic in test files where components are defined inside
it()ordescribe()blocks.The transform now correctly scopes JSX and signal usage detection to only the containing component or custom hook function.
Updated dependencies [
5794b04]:preact-signals-devtools@1.1.6
Patch Changes
5794b04,4872968,00ba858,19ac39b]: