Skip to content

Commit 038ee7e

Browse files
committed
changelog for 1.4.2
1 parent 6e87907 commit 038ee7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Obsidian Meta Bind Changelog
22

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.
20+
321
# 1.4.0
422

523
New Features

0 commit comments

Comments
 (0)