Skip to content

v3.15.0

Compare
Choose a tag to compare
@Maizify Maizify released this 02 Nov 07:51
· 17 commits to master since this release
05d8039

EN:

  • Feat(Log) Add recycle scrolling to imporove performance, and add scroll to top/bottom buttons. (PR #570)
  • Feat(Log) Add support for console.group(), console.groupCollapsed(), console.groupEnd(). (issue #545)
  • Feat(Network) Add recycle scrolling to imporove performance.
  • Feat(Network) Add "Start Time" of a request.
  • Feat(Network) Use curl instead of url as the copy value of a request. (issue #410)
  • Fix(Storage) Fix an event bug that overflow content cannot scroll. (issue #542)
  • Fix(Core) Fix click event on <select> elements. (PR #577)

CN:

  • Feat(Log) 新增虚拟滚动列表以提升性能,并支持快速滚动到顶部/底部。 (PR #570)
  • Feat(Log) 新增对 console.group(), console.groupCollapsed(), console.groupEnd() 方法的支持。 (issue #545)
  • Feat(Network) 新增虚拟滚动列表以提升性能。
  • Feat(Network) 新增 request 的 "Start Time"(发起时间)。
  • Feat(Network) 使用 curl 格式作为 request 的复制内容,而非 url。 (issue #410)
  • Fix(Storage) 修复内容溢出的元素无法滑动的问题。 (issue #542)
  • Fix(Core) 修复 <select> 的点击事件问题。 (PR #577)