From 6a87e71f704a3de4df243cba7077af9bfa2c3335 Mon Sep 17 00:00:00 2001 From: surunzi Date: Wed, 4 Jul 2018 08:53:57 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..38daf38 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,109 @@ +## v1.5.0 (19 Jun 2018) + +* Use shadow dom to encapsulate css +* Enable sources copy [#71](https://github.com/liriliri/eruda/issues/71) +* Improve **borderAll** style +* Add **position** api [#74](https://github.com/liriliri/eruda/issues/74) +* Fix nav bottom bar wrong position when removed + +## v1.4.4 (27 May 2018) + +* Improve console line break display +* Add **rmCookie** util +* Add **Load Geolocation Plugin** snippet +* Fix Elements cssRules [#63](https://github.com/liriliri/eruda/issues/63) +* Support console events [#66](https://github.com/liriliri/eruda/issues/66) +* Fix Uc browser console worker [#62](https://github.com/liriliri/eruda/issues/62) + +## v1.4.3 (7 Feb 2018) + +* Dynamic info content support [#51](https://github.com/liriliri/eruda/issues/51) +* Fix console input covered by error log +* Add elements box model chart +* Fix source code white-space style [#53](https://github.com/liriliri/eruda/issues/53) +* Resources support iframe +* Add **Load Benchmark Plugin** snippet + +## v1.4.2 (28 Jan 2018) + +* Extract viewportScale util into [eris](https://github.com/liriliri/eris) +* Improve image list view using flex +* Add DevTools display event hooks [#50](https://github.com/liriliri/eruda/issues/50) + +## v1.4.1 (13 Jan 2018) + +* Update timing plugin version +* Fix viewportScale +* Optimize console performance for big data +* Expose snippets run api +* Delete desktop scrollbar style +* Add code plugin to snippets + +## v1.4.0 (7 Jan 2018) + +* Remove network timing into external plugin +* Add system info +* Add memory plugin snippet +* Monitor fetch requests [#24](https://github.com/liriliri/eruda/issues/24) +* Reduce json viewer click area +* Use resource timing for image capture + +## v1.3.2 (14 Dec 2017) + +* Fix restore settings snippet +* Extract *features* into an external plugin + +## v1.3.1 (19 Nov 2017) + +* Observe elements in resources panel +* Fix performance timing not supported [#40](https://github.com/liriliri/eruda/issues/40) + +## v1.3.0 (5 Nov 2017) + +* Remove log margin +* Fix css custom properties [#33](https://github.com/liriliri/eruda/issues/33) +* Add version info +* Change icomoon generated font name +* Improve snippets style +* Add *Load Fps Plugin* and *Restore Settings* snippets +* Support navbar color customization +* Support range in settings panel +* Support auto scale [#32](https://github.com/liriliri/eruda/issues/32) +* Improve *Border All* snippet +* Use high resolution time for console time + +## v1.2.6 (31 Aug 2017) + +* Fix catch global errors + +## v1.2.5 (20 Aug 2017) + +* Fix cookie URI malformed +* Fix single string argument unescaped +* Update util library and dependencies +* Fix catch event listeners [#31](https://github.com/liriliri/eruda/issues/31) +* Console log scroll automatically only at bottom +* Fix unformatted html tag + +## v1.2.4 (1 Jul 2017) + +* Fix uncaught promise error [#29](https://github.com/liriliri/eruda/issues/23) +* Fix bad classes [#28](https://github.com/liriliri/eruda/issues/23) + +## v1.2.3 (15 May 2017) + +* Disable modernizr classes +* Update eustia util +* Fix console resize [#23](https://github.com/liriliri/eruda/issues/23) +* Improve object log +* Use outline for borderAll snippet + +## v1.2.2 (11 Mar 2017) + +* Fix log url recognition +* Fix error log stack url and style +* Fix table log ouput +* Fix storage initialization [#20](https://github.com/liriliri/eruda/issues/20) +* Update eustia lib +* Elements auto refresh +* Add pc scrollbar style \ No newline at end of file