File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## 0.5.1
414
5- ## Fixed
15+ ### Fixed
616
717* Bug where ` shouldUpdateViews ` was not getting reset correctly when first responder demand
818was fulfilled.
919* ` FirstResponderStateChangeHandler.receive(on:) ` operator was not passing it's ` options `
1020to 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
1222called if a standard edit action handling value was given but no override for the specific edit action
1323existed.
1424* README and documentation fixes.
You can’t perform that action at this time.
0 commit comments