New
v3.9.5
What's Changed
- :new: 新功能
- 由 @Arktomson 贡献,在 https://github.com/alibaba/hooks/pull/2844 中将 js-cookie 的类型包放到生产依赖中。
- :hammer_and_wrench: 代码重构
- 由 @BH4HPA 贡献,在 https://github.com/alibaba/hooks/pull/2843 中对 useUrlState 进行重构,将 initialState 重命名为 baseState。
- :wrench: 项目配置
- 由 @crazylxr 贡献,在 https://github.com/alibaba/hooks/pull/2848 中禁用了 es 构建的 sourceMap,以避免发布 .js.map 文件。
- :book: 文档更新
- 由 @atharva6868 贡献,在 https://github.com/alibaba/hooks/pull/2840 中为 useBoolean 钩子添加了新的使用示例。
- :bug: Bug 修复
- 由 @guaijie 贡献,在 https://github.com/alibaba/hooks/pull/2838 中修复了 refreshDepsAction 提供后依赖刷新没有执行的 bug。
- :new: New Features
- Contributed by @Arktomson, added the type package of js-cookie to the production dependencies in https://github.com/alibaba/hooks/pull/2844.
- :hammer_and_wrench: Code Refactoring