gra0007_obsidian-css-inlay-.../CHANGELOG.md
2025-09-28 04:24:38 +00:00

3.4 KiB

Changelog

[1.3.1]

Bug Fixes

  • 680c5e4 Prevent hex colors without a hash (e.g. aaa) from rendering an inlay
  • 680c5e4 Fixes a bug where a non-color code block in reading mode would break all colors after it until an empty line

[1.3.0]

New Features

  • 937d95f Adds an option to copy the color to the clipboard on click in reading mode
  • b0d482f Surround colors in square brackets to hide the color names on a case-by-case basis
  • 31bb045 Upgrades all packages and swaps to pnpm for development

[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