2.3.1
In this release these are the Bug Fixes:
- Fixed Issues #3, #4 which had to do with the Background not being properly contained
- Specifically, the background would either not appear or be moved by the lyrics in some circumstances. By moving the background permanently to the "under-main-view" container (which by name is perfectly suited for this case) we avoid any conflicts and ensure that the background is always there (given the CSS changes to make backgrounds transparent work).
- Updated package.json version checking to use actual code file instead
- This had to be done because the Package.json and beautiful-lyrics.js files on the JSDelivr server can have their caches updated at different times - there is no guarantee they will update at the same time. So the package could update - cause people to reinstall - and thus get the same version since it updated before the scripts cache did. There was no added complexity to this because we already bundle in the package.json version into the code when publishing.
Full Changelog: 2.3.0...2.3.1