Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7750584 to
e200636
Compare
e200636 to
fb62504
Compare
minseong0324
approved these changes
Feb 24, 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
@connectivity-js/core@0.2.0
Minor Changes
Bug fix:
onSuccess/onError/onSettlednow fire after offline queue flush (#12)Previously, when an action was queued while offline and later flushed, the result
was discarded and no callbacks fired. Now:
onSuccess(result)andonSettled()are called after a successful flushonError(error)andonSettled()are called when a flush exhausts all retry attemptsBREAKING:
onSettledis no longer called when a job is enqueued. It fires onlyafter the job reaches a terminal state (immediate execution success/error, or final
flush outcome). Code relying on
onSettledfiring at enqueue time should switch toonEnqueuedinstead.Bug fix:
QueuedJob.lastErrornow stores the originalErrorobjectlastErrorwas previously storing a stringified message viatoErrorMessage(),silently discarding the stack trace and any custom properties on the Error object.
lastErroris now typedunknownand holds the original thrown value.Bug fix: grace period fires with the latest offline reason
When a second offline network event arrived during an active grace period timer,
the timer closure retained the first event's
reason. The committed status changenow always reflects the most-recent event's reason.
@connectivity-js/devtools@0.2.0
Minor Changes
Bug fix:
onSuccess/onError/onSettlednow fire after offline queue flush (#12)Previously, when an action was queued while offline and later flushed, the result
was discarded and no callbacks fired. Now:
onSuccess(result)andonSettled()are called after a successful flushonError(error)andonSettled()are called when a flush exhausts all retry attemptsBREAKING:
onSettledis no longer called when a job is enqueued. It fires onlyafter the job reaches a terminal state (immediate execution success/error, or final
flush outcome). Code relying on
onSettledfiring at enqueue time should switch toonEnqueuedinstead.Bug fix:
QueuedJob.lastErrornow stores the originalErrorobjectlastErrorwas previously storing a stringified message viatoErrorMessage(),silently discarding the stack trace and any custom properties on the Error object.
lastErroris now typedunknownand holds the original thrown value.Bug fix: grace period fires with the latest offline reason
When a second offline network event arrived during an active grace period timer,
the timer closure retained the first event's
reason. The committed status changenow always reflects the most-recent event's reason.
Patch Changes
907d59e]:@connectivity-js/react@0.2.0
Minor Changes
Bug fix:
onSuccess/onError/onSettlednow fire after offline queue flush (#12)Previously, when an action was queued while offline and later flushed, the result
was discarded and no callbacks fired. Now:
onSuccess(result)andonSettled()are called after a successful flushonError(error)andonSettled()are called when a flush exhausts all retry attemptsBREAKING:
onSettledis no longer called when a job is enqueued. It fires onlyafter the job reaches a terminal state (immediate execution success/error, or final
flush outcome). Code relying on
onSettledfiring at enqueue time should switch toonEnqueuedinstead.Bug fix:
QueuedJob.lastErrornow stores the originalErrorobjectlastErrorwas previously storing a stringified message viatoErrorMessage(),silently discarding the stack trace and any custom properties on the Error object.
lastErroris now typedunknownand holds the original thrown value.Bug fix: grace period fires with the latest offline reason
When a second offline network event arrived during an active grace period timer,
the timer closure retained the first event's
reason. The committed status changenow always reflects the most-recent event's reason.
Patch Changes
907d59e]:@connectivity-js/react-devtools@0.2.0
Minor Changes
Bug fix:
onSuccess/onError/onSettlednow fire after offline queue flush (#12)Previously, when an action was queued while offline and later flushed, the result
was discarded and no callbacks fired. Now:
onSuccess(result)andonSettled()are called after a successful flushonError(error)andonSettled()are called when a flush exhausts all retry attemptsBREAKING:
onSettledis no longer called when a job is enqueued. It fires onlyafter the job reaches a terminal state (immediate execution success/error, or final
flush outcome). Code relying on
onSettledfiring at enqueue time should switch toonEnqueuedinstead.Bug fix:
QueuedJob.lastErrornow stores the originalErrorobjectlastErrorwas previously storing a stringified message viatoErrorMessage(),silently discarding the stack trace and any custom properties on the Error object.
lastErroris now typedunknownand holds the original thrown value.Bug fix: grace period fires with the latest offline reason
When a second offline network event arrived during an active grace period timer,
the timer closure retained the first event's
reason. The committed status changenow always reflects the most-recent event's reason.
Patch Changes
907d59e]: