Skip to content

v3.0.0

Choose a tag to compare

@kalitine kalitine released this 27 Jun 08:43
· 131 commits to master since this release

3.0.0 (2018-06-27)

Bug Fixes

  • title: use a timestamp instead of a simple count for the crdt (43315c3)

Features

  • metadata: add a service for fix metaData (12b1511)
  • metadata: wait for metadata state before making a querySync (78fb294)
  • title: add a service (TitleService) for the document's title (39701b7)

BREAKING CHANGES

  • metadata: SyncService.setJoinAndStateSources parameters have changed. Before it was (joinSource: Observable, storedStateSource?: Observable) and now is (joinSource: Observable, metadataSource: Observable, storedStateSource: Observable).