Thredded v0.0.12 Release Notes
-
๐ Fixed
- ๐ Requiring the sql search builder explicitly fixes the issue where anonymous visitors would not be able to search
- ๐ Users, when they edit a topic they started, should not be able to pin/lock it. This has been changed to only allow admins to do so.
- bbcode now renders line-breaks
- ๐ html is now better sanitized
๐ Changed
- Replace the previously used inheritance-based filter chain with ๐ html-pipeline. Much better.
- ๐ Replace bb-ruby with bbcoder gem.
- Replace
redcarpet
withgithub-markdown
- Provide a more explicit contract between the gem and the parent application with regards to the layout the thredded views will render within
:thredded_page_title
and:thredded_page_id
provided as content blocks that may be yielded to the layout- ๐ Allow gravatar image to be overridden in the config
- Thredded::PostDecorator#user_link now available for use in post-related views