File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.2
4
+
5
+ ### Fixed
6
+
7
+ * Ensure responder demand is reset on the next runloop tick to avoid a runtime
8
+ error due to a nested state update.
9
+ * Workaround for what seems to be a compiler or xccov bug that causes coverage
10
+ data to become malformed when passing a reference to a super implementation
11
+ in a point-free manner.
12
+
3
13
## 0.5.1
4
14
5
- ## Fixed
15
+ ### Fixed
6
16
7
17
* Bug where ` shouldUpdateViews ` was not getting reset correctly when first responder demand
8
18
was fulfilled.
9
19
* ` FirstResponderStateChangeHandler.receive(on:) ` operator was not passing it's ` options `
10
20
to the scheduler.
11
- * Fixed a bug in standard edit action handling where the original implementation would not get
21
+ * Fixed a bug in standard edit action handling where the original implementation would not get
12
22
called if a standard edit action handling value was given but no override for the specific edit action
13
23
existed.
14
24
* README and documentation fixes.
You can’t perform that action at this time.
0 commit comments