abcjs 6.1.7 → 6.1.9

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,8 @@ 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
+ 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
+
11
13
  ## Announcement: version 6.1.2
12
14
 
13
15
  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,51 @@
1
+ # Version 6.1.9
2
+
3
+ ## Features
4
+
5
+ * Add decorations for !D.C.alcoda!, !D.C.alfine!, !D.S.alcoda! and !D.S.alfine!
6
+
7
+ ## Bugs
8
+
9
+ * keep transposing from crashing when K:none.
10
+
11
+ * mark the touch events as passive to prevent jank.
12
+
13
+ * fix crash when the M: line is missing and drum intro is used.
14
+
15
+ * fix midi output when using percussion voice.
16
+
17
+ ## Documentation
18
+
19
+ * Improved the typescript types somewhat.
20
+
21
+ * Upgrade VuePress.
22
+
23
+ * Fix link for new synth in the docs.
24
+
25
+ # Version 6.1.8
26
+
27
+ ## Features
28
+
29
+ * Implement 'octave' modifier for K: and V: fields.
30
+
31
+ ## Bugs
32
+
33
+ * Handle accidentals in a measure in tablature.
34
+
35
+ * Fix accidental handling in tablature when there is a key signature.
36
+
37
+ * Add a little padding when tablature doesn't have a label.
38
+
39
+ * Fix the css styles applied to tablature.
40
+
41
+ * Allow percmap to use higher octave pitches.
42
+
43
+ * Fix cursor movement when playing synth and tablature is visible.
44
+
45
+ ## Documentation
46
+
47
+ * Add example of getting lyrics out of a tune.
48
+
1
49
  # Version 6.1.7
2
50
 
3
51
  ## Bugs