abcjs 6.2.1 → 6.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,6 +10,9 @@ Full documentation is here: [abcjs documentation](https://paulrosen.github.io/ab
10
10
 
11
11
  There is an organization that has a collection of useful projects related to abcjs called [abcjs-music](https://github.com/abcjs-music). See some examples there. If you have a project that you think would be of general interest and would like to add it to that organization, contact me.
12
12
 
13
+ ## Announcement: version 6.2.2
14
+
15
+ There was a major bug in Firefox 112 that causes some lines to disappear. That is supposed to be fixed in Firefox 113 but in the meantime this update will take care of the problem.
13
16
  ## Announcement: version 6.1.2
14
17
 
15
18
  There is a little difference in the generated SVG: Now each line is surrounded with a `<g>` element. This probably won't affect your program unless you are doing very specific manipulation of the SVG.
package/RELEASE.md CHANGED
@@ -1,3 +1,18 @@
1
+ # Version 6.2.2
2
+
3
+ ## Features
4
+
5
+ * Make "mandolin" and "fiddle" synonyms for "violin" in tablature.
6
+
7
+ ## Bugs
8
+
9
+ * Don't draw staff line for tabs twice if there are two voices on it.
10
+
11
+ * make the staff line the correct width in Firefox.
12
+
13
+ * Fix bug in Firefox that causes staff lines, bar lines, and stems to be missing.
14
+
15
+ * Fix bug in Firefox that cuts off the last line of the SVG.
1
16
  # Version 6.2.1
2
17
 
3
18
  ## Bugs