Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

[WIP] Moving entities into content state #185 #376

Merged
merged 20 commits into from
Sep 14, 2016
Merged

[WIP] Moving entities into content state #185 #376

merged 20 commits into from
Sep 14, 2016

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    c6c9a0b View commit details
    Browse the repository at this point in the history
  2. lowercase string

    johanneslumpe committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    b1cbed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a64cb44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    446e32a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1255169 View commit details
    Browse the repository at this point in the history
  6. fix linting issues

    johanneslumpe committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    38ab16e View commit details
    Browse the repository at this point in the history
  7. fix flow issues

    johanneslumpe committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    fc4970f View commit details
    Browse the repository at this point in the history
  8. update DraftPasteProcessor and convertFromHTMLtoContentBlocks to …

    …work with passed-in `ContentState` instance
    johanneslumpe committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    012ea41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    282443e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    316360f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    6c37ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd75cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecfae5a View commit details
    Browse the repository at this point in the history
  4. respect 80 char limit

    johanneslumpe committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    9c4e3af View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. Configuration menu
    Copy the full SHA
    893c16f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3be0a View commit details
    Browse the repository at this point in the history
  3. set new entityMap when regenerating block tree during editor state …

    …update, as the "current" content does not yet contain it
    johanneslumpe committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    8b069bd View commit details
    Browse the repository at this point in the history
  4. change entity key to be a numerical string to prevent enity-not-found…

    … error when using stringified key
    johanneslumpe committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    f3a3bf5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:facebook/draft-js into feature/mo…

    …ve-entities-to-contentstate
    johanneslumpe committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    c8ad6e1 View commit details
    Browse the repository at this point in the history
  6. fix flow errors

    johanneslumpe committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    a82e4b5 View commit details
    Browse the repository at this point in the history