# Changelog ## \[1.4.1] ### Bug Fixes - [`4394998`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/439499882f58b3cc3e6359e20b6c31978b9bfa13) Fix color strings with uppercase letters not being recognised ## \[1.4.0] ### New Features - [`4fdca1a`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/4fdca1a44d81e3270c9280f0f1ee04b1f4d7ddf4) Adds support for custom palettes that let you use standard color charts like RAL (e.g. `(RAL 1004)` or `(aci 91)`) ### Bug Fixes - [`6c3b4e1`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/6c3b4e1825a83ec383c2877e7246db9939a28af5) Ensure borders between the preview and text are hidden with certain themes in the live preview mode ## \[1.3.1] ### Bug Fixes - [`680c5e4`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/680c5e417c42dff06f3aedf7a680aae6dd21b598) Prevent hex colors without a hash (e.g. `aaa`) from rendering an inlay - [`680c5e4`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/680c5e417c42dff06f3aedf7a680aae6dd21b598) 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`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/937d95f16fd78df4d5217077ede6c9beef3c03ae) Adds an option to copy the color to the clipboard on click in reading mode - [`b0d482f`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/b0d482fb4faf1cc66d8ac4d291426700b72946d7) Surround colors in square brackets to hide the color names on a case-by-case basis - [`31bb045`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/31bb0451a69bc11ad23f1ddb170c4c9a48353235) Upgrades all packages and swaps to pnpm for development ## \[1.2.0] ### New Features - [`33aca1c`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/33aca1c2481ebb1296147cb4723ccd2723e53ff2) Adds a setting to hide color names so only the inlay swatch is visible ## \[1.1.0] ### New Features - [`f115da2`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/f115da2d6df6d4cdd937e4893eb1280136ecc783) Use a css variable for the inlay background color instead of setting it directly via an inline style ### Bug Fixes - [`8679d8b`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/8679d8bc527ad2e26beff06d5fb3a119c7571eb5) Swap to a more robust method of determining the node type in live preview mode - [`47bda88`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/47bda8844d7db564489096a959b6dc1722dc4011) Use a cross-window capable version of `instanceof`, which fixes the color picker not working in pop-out windows - [`f6ce7a3`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/f6ce7a343063a08e3f6c1fd67fcecb7a0f73490b) Use the provided Obsidian state field to determine if the editor is in live preview mode ## \[1.0.0] ### New Features - [`babc54b`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/babc54b7719a22f66ddca3cff387f9c6ec31c710) Add a color picker in live preview mode ### Bug Fixes - [`384cc20`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/384cc20e3c81f32d41cf980c44cc9b9d42a7fb7f) Fix the plugin crashing when trying to parse an invalid color - [`583a8f2`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/583a8f2afa541f01ef27d88c7e562ea14f708ea7) Disable the plugin in source mode ## \[0.2.1] ### Bug Fixes - [`d786369`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/d7863691bed7bdc1c18db30dbe724e021eca7f3e) Fix inlay not showing for colors in an ordered/unordered list in live preview mode ## \[0.2.0] ### New Features - [`56d2d42`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/56d2d422d707e2f810b3947a1bf43afcc9f34f46) Show inlay colors in live preview mode ## \[0.1.1] ### Bug Fixes - [`d10aa8c`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/d10aa8c11f3408f4a488726c5c098b23c8105f14) Update plugin description ## \[0.1.0] ### New Features - [`7b482ee`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/7b482ee6ac89779ff849c4a77024555ad1a518eb) Show inlay colors in reading mode