Skip to content

Releases: digitoimistodude/air-reactions

Support dynamic loading of reaction items, get better defaults

07 May 10:46
Compare
Choose a tag to compare

Dynamic loading

Plugin now supports dynamic loading for reaction items. Just trigger the event initAirReactions and new reaction items will be seeked from DOM and initialized.

Example:

// After posts loaded from AJAX
const event = new Event('initAirReactions');
window.dispatchEvent(event);

Better defaults

Get the default reaction types from the filtered type list instead of hard coded defaults.

Thanks to @hoandt for pointing out the issues.

First release

18 Mar 13:44
Compare
Choose a tag to compare
1.0.0

Version up