abcjs 6.0.2 → 6.0.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
@@ -16,6 +16,8 @@ There are only a few bug fixes since the last beta.
16
16
 
17
17
  The current plan is to continue doing bug fixes and minor features to the 6.x.x branch, but version 7 is already in planning.
18
18
 
19
+ There are some minor features that will still be added to the version 6 branch, along with fixing transposition.
20
+
19
21
  ## Informal roadmap for version 7.0.0
20
22
 
21
23
  There will be some architecture changes which will go in a 7.0.0 release:
package/RELEASE.md CHANGED
@@ -1,3 +1,25 @@
1
+ # Version 6.0.3
2
+
3
+ ## Bugs
4
+
5
+ * Fix unhandled rejection if there is a problem with an input note when creating notes.
6
+
7
+ * put the height of ties/slurs in the line height calculation
8
+
9
+ * Measurements that used "px" were reporting a warning.
10
+
11
+ * Fix bass note in jazz chord when it contains a sharp or flat
12
+
13
+ ## Features
14
+
15
+ * Quotation maark in a chord can be escaped.
16
+
17
+ ## Documentation
18
+
19
+ * Add example of reusing created synth buffers.
20
+
21
+ * Fix example in docs on creating a drum rhythm
22
+
1
23
  # Version 6.0.2
2
24
 
3
25
  ## Bugs