abcjs 6.6.3 → 6.6.4

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/RELEASE.md CHANGED
@@ -1,3 +1,32 @@
1
+ # Version 6.6.4
2
+
3
+ ## Bugs
4
+
5
+ * Be able to escape the percent sign.
6
+
7
+ * Make the lines a little thicker in Firefox because it has rendering problems.
8
+
9
+ * fix inline meter & key signature change rendering in grand staff
10
+
11
+ * Fix swung note positioning when using pickup notes.
12
+
13
+ * Fix inline key changes leaking between voices
14
+
15
+ * Add debugging info for mysterious timing callback crash
16
+
17
+ * When doing callbacks, respect new tempo when replacing a tune and there isn't an explicit tempo set.
18
+
19
+ * Fix bug in sequencing repeats when there is a start repeat at the same place as an end repeat.
20
+
21
+ ## Features
22
+
23
+ * Add many more chords when generating synth. (thx michaeljmachado)
24
+
25
+
26
+ ## Documentation
27
+
28
+ * Improve AbcElem typescript definition
29
+
1
30
  # Version 6.6.3
2
31
 
3
32
  ## Bugs