Readhub-RN
Readhub-RN copied to clipboard
chore(deps): bump ahooks from 3.7.6 to 3.7.8
Bumps ahooks from 3.7.6 to 3.7.8.
Release notes
Sourced from ahooks's releases.
v3.7.8
What's Changed
- 🐛 fix: compatibility list is empty by
@hchlq
in alibaba/hooks#2206- 🐛 fix: useWebSocket error (#2176) by
@YinDongFang
in alibaba/hooks#2177- 🔄 perf(useAsyncEffect): move isAsyncGenerator outside the hook by
@bijinfeng
in alibaba/hooks#2186- 📚 docs: update docs by
@li-jia-nan
in alibaba/hooks#2174- 📚 docs(useWebSocket): update test url by
@liuyib
in alibaba/hooks#2209- 🛠 chore: enhance useTrackedEffect type by
@xvxlb
in alibaba/hooks#2196- 🛠 chore: optimize code by adding depsEqual function by
@maomao1996
in alibaba/hooks#2216- 🛠 chore(deps): bump typescript from 4 to 5 by
@li-jia-nan
in alibaba/hooks#2231
- 🐛 fix: list 判空处理,由
@hchlq
提交于 alibaba/hooks#2206- 🐛 fix: useWebSocket 错误 (#2176),由
@YinDongFang
提交于 alibaba/hooks#2177- 🔄 perf(useAsyncEffect): 将 isAsyncGenerator 函数移出钩子,由
@bijinfeng
提交于 alibaba/hooks#2186- 📚 docs: 更新文档,由
@li-jia-nan
提交于 alibaba/hooks#2174- 📚 docs(useWebSocket): 更新测试网址,由
@liuyib
提交于 alibaba/hooks#2209- 🛠 chore: 增强 useTrackedEffect 类型,由
@xvxlb
提交于 alibaba/hooks#2196- 🛠 chore: 通过添加 depsEqual 函数优化代码,由
@maomao1996
提交于 alibaba/hooks#2216- 🛠 chore(deps): 将 TypeScript 版本从 4 升级到 5,由
@li-jia-nan
提交于 alibaba/hooks#2231New Contributors
@bijinfeng
made their first contribution in alibaba/hooks#2186@xvxlb
made their first contribution in alibaba/hooks#2196@YinDongFang
made their first contribution in alibaba/hooks#2177@maomao1996
made their first contribution in alibaba/hooks#2216Full Changelog: https://github.com/alibaba/hooks/compare/v3.7.7...v3.7.8
v3.7.7
What's Changed
- ✨ feat(useExternal): 允许资源在失去后保留... 由
@candy4290
提交于 alibaba/hooks#2165- ✨ feat: useStorageState 在 setStoreValue 中捕获此错误并通知开发者 由
@51wangping
提交于 alibaba/hooks#2123- 🐛 fix(createUseStorageState): 使用 setState 的方式与文档不一致 由
@liuyib
提交于 alibaba/hooks#2149- 🐛 fix: 在 useInterval 的依赖列表中添加 immediate 由
@li-jia-nan
提交于 alibaba/hooks#2167- 🐛 fix(useAntdTable): 重置 pageSize 由
@hchlq
提交于 alibaba/hooks#2178- 📚 docs(useFullscreen): 修复
zIndex
选项的类型错误 由@liuyib
提交于 alibaba/hooks#2143- 📚 docs(useUrlState): 更新文档和多状态管理的测试用例 由
@51wangping
提交于 alibaba/hooks#2125- 📚 docs(useCountDown): demo: 修复时间延迟导致倒计时不起作用 由
@c0dedance
提交于 alibaba/hooks#2150- 📚 docs(useInfinitescroll): 更新 index.zh-CN.md 由
@bz199505
提交于 alibaba/hooks#2159- 🛠 chore(useWhyDidYoulpdate): 修正拼写错误 由
@chenbowu
提交于 alibaba/hooks#2140- 🛠 chore(useReactive): 优化导入以减小捆绑包大小 由
@liuyib
提交于 alibaba/hooks#2144
- ✨ feat(useExternal): allow resources to remain after they have lost the… by
@candy4290
in alibaba/hooks#2165- ✨ feat: useStorageState setStoreValue catch this error to the developer by
@51wangping
in alibaba/hooks#2123- 🐛 fix(createUseStorageState): usage of setState is inconsistent with docs by
@liuyib
in alibaba/hooks#2149- 🐛 fix: add immediate to useInterval dep list by
@li-jia-nan
in alibaba/hooks#2167- 🐛 fix(useAntdTable): reset pageSize by
@hchlq
in alibaba/hooks#2178- 📚 docs(useFullscreen): fix type of
zIndex
options by@liuyib
in alibaba/hooks#2143
... (truncated)
Commits
bedc734
chore: update versionbddb24d
chore(deps): bump typescript from 4 to 5 (#2231)5da4cc4
chore: optimize code by adding depsEqual function (#2216)87b3ade
docs(useWebSocket): update test url (#2209)52bc820
fix useWebSocket error (#2176) (#2177)7121d08
chore: enhance useTrackedEffect type (#2196)f96e61a
fix: compatibility list is empty (#2206)a80979e
perf(useAsyncEffect): move isAsyncGenerator outside the hook (#2186)b0a67b9
docs: update docs (#2174)3e88330
chore: udpate version- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)