Releases: FriendsOfFlarum/mason
Releases · FriendsOfFlarum/mason
1.2.1
What's Changed
- Bump loader-utils from 2.0.2 to 2.0.4 in /js by @dependabot in #38
- Bump json5 from 2.2.1 to 2.2.3 in /js by @dependabot in #39
- Bump webpack from 5.74.0 to 5.76.0 in /js by @dependabot in #40
- chore: enable phpstan by @imorland in #42
Full Changelog: 1.2.0...1.2.1
1.2.0
- 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
- 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
Flarum/core 1.0 ready
Bundled output for commit 05cc246fe9a9a7c4204860606408202b551de72a Includes transpiled JS/TS. [skip ci]
Bugfix
- Fix error when viewing posts with number 1 from a user profile
Beta 15 update
- 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