Demo Overview: 2018-06-27
Features
-
- 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
Refactor Embeds
Context
- Inconsistencies with styles
- Not clear how to add new embeds
- Missing some generic helper classes
- Several Bugs
Added styles for new embed types
- Reorganized styles to make it easier to edit/add new embeds
- Fixed bugs
Mount editor as a single react component
- GDPR updates to Analytics
0