abcjs 6.1.2 → 6.1.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 +14 -0
- package/dist/abcjs-basic-min.js +2 -2
- package/dist/abcjs-basic.js +15 -14
- package/dist/abcjs-basic.js.map +1 -1
- package/dist/abcjs-plugin-min.js +2 -2
- package/package.json +1 -1
- package/src/tablatures/tab-renderer.js +1 -1
- package/src/write/selection.js +16 -11
- package/src/write/svg.js +1 -1
- package/version.js +1 -1
package/RELEASE.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Version 6.1.4
|
|
2
|
+
|
|
3
|
+
## Bugs
|
|
4
|
+
|
|
5
|
+
* Fix error when selecting notes
|
|
6
|
+
|
|
7
|
+
# Version 6.1.3
|
|
8
|
+
|
|
9
|
+
## Bugs
|
|
10
|
+
|
|
11
|
+
* fix placement of tablature staff when there is extra space used above the staff.
|
|
12
|
+
|
|
13
|
+
* Fix regression crash when using 'y' spacer
|
|
14
|
+
|
|
1
15
|
# Version 6.1.2
|
|
2
16
|
|
|
3
17
|
## Bugs
|