Releases: FlorianWoelki/obsidian-iconize
Releases · FlorianWoelki/obsidian-iconize
2.7.3
What's Changed?
- Fix: issue with empty parent element for icon title functions
- Fix: issue with emoji and text, parsed as emoji (#288)
Full Changelog: 2.7.2...2.7.3
2.7.2
What's Changed
- Fix: issue with frontmatter property type (#290)
- Fix: issue with changing font size of editor and icon above title (#287)
Developer Updates
- Fix: issue with floating point numbers in setting font-size for svg
Full Changelog: 2.7.1...2.7.2
2.7.1
What's Changed
- Fix: issue with using emoji in a frontmatter property (#284)
- Docs: add documentation of using frontmatter with an icon for a file
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- Feat: add possibility to add icons based on frontmatter property
icon
(#38) - Refactor: use
iconize
class instead ofobsidian-icon-folder
Developer Updates
- Feat: add icon caching mechanism for not refetching items
- Refactor: renamed all files to use kebab-case
Full Changelog: 2.6.1...2.7.0
2.6.1
What's Changed
- Fix: issue with inline title icon and minimal theme #277
Full Changelog: 2.6.0...2.6.1
2.6.0
What's Changed
- Feat: add icons and emojis support in notes by @nebspacefarer in #273
- Fix: issue with preview mode and icon above title functionality
New Contributors
- @nebspacefarer made their first contribution in #273
Full Changelog: 2.5.2...2.6.0
2.5.2
What's Changed
- Feat: add support for emojis above titles
Developer Updates
- Refactor: adjust
icon.getByPath
to respect emojis - Refactor: adjust
icon.getIconByPath
to return emojis as a string as well
Full Changelog: 2.5.1...2.5.2
2.5.1
What's Changed
- Fix: issues with icons above titles for mobile
- Fix: issue with removing icon pack on mobile
2.5.0
What's changed
- Feat: add the ability to add the icon of the file to the top of the title (like in notion)
- Fix: issue with icon in tab not updated for custom rules #269
- Fix: issue with notes that have the same name switches icon #266
Developer Updates
- Test: Iconize now has a test coverage of over ~60%
- Refactor: most of the files are now in kebab-case
- Refactor: improve API for icon tabs
- Refactor: cleaned up custom rule functionality
- CI: add unit test pipeline
2.4.2
What's Changed
- Fix: issue with icon tabs and reading mode (#259)
- Fix: issue with renaming and metadata being null for custom rules
- Fix: issue with not normalized icon names for background checker
Full Changelog: 2.4.1...2.4.2