Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@shoedler shoedler released this 07 Nov 18:22
d062051

What's Changed

  • Fixes contrast issue by @usernotnull in #29
  • Fixes Bug #22 . It's now possible to have multiple char-by-char identical suggestions, e.g. a file named "REST" and headings named "REST" don't overwrite each other.
  • Some progress on Bug #28. Still not working properly
  • Some UI refinements in the side-panel (tree view), including "pills", and some typography improvements
    image

Some technical detail on the work done for the side-pane (Tree view):

  • Model objects now implement a new TreeNode interface, so they can be easily mapped to tree nodes in the DOM.
  • Implemented batch-updating the DOM via requestAnimationFrame
  • Improved retrieval of targetEditor - fixes updating via manual refresh button (Couldn't have worked - ever)

New Contributors

Full Changelog: 1.3.0...1.4.0