Dependency updates only.
-
Simplify experimental tree data object implementation (#23943) 00a56b79b3
The experimental tree data object in
tree-react-api
has been simplified in a way that is incompatible with its previous version, which usedSharedDirectory
at the root. The library now leverages a new data object that uses theSharedTree
directly at the root. In addition to breaking compatibility with existing documents, these changes include some related simplifications to the APIs which are also breaking:- Removes the
key
property from the data object configuration. This key was used to inform where the SharedTree was parented beneath the root SharedDirectory, so it no longer serves a purpose. - Inlined the
ITreeDataObject
interface intoIReactTreeDataObject
.
- Removes the
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
Dependency updates only.
-
Update to TypeScript 5.4 (#21214) 0e6256c722
Update package implementations to use TypeScript 5.4.5.