Skip to content
  • 0.9.0 Breaking Changes

    NodeBB Development
    14
    3 Votes
    14 Posts
    9k Views
    julianJ
    Updated my post, thanks.
  • 0.8.0 Breaking Changes

    NodeBB Development
    1
    1 Votes
    1 Posts
    2k Views
    barisB
    Hook changes Filter filter:user.custom_fields removed see this commit filter:user.delete deprecated, use static:user.delete instead, now It is passed { uid: uid } instead of just uid, and is fired before user data is actually deleted, so you have one last chance to look up stuff if needed. Other changes Theme developers should now explicitly set the baseTheme in their theme.json if their theme is not based on Persona. Set this value to nodebb-theme-vanilla TBD
  • ajaxify.variables.get deprecated

    NodeBB Development
    15
    1 Votes
    15 Posts
    7k Views
    barisB
    I will tag breaking changes so that should help as well. https://community.nodebb.org/tags/breaking
  • 0.7.0 Breaking Changes

    NodeBB Development
    13
    4 Votes
    13 Posts
    8k Views
    P
    I want to escape by default, to prevent accidental XSS. If you intentionally want to allow scripts then you should use double curly brackets I think its something I would rather break today than worry about it in future
  • 0.6.0 Breaking Changes

    NodeBB Development
    25
    3 Votes
    25 Posts
    16k Views
    barisB
    Updated with header.tpl changes, relevant thread https://community.nodebb.org/topic/3488/header-tpl-changes