CHANGELOG 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/).
  5. ## [Unreleased]
  6. ### Added
  7. - Added ties
  8. - Added documentation for VexFlow and other graphical objects
  9. - Proper title display
  10. - Cursor on first StaffEntry by default
  11. - Better grunt tasks
  12. - Included demo for better debugging
  13. - Added tests for container's width
  14. - Small fixes for correct x-layouting
  15. - Support for loading MusicXML files by URL
  16. - Support for Promises in loading sheet music
  17. - Better tests for `OSMD`
  18. ### Changed
  19. - Renamed test files according to '_Test' convention
  20. - Removed workaround for title labels
  21. - Renamed files to reflect class names
  22. ### Bugs
  23. - Fixed bug in measure number calculation
  24. - Fixed a bug in calculator
  25. - Fixed bug with beginInstructionWidth
  26. - Fixed bug with response HTTP status
  27. ## [0.0.1-alpha.1] - 2016-07-15
  28. ### Added
  29. - Auto resize to window width
  30. - Preliminary MXL support from URLs
  31. - Tests for OSMD
  32. - Implemented a basic cursor object to browse the sheet
  33. - Public API: Rename `MusicSheetAPI` (renamed to `OSMD`)
  34. - Fallback title display
  35. - Better usage of VexFlow measure size
  36. - Fixed duplicated beams when redrawing
  37. ## [0.0.1-alpha.0] - 2016-07-08
  38. ### Added
  39. - First public pre-release
  40. [Unreleased]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.0.1-alpha.1...HEAD
  41. [0.0.1-alpha.1]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.0.1-alpha.0...0.0.1-alpha.1