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
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
- @usernotnull made their first contribution in #29
Full Changelog: 1.3.0...1.4.0