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
You can now specify globalScope next to a questionId in either field or conditional objects to change the base scope. By default the scope will be prefixed based on it's parent (such as an array or section type)
Using an polyfill for React.Fragment so now the library should work in React < 16
Fixed
Issue where FormGenerator and GenField were blocking context updates for components using the old context API (before React.createContext()) #36
Added
consumeReduxFormContext() now takes a second parameter to subscribe to select parts of the _reduxForm context. #36