draft-js v0.11.6 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • 0.11.6 (June 4th, 2020)

    ➕ Added

    • ➕ Adds BLM banner (#2454) (claudiopro in 2a0c5bb)
    • 👍 HtmlConversion: Add support for telephone links (#2365) (Andrew Lauria in e1e9a0c)
    • 7.C - Block Operations - Consume (Shalabh Vyas in 99c6b06)
    • ➕ Add fromJS() API to Draft model objects (Shalabh Vyas in 3ee5a23)

    🔄 Changed

    • ➕ Add Null return value type in code example (#2429) (Jacob D. Castro in 45bb6b5)
    • ➕ Add /meta/bundle-size-stats to .gitignore (#2436) (Kevin Chavez in e3a689d)
    • ⚡️ Update eslint, cross-env and gulp-derequire. Fix version numbers for … (#2437) (Kevin Chavez in 79a25b5)
    • ⚡️ Update Overview.md (#2434) (Mohamed ABDELLANI in e5e293f)
    • ⬆️ Upgrade jest and flow-bin deps (#2435) (Kevin Chavez in 9ac399c)
    • ⚡️ Update cadence for dependabot updates (#2402) (Kevin Chavez in 6619077)
    • ⬆️ Bump alex from 8.0.0 to 8.1.1 (#2407) (dependabot-preview[bot] in 7e604b0)
    • ⬆️ Bump fstream from 1.0.11 to 1.0.12 in /examples/draft-0-10-0/tex (#2396) (dependabot[bot] in 1f5d40e)
    • ⬆️ Bump acorn from 6.0.5 to 6.4.1 in /examples/draft-0-10-0/tex (#2376) (dependabot[bot] in 9028881)
    • ⚡️ chore(flow): Updates flow-bin to 0.123 (#2393) (Claudio Procida in 497a478)
    • ⚡️ Short-circuit getUpdatedSelectionState for invalid selection updates on prod (Kevin Chavez in 0585b68)
    • Type selection object in setDraftEditorSelection.js (Kevin Chavez in 31dec71)
    • Type selection object in keyCommandBackspaceToStartOfLine.js (Kevin Chavez in aa5c4a1)
    • Flow v0.123.0 in www (Panagiotis Vekris in af67575)
    • Type selection object in getDraftEditorSelection.js (Kevin Chavez in dfacb1b)
    • Type selection object in editOnBlur.js (Kevin Chavez in 2299714)
    • Type selection object in editOnInput. (Kevin Chavez in 41beae1)
    • ⬆️ upgrade to flow 0.122.0 (Marshall Roch in 97dd19b)
    • DraftEntity ID Changes (Shalabh Vyas in 13989e3)
    • 💅 use pasted block type if pasting to empty unstyled block (Frank Thompson in 7d3d3c8)
    • ⚡️ Update deps for and cleanup playground example (#2368) (Kevin Chavez in 2658dd6)
    • Only extend selection if it has ranges in setDraftEditorSelection.js (Kevin Chavez in d53fa7a)
    • ⚡️ Update draft.js on website to v0.11.5 (#2370) (Kevin Chavez in 538d864)
    • 👉 Make a few types exact (Kevin Chavez in 0950285)
    • 📜 Remaining non-generated non-reason-parsed files (Jordan Brown in 153482f)

    🛠 Fixed

    • 🛠 Fix draft-js pasted inline styles (Giulio Jiang in 92176ab)
    • 📄 docs: in react hooks example, limit createEmpty calls (#2432) (Benjamin Atkin in 05e838e)
    • Revisit comment for todo of T65805998, validate there's nothing to worry about (Kevin Chavez in 268ece3)
    • html/shared/draft-js/model/transaction (generatedunixname89002005287564 in c75f1e4)
    • types-first in html/js/mobile (Panagiotis Vekris in e66f39e)
    • ➕ Address #2413 by making Firefox follow the same behaviour as Chrome (#2414) (Kevin Chavez in 6d619c6)
    • Prevent placeholder from unnecessarily wrapping (#2392) (Frank Yan in 9d6bbfd)
    • 📄 docs: Fix simple typo, sibbling -> sibling (#2384) (Tim Gates in d1cb1e7)
    • 🛠 Fix build by adding missing modules (Kevin Chavez in fbe3417)
    • 🛠 Fix flow by allowing optional chaining (#2369) (Kevin Chavez in 8576432)