abcjs 6.2.0 → 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/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2022 Paul Rosen and Gregory Dyke
1
+ Copyright (c) 2009-2023 Paul Rosen and Gregory Dyke
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
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,34 @@
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.
16
+ # Version 6.2.1
17
+
18
+ ## Bugs
19
+
20
+ * don't crash if "capo" is passed in to tablature as a string
21
+
22
+ * fix possible crash if setTiming is called before engraving
23
+
24
+ * Fix bug in Firefox 112 that causes lines to be missing.
25
+
26
+ * Add more debug messages when creating synth
27
+
28
+ * Fix type of prime return
29
+
30
+ * Protect against crash when selecting an element if the element selected is somehow outside of the music svg.
31
+
1
32
  # Version 6.2.0
2
33
 
3
34
  ## Features