plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
501 stars 102 forks source link

Update dependency draft-js to ^0.11.0 #949

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
draft-js (source) dependencies minor ^0.10.5 -> ^0.11.0

Release Notes

facebook/draft-js ### [`v0.11.1`](https://togithub.com/facebook/draft-js/blob/master/CHANGELOG.md#​0111-September-19th-2019) [Compare Source](https://togithub.com/facebook/draft-js/compare/v0.11.0...3adf59303a5e0759a3eecc0d852a491876a647d4) ##### Added - Support post processor on paste entities. (Tee Xie in [`3043573`](https://togithub.com/facebook/draft-js/commit/3043573)) - Adding 'preserveSelectionOnBlur' prop ([#​2128](https://togithub.com/facebook/draft-js/issues/2128)) (Matthew Holloway in [`db792ef`](https://togithub.com/facebook/draft-js/commit/db792ef)) ##### Changed - Reaping draft_segmented_entities_behavior (Mohamed Moussa in [`cd4adaa`](https://togithub.com/facebook/draft-js/commit/cd4adaa)) - Make insertIntoList strict-local (Kevin Chavez in [`db64f93`](https://togithub.com/facebook/draft-js/commit/db64f93)) - Adopt Contributor Covenant (Paul O'Shannessy in [`2c61167`](https://togithub.com/facebook/draft-js/commit/2c61167)) - Flowify editOnKeyDown.js (Kevin Chavez in [`8473e41`](https://togithub.com/facebook/draft-js/commit/8473e41)) - (Flowify) decodeInlineStyleRanges.js (Kevin Chavez in [`20a619c`](https://togithub.com/facebook/draft-js/commit/20a619c)) - Flowify editOnInput.js (Kevin Chavez in [`594a14f`](https://togithub.com/facebook/draft-js/commit/594a14f)) - Flowify editOnBlur.js (Kevin Chavez in [`6972278`](https://togithub.com/facebook/draft-js/commit/6972278)) - updated function description for onEditInput event handler function ([#​2132](https://togithub.com/facebook/draft-js/issues/2132)) (Mukesh Soni in [`14349f1`](https://togithub.com/facebook/draft-js/commit/14349f1)) - updated hastext method to not account for zero space width chars ([#​2163](https://togithub.com/facebook/draft-js/issues/2163)) (Ajith V in [`85aa3a3`](https://togithub.com/facebook/draft-js/commit/85aa3a3)) - Encode non-ASCII characters in all snapshot tests (Daniel Lo Nigro in [`734bd82`](https://togithub.com/facebook/draft-js/commit/734bd82)) - [@​flow](https://togithub.com/flow) -> [@​flow-strict](https://togithub.com/flow-strict) for html/shared (Runjie Guan in [`0375c0e`](https://togithub.com/facebook/draft-js/commit/0375c0e)) - Revert [`D164211`](https://togithub.com/facebook/draft-js/commit/D16421104): [rfc][draft-js] catch errors when encoding entity map (Frank Thompson in [`8e9cabf`](https://togithub.com/facebook/draft-js/commit/8e9cabf)) - catch errors when encoding entity map (Frank Thompson in [`259d122`](https://togithub.com/facebook/draft-js/commit/259d122)) - Revert [`D163627`](https://togithub.com/facebook/draft-js/commit/D16362778): [rfc][draftjs] catch errors when encoding entity map (Frank Thompson in [`96e7f25`](https://togithub.com/facebook/draft-js/commit/96e7f25)) - catch errors when encoding entity map (Frank Thompson in [`c0e911c`](https://togithub.com/facebook/draft-js/commit/c0e911c)) - Flow-type DataTransfer.js (Kevin Chavez in [`ed09f78`](https://togithub.com/facebook/draft-js/commit/ed09f78)) - All these modules can actually be strict (Kevin Chavez in [`bc716b2`](https://togithub.com/facebook/draft-js/commit/bc716b2)) ##### Fixed - convertFromHTML breaks after converting \\n string, issue [#​1822](https://togithub.com/facebook/draft-js/issues/1822) ([#​1823](https://togithub.com/facebook/draft-js/issues/1823)) (Sannikov in [`9246cc7`](https://togithub.com/facebook/draft-js/commit/9246cc7)) - Fixes HTML importer to make image entity immutable ([#​2184](https://togithub.com/facebook/draft-js/issues/2184)) (Claudio Procida in [`b858f43`](https://togithub.com/facebook/draft-js/commit/b858f43)) - Fixing js example and cleaning up one sentence ([#​2172](https://togithub.com/facebook/draft-js/issues/2172)) (Liz LeCrone in [`819f58c`](https://togithub.com/facebook/draft-js/commit/819f58c)) - Reaping draft_killswitch_allow_nontextnodes (generatedunixname89002005287564 in [`0e2e9a7`](https://togithub.com/facebook/draft-js/commit/0e2e9a7)) - Fix for workchat composer cursor jumping (Jainil Parekh in [`aed35d2`](https://togithub.com/facebook/draft-js/commit/aed35d2)) - Fix various grammatical errors ([#​2158](https://togithub.com/facebook/draft-js/issues/2158)) (Jordan Lee in [`1ff8c8c`](https://togithub.com/facebook/draft-js/commit/1ff8c8c)) - Composer: Not assuming element has leaves (Nitzan Raz in [`ce8bdd0`](https://togithub.com/facebook/draft-js/commit/ce8bdd0)) - Update jsfiddle links with recent versions of the Draft and React ([#​2145](https://togithub.com/facebook/draft-js/issues/2145)) (Günay Mert Karadoğan in [`22b7599`](https://togithub.com/facebook/draft-js/commit/22b7599)) - Changes reference to BSD license to MIT ([#​2130](https://togithub.com/facebook/draft-js/issues/2130)) (claudiopro in [`4064cae`](https://togithub.com/facebook/draft-js/commit/4064cae)) - Updates CHANGELOG for v0.11.0 ([#​2052](https://togithub.com/facebook/draft-js/issues/2052)) (Claudio Procida in [`973f7ff`](https://togithub.com/facebook/draft-js/commit/973f7ff)) - Fixed a bug causing block data being over-written when pasted. (Tee Xie in [`82e2135`](https://togithub.com/facebook/draft-js/commit/82e2135)) - Merge pull request [#​2113](https://togithub.com/facebook/draft-js/issues/2113) from danielo515/patch-1 (Claudio Procida in [`0e88544`](https://togithub.com/facebook/draft-js/commit/0e88544)) - Update ShipIt Sync (Claudio Procida in [`0f138d1`](https://togithub.com/facebook/draft-js/commit/0f138d1)) ### [`v0.11.0`](https://togithub.com/facebook/draft-js/blob/master/CHANGELOG.md#​0110-July-9th-2019) [Compare Source](https://togithub.com/facebook/draft-js/compare/v0.10.5...v0.11.0) ##### Added - Adds support for nullish coalescing operator ([#​2076](https://togithub.com/facebook/draft-js/issues/2076)) (Claudio Procida in [`96c7221`](https://togithub.com/facebook/draft-js/commit/96c7221)) - Add import statements for hooks-example in README ([#​2075](https://togithub.com/facebook/draft-js/issues/2075)) (Bennett in [`943f6dc`](https://togithub.com/facebook/draft-js/commit/943f6dc)) - Unit tests for DraftStringKey (Claudio Procida in [`978ad6b`](https://togithub.com/facebook/draft-js/commit/978ad6b)) - Adding Hooks in docs ([#​2004](https://togithub.com/facebook/draft-js/issues/2004)) (Charles ⚡ in [`f9f5fd6`](https://togithub.com/facebook/draft-js/commit/f9f5fd6)) - Exports `isSoftNewlineEvent` as static method of `KeyBindingUtil` (Kevin Hawkinson in [`aede823`](https://togithub.com/facebook/draft-js/commit/aede823)) - Add live demo to README.md ([#​1907](https://togithub.com/facebook/draft-js/issues/1907)) (PLa in [`6db3726`](https://togithub.com/facebook/draft-js/commit/6db3726)) - added highlighting (`` tag) to draft js html to content block converter (Isaiah Solomon in [`37f2f2a`](https://togithub.com/facebook/draft-js/commit/37f2f2a)) - Relicense under MIT and remove patents grant ([#​1967](https://togithub.com/facebook/draft-js/issues/1967)) (Claudio Procida in [`585af35`](https://togithub.com/facebook/draft-js/commit/585af35)) - Ctrl-K at end of line should delete newline (Sophie Alpert in [`6455493`](https://togithub.com/facebook/draft-js/commit/6455493)) - Add type annotations to `React.Component` classes in html/shared (Paco Estevez Garcia in [`2e3a181`](https://togithub.com/facebook/draft-js/commit/2e3a181)) - Add return type annotation to `addEmojiInput` (Sam Goldman in [`280d242`](https://togithub.com/facebook/draft-js/commit/280d242)) - Unstyle empty list item on Enter key ([#​769](https://togithub.com/facebook/draft-js/issues/769)) (Eric Biewener in [`a0267a9`](https://togithub.com/facebook/draft-js/commit/a0267a9)) - Allow Option+Space to be handled on OSX Chrome ([#​1254](https://togithub.com/facebook/draft-js/issues/1254)) (Colin Jeanne in [`022bcf7`](https://togithub.com/facebook/draft-js/commit/022bcf7)) - Added information about nature of block keys ([#​1892](https://togithub.com/facebook/draft-js/issues/1892)) (Prateek Nayak in [`8ad59c4`](https://togithub.com/facebook/draft-js/commit/8ad59c4)) - Add flow to files (Nivedita Chopra in [`d87e093`](https://togithub.com/facebook/draft-js/commit/d87e093)) - Docs: add explicit deprecation notes to Entity methods ([#​1787](https://togithub.com/facebook/draft-js/issues/1787)) (vinogradov in [`cc6b897`](https://togithub.com/facebook/draft-js/commit/cc6b897)) - Clarifies editor example, changes height to min-height ([#​1889](https://togithub.com/facebook/draft-js/issues/1889)) (Claudio Procida in [`67d6fda`](https://togithub.com/facebook/draft-js/commit/67d6fda)) - Improves editor overview example with min height and border ([#​1887](https://togithub.com/facebook/draft-js/issues/1887)) (Claudio Procida in [`b8862fd`](https://togithub.com/facebook/draft-js/commit/b8862fd)) - Adds iframed editor example ([#​1879](https://togithub.com/facebook/draft-js/issues/1879)) (Claudio Procida in [`8d5cbbe`](https://togithub.com/facebook/draft-js/commit/8d5cbbe)) - Perform untab on backspace for nested items (Nivedita Chopra in [`0688fa3`](https://togithub.com/facebook/draft-js/commit/0688fa3)) - Support custom block rendering (Nivedita Chopra in [`fbe2267`](https://togithub.com/facebook/draft-js/commit/fbe2267)) - Updates favicons and launcher icons with Draftjs logo ([#​1872](https://togithub.com/facebook/draft-js/issues/1872)) (Claudio Procida in [`d9c9d40`](https://togithub.com/facebook/draft-js/commit/d9c9d40)) - Merge successive non-leaf blocks resulting from tab (Nivedita Chopra in [`fbd18ce`](https://togithub.com/facebook/draft-js/commit/fbd18ce)) - Merge successive non-leaf blocks resulting from untab (Nivedita Chopra in [`36e588a`](https://togithub.com/facebook/draft-js/commit/36e588a)) - Unnest the first non-leaf child (Nivedita Chopra in [`0cb3804`](https://togithub.com/facebook/draft-js/commit/0cb3804)) - Implement untab operations (Nivedita Chopra in [`77e6844`](https://togithub.com/facebook/draft-js/commit/77e6844)) - added favicon ([#​1871](https://togithub.com/facebook/draft-js/issues/1871)) (saranshkataria in [`b9dd551`](https://togithub.com/facebook/draft-js/commit/b9dd551)) - Add Algolia search ([#​1864](https://togithub.com/facebook/draft-js/issues/1864)) (Yangshun Tay in [`1bf2145`](https://togithub.com/facebook/draft-js/commit/1bf2145)) - `KeyBindingUtil`: add `usesMacOSHeuristics` method ([#​869](https://togithub.com/facebook/draft-js/issues/869)) (William Boman in [`98e7730`](https://togithub.com/facebook/draft-js/commit/98e7730)) - Export `RawDraftContentState` publicly ([#​1841](https://togithub.com/facebook/draft-js/issues/1841)) (Cédric Messiant in [`c6ff39d`](https://togithub.com/facebook/draft-js/commit/c6ff39d)) - Implement moveChildUp operation for untab (Nivedita Chopra in [`e145a2a`](https://togithub.com/facebook/draft-js/commit/e145a2a)) - Allow insertion at a specific point for updateParentChild (Nivedita Chopra in [`6b83312`](https://togithub.com/facebook/draft-js/commit/6b83312)) - Implement onTab in NestedRichTextEditorUtil (Nivedita Chopra in [`8d3cfba`](https://togithub.com/facebook/draft-js/commit/8d3cfba)) - Add utilty methods for creating a new parent & updating node to become sibling's child (Nivedita Chopra in [`6f73657`](https://togithub.com/facebook/draft-js/commit/6f73657)) - Add utility methods for parent-child & sibling pointer updates (Nivedita Chopra in [`0cb80b7`](https://togithub.com/facebook/draft-js/commit/0cb80b7)) - Warn visibly when extensions break Draft (Sophie Alpert in [`c0fb6a8`](https://togithub.com/facebook/draft-js/commit/c0fb6a8)) - Add data structure invariants for tree data (Nivedita Chopra in [`ad4f64f`](https://togithub.com/facebook/draft-js/commit/ad4f64f)) - Add Draft.js logo to header (Joel Marcey in [`0ce20bc`](https://togithub.com/facebook/draft-js/commit/0ce20bc)) - Enable deprecated-type rule in www (George Zahariev in [`dc9fa27`](https://togithub.com/facebook/draft-js/commit/dc9fa27)) - Add different counter-style for ordered lists based on their depth (Noam Elboim in [`d2a3ae8`](https://togithub.com/facebook/draft-js/commit/d2a3ae8)) - Finish modernizing `convertFromHTMLToContentBlocks` - max nesting bug fix (Noam Elboim in [`06c0ee6`](https://togithub.com/facebook/draft-js/commit/06c0ee6)) - Finish modernizing `convertFromHTMLToContentBlocks` - upgrade draft-js internals (Noam Elboim in [`d24b802`](https://togithub.com/facebook/draft-js/commit/d24b802)) - Finish modernizing `convertFromHTMLToContentBlocks` - nesting bug fix (Noam Elboim in [`49bdd85`](https://togithub.com/facebook/draft-js/commit/49bdd85)) - Add docs about `DraftDecoratorComponentProps` (Flarnie Marchan in [`7fddfcd`](https://togithub.com/facebook/draft-js/commit/7fddfcd)) - Add list block `onTab` test (il kwon Sim in [`102701c`](https://togithub.com/facebook/draft-js/commit/102701c)) - Integrating experiments on playground (mitermayer in [`b6ae887`](https://togithub.com/facebook/draft-js/commit/b6ae887)) - Add clarifying comments to `getRemovalRange` (Flarnie Marchan in [`28cb4a3`](https://togithub.com/facebook/draft-js/commit/28cb4a3)) - Adding Rich Editor to the playground (mitermayer in [`227d125`](https://togithub.com/facebook/draft-js/commit/227d125)) - Allow indentation beyond one level deeper than block above. (Eric Biewener in [`73e5a9c`](https://togithub.com/facebook/draft-js/commit/73e5a9c)) - Enabling a GK manager for the plaground (mitermayer in [`8eea2c2`](https://togithub.com/facebook/draft-js/commit/8eea2c2)) - Bundle size stats (Alan in [`5ffce3d`](https://togithub.com/facebook/draft-js/commit/5ffce3d)) - Clear block type when pressing backspace (Sophie Alpert in [`6a1e2b0`](https://togithub.com/facebook/draft-js/commit/6a1e2b0)) - added favicon to website (Michael Baldwin in [`6cc2d85`](https://togithub.com/facebook/draft-js/commit/6cc2d85)) - expose start/end positions of a decorated component within a contentBlock (Matthew Mans in [`3a3d34b`](https://togithub.com/facebook/draft-js/commit/3a3d34b)) - Add draft js playground (Julian Krispel-Samsel in [`18fdffb`](https://togithub.com/facebook/draft-js/commit/18fdffb)) ##### Changed - Moves test for legacy convertFromHTMLToContentBlocks out of OSS repo (Claudio Procida in [`5eb49b1`](https://togithub.com/facebook/draft-js/commit/5eb49b1)) - Removes legacy convertFromHTMLToContentBlocks from OSS repo (Claudio Procida in [`a7d955e`](https://togithub.com/facebook/draft-js/commit/a7d955e)) - Renames convertFromHTMLToContentBlocks2 to convertFromHTMLToContentBlocks (Claudio Procida in [`d08399b`](https://togithub.com/facebook/draft-js/commit/d08399b)) - Removes all resolved uses of convertFromHTMLToContentBlocks_DEPRECATED (Claudio Procida in [`ec43403`](https://togithub.com/facebook/draft-js/commit/ec43403)) - draft-js: clean up useless divs from HTML when pasting content (Daniel Quadros de Miranda in [`0f5427a`](https://togithub.com/facebook/draft-js/commit/0f5427a)) - docs: remove --save flag ([#​2008](https://togithub.com/facebook/draft-js/issues/2008)) (Mounish Sai in [`f92d4b1`](https://togithub.com/facebook/draft-js/commit/f92d4b1)) - Rename DraftEditorBlock to EditorBlock ([#​2002](https://togithub.com/facebook/draft-js/issues/2002)) (Umang Galaiya in [`8514b57`](https://togithub.com/facebook/draft-js/commit/8514b57)) - Removes unnecessary eslint disable rules (Claudio Procida in [`1ba0764`](https://togithub.com/facebook/draft-js/commit/1ba0764)) - Upgrades react-scripts to ^1.1.5 ([#​2042](https://togithub.com/facebook/draft-js/issues/2042)) (Claudio Procida in [`71ef373`](https://togithub.com/facebook/draft-js/commit/71ef373)) - Upgrades docusaurus ([#​2039](https://togithub.com/facebook/draft-js/issues/2039)) (Claudio Procida in [`21753fa`](https://togithub.com/facebook/draft-js/commit/21753fa)) - Removes unused gulp-browserify-thin ([#​2032](https://togithub.com/facebook/draft-js/issues/2032)) (Claudio Procida in [`fc3549a`](https://togithub.com/facebook/draft-js/commit/fc3549a)) - Upgrades [@​babel/core](https://togithub.com/babel/core), babel-preset-fbjs, and gulp-util ([#​2028](https://togithub.com/facebook/draft-js/issues/2028)) (Claudio Procida in [`68196f6`](https://togithub.com/facebook/draft-js/commit/68196f6)) - Deploy 0.94 to www (George Zahariev in [`6183935`](https://togithub.com/facebook/draft-js/commit/6183935)) - deploy 0.93 (Daniel Sainati in [`3400cda`](https://togithub.com/facebook/draft-js/commit/3400cda)) - Normalize case in `convertFromHTMLToContentBlocks` variable names (Claudio Procida in [`b4183b1`](https://togithub.com/facebook/draft-js/commit/b4183b1)) - Cleans up and refreshes generated website resources ([#​1998](https://togithub.com/facebook/draft-js/issues/1998)) (Claudio Procida in [`bd799f5`](https://togithub.com/facebook/draft-js/commit/bd799f5)) - Upgrades Draft to React 16.8 ⚛️ ([#​1996](https://togithub.com/facebook/draft-js/issues/1996)) (claudiopro in [`a97ed7e`](https://togithub.com/facebook/draft-js/commit/a97ed7e)) - Adds email notifications for TravisCI builds ([#​1990](https://togithub.com/facebook/draft-js/issues/1990)) (Claudio Procida in [`a4cc10d`](https://togithub.com/facebook/draft-js/commit/a4cc10d)) - Upgrades flow-bin to 0.91.0 and mutes fbjs joinClasses error � ([#​1989](https://togithub.com/facebook/draft-js/issues/1989)) (Claudio Procida in [`e8a281c`](https://togithub.com/facebook/draft-js/commit/e8a281c)) - Update to 0.92.0 (Paco Estevez Garcia in [`c022efb`](https://togithub.com/facebook/draft-js/commit/c022efb)) - Update webpack-dev-server & babel version in TeX examples ([#​1981](https://togithub.com/facebook/draft-js/issues/1981)) (Nivedita Chopra in [`a3a3585`](https://togithub.com/facebook/draft-js/commit/a3a3585)) - Remove `componentWillReceiveProps` usages in examples ([#​1952](https://togithub.com/facebook/draft-js/issues/1952)) (Deep in [`363f66e`](https://togithub.com/facebook/draft-js/commit/363f66e)) - Upgrade to Gulp 4 (fixes build) ([#​1957](https://togithub.com/facebook/draft-js/issues/1957)) (Kevin Chavez in [`85ad25c`](https://togithub.com/facebook/draft-js/commit/85ad25c)) - Kill permanent permanently. (Andrey Sukhachev in [`236270a`](https://togithub.com/facebook/draft-js/commit/236270a)) - Deploy Flow v0.85 to www (Sam Goldman in [`744af91`](https://togithub.com/facebook/draft-js/commit/744af91)) - flow 0.84 www deploy (Avik Chaudhuri in [`59dd225`](https://togithub.com/facebook/draft-js/commit/59dd225)) - Bring back the ariaOwneeID prop. ([#​1883](https://togithub.com/facebook/draft-js/issues/1883)) (Andrea Fercia in [`ce7f677`](https://togithub.com/facebook/draft-js/commit/ce7f677)) - Add Node.js version 10 for CI ([#​1909](https://togithub.com/facebook/draft-js/issues/1909)) (noelyoo in [`4a9a6a8`](https://togithub.com/facebook/draft-js/commit/4a9a6a8)) - Refactor buffer constructor ([#​1912](https://togithub.com/facebook/draft-js/issues/1912)) (noelyoo in [`11d7379`](https://togithub.com/facebook/draft-js/commit/11d7379)) - Update Advanced-Topics-Inline-Styles.md ([#​1902](https://togithub.com/facebook/draft-js/issues/1902)) (Yao Bin in [`0b7ec2a`](https://togithub.com/facebook/draft-js/commit/0b7ec2a)) - Remove flow typing for DraftEntity mock ([#​1891](https://togithub.com/facebook/draft-js/issues/1891)) (Nivedita Chopra in [`75aa88a`](https://togithub.com/facebook/draft-js/commit/75aa88a)) - Flow strict for some files (Nivedita Chopra in [`bbd3ef1`](https://togithub.com/facebook/draft-js/commit/bbd3ef1)) - Update documentation concerning immutable updates ([#​1884](https://togithub.com/facebook/draft-js/issues/1884)) (Connor Jennings in [`c336ae2`](https://togithub.com/facebook/draft-js/commit/c336ae2)) - Update docs to ensure kebab menu shows subheads ([#​1885](https://togithub.com/facebook/draft-js/issues/1885)) (Connor Jennings in [`2ff0c7e`](https://togithub.com/facebook/draft-js/commit/2ff0c7e)) - Support npm version 6.x ([#​1866](https://togithub.com/facebook/draft-js/issues/1866)) (Yangshun Tay in [`724fdc6`](https://togithub.com/facebook/draft-js/commit/724fdc6)) - Remove unused var in BlockTree ([#​1859](https://togithub.com/facebook/draft-js/issues/1859)) (Nivedita Chopra in [`0a45fcd`](https://togithub.com/facebook/draft-js/commit/0a45fcd)) - Update jest version to latest ([#​1858](https://togithub.com/facebook/draft-js/issues/1858)) (Nivedita Chopra in [`b962974`](https://togithub.com/facebook/draft-js/commit/b962974)) - Update Advanced-Topics-Entities.md ([#​1767](https://togithub.com/facebook/draft-js/issues/1767)) (alaoui abdellah in [`d40ff40`](https://togithub.com/facebook/draft-js/commit/d40ff40)) - Update link to code of conduct ([#​1855](https://togithub.com/facebook/draft-js/issues/1855)) (Nivedita Chopra in [`8c373b6`](https://togithub.com/facebook/draft-js/commit/8c373b6)) - var => const on remaining file (Nivedita Chopra in [`022798c`](https://togithub.com/facebook/draft-js/commit/022798c)) - Update prettier version to 1.13.6 ([#​1854](https://togithub.com/facebook/draft-js/issues/1854)) (Nivedita Chopra in [`e2c24cf`](https://togithub.com/facebook/draft-js/commit/e2c24cf)) - Remove Flow Strict Local from files with future sketchy-null errors after bug fix (George Zahariev in [`c5b785a`](https://togithub.com/facebook/draft-js/commit/c5b785a)) - Remove non-leaf blocks in tree => raw conversion (Nivedita Chopra in [`f5b2acb`](https://togithub.com/facebook/draft-js/commit/f5b2acb)) - Update Docusaurus to 1.3.3 ([#​1797](https://togithub.com/facebook/draft-js/issues/1797)) (Yangshun Tay in [`d6a0ac0`](https://togithub.com/facebook/draft-js/commit/d6a0ac0)) - modify docs overview url ([#​1802](https://togithub.com/facebook/draft-js/issues/1802)) (Shubham Tiwari in [`9f86efb`](https://togithub.com/facebook/draft-js/commit/9f86efb)) - v0.79.1 in www (Panagiotis Vekris in [`93a90a9`](https://togithub.com/facebook/draft-js/commit/93a90a9)) - Remove gating on draft_non_native_insertion_forces_selection (Sophie Alpert in [`1a5b27a`](https://togithub.com/facebook/draft-js/commit/1a5b27a)) - 5/n Disable forward delete across blocks when nested blocks are enabled (Flarnie Marchan in [`0600549`](https://togithub.com/facebook/draft-js/commit/0600549)) - 3/n Splitting PR [#​1828](https://togithub.com/facebook/draft-js/issues/1828): updates to the Rich Text Editor example ([#​1828](https://togithub.com/facebook/draft-js/issues/1828)) (mitermayer in [`e98e91e`](https://togithub.com/facebook/draft-js/commit/e98e91e)) - 2/n splitting PR [#​1828](https://togithub.com/facebook/draft-js/issues/1828): updating `removeRangeFromContentState` ([#​1828](https://togithub.com/facebook/draft-js/issues/1828)) (mitermayer in [`a399e43`](https://togithub.com/facebook/draft-js/commit/a399e43)) - 1/n splitting PR [#​1828](https://togithub.com/facebook/draft-js/issues/1828): Initial forking of `RichTextEditorUtil` ([#​1828](https://togithub.com/facebook/draft-js/issues/1828)) (mitermayer in [`328ddc6`](https://togithub.com/facebook/draft-js/commit/328ddc6)) - Warn if `moveSelectionForward/Backward` called with non-collapsed selection (Flarnie Marchan in [`99eca6b`](https://togithub.com/facebook/draft-js/commit/99eca6b)) - codemod jasmine -> jest in html/shared (Aaron Abramov in [`7f9299d`](https://togithub.com/facebook/draft-js/commit/7f9299d)) - Remove logo from background circle ([#​1800](https://togithub.com/facebook/draft-js/issues/1800)) (Paul O’Shannessy in [`47ae65a`](https://togithub.com/facebook/draft-js/commit/47ae65a)) - var => const on test files (Nivedita Chopra in [`0f58b64`](https://togithub.com/facebook/draft-js/commit/0f58b64)) - Migrate to Docusaurus - Attempt [#​2](https://togithub.com/facebook/draft-js/issues/2) (Noam Elboim in [`710919b`](https://togithub.com/facebook/draft-js/commit/710919b)) - Remove old decorator fingerprint logic (Sophie Alpert in [`b2f6ed0`](https://togithub.com/facebook/draft-js/commit/b2f6ed0)) - Use strict-local in as many files as possible (Miorel Palii in [`3798902`](https://togithub.com/facebook/draft-js/commit/3798902)) - Pass eventTimeStamp to `handleKeyPress` to allow tracking (Flarnie Marchan in [`0ecf9a6`](https://togithub.com/facebook/draft-js/commit/0ecf9a6)) - Pass synthetic event to `handleBeforeInput` callback (Flarnie Marchan in [`b86b5ce`](https://togithub.com/facebook/draft-js/commit/b86b5ce)) - `React.Element` / `React.Element<*>` -> `React.Node` as much as possible (Miorel Palii in [`a1f4593`](https://togithub.com/facebook/draft-js/commit/a1f4593)) - Change remaining vars to let/const (Nivedita Chopra in [`8de2db9`](https://togithub.com/facebook/draft-js/commit/8de2db9)) - Removed `@providesModule` tags and dependencies from draft-js (Rubén Norte in [`ee2e9c8`](https://togithub.com/facebook/draft-js/commit/ee2e9c8)) - Add `@providesModule` back to draft-js modules (Ashley Watkins in [`05b2b4c`](https://togithub.com/facebook/draft-js/commit/05b2b4c)) - Add common Flow type for decorator components (Ashley Watkins in [`8000486`](https://togithub.com/facebook/draft-js/commit/8000486)) - Add `@providesModule` back to draft-js modules (Rubén Norte in [`4c4465f`](https://togithub.com/facebook/draft-js/commit/4c4465f)) - Removed `@providesModule` tag from non-generated files in html/shared directories (1/1) (Rubén Norte in [`293f262`](https://togithub.com/facebook/draft-js/commit/293f262)) - 2/n Remove last vestiges of cWU (Flarnie Marchan in [`e954091`](https://togithub.com/facebook/draft-js/commit/e954091)) - 1/n Move `blockSelect` flag out of cWU (Flarnie Marchan in [`0f6199d`](https://togithub.com/facebook/draft-js/commit/0f6199d)) - Upgrade to Flow v0.68.0 (Sam Goldman in [`a99f51e`](https://togithub.com/facebook/draft-js/commit/a99f51e)) - Strict-ify files that can be strict-ified with no additional changes (Miorel Palii in [`22f9c52`](https://togithub.com/facebook/draft-js/commit/22f9c52)) - rename-unsafe-lifecycles (Brian Vaughn in [`8b3e8c9`](https://togithub.com/facebook/draft-js/commit/8b3e8c9)) - Refactor `convertFromHTMLtoContentBlocks` (Nicolas Champsavoir in [`732b69d`](https://togithub.com/facebook/draft-js/commit/732b69d)) - Making gkx overwrittable (mitermayer in [`7495adf`](https://togithub.com/facebook/draft-js/commit/7495adf)) - 2/n Do update `blockSelectEvents` flag, during render (Flarnie Marchan in [`e571268`](https://togithub.com/facebook/draft-js/commit/e571268)) - 1/n remove GK on `flushSync` (Flarnie Marchan in [`4241f43`](https://togithub.com/facebook/draft-js/commit/4241f43)) - Playground - Making sure blockMap should always visible by default (mitermayer in [`7eb2a50`](https://togithub.com/facebook/draft-js/commit/7eb2a50)) - Move uglifyjs-webpack-plugin to devDependencies (Thibaud Colas in [`4de1345`](https://togithub.com/facebook/draft-js/commit/4de1345)) - Making a more sane .gitignore (mitermayer in [`f4bc3a7`](https://togithub.com/facebook/draft-js/commit/f4bc3a7)) - Examples cleanup (Ken Hibino in [`67f3586`](https://togithub.com/facebook/draft-js/commit/67f3586)) - Ensure selection collapses if user tries to replace with matching text (Brian Ng in [`084bdb6`](https://togithub.com/facebook/draft-js/commit/084bdb6)) - Move `_latestEditorState` assignment back to commit phase (Sophie Alpert in [`04c2b9c`](https://togithub.com/facebook/draft-js/commit/04c2b9c)) - Remove Node 6 from engines list in package.json (Thibaud Colas in [`584d849`](https://togithub.com/facebook/draft-js/commit/584d849)) - Update `_latestEditorState` in render too (Flarnie Marchan in [`90a8f22`](https://togithub.com/facebook/draft-js/commit/90a8f22)) - Widen logging and add stack trace for IE selection bug (Flarnie Marchan in [`a6317e6`](https://togithub.com/facebook/draft-js/commit/a6317e6)) - Match block and inline examples for consistency. (cbeninati in [`e65a8e6`](https://togithub.com/facebook/draft-js/commit/e65a8e6)) - Bundle size stats + Misc changes (Alan Norbauer in [`0a1f981`](https://togithub.com/facebook/draft-js/commit/0a1f981)) - Remove `componentWillUpdate` under GK (Flarnie Marchan in [`7885959`](https://togithub.com/facebook/draft-js/commit/7885959)) - try disabling 'blockSelectEvents' flag (Flarnie Marchan in [`d144883`](https://togithub.com/facebook/draft-js/commit/d144883)) - Update site footer from 2017 -> 2018 (Michael Chen in [`558352c`](https://togithub.com/facebook/draft-js/commit/558352c)) - Make the Flow type of `CompositeDraftDecorator`'s constructor more strict (Steven Luscher in [`a894030`](https://togithub.com/facebook/draft-js/commit/a894030)) - Deprecated the coarse `onArrowUp` et al key handler props on `DraftEditor.react` to make it possible to produce editor commands from these keys (Steven Luscher in [`dc5ca7f`](https://togithub.com/facebook/draft-js/commit/dc5ca7f)) - Wrap Draft handlers in `flushControlled` instead of `flushSync` (Andrew Clark in [`cda13cb`](https://togithub.com/facebook/draft-js/commit/cda13cb)) - Update docs/APIReference-Editor.md (Sai Kishore Komanduri in [`27a5f10`](https://togithub.com/facebook/draft-js/commit/27a5f10)) - Bumping internal flow version (mitermayer in [`342a51a`](https://togithub.com/facebook/draft-js/commit/342a51a)) - Switch from `DraftFeatureFlags` to gkx() (Sophie Alpert in [`07eb9c4`](https://togithub.com/facebook/draft-js/commit/07eb9c4)) - Add `flushSync` to Draft.js for _only_ GK folks (Flarnie Marchan in [`26040e5`](https://togithub.com/facebook/draft-js/commit/26040e5)) ##### Fixed - Fixed drag and drop `.length` error ([#​2117](https://togithub.com/facebook/draft-js/issues/2117)) (job in [`2487e7d`](https://togithub.com/facebook/draft-js/commit/2487e7d)) - Fix broken id anchor ([#​2095](https://togithub.com/facebook/draft-js/issues/2095)) (Sajad Torkamani in [`eddcc55`](https://togithub.com/facebook/draft-js/commit/eddcc55)) - Typo corrected - Overview.md ([#​2089](https://togithub.com/facebook/draft-js/issues/2089)) (Jonathan Erlich in [`87a812d`](https://togithub.com/facebook/draft-js/commit/87a812d)) - fix: set to nested list items to right depth (Kevin Li in [`12c4480`](https://togithub.com/facebook/draft-js/commit/12c4480)) - fix(styles): avoid permanently accumulating attribute styles (Kevin Li in [`7cfb055`](https://togithub.com/facebook/draft-js/commit/7cfb055)) - Fixes runtime error when cutting empty selection at the end of the content (Claudio Procida in [`23fc70f`](https://togithub.com/facebook/draft-js/commit/23fc70f)) - Fixing major Android editing issues ([#​2035](https://togithub.com/facebook/draft-js/issues/2035)) (Fabio M. Costa in [`634bd29`](https://togithub.com/facebook/draft-js/commit/634bd29)) - Fix broken link in Overview.md ([#​2062](https://togithub.com/facebook/draft-js/issues/2062)) (seojeee in [`e8e0bcf`](https://togithub.com/facebook/draft-js/commit/e8e0bcf)) - Fix failing `DraftStringKey` test ([#​2064](https://togithub.com/facebook/draft-js/issues/2064)) (Claudio Procida in [`fe4e266`](https://togithub.com/facebook/draft-js/commit/fe4e266)) - Fixes require order lint issues /2 (Claudio Procida in [`76e121e`](https://togithub.com/facebook/draft-js/commit/76e121e)) - Fixes require order lint issues (Claudio Procida in [`e2c5357`](https://togithub.com/facebook/draft-js/commit/e2c5357)) - Fix the issue of draft JS does not do copy and paste correctly with custom entities. (Tee Xie in [`d09ef3e`](https://togithub.com/facebook/draft-js/commit/d09ef3e)) - fix typo in README.md ([#​2055](https://togithub.com/facebook/draft-js/issues/2055)) (Tanner Eustice in [`75a89ff`](https://togithub.com/facebook/draft-js/commit/75a89ff)) - rename `*.test.js` to `*-test.js` to match naming convention (Aaron Abramov in [`dc58df8`](https://togithub.com/facebook/draft-js/commit/dc58df8)) - Convert some of draftjs' `ReactDOM.findDOMNode` to refs ([#​2051](https://togithub.com/facebook/draft-js/issues/2051)) (Dennis Wilkins in [`1fae34f`](https://togithub.com/facebook/draft-js/commit/1fae34f)) - Correct warning condition ([#​2049](https://togithub.com/facebook/draft-js/issues/2049)) (Ben Gardner in [`ffd8f59`](https://togithub.com/facebook/draft-js/commit/ffd8f59)) - Fix npm run dev ([#​2030](https://togithub.com/facebook/draft-js/issues/2030)) (Fabio M. Costa in [`3c01ef6`](https://togithub.com/facebook/draft-js/commit/3c01ef6)) - Specify correct type of `joinClasses` (George Zahariev in [`7b9a7e1`](https://togithub.com/facebook/draft-js/commit/7b9a7e1)) - Restores flow error suppression for fbjs@1.0.0 ([#​2014](https://togithub.com/facebook/draft-js/issues/2014)) (Claudio Procida in [`6a26a82`](https://togithub.com/facebook/draft-js/commit/6a26a82)) - Fix leading line feed conversion (Guillaume Aubert in [`5081c87`](https://togithub.com/facebook/draft-js/commit/5081c87)) - Handles `
` tags in refactored HTML converter (Claudio Procida in [`fdf63aa`](https://togithub.com/facebook/draft-js/commit/fdf63aa)) - Typo fix in code comment ([#​1997](https://togithub.com/facebook/draft-js/issues/1997)) (Deniz Susman in [`e84e757`](https://togithub.com/facebook/draft-js/commit/e84e757)) - Fix bad destructuring when content block key has a `-` ([#​1995](https://togithub.com/facebook/draft-js/issues/1995)) (Jan Karlo Dela Cruz in [`c21a9f7`](https://togithub.com/facebook/draft-js/commit/c21a9f7)) - Fix typo in code comment for DraftEditor ([#​1991](https://togithub.com/facebook/draft-js/issues/1991)) (Deniz Susman in [`7167210`](https://togithub.com/facebook/draft-js/commit/7167210)) - Fixes lint warnings in `convertFromHTMLToContentBlocks2` tests (Claudio Procida in [`e942ee9`](https://togithub.com/facebook/draft-js/commit/e942ee9)) - Update fbjs to 1.0.0 to fix ReDos Vulnerability ([#​1978](https://togithub.com/facebook/draft-js/issues/1978)) (Anthony Muscat in [`9b2a366`](https://togithub.com/facebook/draft-js/commit/9b2a366)) - Normalize copyright headers to BSD + patents grant and drop the year ([#​1964](https://togithub.com/facebook/draft-js/issues/1964)) (Claudio Procida in [`642aa11`](https://togithub.com/facebook/draft-js/commit/642aa11)) - Fixes flow error ([#​1962](https://togithub.com/facebook/draft-js/issues/1962)) (Claudio Procida in [`fb7882b`](https://togithub.com/facebook/draft-js/commit/fb7882b)) - Remove unused suppression comments from www as of v0.89 (Gabe Levi in [`8dd6dda`](https://togithub.com/facebook/draft-js/commit/8dd6dda)) - Add correct type annotations to DraftEditor.react.js (Paco Estevez Garcia in [`83edf02`](https://togithub.com/facebook/draft-js/commit/83edf02)) - Fix `$FlowFixMe` type not working for CI builds of draft-js (Paco Estevez Garcia in [`81f92ee`](https://togithub.com/facebook/draft-js/commit/81f92ee)) - Annotate exports codemod on html/shared (Paco Estevez Garcia in [`7cb10f9`](https://togithub.com/facebook/draft-js/commit/7cb10f9)) - Revert [`D130971`](https://togithub.com/facebook/draft-js/commit/D13097194): [codemod][types-first] Add type annotations to html/shared (Craig Phillips in [`010fce7`](https://togithub.com/facebook/draft-js/commit/010fce7)) - Add type annotations to html/shared (Paco Estevez Garcia in [`6f4102d`](https://togithub.com/facebook/draft-js/commit/6f4102d)) - Fix all 'curly' violations (Paul O'Shannessy in [`ab199ef`](https://togithub.com/facebook/draft-js/commit/ab199ef)) - Fix tex and universal examples crash because of different React versions ([#​1756](https://togithub.com/facebook/draft-js/issues/1756)) ([#​1931](https://togithub.com/facebook/draft-js/issues/1931)) (Thibaud Colas in [`7dddded`](https://togithub.com/facebook/draft-js/commit/7dddded)) - Fix typo ([#​1913](https://togithub.com/facebook/draft-js/issues/1913)) (noelyoo in [`1d3c77f`](https://togithub.com/facebook/draft-js/commit/1d3c77f)) - Fixes some drag-n-drop problems ([#​1599](https://togithub.com/facebook/draft-js/issues/1599)) (Denis Oblogin in [`20a0f73`](https://togithub.com/facebook/draft-js/commit/20a0f73)) - Bug/1668 ([#​1691](https://togithub.com/facebook/draft-js/issues/1691)) (Alexis H in [`1d2d854`](https://togithub.com/facebook/draft-js/commit/1d2d854)) - Fix SelectionState’s `hasEdgeWithin` ([#​1811](https://togithub.com/facebook/draft-js/issues/1811)) (Andrew Branch in [`7666e95`](https://togithub.com/facebook/draft-js/commit/7666e95)) - Fix drop issue ([#​1725](https://togithub.com/facebook/draft-js/issues/1725)) (LaySent in [`800d6b5`](https://togithub.com/facebook/draft-js/commit/800d6b5)) - fixes [#​868](https://togithub.com/facebook/draft-js/issues/868) ([#​1878](https://togithub.com/facebook/draft-js/issues/1878)) (Julian Krispel in [`6ba124c`](https://togithub.com/facebook/draft-js/commit/6ba124c)) - Fix check for tree blocks (Nivedita Chopra in [`690f7ef`](https://togithub.com/facebook/draft-js/commit/690f7ef)) - Fix bug in merge blocks (Nivedita Chopra in [`7daa87e`](https://togithub.com/facebook/draft-js/commit/7daa87e)) - Fix raw to tree conversion (Nivedita Chopra in [`8ac1922`](https://togithub.com/facebook/draft-js/commit/8ac1922)) - Bug Fix - Remove deleted block from its parent's children (Nivedita Chopra in [`02e0e00`](https://togithub.com/facebook/draft-js/commit/02e0e00)) - Fix small typo ([#​1865](https://togithub.com/facebook/draft-js/issues/1865)) (Valentin Hervieu in [`8bb9c6c`](https://togithub.com/facebook/draft-js/commit/8bb9c6c)) - Fix paste handling for images with `role="presentation"` (Jainil Parekh in [`6df3808`](https://togithub.com/facebook/draft-js/commit/6df3808)) - Minor fix in entities docs ([#​1534](https://togithub.com/facebook/draft-js/issues/1534)) (Alastair Hole in [`9f0d115`](https://togithub.com/facebook/draft-js/commit/9f0d115)) - Fixes incorrect docs, see [#​1497](https://togithub.com/facebook/draft-js/issues/1497) ([#​1837](https://togithub.com/facebook/draft-js/issues/1837)) (Matt Greenfield in [`a18b6fe`](https://togithub.com/facebook/draft-js/commit/a18b6fe)) - Fixes warning for missing keys in example color controls ([#​1853](https://togithub.com/facebook/draft-js/issues/1853)) (Claudio Procida in [`4a5ad07`](https://togithub.com/facebook/draft-js/commit/4a5ad07)) - Fix Lint errors for type imports (Nivedita Chopra in [`e6c693c`](https://togithub.com/facebook/draft-js/commit/e6c693c)) - Fix Travis breakage caused due to unimported `idx` module (Nivedita Chopra in [`3306ddf`](https://togithub.com/facebook/draft-js/commit/3306ddf)) - Fix `DraftTreeAdapter` to respect the tree invariants (Nivedita Chopra in [`39be488`](https://togithub.com/facebook/draft-js/commit/39be488)) - Inline call to `gkx` to combat fatal in `ContentState` (Steven Luscher in [`a6c9ffd`](https://togithub.com/facebook/draft-js/commit/a6c9ffd)) - Handle ReactDOM type errors (Ashley Watkins in [`9130859`](https://togithub.com/facebook/draft-js/commit/9130859)) - Fix tree invariants test ([#​1836](https://togithub.com/facebook/draft-js/issues/1836)) (Nivedita Chopra in [`05208a8`](https://togithub.com/facebook/draft-js/commit/05208a8)) - Fix unlucky failures in character replacement (Sophie Alpert in [`ae25b8f`](https://togithub.com/facebook/draft-js/commit/ae25b8f)) - Regression test for bug with nested block and deleting (Flarnie Marchan in [`2d7ad18`](https://togithub.com/facebook/draft-js/commit/2d7ad18)) - Tree Data - Fix for backspace at the start of a nested block (Nivedita Chopra in [`cf48f77`](https://togithub.com/facebook/draft-js/commit/cf48f77)) - Tree Data - Don't update pointers if range is within the same block (Nivedita Chopra in [`f3d3490`](https://togithub.com/facebook/draft-js/commit/f3d3490)) - Fix Draft input cursor jumping to the end (Dan Abramov in [`37dadd3`](https://togithub.com/facebook/draft-js/commit/37dadd3)) - Fix tests to be independent on the implementation of invariant (Matthew McKeen in [`81cc54b`](https://togithub.com/facebook/draft-js/commit/81cc54b)) - Re-apply order-requires linter on html/shared/ (Dave Alongi in [`0bb8d76`](https://togithub.com/facebook/draft-js/commit/0bb8d76)) - Auto-fix `prefer-const` ESLint rule (3/n) (Miorel Palii in [`bf1a028`](https://togithub.com/facebook/draft-js/commit/bf1a028)) - Auto-fix all auto-fixable eqeqeq problems (Miorel Palii in [`eea70f4`](https://togithub.com/facebook/draft-js/commit/eea70f4)) - Fixing Docusaurus migration issues (Noam Elboim in [`72ad814`](https://togithub.com/facebook/draft-js/commit/72ad814)) - Fix block tree before/after comparison (Sophie Alpert in [`fa88ee1`](https://togithub.com/facebook/draft-js/commit/fa88ee1)) - Fixed license, Flow and lint issues in draft-js (Rubén Norte in [`3e9ff8e`](https://togithub.com/facebook/draft-js/commit/3e9ff8e)) - Actually for real fix the flow type of decorator props (Flarnie Marchan in [`7e1a107`](https://togithub.com/facebook/draft-js/commit/7e1a107)) - Workaround for BlockNode variance issue caused by flow transform ([#​1621](https://togithub.com/facebook/draft-js/issues/1621)) (Bob Ippolito in [`1d77500`](https://togithub.com/facebook/draft-js/commit/1d77500)) - Revert "rename-unsafe-lifecycles" (mitermayer in [`6eec8f9`](https://togithub.com/facebook/draft-js/commit/6eec8f9)) - Fix typo (Aditya Bhardwaj in [`6ef6c66`](https://togithub.com/facebook/draft-js/commit/6ef6c66)) - Website: Fixed code highlight (Marcelo Jorge Vieira in [`04c667c`](https://togithub.com/facebook/draft-js/commit/04c667c)) - Fixing tex example (Guilherme Miranda in [`900ef76`](https://togithub.com/facebook/draft-js/commit/900ef76)) - Fix typo (Thomas Broadley in [`35b3605`](https://togithub.com/facebook/draft-js/commit/35b3605)) - Fixing master (mitermayer in [`4c12ead`](https://togithub.com/facebook/draft-js/commit/4c12ead)) - Fix Linux keyboard shortcuts (Thomas Nardone in [`f6fbf1c`](https://togithub.com/facebook/draft-js/commit/f6fbf1c)) - fix typo in changelog (Flarnie Marchan in [`93bc209`](https://togithub.com/facebook/draft-js/commit/93bc209)) ##### Meta - Add issue triage guidelines to CONTRIBUTING.md ([#​1896](https://togithub.com/facebook/draft-js/issues/1896)) (Nivedita Chopra in [`7df9eb9`](https://togithub.com/facebook/draft-js/commit/7df9eb9)) - Add meeting notes for 10/12 ([#​1901](https://togithub.com/facebook/draft-js/issues/1901)) (Nivedita Chopra in [`9a96ab0`](https://togithub.com/facebook/draft-js/commit/9a96ab0)) - Add meeting notes from 9/7 ([#​1862](https://togithub.com/facebook/draft-js/issues/1862)) (Nivedita Chopra in [`b8ea228`](https://togithub.com/facebook/draft-js/commit/b8ea228)) - Change oncall to draft_js (Nivedita Chopra in [`fbc8a0c`](https://togithub.com/facebook/draft-js/commit/fbc8a0c)) - Update biweekly sync meeting notes from February 2018 (Flarnie Marchan in [`1ef4044`](https://togithub.com/facebook/draft-js/commit/1ef4044)) - Update weekly meeting notes from Oct. 2017 - Jan. 2018 (Flarnie Marchan in [`7017825`](https://togithub.com/facebook/draft-js/commit/7017825))

Renovate configuration

:date: Schedule: "before 2am on monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.