v3.15.0
EN:
Feat(Log)Add recycle scrolling to imporove performance, and add scroll to top/bottom buttons. (PR #570)Feat(Log)Add support forconsole.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)Usecurlinstead ofurlas 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)