upgrade: history package upgrade for Solid 2.0#868
Conversation
🦋 Changeset detectedLatest commit: 4aab877 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
# Conflicts: # pnpm-lock.yaml
Updates peer dependencies to
solid-js@^2.0.0-beta.10and@solidjs/web@^2.0.0-beta.10and adapts the implementation and tests to Solid 2.0's new reactive model: automatic batching removes the need for explicitbatch()calls,isServernow comes from@solidjs/web, andcreateMemo's initialprevvalue isundefinedon first call rather than the suppliedinitargument. Tests are restructured to write signals outside owned scopes and useflush()before reading derived memo values.Summary by CodeRabbit
Breaking Changes
isServerimport to@solidjs/webbatch()from undo/redo operationsDocumentation
Tests