|
1 | 1 | # Obsidian Meta Bind Changelog
|
2 | 2 |
|
| 3 | +# 1.2.0 |
| 4 | + |
| 5 | +New Features |
| 6 | + |
| 7 | +- Button actions that run JS now get more context about the button via `context.buttonContext` [#414](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/414) |
| 8 | +- Button actions that create notes now have the option to open the file if it already exists [#405](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/405) |
| 9 | +- Improved error messages for the meta bind embed |
| 10 | + |
| 11 | +Bug Fixes |
| 12 | + |
| 13 | +- The open link button action will now respect the link fragment parameters (the stuff behind a `#`) [#374](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/374) |
| 14 | +- Fixed notes failing to render in reading mode when the note contained a button with an ID that is already present in the button templates [#390](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/390) |
| 15 | +- Removed unnecessary logging [#384](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/384) |
| 16 | +- Fixed the date picker input field not always following the date format set in the settings [#402](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/402) |
| 17 | +- Fixed placeholders set with the `placeholder` argument not showing correctly for number input fields |
| 18 | + |
| 19 | +Misc |
| 20 | + |
| 21 | +- Migrated to Svelte 5 |
| 22 | +- Made some initial progress on the [O_O 2024 plugin self-critique checklist](https://docs.obsidian.md/oo24/plugin) |
| 23 | + |
3 | 24 | # 1.1.3
|
4 | 25 |
|
5 | 26 | New Features
|
@@ -37,13 +58,13 @@ Changes
|
37 | 58 |
|
38 | 59 | - Added syntax highlighting for JS View Fields
|
39 | 60 | - Added option to hide JS View Fields
|
40 |
| -- Button actions now accept links as file paths [#297]](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/297) |
41 |
| -- Renamed the FAQ to Playground [#293]](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/293) |
| 61 | +- Button actions now accept links as file paths [#297](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/297) |
| 62 | +- Renamed the FAQ to Playground [#293](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/293) |
42 | 63 |
|
43 | 64 | Bug Fixes
|
44 | 65 |
|
45 |
| -- Fixed `templaterCreateNote` Button Action always opening the created note [#298]](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/298) |
46 |
| -- Fixed not being able to click input fields inside of callouts in LP [#291]](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/291) |
| 66 | +- Fixed `templaterCreateNote` Button Action always opening the created note [#298](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/298) |
| 67 | +- Fixed not being able to click input fields inside of callouts in LP [#291](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/291) |
47 | 68 |
|
48 | 69 | # 1.0.4
|
49 | 70 |
|
|
0 commit comments