Skip to content

v1.5.0

Compare
Choose a tag to compare
@joshstoik1 joshstoik1 released this 01 May 03:05
· 121 commits to master since this release

New

  • Animation::JumpIn
  • Animation::BlackSheepCatch
  • The two DOM elements added by the library/extension now have a js-mate-poe-mate class to make them more easily identifiable

Changed

  • Miscellaneous animation tweaks and improvements
  • Minor CSS optimizations
  • Additional image sprite optimizations (compression)
  • Switch back to Rust's default allocator (it's better, but a little bigger than lol_alloc)
  • Improved docs

Fixed

  • Mitigate orphaned artifacts caused by Firefox's extension update process; when upgrading from this release to the next one, frozen Poes should get cleaned up automatically (extension)
  • Added detection for late dynamic library initialization (extension)