Mailspring/spec-inbox
Ben Gotow 68343ec472 feat(docs): New docs tasks and React 0.13.2
Summary:
This diff moves us up to React 0.13.2 and transitions some of the core React components to the new
syntax based on plain Javascript objects. `setInitialState` is now just code in the constructor,
`getDOMNode(@)` is now `React.findDOMNode(@)`, and `isMounted` is no longer necessary or available.

This diff also adds `RegisteredComponent` to match `RegisteredRegion`. In another diff,
I think we should change the names of these to be `DynamicComponent` and `DynamicComponentSet`.

This diff also includes preliminary API Reference docs for Menu.cjsx and Popover.cjsx. You can build the docs
using `grunt docs` from the build folder. It produces a simple html format now, but it's easy
to customize.

Also we now ignore "Unnecessary fat arrow"

Test Plan: Run tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1437
2015-04-24 11:33:10 -07:00
..
components feat(docs): New docs tasks and React 0.13.2 2015-04-24 11:33:10 -07:00
models feat(threads): List improvements and message collapsing 2015-03-25 12:41:48 -07:00
stores feat(salesforce): add Salesforce creator 2015-04-24 12:36:19 -04:00
tasks feat(thread-list): Multiple selection, bulk actions, refactoring 2015-04-08 19:25:00 -07:00
action-bridge-spec.coffee feat(salesforce): add Salesforce creator 2015-04-24 12:36:19 -04:00
component-registry-spec.coffee fix(drafts): Various improvements and fixes to drafts, draft state management 2015-02-03 16:24:31 -08:00
database-view-spec.coffee feat(docs): New docs tasks and React 0.13.2 2015-04-24 11:33:10 -07:00
inbox-sync-worker-spec.coffee refactor(*): Thread list fixes, flexible workspace store, multiple root sheets 2015-04-10 14:33:05 -07:00
model-view-selection-spec.coffee refactor(*): Thread list fixes, flexible workspace store, multiple root sheets 2015-04-10 14:33:05 -07:00
model-view-spec.coffee feat(thread-list): Inifite scrolling, powered by new DatabaseView, InboxSyncWorker 2015-04-06 11:46:20 -07:00
test_utils.coffee fix(ui): upgrade packages, minor ui/ux fixes 2015-02-10 11:10:14 -08:00
undo-manager-spec.coffee add tests for undo manager 2015-03-05 15:41:33 -08:00
utils-spec.coffee feat(salesforce): add Salesforce creator 2015-04-24 12:36:19 -04:00