Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 2.37 KB

Changelog

[1.2.0]

New Features

  • 33aca1c Adds a setting to hide color names so only the inlay swatch is visible

[1.1.0]

New Features

  • f115da2 Use a css variable for the inlay background color instead of setting it directly via an inline style

Bug Fixes

  • 8679d8b Swap to a more robust method of determining the node type in live preview mode
  • 47bda88 Use a cross-window capable version of instanceof, which fixes the color picker not working in pop-out windows
  • f6ce7a3 Use the provided Obsidian state field to determine if the editor is in live preview mode

[1.0.0]

New Features

  • babc54b Add a color picker in live preview mode

Bug Fixes

  • 384cc20 Fix the plugin crashing when trying to parse an invalid color
  • 583a8f2 Disable the plugin in source mode

[0.2.1]

Bug Fixes

  • d786369 Fix inlay not showing for colors in an ordered/unordered list in live preview mode

[0.2.0]

New Features

  • 56d2d42 Show inlay colors in live preview mode

[0.1.1]

Bug Fixes

  • d10aa8c Update plugin description

[0.1.0]

New Features

  • 7b482ee Show inlay colors in reading mode