ソースを参照

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 年 前
コミット
a713d20f44
1 ファイル変更1 行追加1 行削除
  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",