You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 1.4.2
4
+
5
+
Bug Fixes
6
+
7
+
- Fixed `null` and `undefined` values in bind targets for JS view fields being turned to the empty string. [#564](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/564)
8
+
- Fixed array accesses in nested properties going missing when using the JS API. [#576](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/576)
9
+
- Fixed meta bind table reverting to previous state when adding or removing rows. [#585](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/585)
10
+
11
+
Misc
12
+
13
+
- Added an example for data dependent styling. (thanks Cube707) [#545](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/545)
14
+
15
+
# 1.4.1
16
+
17
+
Changes
18
+
19
+
- Changed the name of the API function used to register functions to mathjs.
0 commit comments