Skip to content

Releases: lahmatiy/component-inspector

1.6

27 Oct 00:27
Compare
Choose a tag to compare

All changes is about React version of Component Inspector:

  • It is now based on Rempl. That's mean that inspector may to be used remotely, i.e. pluged into Chrome's Developer Tools or in a separate tab or window using rempl server.
    rempl
  • Added support for multiple React 15 instances on a single page
  • Added support for external service (URL) to fetch a source fragments
  • Added posibility to setup "open in editor" via meta (i.e. <meta name="open-in-editor" content="{url}">)
  • Added real element overlay when hover it in DOM tree
  • Added special formating for foreign components in DOM tree (i.e. created by another instance of React)
  • Improved source popup styles and layout
  • Hover any element in DOM tree, not only with a loc

1.5

26 May 16:19
Compare
Choose a tag to compare
1.5
  • Added instance props display for React version (@vslinko, #28)
  • Improved location resolving of render method for React version (@vslinko, #27)
    image

1.4.0 Support for React 15

02 Jul 11:40
Compare
Choose a tag to compare
  • Added support for React 15 (many thanks to @Mavrin)

1.3.0 Customize logging and custom info section create helpers

10 May 21:24
Compare
Choose a tag to compare
  • New API methods buildComponentInfo(instance, node) and logComponentInfo(info) to customize instance info building and logging (#10)
  • New argument helpers for getAdditionalInstanceInfo() to simplify creation of custom info sections (see Custom info sections)
  • Improve readme
  • React TodoMVC demo (thanks to @Lapanoid)

1.2.0

08 Oct 10:36
Compare
Choose a tag to compare
  • Universal inspector implementation, just add your own API
  • Rework React and Backbone inspectors to use universal implementation
  • Improvements and fixes for React inspector (thanks to @vslinko)
    • Custom info view
    • Support for decorators
  • Fix: make requests async when OPEN_FILE_URL is used
  • Better documentation (thanks to @Filipovskii)