Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 2.14 KB

6.1.1

6.1.0

6.0.3

  • Fixed #101: window not defined on node environments
  • Made border uniform, PR #99 by @janaagaard75

6.0.2

  • 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

6.0.1

  • Corrected peer dependency

6.0.0

  • 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