var React = require("react"); var changelog = require("../changelog"); var Changelog = React.createClass({ getInitialState: function() { return { showContent: false }; }, getContent: function() { var headers = Object.keys(changelog); return headers.map(header => { return (
This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand this section to have a look at what got added, when.
Click here to {this.state.showContent? 'hide' : 'view'} the change log.