- Fix
language
prop being ignored unlessautodetect
is explicitly set tofalse
(#41)
- 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. (#33)
- add
exports "."
topackage.json
(#27)
vue
andhighlight.js
moved topeerDependencies
(#17)- no other changes
- Export
component
also - Fix name of types file
- Vue 3.x support
- TypeScript
- Publishing 1.0 was weird, just wanting to make sure the correct code was on NPM.
- Update to the newer Highlight.js
highlight
API. - Clarify in README this is for Vue.js 2.0
- Original release
- Code split out from the original Highlight.js package