abcjs 6.2.0 → 6.2.1

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/RELEASE.md CHANGED
@@ -1,3 +1,19 @@
1
+ # Version 6.2.1
2
+
3
+ ## Bugs
4
+
5
+ * don't crash if "capo" is passed in to tablature as a string
6
+
7
+ * fix possible crash if setTiming is called before engraving
8
+
9
+ * Fix bug in Firefox 112 that causes lines to be missing.
10
+
11
+ * Add more debug messages when creating synth
12
+
13
+ * Fix type of prime return
14
+
15
+ * Protect against crash when selecting an element if the element selected is somehow outside of the music svg.
16
+
1
17
  # Version 6.2.0
2
18
 
3
19
  ## Features