Releases: ALegendsTale/obsidian-color-palette
Releases · ALegendsTale/obsidian-color-palette
2.14.0
Changes
- new 'ColorFormat' setting #16 for modifying the format which colors are copied in. There are two options, raw & value. Raw copies everything, while value only takes the contents of the format. Example: RGB(123, 123, 123) -> 123, 123, 123.
- added FundingURL & donation setting for anyone who appreciates my work & to help fund continued development
- updated docs
- reordered some settings
- fix: h2 headers on settings menu now show correct size
- fix: typos
2.13.7
2.13.6
Changes
- fix: palette not resizing properly on mobile
2.13.5
Changes
- Improved error messaging & handling
- fix: pasting bug with text wrapped in <code> tags
2.13.4
Changes
- right click to remove alias in edit mode
- fix: fill empty alias array indexes with empty strings instead of null
2.13.3
Changes
- Reordered project files
- Added documentation
- fix: prevent files from triggering paletteItem dragOver
- fix:
Convert codeblock link to hex
had issues with creating codeblock when settings were undefined.
2.13.2
Changes
- Improved the way palette width is calculated (combo of auto resize, user settings, & defaults)
- fix: width not applying on standard palettes (non-gradient) #12
- fix: resizeObserver for gradients now auto-resizes again
- fix: ignore resizeObserver events with contentRects that have a size of 0
- fix: palette now scrolls when overflowing
- fix: --palette-corners css var was on wrong container
2.13.1
2.13.0
Changes
- Color picker on
CreatePaletteModal
image mode - misc css changes
- fix: horizontal scroll when palette has too many items
- fix: prevent drag & drop from being enabled on gradients
- fix: partial fix of aliases spamming null for blank space
2.12.2
- fix: Local vars instead of class vars & revert to get editor from view