Closed github-actions[bot] closed 3 months ago
Name | Link |
---|---|
Latest commit | 4b2be4944fd4fce68532630142cd01f10cae756a |
Latest deploy log | https://app.netlify.com/sites/preact-signals-demo/deploys/66ae2069bcf011000891a523 |
Deploy Preview | https://deploy-preview-588--preact-signals-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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.8.0
Minor Changes
#587
cd9efbb
Thanks @JoviDeCroock! - Adjust theReadOnlySignal
type to not inherit fromSignal
this way the type can't be widened without noticing, i.e. when we'd haveWe would have widened the type to be mutable again, which for a computed is not allowed. We want to provide the tools to our users to avoid these footguns hence we are correcting this type in a minor version.