The Wayback Machine - https://web.archive.org/web/20201111233538/https://github.com/github/quote-selection/releases
Skip to content

@dgraham dgraham released this Apr 10, 2020

  • Replace Babel + Flow with TypeScript #20
Assets 2
Nov 5, 2019

@koddsson koddsson released this Sep 11, 2019

  • Merge pull request #15 from github/add-typescript-definition-file 4b03269
  • Merge branch 'master' into add-typescript-definition-file 208849d
  • Merge pull request #17 from github/update-deps 9095a5c
  • Merge branch 'master' into update-deps 8145e9b
  • Merge pull request #16 from github/gh-ci 405d698
  • run npm audit fix 9533a2e
  • Use GitHub CI 04a6b78
  • add typescript definition file 579fbd9

v0.8.2...v0.8.3

Assets 2
  • 0.8.2
  • b03e53f
  • Compare
    Choose a tag to compare
    Search for a tag
  • 0.8.2
  • b03e53f
  • Compare
    Choose a tag to compare
    Search for a tag

@koddsson koddsson released this Aug 30, 2019

Merge pull request #14 from github/publish-to-gpr-as-well

Publish to GPR as a postpublish step
Assets 2

@koddsson koddsson released this Aug 30, 2019

  • Merge pull request #14 from github/publish-to-gpr-as-well b03e53f
  • Merge branch 'master' into publish-to-gpr-as-well 0a43b40
  • Merge pull request #13 from github/dependabot/npm_and_yarn/mixin-deep-1.3.2 0ea7478
  • publish to GPR as a postpublish step 525a178
  • Bump mixin-deep from 1.3.1 to 1.3.2 2ba4c15
  • Merge pull request #12 from github/dependabot/npm_and_yarn/eslint-utils-1.4.2 c817c4e
  • Bump eslint-utils from 1.3.1 to 1.4.2 83fc862

v0.8.1...v0.8.2

Assets 2

@koddsson koddsson released this Aug 23, 2019

  • Merge pull request #11 from github/dependabot/npm_and_yarn/lodash-4.17.15 d14d70c
  • Bump lodash from 4.17.11 to 4.17.15 6ca66e7

v0.8.0...v0.8.1

Assets 2

@mislav mislav released this Apr 16, 2019

  • BREAKING: Install with options rather than consulting the data-quote-markdown HTML attribute:

    install(container, {
      quoteMarkdown: true,
      copyMarkdown: false,
      scopeSelector: '.js-comment-body'
    })

    This library no longer expects any special markup in your app, except that a <textarea> should be found within container. If your app uses the data-quote-markdown attribute, here is an example for how to make it compatible with this version:

    install(container, {
      quoteMarkdown: container.hasAttribute('data-quote-markdown'),
      scopeSelector: container.getAttribute('data-quote-markdown') || ''
    })
  • BREAKING: Remove support for convering to GitHub-specific syntax. Selection-to-Markdown logic no longer handles specially:

    • <div class="highlight"><pre>
    • <a href="..." class="user-mention">@monalisa</a>
    • <a href="..." class="team-mention">@github/octocats</a>
    • <a href="..." class="issue-link">#123</a>
    • <img alt=":wave:" class="emoji" src="...">
  • An additional quote-selection-markdown event now gets fired on the container element and publishes a reference to fragment which can be used to inject site-specific syntaxes before the selection is converted to text.

  • Preserve ~strikethrough~ when quoting markdown.

Assets 2
Mar 1, 2019
Feb 26, 2019
0.6.0

@mislav mislav released this Feb 15, 2019 · 48 commits to main since this release

  • Ensure that change event is fired after changing textarea value
Assets 2
You can’t perform that action at this time.