abcjs 6.1.0 → 6.1.3

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
@@ -8,6 +8,10 @@ This library makes it easy to incorporate **sheet music** into your **websites**
8
8
 
9
9
  Full documentation is here: [abcjs documentation](https://paulrosen.github.io/abcjs/)
10
10
 
11
+ ## Announcement: version 6.1.2
12
+
13
+ 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.
14
+
11
15
  ## Announcement: version 6.1.0
12
16
 
13
17
  There is a brand new transposing feature. This allows you to input an ABC string and get a new ABC back in a different key. See the documentation for details. I'm sure there are ways to expand this - let me know if your use case is missing.
package/RELEASE.md CHANGED
@@ -1,3 +1,32 @@
1
+ # Version 6.1.3
2
+
3
+ ## Bugs
4
+
5
+ * fix placement of tablature staff when there is extra space used above the staff.
6
+
7
+ * Fix regression crash when using 'y' spacer
8
+
9
+ # Version 6.1.2
10
+
11
+ ## Bugs
12
+
13
+ * fix combining oneSvgPerLine with responsive: "resize"
14
+
15
+ * fix drawing audio controls when the outer stylesheet changes the button's lineHeight
16
+ # Version 6.1.1
17
+
18
+ ## Bugs
19
+
20
+ * rewrite oneSvgPerLine; fixes selection and keeping multiline items (like slurs) correctly.
21
+
22
+ ## Features
23
+
24
+ * added mobile browser TouchEvent support for dragging
25
+
26
+ ## Documentation
27
+
28
+ * fixed some typescript definitions
29
+
1
30
  # Version 6.1.0
2
31
 
3
32
  ## Bugs
package/SECURITY.md ADDED
@@ -0,0 +1,9 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Only the latest version will get security updates. Please stay updated if possible.
6
+
7
+ ## Reporting a Vulnerability
8
+
9
+ Contact Paul Rosen directly if you detect a security problem. The most reliable way is to through the contact form on https://abcjs.net.
package/abcjs-audio.css CHANGED
@@ -24,6 +24,7 @@
24
24
  background: none !important;
25
25
  border: 1px solid transparent;
26
26
  box-sizing: border-box;
27
+ line-height: 1;
27
28
  }
28
29
 
29
30
  .abcjs-btn g {