v0.1.17

  - Remove hard-coded height from RichTextEditor.css

v0.1.16

  - Update peerDependencies to allow React 0.14
  - Pass extra props to <Editor />

v0.1.15

  - Update Flow and fix some Flow errors

v0.1.14

  - Update README about building demo

v0.1.13

  - Updates to demo including better display on mobile
  - Remove console.error hack
  - Minor style fixes to dropdown component

v0.1.12

  - Updates to README
  - CSS fix for transparent dropdown options. Fixes #26
  - Fix placeholder text that was hard-coded in component
  - Update contributors

v0.1.11

  - Add onTab handler for list indent
  - Refactor to use CSS Modules
  - Update build system to work with CSS Modules

v0.1.10

  - [return handling] In non-list block, pressing return at end should always create a normal block
  - [fix] Allow soft-linebreak when text is selected
  - [fix] [parse-html] Correctly parse entities with inline style

v0.1.9

  - [demo] Add "Log State" button for debugging
  - [deployment] Add travis-ci for continuous integration
  - [tests] Better tests
  - [docs] Update readme

v0.1.8

  - Break out import/export logic (and related deps) into separate npm packages
  - Move RichTextEditor.js up one dir
  - [fix] Form submit issue with InputPopover
  - [docs] Update readme
