abcjs 6.1.6 → 6.1.7
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 +17 -0
- package/dist/abcjs-basic-min.js +2 -2
- package/dist/abcjs-basic.js +1111 -4817
- package/dist/abcjs-basic.js.map +1 -1
- package/dist/abcjs-plugin-min.js +2 -2
- package/package.json +14 -10
- package/src/write/abc_abstract_engraver.js +5 -2
- package/src/write/selection.js +2 -2
- package/version.js +1 -1
package/RELEASE.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# Version 6.1.7
|
|
2
|
+
|
|
3
|
+
## Bugs
|
|
4
|
+
|
|
5
|
+
* don't draw measure numbers before the beginning of the line.
|
|
6
|
+
|
|
7
|
+
* guard against crash on touch selection
|
|
8
|
+
|
|
9
|
+
## Testing
|
|
10
|
+
|
|
11
|
+
* open the browser and run the test-server in parallel
|
|
12
|
+
|
|
13
|
+
* add a minimal server for serving test pages
|
|
14
|
+
## Documentation
|
|
15
|
+
|
|
16
|
+
* Add example of getting lyrics out of a tune
|
|
17
|
+
|
|
1
18
|
# Version 6.1.6
|
|
2
19
|
|
|
3
20
|
## Bugs
|