1
0
mirror of synced 2025-12-07 14:08:06 +08:00

Release version 1.5.3

This commit is contained in:
redhoodsu
2018-09-02 22:41:28 +08:00
parent 019de3199f
commit c1e4ab0ca6
4 changed files with 10 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ doc/
.npmignore
.prettierignore
.travis.yml
CHANGELOG.md
prettier.config.js
karma.conf.js
karma.sauce.js

View File

@@ -1,3 +1,10 @@
## v1.5.3 (2 Sep 2018)
* Add load dom plugin snippet
* Disable highlight for invisible elements
* Fix unexpected token \t in JSON
* Add load orientation plugin snippet
## v1.5.2 (23 Aug 2018)
* Fix console show in sources panel

View File

@@ -117,6 +117,7 @@ It is possible to enhance Eruda with more features by writing plugins. Check sou
* [eruda-benchmark](https://github.com/liriliri/eruda-benchmark): Run JavaScript benchmarks.
* [eruda-geolocation](https://github.com/liriliri/eruda-geolocation): Test geolocation.
* [eruda-dom](https://github.com/liriliri/eruda-dom): Navigate dom tree.
* [eruda-orientation](https://github.com/liriliri/eruda-orientation): Test orientation api.
When writing plugins, you can use utilities exposed by Eruda, see [docs](doc/UTIL_API.md) here.

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "1.5.2",
"version": "1.5.3",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {