Skip to content

Releases: github/paste-markdown

v0.2.3

30 Aug 10:06
69f0b6e
Compare
Choose a tag to compare
  • Merge pull request #9 from github/publish-to-gpr-as-well c43382c
  • Merge pull request #7 from github/dependabot/npm_and_yarn/mixin-deep-1.3.2 c3ebae7
  • publish to GPR as a postpublish step 108603f
  • Bump mixin-deep from 1.3.1 to 1.3.2 afd5461
  • Merge pull request #6 from github/dependabot/npm_and_yarn/eslint-utils-1.4.2 ab09d4e
  • Bump eslint-utils from 1.3.1 to 1.4.2 20eb97e

v0.2.2...v0.2.3

0.2.3

30 Aug 10:06
c43382c
Compare
Choose a tag to compare
Merge pull request #9 from github/publish-to-gpr-as-well

Publish to GPR as a postpublish step

v0.2.2

23 Aug 11:50
dc743e6
Compare
Choose a tag to compare
  • Merge pull request #4 from github/dependabot/npm_and_yarn/lodash-4.17.15 7923a89
  • Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.15 bc3d86e
  • Merge pull request #5 from github/dependabot/npm_and_yarn/js-yaml-3.13.1 c868952
  • Bump js-yaml from 3.12.1 to 3.13.1 4e9101e
  • Bump lodash from 4.17.11 to 4.17.15 696e6ef

v0.2.1...v0.2.2

paste-markdown 0.2.1

25 Mar 17:47
Compare
Choose a tag to compare
  • Correctly position cursor after operation if extra newline was inserted

  • Correctly replace existing selection

  • The paste/drop behavior now defaults to native behavior if no image links were found in the data transfer. This avoids an extra newline when pasting a plain link.

  • Do not call insertText() more than once. This avoids triggering the 'change' event N times if N items were pasted/dropped.