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.
- 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
- Added instance props display for React version (@vslinko, #28)
- Improved location resolving of
render
method for React version (@vslinko, #27)
- Added support for React 15 (many thanks to @Mavrin)
- New API methods
buildComponentInfo(instance, node)
andlogComponentInfo(info)
to customize instance info building and logging (#10) - New argument
helpers
forgetAdditionalInstanceInfo()
to simplify creation of custom info sections - Improve readme
- React TodoMVC demo (thanks to @lapanoid)
- 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)
- Support for
OPEN_FILE_URL
- Fixes for React inspector
- Initial release