Releases: FriendsOfFlarum/pages
Releases · FriendsOfFlarum/pages
2.0.0-beta.2
2.0.0-beta.1
What's Changed
- Bump ws from 7.5.9 to 7.5.10 in /js by @dependabot[bot] in #54
- Bump webpack from 5.89.0 to 5.94.0 in /js by @dependabot[bot] in #55
- Bump cross-spawn from 7.0.3 to 7.0.6 in /js by @dependabot[bot] in #56
- refactor: update for Flarum 2.0 by @imorland in #59
Full Changelog: 1.0.8...2.0.0-beta.1
1.0.8
1.0.6
- Use normal white-space break for HTML pages
- Change page hero title from 'h2' to 'h1'
- Add page ID and slug to div data
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Bump webpack from 5.70.0 to 5.76.0 in /js by @dependabot in #49
- Bump json5 from 1.0.1 to 1.0.2 in /js by @dependabot in #48
- Bump loader-utils from 1.4.0 to 1.4.2 in /js by @dependabot in #46
- Bump terser from 5.12.0 to 5.16.6 in /js by @dependabot in #50
Full Changelog: 1.0.4...1.0.5
1.0.3
1.0.2
- Update flarum/core requirement to v1.2.0
- Fix Page title link reloading full page because of old code (#38)
- Remove creation of fake Post for mentions to 'work' (not needed with Flarum v1.2)
Full Changelog: 1.0.1...1.0.2
Flarum/core 1.0 ready
Update for Flarum 1.0 (#35) * Update for Flarum 1.0 * Apply fixes from StyleCI