Releases: github/paste-markdown
Releases · github/paste-markdown
v0.2.3
- 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
0.2.3
v0.2.2
- 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
paste-markdown 0.2.1
-
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.