Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 719 Bytes

File metadata and controls

29 lines (15 loc) · 719 Bytes

@fluid-example/text-editor

2.92.0

Dependency updates only.

2.91.0

Dependency updates only.

2.90.0

Dependency updates only.

2.83.0

Dependency updates only.

2.82.0

Dependency updates only.

2.81.0

Minor Changes

  • New text-editor example demonstrating SharedTree with Quill (#26217) a7abfac17f

    This example showcases a collaborative text editor using SharedTree for data storage and Quill as the editor. It demonstrates using withMemoizedTreeObservations from @fluidframework/react for reactive updates when the tree changes.