What's Changed
Please restart Obsidian after updating the plugin. Thank you.
Main changes
Here are the user-visible changes.
💪 Fixes: Auto-Suggest is more selective
- fix: Only show dataview suggestions when there is an open bracket preceding the cursor position. by @kedestin in #2204
- fix: Prevent auto-suggest appearing before the end of the checkbox by @claremacrae in #2244
Docs:
🛠️ Behind the scenes
- refactor: split getComponentClassesAndData() in to 2 functions by @claremacrae in #2226
- refactor: simplify
getTaskComponentClass()
by @ilandikov in #2228 - refactor: remove unused parameter from
TaskLayout
constructor by @ilandikov in #2234 - test: Add tests for logic in EditorSuggestor.onTrigger() by @claremacrae in #2233
- vault: update smoke test for recent code changes by @ilandikov in #2207
Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):