m3g4p0p / abc-select-bookmarklet

A bookmarklet to render the currently selected ABC into a modal
MIT License
0 stars 0 forks source link

Upgrade abcjs #1

Open paulrosen opened 3 years ago

paulrosen commented 3 years ago

Hi! Thanks for the useful bookmarklet!

Is it possible to upgrade the version of abcjs? It is currently 5.2.0 and the current version is 6.0.0-beta.25. That has some bug fixes in it.

m3g4p0p commented 3 years ago

Hi @paulrosen, thanks a lot for your feedback, and of course for abcjs! :) The version is actually getting maintained in another repo with a web component that this bookmarklet simply loads and appends to the document:

https://github.com/m3g4p0p/abc-select-component

Now the thing is when I run yarn upgrade abcjs --latest it will still stick to version 5; so should I just pin that specific beta version instead?