All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
10.3.2 (2024-06-01)
10.3.1 (2024-05-23)
- Fixes @javalent/utilities dependency (1bb3398)
10.3.0 (2024-05-23)
- Adds support for HSL, HSB, HSV, HEX and RGB colors in Admonition definitions (thanks @xRyul ) (a872858)
- Improves appearance of Editor suggester (7652ed0)
- Improves appearance of suggesters (close #338) (e36a4a8)
- Improves behavior of Admonition edit modal (72c2bc3)
- Improves lifetime of Admonition rendered content (a045776)
10.2.0 (2024-02-13)
- Better Autocompletion for Callouts (thanks @heinrich26) (d367e05)
10.1.2 (2024-01-30)
- Fixes issue with Open/Collapse Admonition commands (6d61851)
- remove timestamp from auto-generated css (close #327) (8952e8e)
10.1.1 (2023-09-16)
- delay live preview focus to allow for click events (8739ad8)
10.1.0 (2023-09-14)
- Click on Admonition codeblocks to edit in LP (close #278) (4d993bb)
- Explicitly set titles will override the no title setting in callouts (close #284) (22f32d4)
- Fixes incorrect error being displayed when using an image as an icon (close #311) (099e84c)
10.0.2 (2023-09-14)
- Fixes CSS escaping for custom callouts in Obsidian installer 1.4+ (523ca6a)
- fixes issue where trying to add a copy content button to a callout with no content (10db45a)
10.0.1 (2023-08-11)
- remove publish build step (fc9bbfc)
10.0.0 (2023-08-10)
- Publish.js creation removed from Admonition as this feature is depreciated.
- Publish.js creation removed from Admonition as this feature is depreciated. (17db9dd)
9.3.3 (2023-07-05)
9.3.2 (2023-05-30)
- Pass component to renderMarkdown (dfcf140)
9.3.1 (2023-05-07)
- update publish reference to scss (bf949d7)
9.3.0 (2023-05-07)
- fix several Live Preview / Reading discrepancies (13dd599)
- improves consistency across different screen sizes (13dd599)
- issues: Typo in bug-report.yml (aceb2dc)
- issues: Typo in contibuting.md (5a7bc32)
- settings ui fixes (fd46a25)
9.2.3 (2023-04-19)
- version bump oops (d4d0098)
8.13.12 (2023-04-19)
- mixed case custom callout types are supported (#295) (628179e)
- remove webpack (00a22aa)
- use custom title in InsertAdmonitionModal (#296) (3e17d60)
8.13.11 (2023-04-19)
- switch to release-please (5e0ee1a)
9.2.2 (2023-04-12)
- removes need for space to show callout suggester fixes #293 (db50d92)
- update to new obsidian customCss definition (518b3d3)
9.2.1 (2023-02-03)
9.2.0 (2023-01-27)
- adds admonition exporting (0897e08)
- fixes obsidian icon definition (dc05aba)
9.1.0 (2023-01-26)
- adds admonition importing (723f2fb)
9.0.4 (2022-09-03)
- Fixes default Admonitions not respecting the injectColor setting. (7cf16f0)
9.0.1 (2022-04-04)
- Admonition titles now take all child nodes from paragraph parent, not just html elements (close #239) (4db9a01)
9.0.0 (2022-03-31)
- Admonitions now mimics the structure of callouts
- Admonitions now mimics the structure of callouts (1ba0085)
- Callouts now receive the "copy content" button if turned on in Admonition settings (266efde)
- Fixes admonition copy button setting inheritance (4776da3)
8.3.7 (2022-03-29)
- Properly handles the icon manager not finding an icon node (4470170)
8.3.6 (2022-03-29)
- Fixes issue where a type couldn't be renamed (f8d37ac)
- Fixes issue where removing types from the callout manager was removing the wrong type (a3435c7)
- Fixes title display in admonition creation modal (1a73421)
- Temporarily remove Export Custom Types button from mobile until it can be fixed (f56ebb8)
8.3.5 (2022-03-29)
- Fixes issue with maintaining a CSS snippet for callouts (f7efbbc)
- Fixes issue with post processors map not getting reinitialized properly (a7752d9)
8.3.4 (2022-03-28)
8.3.3 (2022-03-27)
- fixes admonition conversion on mobile (b4d29fc)
8.3.2 (2022-03-23)
- Fixes issue where Insert Callout wouldn't insert a
>
on the first line (c276afe)
8.3.1 (2022-03-22)
- fixes callout metadata surfacing not applying to default types (25b7756)
8.3.0 (2022-03-22)
- Surface callout metadata onto callout in post processor (f814019)
8.2.4 (2022-03-21)
8.2.3 (2022-03-19)
- Fixes issue with custom admonitions not working with callouts (9c9c486)
8.2.2 (2022-03-16)
- Fixes casing display issue for custom titles in settings (close #214) (211b323)
- Fixes issue where admonition types were being set incorrectly (06fa0bf)
8.2.1 (2022-03-15)
- Fixes issue preventing Settings Search from searching Admonition settings (d020438)
8.2.0 (2022-03-15)
- Adds Obsidian's icon set to list of icons (e17b75a)
- Adds setting to use CSS snippet to manage custom callouts (cdd5b85)
- Adds publish script generation to build (c47d5f0)
- Admonitions updated in settings are no longer moved to the bottom of the list (54ea584)
- removes console logs from publish script (43cd171)
8.1.0 (2022-03-14)
- Adds ability to convert code block admonitions to callouts in settings. (3f5c6f0)
8.0.1 (2022-03-14)
- Significant improvements to the publish feature for code blocks. (ce644a5)
8.0.0 (2022-03-14)
- Admonitions has been updated to support the new Obsidian callouts feature! Check the Readme for more information on what this means. (3697e4b)
7.0.4 (2022-03-03)
7.0.3 (2022-02-28)
- fixes issue with icon suggester not loading icons (4a463d3)
7.0.1 (2022-02-25)
- Fixes MSDoc-syntax in Live Preview (e4d1cdb)
7.0.0 (2022-02-25)
- Removes support for Python-style non-codeblock Admonitions.
- Removes generated
id
from Admonition elements. - Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead.
- Added Icon Packs (close #181) (e973cec)
- Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead. (3e65292)
- Removes generated
id
from Admonition elements. (2f87101) - Removes support for Python-style non-codeblock Admonitions. (b6ad0c4)
- Admonition modal image button switched to icon (02882e7)
- Admonition suggestor is now the full width of the input element (#190) (a3b3c54)
- Fixed checkboxes not working when in blockquotes or nested, including in the MS-Doc syntax (close #150) (202b826)
- Fixes pandoc and PDF export of blockquotes (close #192) (ba75de8)
- Removed old polyfill, fixed app layout ready call (2ab15f1)
6.12.1 (2022-02-22)
6.12.0 (2022-02-18)
- admonitions with custom titles now include them when using the inserted with title command (close #145) (7034477)
- fixed rpg awesome icons not showing on mobile (close #122) (903f18a)
- reduced margin on content inside admonitions without titles (close #185) (643ca8e)
6.11.1 (2022-02-17)
6.11.0 (2022-02-08)
- Disabled
!!!
-style syntax in settings. Legacy support will continue until version 7.0.0. (14b662d) - Fixes several issues with Live Preview MSDoc syntax rendering (closes #170) (50562db)
- switch to Obsidian's Live Preview State Facet (a9e43f9)
- warned about future removal of
!!!
-style syntax (cc183a8)
6.10.1 (2022-02-02)
- admonitions render again when restarting app (5945f02)
6.10.0 (2022-02-02)
- adds Drop Shadow setting to remove drop shadow (d6d598e)
6.9.10 (2022-02-02)
- deferred onload to layout ready to improve plugin load times (a9accc9)
6.9.9 (2022-01-28)
- 🐛 ordered lists in live preview now render correctly (72d03b6)
6.9.8 (2022-01-27)
- 🐛 MS Doc syntax is no longer case sensitive (b2de6be)
6.9.7 (2022-01-23)
- fixes issue with an extra space in msdoc syntax not rendering (0c08854)
6.9.6 (2022-01-18)
- improved live preview styling (5a0c111)
- improves live preview detection (4a941fc)
- removed logs (6a56b70)
- Update release notes again (e9ba91f)
6.9.5 (2022-01-12)
- Remove Changelog boilerplate from release notes (9ab1d18)
6.9.4 (2022-01-12)
- Add release notes to releases (ca4d88c)
6.9.3 (2022-01-12)
6.9.2 (2022-01-11)
- add admonition copy button to MS syntax style admonitions (7a1fc6c)
6.9.1 (2022-01-11)
6.9.0 (2022-01-11)
- add a toggle for MS syntax in live preview (8b73f47)
- add live preview support to new blockquote admonitions (936199c)
6.8.0 (2022-01-09)
6.7.5 (2022-01-07)
6.7.4 (2022-01-06)
- partial fix for LP display issues (85ca7b7)
6.7.3 (2022-01-05)
6.7.2 (2021-12-03)
- insert admonition commands now properly wrap selected text (758ce51)
6.7.1 (2021-11-29)
6.7.0 (2021-11-22)
- added ability to default to no title (0983790)
- added per-admonition copy button setting (0983790), closes #118
- added setting to turn off title parsing (0983790) (close #123)
- fixed error that could happen when editing admonitions
6.6.1 (2021-11-16)
- added tdlr admonition type (not sure how it got removed) (c7d14eb)
6.6.0 (2021-11-16)
- parent element now receives styles (1297cc1)
6.5.1 (2021-11-01)
- fixed admonition color issue (b600bfb)
6.5.0 (2021-11-01)
- added ability to globally turn off Admonition Color being set directly on element (afbcc23)