What's Changed
- ⬆️ chore: update antd version by @li-jia-nan in #2059
- ⬆️ chore(use-url-state): add tslib by @miracles1919 in #2018
- ⬆️ chore: update to jest 29 by @ymqy in #2048
- 🐛 fix: useHover fire event test problem by @DomeSy in #2021
- 🐛 fix(useSize): the return value is always undefined by @liuyib in #2071
- 🐛 fix(useCookieState): the update will not take effect before unmount by @liuyib in #2074
- 🐛 fix(useVirtualList): mutate style in react context by @luo3house in #2034
- 🐛 fix: loading is always return true when set loadingDelay by @hchlq in #1903
- 🐛 fix: fix eslint error by @li-jia-nan in #2065
- 🐛 fix(useExternal): avoid wrong option by @vaakian in #2011
- 🐛 fix: add default value for useSize by @li-jia-nan in #2057
- 📚 docs: note the default value of defaultPageSize & defaultCurrent by @xliez in #2041
- 📚 fix: translation errors by @Ali-ovo in #2055
- 🚨 test: replace
toEqual
withtoBe
forboolean
results by @nmsn in #2045 - 🚨 test: primitive data types by @nmsn in #2053
- ⬆️ chore: 升级 antd 版本 by @li-jia-nan in #2059
- ⬆️ chore(use-url-state): 添加 tslib by @miracles1919 in #2018
- ⬆️ chore: 升级 jest 到 29 by @ymqy in #2048
- 🐛 fix: useHover 中的 fireEvent 单测问题 by @DomeSy in #2021
- 🐛 fix(useSize): 修复总是返回 undefined 的问题 t by @liuyib in #2071
- 🐛 fix(useCookieState): 修复更新 cookie 后卸载组件,则更新不会生效 by @liuyib in #2074
- 🐛 fix(useVirtualList): 修复滑动快了,不停 render 的问题 by @luo3house in #2034
- 🐛 fix(useRequest): 修复当设置了
loadingDelay
loading 一直未 true 的问题 by @hchlq in #1903 - 🐛 fix: 修复 eslint 问题 by @li-jia-nan in #2065
- 🐛 fix(useExternal): 避免可选 option 类型问题 by @vaakian in #2011
- 🐛 fix(useSize): 给 useSize 增加默认值 by @li-jia-nan in #2057
- 📚 docs: 文档优化 by @xliez in #2041
- 📚 docs: 修复一些翻译错误 by @Ali-ovo in #2055
- 🚨 test: 对于
boolean
值结果 用toBe
来替代toEqual
by @nmsn in #2045
New Contributors
- @DomeSy made their first contribution in #2021
- @xliez made their first contribution in #2041
- @nmsn made their first contribution in #2045
- @ymqy made their first contribution in #2048
- @Ali-ovo made their first contribution in #2055
- @vaakian made their first contribution in #2011
- @liuyib made their first contribution in #2071
- @luo3house made their first contribution in #2034
Full Changelog: v3.7.4...v3.7.5