Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@yesmeck yesmeck released this 21 May 04:14
· 604 commits to master since this release

2.1.0 (2020-05-21)

Bug Fixes

  • 修正错误的 webpack mode (f46dd92)
  • 添加 port 至 options 并增加默认值:3000 (ec7b67e)
  • 移除 options 中的 default,在运行时动态判断以避免 CI 错误 (6bec914)
  • ali: 修复 Form[reportSubmit] 类型 (901b267)
  • one: 修复 remax/one Button hoverClassName 不生效的问题 (7c76332)
  • toutiao: 修复 Canvas[canvasId] 无效的问题 (#960) (ef5c162)
  • toutiao: 修正 Input 属性默认值 (#961) (b0bd005)
  • toutiao: 修正一部分新的 api 没有导出的问题 (#962) (42d5d4d)

Features

  • configWebpack 新增 addCSSRule 帮助方法 (aaf6a88)
  • 支持通过 --port 指定端口号 (fb2a78f)