Skip to content

Latest commit

 

History

History
232 lines (115 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

232 lines (115 loc) · 11.8 KB

Obsidian Community Lib Changelog

2.0.1 (2022-04-20)

2.0.0 (2022-04-20)

Features

  • 👽 Remove dependency to app as it is now globally accessible (8dcd393)

1.5.0 (2022-04-19)

Features

  • 👽 Remove dependency to app as it is now globally accessible (8dcd393)

Documentation

  • 🗑️ Deprecate addFeatherIcon and addAllFeatherIcons because Obsidian now ships a full Icon Library (#28) (0d929b5)

1.4.2 (2022-03-02)

Documentation

  • 🗑️ Deprecate addFeatherIcon and addAllFeatherIcons because Obsidian now ships a full Icon Library (#28) (0d929b5)

1.4.1 (2021-12-19)

Bug Fixes

  • 🐛 Better startsWithYaml checking (4a36ed5)

1.4.0 (2021-12-19)

Features

  • ✨ New function + simplifications (d16a41d)
  • ✨ splitAtYaml function (7a9b0c5)

1.3.0 (2021-11-17)

Features

  • ✨ openOrSwitch all file extensions (1c8c6ea)

Bug Fixes

  • 🐛 addMD to noteName when checking if isResolved (3e37f66)

1.2.0 (2021-11-12)

Features

  • ✨ openView returns opened view (07eeede)

Bug Fixes

  • 🐛 openOrSwitch incorrect logic checking if user wants to createNewFile (4c3040c)

1.1.1 (2021-11-09)

Bug Fixes

  • 🐛 Was adding'.md' to new files twice (f97ccf6)

1.1.0 (2021-11-04)

Features

1.0.2 (2021-11-04)

Bug Fixes

  • 🐛 dropMD dropped in the wrong cases (4f012b7)

1.0.1 (2021-11-02)

Bug Fixes

  • 🐛 Change npm run docs to a chore type, not docs (1c4387a)
  • 🐛 hoverPreview doesn't work without to (d8d1651)
  • 🐛 Wrong package name in changelog! (21d74a7)

Documentation

  • 📝 Remove unused Documentation headers (3ebe64a)

1.0.0 (2021-11-02)

Features

  • ✨ Extend functionality of RenderedMarkdownModal (08027ca)

Documentation

  • 📝 RenderedMarkdownModal docs (3c2ed65)

0.1.3 (2021-11-01)

Features

  • ✨ Function: waitForResolvedLinks (1e5e4df)

0.1.2 (2021-11-01)

Features

  • ✨ Two util functions: stripMD + addMD (1b3d7ac)

Bug Fixes

  • 🐛 Fix #17: openOrSwitch shouldn't need an open md note to work (3fabd62)

0.1.1 (2021-10-30)

Bug Fixes

  • 🐛 Only saveViewSide if leaf of viewType is open (3b2eb58)

Documentation

0.1.0 (2021-10-30)

Features

  • ✨ Not necessary to pass in to to hoverPreview if the event.target.innerText is already the linkText (5ce91cc)
  • ✨ openView + saveViewSide (6dc48c6)

0.0.19 (2021-10-28)

Features

  • ✨ addChanglogButton and ChanglogModal (895747e)
  • ✨ Return featherIcon name (29f2fb9)

0.0.18 (2021-10-27)

Features

  • ✨ addChanglogButton and ChanglogModal (895747e)
  • ✨ Return featherIcon name (29f2fb9)

0.0.17 (2021-10-26)

Features

  • ✨ Add directed option to linkedQ (ab10d2d)

Bug Fixes

  • 🐛 Remove module override (c8a781e)

0.0.16 (2021-10-25)

Features

  • ✨ createNewNote function (745acb4)
  • ✨ Expand vault interface (0fa320a)
  • ✨ linkedQ function (7973df2)

Bug Fixes

  • 🐛 createwNewMDNote: Append '.md' to newName if not present (e797c85)
  • 🐛 Remove redundant declaration (176fa8e)

0.0.15 (2021-10-24)

Bug Fixes

  • 🐛 Check if leaf.view instanceof MarkdownView to confirm view.file exists (007e474)

0.0.14 (2021-10-24)

0.0.13 (2021-10-24)

0.0.12 (2021-10-24)

Features

  • ✨ Add my functions (14ab90e)
  • ✨ Attempt to extend obsidian module (e8e3d58)

0.0.11 (2021-10-24)

0.0.10 (2021-10-24)

0.0.9 (2021-10-24)

0.0.8 (2021-10-24)

Features

  • 🚀 Add my often used Methods (4956509)

Bug Fixes

  • add yarn.lock to gitignore (9e1d37d)

0.0.7 (2021-10-24)

0.0.6 (2021-10-24)

0.0.5 (2021-10-24)

Features

0.0.3 (2021-10-24)

0.0.2 (2021-10-24)

Features