Przeglądaj źródła

fix(vexflow): update vexflow to 1.2.90, fixing rests displayed twice (see OSMD function test invisible notes)

visual regression tests run for the first time for this update.

only visual change for the samples was in the invisible notes function test,
where instead of double rest notes on the same beat,
it now only displays one rest, which looks better.
sschmid 5 lat temu
rodzic
commit
a713d20f44
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -58,7 +58,7 @@
     "loglevel": "^1.5.0",
     "svg2pdf.js": "^1.5.0",
     "typescript-collections": "^1.3.3",
-    "vexflow": "1.2.89"
+    "vexflow": "1.2.90"
   },
   "devDependencies": {
     "@types/chai": "^4.2.9",