Releases: guoyunhe/rabbit-lyrics
Releases · guoyunhe/rabbit-lyrics
2.1.1
2.1.0
2.0.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
Added
- Support timestamp with hours
[hh:mm:ss.xx]
, like[2:17:53.92]
. - Add alignment option.
- Add height option.
- Add changelog.
- CSS class of playing status.
Changed
- Go back to CSS from SCSS, since the style is too simple.
- Build with latest webpack (v4.17.0) and css loader (v1.0.0).
- Update document and examples.
- Use BEM naming.
Removed
- Don't extract CSS file anymore. Style will be loaded by JavaScript. A single
entry point makes it easier to import.
1.0.0
- This is the first version available as NodeJS package. It is rewritten as Node module and can be imported through Webpack or Browserify.
- jQuery dependency has been removed. Now it doesn't have any run-time dependency.
- Auto-scroll is more accurate and smooth.
- Better documentation and examples.