chore: release ahooks 3.10.0 - #2959
Closed
crazylxr wants to merge 1 commit into
Closed
Conversation
commit: |
crazylxr
temporarily deployed
to
github-pages
September 6, 2026 01:52 — with
GitHub Actions
Inactive
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.
Bump
ahooksfrom 3.9.7 to 3.10.0 to release the changes already merged into master. Onlypackages/hooks/package.jsonchanges;@ahooks.js/use-url-stateis not bumped or republished.The release includes synchronous cleanup support in
useAsyncEffect, optional initial state inuseSetState, SSR-safe storage initialization, ProForm transform support, and the merged request, scrolling, keyboard, ref-type and compatibility fixes. Cancelled or supersededrunAsync/refreshAsynccalls now reject withCancelledError; the release notes will highlight this behavior.Validation with Node 22.23.2 and pnpm 10.12.4:
pnpm run buildandpnpm run tscpassed.pnpm run testandpnpm run test:strictpassed: 401 hooks tests and 8 use-url-state tests in each mode.pnpm run build:docpassed.ahooks-3.10.0.tgzin an isolated consumer and verified CommonJS exports, bundled ESM, standalone UMD, historical entry paths, metadata and TypeScript consumer usage.git diff --checkpassed.After merge, publish
ahooks@3.10.0from the merge commit, deploy the main documentation site, verify the GitHub Pages mirror, and create the matching tag and bilingual GitHub Release.