Demo Overview: 2018-06-27

Features

  • Better @mention completion

    • Loader State
    • Automatically completing mentions
    • No additional network requests when all the users have already been fetched (eg. faster)
    • Exact matches with accents first.
    • Unit test, unit tests, unit tests
  • New Error/Loading/Warning Embeds

    • Warning state when an embed fails to fully transform
    • Inline warning/error
  • Fixed compatibility for various embeds with Safari and Firefox

    • Related to the above issue. Fallback state is no longer world breaking.
  • 100% fixed undo/redo state, history improvements for the editor.

    • Can make redo creation of an embed and still have the full undo/redo stack
    • Keeps undo/redo stack clean when an embed completes in the middle of user input.
    • Better calculation of embed insert position
  • Adding the ability to embed content into the Rich Editor

  • New Link User Form

    • We had the sign in and forgot password page done with the new API, we’re missing the link user pages (when there’s a conflict signing in with an SSO provider)

Fixes/Changes