- Bump version of history dependency
- Allow use with React 0.14 via peerDependencies
- Added option to display table-of-contents on namespace pages
- Improve formatting of large objects when used as a card body
- Add
resettable
option, to display a button that remounts the card body
- Republish using Node LTS to avoid npm bug that sometimes leaves out files
- Fix unitless CSS warning introduced in React 15
- New function
devboard.customRender(fn: (el: ReactElement) => ReactElement)
which allows wrapping the root component with something custom. Created with React-hot-loader v3 in mind. - Now depends on React 15.1+
- Added a
title
option to cards which allows you to hide the card title.
- Added
devboard.Row
helper for layout out small components horizontally on a card