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: packages/core/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this library will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this library adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.0.1
8
+
9
+
* Objects can now be nested(e.g. the field key `key1.key2` will correctly traverse the object chain) @PatrickSachs.
10
+
11
+
## 2.0.0
12
+
13
+
* Removed async field return values for now @PatrickSachs.
14
+
7
15
## 1.0.3
8
16
9
17
* Fixed a bug that would not update fields when changing form data after intialization @PatrickSachs.
0 commit comments