Skip to content

Conversation

@dependabot-preview
Copy link

Updates the requirements on draft-js to permit the latest version.

Changelog

Sourced from draft-js's changelog.

Changelog

Notable changes to Draft.js will be documented in this file.

Changes to src are live in production on facebook.com at the time of release.

0.10.5 (January 19th, 2018)

Added

  • Add support for ariaDescribedBy prop, for better a11y. (Suraj Karnati in
    a6af3e15)
  • Add support for ariaLabelledBy prop, for better a11y. (@​jackyho112
    in #1519)

Changed

  • Cause editor to break out of code block when user enters two blank lines. (Hanzhi Zhang
    in 548fd5d1)

Fixed

  • Preserve list indentation when copying and pasting from one Draft.js editor
    into another. (@​GordyD in #1605)
  • Fix cannot read property 'update' of undefined error that was thrown when
    typing same character into selection that starts with that character. (@​existentialism in
    #1512)
  • Fix encodeRawBlocks to handle non-contiguous entities. Entities should
    always be contiguous, and cover one sequential range of characters. However,
    in cases where entityState is corrupted to include non-contiguous entities,
    encodeRawBlocks would improperly process the entities in that case. (Frank
    Thompson in 0059dd46)
  • Updated CSS for DraftEditorPlaceholder to support multiline placeholder (Gaurav Vaish in
    c38b0285
  • Fix issue where typing at the end of a link caused the link to continue. (Ian
    Jones in
    d16833b3)
  • Fix regression of bug where clicking a link caused the focus to move but the
    selection state was not cleared, leading to a 'node not found' error.
    (@​flarnie
    in 55316176)
  • Loosen Flow type definition for DraftBlockType to allow user-defined custom
    block types. (@​mitermayer
    in #1480)

0.10.4 (October 24th, 2017)

Added

  • Expose onRightArrow and onLeftArrow props to allow handling keyboard
    events when right or left arrow is pressed.
    (@​eessex
    in #1384)
  • Expose Draft.css as default CSS export in package.json for use by CSS
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [draft-js](https://github.com/facebook/draft-js) to permit the latest version.
- [Release notes](https://github.com/facebook/draft-js/releases)
- [Changelog](https://github.com/facebook/draft-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/draft-js/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 9, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.171% when pulling 94943fd on dependabot/npm_and_yarn/draft-js-approx-0.11.0 into 2cb188d on master.

@dependabot-preview
Copy link
Author

Superseded by #75.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/draft-js-approx-0.11.0 branch September 20, 2019 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants