mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
release: v3.0.0
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## 3.0.0 (2 Apr 2023)
|
||||
|
||||
* feat: replace fps and memory with monitor plugin
|
||||
* fix: resource stylesheet show failed
|
||||
* chore: remove licia utils
|
||||
* chore: separate polyfill
|
||||
|
||||
## 2.11.3 (3 Mar 2023)
|
||||
|
||||
* fix: scale [#307](https://github.com/liriliri/eruda/issues/307)
|
||||
|
||||
@@ -109,10 +109,9 @@ eruda.init({
|
||||
|
||||
## 插件
|
||||
|
||||
* [eruda-fps](https://github.com/liriliri/eruda-fps):展示页面的 fps 信息。
|
||||
* [eruda-monitor](https://github.com/liriliri/eruda-monitor): 展示页面的 fps 和内存信息。
|
||||
* [eruda-features](https://github.com/liriliri/eruda-features):浏览器特性检测。
|
||||
* [eruda-timing](https://github.com/liriliri/eruda-timing):展示性能资源数据。
|
||||
* [eruda-memory](https://github.com/liriliri/eruda-memory):展示页面内存信息。
|
||||
* [eruda-code](https://github.com/liriliri/eruda-code):运行 JavaScript 代码。
|
||||
* [eruda-benchmark](https://github.com/liriliri/eruda-benchmark):运行 JavaScript 性能测试。
|
||||
* [eruda-geolocation](https://github.com/liriliri/eruda-geolocation):测试地理位置接口。
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "2.11.3",
|
||||
"version": "3.0.0",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user