Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: highlightjs/vue-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: highlightjs/vue-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 6 files changed
  • 8 contributors

Commits on Jun 22, 2021

  1. update changelog

    joshgoebel committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    abd235c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    d373ece View commit details
    Browse the repository at this point in the history
  2. (chore) release 2.1.0

    joshgoebel committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    365d616 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. (doc): Fix usage of highlight.js/lib/common (#20)

    Modern bundlers will optimize out unused imported names. Importing the module directly will indicate that it is a side effect and should not be optimized out.
    
    Fix #18
    Trinovantes authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    02c4757 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    71cbe56 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    f647a81 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. (chore) release 2.1.1

    joshgoebel committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    68687b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    4a9a270 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. (fix) allow keyboard scrolling when a scrollbar is applied to the ele…

    …ment (#33)
    
    Default to `tabindex="0"` on the internal `<code>` element to allow keyboard scrolling when a scrollbar is applied to the element. This resolves an accessibility issue found by Vue-Axe.
    TheJaredWilcurt authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c4e3a91 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Fix language prop being ignored (#42)

    * Fix language prop being ignored
    
    Fixes a logic error which meant autodetection would override an explicit language being given.
    
    * Update CHANGELOG.md
    barrycohen authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    454575a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. (doc) Add Installation instructions (#51)

    Co-authored-by: Beat Reichenbach <beatreichenbach@users.noreply.github.com>
    beatreichenbach and beatreichenbach authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    ecdd052 View commit details
    Browse the repository at this point in the history
Loading