Skip to content

Latest commit

 

History

History
607 lines (288 loc) · 31.4 KB

CHANGELOG.md

File metadata and controls

607 lines (288 loc) · 31.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

10.3.2 (2024-06-01)

Bug Fixes

  • Fixes issue where the admonition suggester crashed (close #342, close #343) (3356aaf)

10.3.1 (2024-05-23)

Bug Fixes

  • Fixes @javalent/utilities dependency (1bb3398)

10.3.0 (2024-05-23)

Features

  • Adds support for HSL, HSB, HSV, HEX and RGB colors in Admonition definitions (thanks @xRyul ) (a872858)

Bug Fixes

  • 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)

Features

10.1.2 (2024-01-30)

Bug Fixes

  • Fixes issue with Open/Collapse Admonition commands (6d61851)
  • remove timestamp from auto-generated css (close #327) (8952e8e)

10.1.1 (2023-09-16)

Bug Fixes

  • delay live preview focus to allow for click events (8739ad8)

10.1.0 (2023-09-14)

Features

  • Enable metadata field on admonition codeblocks (close #261) (9143f3f)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • remove publish build step (fc9bbfc)

10.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • Publish.js creation removed from Admonition as this feature is depreciated.

Features

  • Publish.js creation removed from Admonition as this feature is depreciated. (17db9dd)

9.3.3 (2023-07-05)

Bug Fixes

  • propagate source to admonition element (close #314) (f5ec0bb)

9.3.2 (2023-05-30)

Bug Fixes

  • Pass component to renderMarkdown (dfcf140)

9.3.1 (2023-05-07)

Bug Fixes

  • update publish reference to scss (bf949d7)

9.3.0 (2023-05-07)

Features

  • Readme: Update Readme to New Iteration (49c151b), closes #302

Bug Fixes

  • 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)

Bug Fixes

8.13.12 (2023-04-19)

Bug Fixes

  • 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)

Bug Fixes

  • switch to release-please (5e0ee1a)

9.2.2 (2023-04-12)

Bug Fixes

  • removes need for space to show callout suggester fixes #293 (db50d92)
  • update to new obsidian customCss definition (518b3d3)

9.2.1 (2023-02-03)

Bug Fixes

  • admonition and callout suggester displays immediately (#249) (6631412)

9.2.0 (2023-01-27)

Features

  • adds admonition exporting (0897e08)

Bug Fixes

  • fixes obsidian icon definition (dc05aba)

9.1.0 (2023-01-26)

Features

  • adds admonition importing (723f2fb)

9.0.4 (2022-09-03)

Bug Fixes

  • Fixes default Admonitions not respecting the injectColor setting. (7cf16f0)

9.0.1 (2022-04-04)

Bug Fixes

  • Admonition titles now take all child nodes from paragraph parent, not just html elements (close #239) (4db9a01)

9.0.0 (2022-03-31)

⚠ BREAKING CHANGES

  • Admonitions now mimics the structure of callouts

Features

  • Admonitions now mimics the structure of callouts (1ba0085)
  • Callouts now receive the "copy content" button if turned on in Admonition settings (266efde)

Bug Fixes

  • Fixes admonition copy button setting inheritance (4776da3)

8.3.7 (2022-03-29)

Bug Fixes

  • Properly handles the icon manager not finding an icon node (4470170)

8.3.6 (2022-03-29)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • Fixes several issues with converting code block admonitions to callouts (close #235) (457b388)

8.3.3 (2022-03-27)

Bug Fixes

  • fixes admonition conversion on mobile (b4d29fc)

8.3.2 (2022-03-23)

Bug Fixes

  • Fixes issue where Insert Callout wouldn't insert a > on the first line (c276afe)

8.3.1 (2022-03-22)

Bug Fixes

  • fixes callout metadata surfacing not applying to default types (25b7756)

8.3.0 (2022-03-22)

Features

  • Surface callout metadata onto callout in post processor (f814019)

8.2.4 (2022-03-21)

Bug Fixes

  • Admonition drop shadow setting will now apply to callouts (close #222) (0457ced)

8.2.3 (2022-03-19)

Bug Fixes

  • Fixes issue with custom admonitions not working with callouts (9c9c486)

8.2.2 (2022-03-16)

Bug Fixes

  • 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)

Bug Fixes

  • Fixes issue preventing Settings Search from searching Admonition settings (d020438)

8.2.0 (2022-03-15)

Features

  • Adds Obsidian's icon set to list of icons (e17b75a)
  • Adds setting to use CSS snippet to manage custom callouts (cdd5b85)

Bug Fixes

  • 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)

Features

  • Adds ability to convert code block admonitions to callouts in settings. (3f5c6f0)

8.0.1 (2022-03-14)

Bug Fixes

  • Significant improvements to the publish feature for code blocks. (ce644a5)

8.0.0 (2022-03-14)

Features

  • 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)

Bug Fixes

  • Content element will no longer be added if no content is provided (close #201) (94d7a4b)

7.0.3 (2022-02-28)

Bug Fixes

  • fixes issue with icon suggester not loading icons (4a463d3)

7.0.1 (2022-02-25)

Bug Fixes

  • Fixes MSDoc-syntax in Live Preview (e4d1cdb)

7.0.0 (2022-02-25)

⚠ BREAKING CHANGES

  • 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.

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

6.12.0 (2022-02-18)

Features

  • adds support for indented code blocks using MSDoc syntax (close #176) (9c9e6ac)

Bug Fixes

  • 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)

Bug Fixes

  • fixes bug where you couldn't have an empty title for the MSDoc syntax (close #183) (ca3de23)

6.11.0 (2022-02-08)

Features

  • adds Hide Empty Admonitions setting (close #171) (bf379bf)

Bug Fixes

  • 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)

Bug Fixes

  • admonitions render again when restarting app (5945f02)

6.10.0 (2022-02-02)

Features

  • adds Drop Shadow setting to remove drop shadow (d6d598e)

6.9.10 (2022-02-02)

Bug Fixes

  • deferred onload to layout ready to improve plugin load times (a9accc9)

6.9.9 (2022-01-28)

Bug Fixes

  • 🐛 ordered lists in live preview now render correctly (72d03b6)

6.9.8 (2022-01-27)

Bug Fixes

  • 🐛 MS Doc syntax is no longer case sensitive (b2de6be)

6.9.7 (2022-01-23)

Bug Fixes

  • fixes issue with an extra space in msdoc syntax not rendering (0c08854)

6.9.6 (2022-01-18)

Bug Fixes

  • improved live preview styling (5a0c111)
  • improves live preview detection (4a941fc)
  • removed logs (6a56b70)
  • Update release notes again (e9ba91f)

6.9.5 (2022-01-12)

Bug Fixes

  • Remove Changelog boilerplate from release notes (9ab1d18)

6.9.4 (2022-01-12)

Bug Fixes

  • Add release notes to releases (ca4d88c)

6.9.3 (2022-01-12)

Bug Fixes

  • fixes issue with long scrolling notes with new MS syntax in LP (closes #149) (03582c6)

6.9.2 (2022-01-11)

Bug Fixes

  • add admonition copy button to MS syntax style admonitions (7a1fc6c)

6.9.1 (2022-01-11)

6.9.0 (2022-01-11)

Features

  • add a toggle for MS syntax in live preview (8b73f47)
  • add live preview support to new blockquote admonitions (936199c)

Bug Fixes

  • clean up settings code (b36e7e8)
  • fixed webpack external modules (f6c70a7)

6.8.0 (2022-01-09)

Features

6.7.5 (2022-01-07)

Bug Fixes

6.7.4 (2022-01-06)

Bug Fixes

  • partial fix for LP display issues (85ca7b7)

6.7.3 (2022-01-05)

Bug Fixes

  • fixed checkbox behavior in admonitions (close #135) (db3f55e)

6.7.2 (2021-12-03)

Bug Fixes

  • insert admonition commands now properly wrap selected text (758ce51)

6.7.1 (2021-11-29)

Bug Fixes

  • admonitions without titles properly display again (close #131) (b3bd5c2)

6.7.0 (2021-11-22)

Features

  • 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)

Bug Fixes

  • fixed error that could happen when editing admonitions

6.6.1 (2021-11-16)

Bug Fixes

  • added tdlr admonition type (not sure how it got removed) (c7d14eb)

6.6.0 (2021-11-16)

Features

  • parent element now receives styles (1297cc1)

6.5.1 (2021-11-01)

Bug Fixes

  • fixed admonition color issue (b600bfb)

6.5.0 (2021-11-01)

Features

  • added ability to globally turn off Admonition Color being set directly on element (afbcc23)