Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-19 | 354 Bytes | |
Version 17.9 source code.tar.gz | 2024-03-19 | 256.9 kB | |
Version 17.9 source code.zip | 2024-03-19 | 321.9 kB | |
Totals: 3 Items | 579.2 kB | 0 |
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.