Releases: elias-sundqvist/obsidian-react-components
Releases · elias-sundqvist/obsidian-react-components
0.1.6
0.1.5
0.1.5 (2022-01-03) Removed Debug Logging
- A lot of
console.log
calls were used when adding the live preview support. These have now been removed.
0.1.4
0.1.4 (2022-01-02) App Fix
- The plugin should now work on in the app version of Obsidian again.
0.1.3
0.1.2
0.1.2 (2021-12-03) Component Codeblocks + improved startup and stability
0.1.1
0.1.1 (2021-08-29) Improved component unmounting
- Old components are now more reliably removed/disposed during rerenders.
0.1.0
0.1.0 (2021-08-27) Added Alternative code block Syntax and Namespaces
- The plugin now has support for writing
jsx:
instead ofjsx-
.- This new syntax is compatible with the Editor Syntax Highlight Plugin:
- You can now also restrict how / from where you access components through the
react-components-namespace
property. See Readme for details. - The Readme has been updated.
0.0.9
0.0.9 (2021-08-26) Frontmatter Support and Header Components
- It is now possible to add frontmatter data to the component notes. (it will be ignored by the javascript parser).
- Notes with the frontmatter attribute
use-as-note-header
will be used as a header for all notes in the vault.
0.0.8
0.0.7
0.0.7 (2021-07-20) Add support for mobile, Typescript
- Issue with loading plugin on Obsidan Mobile has been resolved.
- Typescript syntax is now supported
- Unused dependencies removed