What's Changed
- ✨ feat(useExternal): 允许资源在失去后保留... 由 @candy4290 提交于 #2165
- ✨ feat: useStorageState 在 setStoreValue 中捕获此错误并通知开发者 由 @51wangping 提交于 #2123
- 🐛 fix(createUseStorageState): 使用 setState 的方式与文档不一致 由 @liuyib 提交于 #2149
- 🐛 fix: 在 useInterval 的依赖列表中添加 immediate 由 @li-jia-nan 提交于 #2167
- 🐛 fix(useAntdTable): 重置 pageSize 由 @hchlq 提交于 #2178
- 📚 docs(useFullscreen): 修复
zIndex
选项的类型错误 由 @liuyib 提交于 #2143 - 📚 docs(useUrlState): 更新文档和多状态管理的测试用例 由 @51wangping 提交于 #2125
- 📚 docs(useCountDown): demo: 修复时间延迟导致倒计时不起作用 由 @c0dedance 提交于 #2150
- 📚 docs(useInfinitescroll): 更新 index.zh-CN.md 由 @bz199505 提交于 #2159
- 🛠 chore(useWhyDidYoulpdate): 修正拼写错误 由 @chenbowu 提交于 #2140
- 🛠 chore(useReactive): 优化导入以减小捆绑包大小 由 @liuyib 提交于 #2144
- ✨ feat(useExternal): allow resources to remain after they have lost the… by @candy4290 in #2165
- ✨ feat: useStorageState setStoreValue catch this error to the developer by @51wangping in #2123
- 🐛 fix(createUseStorageState): usage of setState is inconsistent with docs by @liuyib in #2149
- 🐛 fix: add immediate to useInterval dep list by @li-jia-nan in #2167
- 🐛 fix(useAntdTable): reset pageSize by @hchlq in #2178
- 📚 docs(useFullscreen): fix type of
zIndex
options by @liuyib in #2143 - 📚 docs(useCountDown): fix time lag causing no countdown by @c0dedance in #2150
- 📚 docs(useInfinitescroll): Update index.zh-CN.md by @bz199505 in #2159
- 📚 docs(useUrlState): update docs and test case for multi-state management by @51wangping in #2125
- 🛠 chore(useWhyDidYoulpdate): : typo by @chenbowu in #2140
- 🛠 chore(useReactive): optimize import to reduce bundle size by @liuyib in #2144
New Contributors
- @51wangping made their first contribution in #2123
- @chenbowu made their first contribution in #2140
- @bz199505 made their first contribution in #2159
- @candy4290 made their first contribution in #2165
Full Changelog: v3.7.6...v3.7.7