Skip to content

v2.2.0

Compare
Choose a tag to compare
@oleq oleq released this 05 Aug 11:58
· 240 commits to master since this release

Features

  • Brought support for the editor view RawElement. Closes #89. (commit)
  • Made it possible to toggle the inspector using the Alt+F12 keyboard shortcut. Closes #87. (commit)

Bug fixes

  • Addressed the "react-fast-compare circular refs" warning by switching to Lodash isEqual(). Closes #86. (commit)

Other changes

  • The inspector should not update on editor events when the UI is collapsed. Closes #80. (commit)