Skip to content

Releases: FriendsOfFlarum/mason

1.2.1

12 Nov 21:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Sep 15:19
d1bb0af
Compare
Choose a tag to compare
  • Use official Flarum ComposerState fields API to hold answer data. This allows other extensions to interact with Mason in new ways.

Flarum 1.3 compatibility and bugfixes

10 Jul 23:56
751b055
Compare
Choose a tag to compare
  • 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.

Bugfix

28 Jun 15:01
Compare
Choose a tag to compare
Bundled output for commit 1b6194d5ab2a9220c59940731810043204c39d0d

Includes transpiled JS/TS.

[skip ci]

Flarum/core 1.0 ready

22 Jun 11:28
Compare
Choose a tag to compare
Bundled output for commit 05cc246fe9a9a7c4204860606408202b551de72a

Includes transpiled JS/TS.

[skip ci]

Bugfix

16 Feb 01:04
bd26ba8
Compare
Choose a tag to compare
  • Fix error when viewing posts with number 1 from a user profile

Beta 15 update

15 Feb 18:41
709928b
Compare
Choose a tag to compare
  • Flarum beta 15 compatibility
  • Fix visual glitch where a refresh was required to see edited field
  • Fix visual glitch where selecting a value in dropdown would still show old value