Skip to content

v4.5.0

Choose a tag to compare

@duan602728596 duan602728596 released this 12 Apr 08:01
· 50 commits to master since this release
  • Upgrade all dependencies to the latest version.
  • The date component of type string adds the configuration show Time and format to control whether the date-picker can select the time. (#30)
  • 🐛The display of complex moment objects in the table is now displayed as a formatted string. (#31)
  • In the test case, use @testing-libraryreact instead of enzyme to render the react components.

  • 升级所有依赖到最新版本。
  • string类型的date组件添加配置$showTime$format,控制date-picker是否可以选择时间。(#30)
  • 🐛修复moment对象在表格中的展示,现在展示为格式化后的字符串。(#31)
  • 测试用例中,使用@testing-library/react替换enzyme来渲染react组件。