Skip to content

Version 17.9

Compare
Choose a tag to compare
@verlok verlok released this 19 Mar 14:13
· 118 commits to master since this release

17.9.0

  • Allowing to pass empty string ("") as value for class options (class_loading, class_applied, class_loaded, class_error, class_entered, class_exited) so that no DOM mutation will happen if not necessary. This is a potential performance improvement. Suggested in #605.