This release fixes a few bugs.
- Fixes bugs having to do with refs for child components
- Adjusts the way a result component communicates with its inner components to ensure that inner components can only interact with the result component that produced them. Previously the same context was used to accomplish this, so if you wrapped your inner components with some other result component, the inner components would see the wrong context value.