Skip to content

Releases: thredded/thredded

v1.1.0

18 Feb 16:41
Compare
Choose a tag to compare
  • fix issue with mis-rendering of posts in multithreading (and add tests) [#971]
  • fix rare issue with rendering of duplicated posts [#973]
  • Drop support for Rails 5.2 - if you need support for rails 5.2 use v1.0.x
  • fix thredded routes when main app has include rails.application.routes.url_helpers in its helpers [#961]
  • Drop support for html-pipeline < 2.14.1

See the full list of changes here: v1.0.1...v1.1.0

v1.0.1

05 Jun 17:18
3c590e3
Compare
Choose a tag to compare
  • ContentFormatter.whitelist is now deprecated in favour of ContentFormatter.allowlist. Will be removed in v2.0
  • Support more recent versions of html-pipeline gem
  • Fixes for issues with viewing moderation history with ruby 3.0 or rails 7.0
  • Drop support for Rails < 5.2

See the full list of changes here: v1.0.0...v1.0.1

v1.0.0

26 Feb 16:32
7276f52
Compare
Choose a tag to compare
  • Added support for Rails 6.1, 7.0, Ruby 3 #919 #903

Fixed

Removed

  • Removed support for unsupported rails versions (<5.2)

See the full list of changes here: v0.16.16...v1.0.0.

v0.16.16

13 Feb 03:39
Compare
Choose a tag to compare

Fixed

  • Fixed a post caching bug where post contents could be replaced by contents of another post on the same page. #839 #854

v0.16.15

30 Dec 06:48
Compare
Choose a tag to compare

Fixed

  • Fixed race condition in User(Private)TopicReadState update. #845 #846
  • Fixed compatibility with NewRelic in Rails 4. #842 #848
  • Fixed deprecation warnings from inline_svg. cae5ae88
  • Fixed deprecation warnings from onebox. c4ae525b

v0.16.14

21 Oct 19:47
Compare
Choose a tag to compare

Added

  • Experimental Webpack support. #838
  • Sprockets 4.0.0 support.
  • Messageboard group page. Can be disabled by setting Thredded.show_messageboard_group_page = false. #829

v0.16.13

17 Aug 10:33
Compare
Choose a tag to compare

Added

  • Rails 6.0.0 support (6.0.0.rc2 no longer supported).
  • Destroy Messageboard button in the UI for admins. Disabled by default. #826

Fixed

  • Fixed post_moderation_records user reference type when using UUID. #819

v0.16.11

27 Apr 17:06
Compare
Choose a tag to compare

Fixed

  • Table column alignment now works. #804
  • Improved AutofollowUsers performance. #807 #808

v0.16.10

31 Mar 18:13
Compare
Choose a tag to compare

Added

  • Rails 6 beta support. #802 #800
  • Thredded now adds the CSP nonce to inline script tags if CSP is enabled on Rails v5.2+. #797

See the full list of changes here: v0.16.9...v0.16.10.

v0.16.9

02 Mar 22:37
Compare
Choose a tag to compare

Fixed

  • Moderation > Pending now works again in Rails 4. #794

  • @-mentions are now parsed and highlighted using Thredded.user_name_column instead of user.thredded_display_name. #790