Skip to content

v3.7.5

Compare
Choose a tag to compare
@crazylxr crazylxr released this 28 Feb 08:02
· 129 commits to master since this release

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 with toBe for boolean 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

Full Changelog: v3.7.4...v3.7.5