decima / kip

Knowledge Is Power
8 stars 3 forks source link

⬆️ Bump @toast-ui/editor from 2.1.2 to 2.5.0 #82

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps @toast-ui/editor from 2.1.2 to 2.5.0.

Release notes

Sourced from @toast-ui/editor's releases.

editor@2.5.0

New Features

Editor

  • 929dc94 [WYSIWYG] Add and edit link to image (#1208)
  • b129c66 Support Portuguese language (pt-BR) (#1220)

Bug Fixes

Editor

  • 90143c4 Fix a problem that when copying a child list, it was pasted in an indented state (#1230)
  • b129c66 Revised Norwegian for i18n (#1207)

editor@2.4.0

New Features

Editor

const editor = new Editor({
  frontMatter: true
});

frontmatter

  • 855abe6 Support Croatian language (hr-HR) (#1162)
  • 4df75a0 [Markdown] Add key action to table in markdown (#1126)

Case 1: tab (or shift + tab) key

Pressing the tab key in the markdown table moves the cursor cell by cell.

Case 2 : enter key

Pressing the enter key in the markdown table adds the syntax for the new row.

  • 151f98e [Viewer] Add an internal attribute to disable task markers when using the customHTMLRenderer option (#1163)

Bug Fixes

Editor

  • 60e747a Type inference is wrong when table-merged-cell plugin is set in the plugin option (#1160)
  • b312e15 [Markdown] Syntax highlighting is broken when wrapping text containing blank lines with fence code block syntax (#1167)

... (truncated)

Commits


Dependabot compatibility score

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AboutGoods/kip/network/alerts).