Releases: EddyLuten/mkdocs-live-edit-plugin
Releases · EddyLuten/mkdocs-live-edit-plugin
v0.4.1
Bug Fixes
- Bug Fix: fix for a potential race condition when initializing the websocket connection.
- Bug Fix: fix for the CSS class
live-edit-editingremaining when exiting edit mode. - Minor feature: support for button access keys.
Thank you, @tim-janik, for these changes!
v0.4.0
- Feature: support for custom documentation file directories through the new option
user_docs_dir - Bug fix: fix for a TypeError in the plugin config
Thank you, @samrocketman, for both of these changes!
v0.3.1
Bug Fixes:
- Fixes an issue on Windows where the file's path name would populate using underscores rather than slashes. Fixes #11. Thank you, @ZeeWanderer for the contributing the fix!
- Allows for the setting of an
article_selectoroption to specify which element on the page contains the page's text. This should greatly improve compatibility with just about any theme.
v0.3.0
- Feature:
websocket_hostoption for specifiying a hostname other than the one MkDocs uses. If not provided, the plugin uses the same host as your MkDocs config (127.0.0.1 by default). - Feature: Made the plugin spam the browser console less. This can still be re-enabled by setting
debug_modeto true in the live-edit section of your config file. - Bug Fix: unpinned the websocket dependency and upgraded to the current version.
- Bug Fix: fixed incorrect path variable on Chrome on Windows.