Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Apr 2, 2023
1 parent 60f7ad3 commit 4d3cdbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 1 addition & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):测试地理位置接口。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "2.11.3",
"version": "3.0.0",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down

0 comments on commit 4d3cdbf

Please sign in to comment.