Skip to content

Releases: EddyLuten/mkdocs-live-edit-plugin

v0.4.1

05 Mar 01:47
c722d2c

Choose a tag to compare

Bug Fixes

  • Bug Fix: fix for a potential race condition when initializing the websocket connection.
  • Bug Fix: fix for the CSS class live-edit-editing remaining when exiting edit mode.
  • Minor feature: support for button access keys.

Thank you, @tim-janik, for these changes!

v0.4.0

04 Mar 04:15
dc94502

Choose a tag to compare

  • 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

23 Feb 21:33

Choose a tag to compare

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_selector option 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

22 Feb 00:59

Choose a tag to compare

  • Feature: websocket_host option 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_mode to 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.

v0.2.1

15 Dec 20:44
fc18fbf

Choose a tag to compare

Bug fix: fixes a compatibility issue reported in #5. This version also pins the websocket dependency to version 13 for the time being since upgrading would be an undertaking outside the scope of a small patch.

v0.2.0

07 Mar 04:51

Choose a tag to compare

New Feature: Creating pages. The plugin now exposes a button that allows you to create a brand new page from any other page.

v0.1.5

07 Feb 19:04

Choose a tag to compare

Bug fix: fixes an issue where the WebSocket connection would host on localhost over IPv6. See #3 for context.

v0.1.4

01 Feb 05:50

Choose a tag to compare

Bug fix: Improved WebSocket connectivity and error handling. Updated the documentation to match. See also #2

v0.1.3

30 Jan 00:23

Choose a tag to compare

Bug fix: The WebSocket connection now honors the hostname as supplied by the browser in window.location.hostname.

v0.1.2

23 Jun 19:06

Choose a tag to compare

Bug fix: include missing data files