Changelog
December 10, 2018 ยท View on GitHub
0.8.1
Bugfix to account for API changes in react-json-tree (see PR #41).
0.8.0
Updated peerDependencies and dependencies (only where required) to support React 16.
0.7.0
Added snap-to-botom behavior to log monitor so that the most recent actions remain visible. Thanks to @edtoken for this contribution via PR #36.
0.6.8
Updated PropTypes to use new, separate 'prop-type' package.
0.6.7
Pruned unnecessary files from NPM bundle.
0.6.6
Bumped react-highlighter and react-json-tree versions to fix React.spread warning.
0.6.5
Updated react-json-tree dependency to fix React version warning.
0.6.4
Fixed a React 15 style warning.
0.6.3
Updated React dependency to support both ^0.14.0 and ^15.0.0.
0.6.2
Upgraded to Babel 6 and split UMD, ES6, and CommonJS builds.
Removed react-pure-render and date-formate-lite dependencies.
0.6.1
Fixed null pointer error in debounce input change handler.
0.6.0
Added (filterable) actions to log monitor in addition to state.
0.5.2
Updated match highlighting logic to stay in sync with changes in recent react-json-tree 0.5.1 release.
0.5.1
Updated to react-highlighter version 0.2.3 instead of forked build now that custom match style is supported.
0.5.0
Added visual highlighting for substring matches within keys/values.
Collapse headers by default so that new actions load more efficiently.
Moved styles from CSS files to inline to better support out-of-the-box Browserify usage.
Removed dependency on Object.values to simplify external dependencies.
0.4.0
Added created-at time to action-type header to assist with debugging. Also added media queries to help with smaller browser sizes.
0.3.0
Added top-level filter for actions, allowing them to be filtered by type.
0.2.0
Added action-type to header to each monitor entry. Filter input is hidden unless at least one filter-by property is selected. Actions are no longer reverse-sorted in order to be more like the other monitors.
0.1.0
Initial release.