Flarum 1.3 compatibility and bugfixes
- Fixed answers not loading correctly on Flarum 1.3
- Updated to Webpack 5 for smaller javascript bundle size
- Fixed phantom commas appearing next to fields
This update requires Flarum 1.2+
This updates includes a breaking change for custom integrations that directly interact with the REST API or javascript models. The suggested_answers
field relationship has been renamed to suggestedAnswers
and the all_answers
field relationship has been renamed to allAnswers
. This change applies to the REST API include
name, the key in the JSON data and the relationship method in javascript.