Skip to content

Latest commit

 

History

History
132 lines (69 loc) · 4.22 KB

File metadata and controls

132 lines (69 loc) · 4.22 KB

Changelog

All notable changes to Filament Forum will be documented in this file.

v2.1.3 - 2026-04-09

Flatten post view: collapsible comment form, no card nesting

v2.1.2 - 2026-03-13

What's Changed

  • Add rich editor on forum post content by @andreia in #17

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.1.1...v2.1.2

v2.1.1 - 2026-02-18

What's Changed

  • Add stat widgets by @andreia in #16

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.1.0...v2.1.1

v2.1.0 - 2026-02-13

What's Changed

  • Add forum post reaction by @andreia in #15

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.9...v2.1.0

v2.0.9 - 2026-02-13

What's Changed

  • Table actions in ActionGroup at row start by @scottgrayson in #14

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.8...v2.0.9

v2.0.8 - 2026-02-10

What's Changed

  • Update redundant queries by @andreia in #13

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.7...v2.0.8

v2.0.7 - 2026-02-09

What's Changed

  • Ability to add forum by @andreia in #12

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.6...v2.0.7

v2.0.6 - 2026-01-22

What's Changed

  • Add Filament 5 support by @andreia in #11

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.5...v2.0.6

v2.0.5 - 2026-01-07

What's Changed

  • Add test stubs by @andreia in #9
  • Multi-tenancy support by @andreia in #7

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.4...v2.0.5

v2.0.4 - 2025-12-11

What's Changed

  • Add columnSpanFull() by @andreia in #10

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.3...v2.0.4

v2.0.3 - 2025-11-13

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.2...v2.0.3

v2.0.1 - 2025-11-13

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v2.0.0...v2.0.1

bugfix

v2.0.0 - 2025-11-13

What's Changed

  • Add forum access control and consolidate user traits by @scottgrayson in #8

New Contributors

  • @scottgrayson made their first contribution in #8

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v1.1.0...v2.0.0

Breaking Changes

  • The three separate traits (HasFavoriteForumPost, HasMentionables, HasForumUserSearch) have been consolidated into a single ForumUser trait. Users should update their User model to use ForumUser instead of the three separate traits.

v1.1.0 - 2025-10-08

What's Changed

Remove dependency https://github.com/kirschbaum-development/commentions in favor of TipTap editor for rich text and image attachments.

  • Update comments by @andreia in #5

Full Changelog: https://github.com/TappNetwork/Filament-Forum/compare/v1.0.0...v1.1.0

v1.0.0 - 2025-10-02

What's Changed

  • Tests and Workflows by @swilla in #1
  • Add edited to post by @andreia in #2
  • Update migrations by @andreia in #3
  • Add custom title attribute to user by @andreia in #4

New Contributors

  • @swilla made their first contribution in #1
  • @andreia made their first contribution in #2

Full Changelog: https://github.com/TappNetwork/Filament-Forum/commits/v1.0.0