Skip to content

v5.109.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 10:33
· 141 commits to master since this release
c9649e0

5.109.0 (2024-08-20)

Features

  • editor: add button on hover (7e17efb)

Bug Fixes

  • new editor: addNewLine button shows only when node is focused && selected (d7d7ea3)
  • new editor: better way to insert new line based on previously implemented "insertBreak()" method (472d545)
  • new editor: first pass at making add button add new line if user started typing in current line (7f5ecc6)
  • new editor: fix assignment of ellipse (f3842b3)
  • new editor: fix PR after review (70afeb2)
  • new editor: fix PR after review (fda8bef)
  • new editor: initial implementation of using the add button to move down a line (ce82805)
  • new editor: longestSuffixPrefixIndex algorithm (2a31c28)
  • new editor: merge origin to resolve differences (11e1a74)
  • new editor: polished implementation of add new line (3fba4b0)
  • new editor: show hoverMenu even if multiple nodes are selected (e87d4c7)
  • new editor: small cleanup (01d62cc)
  • new editor: use selectedWords to infer text chunk to be sent to sheet (81285ad)
  • new editor: when adding a source from editor, include segment numbers only if more than one segment is added (1b804e5)
  • new editor: when multiple nodes are selected, hide addNewLine button (fc3070b)
  • new editor: when multiple nodes are selected, hide hoverMenu (254906e)
  • topic page client: move sheetsUtils.js to js/sefaria (ba20922)