- Fixed
Uncaught ReferenceError: propTypes is not defined
#111 through #110 by mpedersen15
- Added more styling options to the panels, see #100 by @janaagaard75 and #103 by @rokoroku
- Firefox now supports nested spy logging as well. #105 by @wkillerud
- Fixed #101:
window
not defined on node environments - Made border uniform, PR #99 by @janaagaard75
- Fixed issue where an exception was thrown when an observer component returns a text node. Fixes #80
- Fixed issue where
isObservableMap
was undefined when logging map transtions. Through #98 by @AMilassin
- Corrected peer dependency
- Added compatibility with MobX 5. See #96 by max9599
- Added support for tree-shaking / dead code elimination when the package is required but not rendered. #95 by rifler
- Stack traces are now automatically collapsed if the browser supports it. #79 by will-stone
- Fixed several console output issues where
undefined
was printed incorrectly #94 by srg-kostyrko - Webpack 4 is now used to build the package. See #87 by hiroppy