Skip to content

Releases: github/paste-markdown

v1.0.4

11 Oct 16:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Oct 17:36
Compare
Choose a tag to compare
  • Include all dist files in package c67aedf

v1.0.2...v1.0.3

v1.0.2

30 Sep 20:53
Compare
Choose a tag to compare
  • Merge pull request #23 from steffen/paste-urls-as-markdown-links d206bbf
  • Update README.md with new API 6c4781f
  • Fix CI build fail 7840f7d
  • Merge branch 'main' into paste-urls-as-markdown-links a3de35a
  • Merge pull request #25 from steffen/patch-1 cd891ff
  • Update .github/workflows/nodejs.yml 9c23cdd
  • Make Build workflow for PRs from forked repos 9faa8b1
  • Add link feature to subscribe function 1c6b0cd
  • Merge branch 'main' into paste-urls-as-markdown-links a5d440e
  • Add exporting link feature separately (#1) ac3e95a
  • Merge pull request #24 from github/update-developer-dependencies 3fa6bef
  • Fix lint violations after upgrading packages 7449190
  • Update developer packages 36eef5b
  • Add test for turning pasted urls on selected text into markdown links d4c60b1
  • Add an example on the demo page 460e1b6
  • Change addNewline to be an option 9be6083
  • Use includes instead of indexOf 834a61c
  • Define regular expression inline 8f4b8e2
  • Add pasting URLs on selected text as Markdown links da17a94

v0.3.4...v1.0.2

What's Changed

  • Update developer dependencies by @koddsson in #24
  • Make Build workflow run for PRs from forked repos by @steffen in #25
  • Breaking change: Add pasting URLs on selected text as Markdown links by @steffen in #23

New Contributors

Full Changelog: v0.3.4...v1.0.2

v0.3.4: Merge pull request from GHSA-gpfj-4j6g-c4w9

12 Aug 12:27
32b7ea3
Compare
Choose a tag to compare

This release patches a security issue with the library where an attacker can trick a user into passing an XSS payload into an affected website.

See GHSA-gpfj-4j6g-c4w9

v0.3.3...v0.3.4

v0.3.3

04 Aug 11:04
v0.3.3
c07aff4
Compare
Choose a tag to compare

This release reverts the changes that were published in v0.3.2. There were regressions with the release that we don't have a good solution for right now, and to move forward with the library, we need to revert the changes. v0.3.2 will be marked as deprecated on npm.

v0.3.2...v0.3.3

v0.3.2

11 May 12:35
v0.3.2
9416e13
Compare
Choose a tag to compare

This release fixes an issue where the library parsed only one table from the clipboard payload. After this change, the library will parse all tables in the HTML payload into markdown. (#20)

v0.3.1...v0.3.2

v0.3.1

04 May 09:37
v0.3.1
934fb5e
Compare
Choose a tag to compare

This release includes a fix for a bug where users paste text accompanying a table, and then the system would paste only the markdown table to the textarea (#19).

The release also contains some bug fixes and software updates.

v0.3.0...v0.3.1

v0.3.0

20 Feb 19:48
0a0d7ee
Compare
Choose a tag to compare

#16

  • Add support for table[data-paste-markdown-skip].
  • Remove support for skipping tables with js-comment/js-blob-*/js-diff-* classes.

v0.2.5

11 Sep 16:24
264763c
Compare
Choose a tag to compare
  • Merge pull request #11 from github/add-typescript-definition-file 91d722d
  • add typescript definition file 197903b

v0.2.4...v0.2.5

v0.2.4

05 Sep 07:57
2e64f34
Compare
Choose a tag to compare

v0.2.3...v0.2.4