Skip to content

Releases: guoyunhe/rabbit-lyrics

2.1.1

02 Mar 14:54
Compare
Choose a tag to compare

Fixed

  • findMediaElement children checking

2.1.0

28 Feb 06:04
Compare
Choose a tag to compare

Added

  • setAlignment() function
  • setViewMode() function

Fixed

  • Highlight current lyrics line immediately after re-rendering or clicking

2.0.0

24 Feb 17:14
Compare
Choose a tag to compare

Added

  • ESM module
  • Karaoke feature
  • setLyrics() function to change lyrics dynamically

Changed

  • BREAKING CHANGE: rename UMD module

Removed

  • BREAKING CHANGE: height option. You can set height through CSS

1.3.0

19 Aug 07:10
Compare
Choose a tag to compare

Changed

  • Change license from GPLv3 to AGPLv3

Fixed

  • Support hour timestamp #12

1.2.0

05 Jun 18:34
Compare
Choose a tag to compare

Added

  • Support multiple lyrics. #10

1.1.2

08 May 08:06
Compare
Choose a tag to compare

Fixed

  • Webpack library export issues #9

1.1.1

28 Feb 17:16
Compare
Choose a tag to compare

Fixed

  • Cannot specify media element #6
  • data-audio should be changed to data-media in documentation

1.1.0

25 Oct 22:06
Compare
Choose a tag to compare

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

30 Jul 22:38
Compare
Choose a tag to compare
  • 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.

0.1.2

08 Oct 11:49
Compare
Choose a tag to compare

Skip empty lines.