Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@bmv437 bmv437 released this 29 Nov 19:40
· 3 commits to master since this release

Changed

  • ⚠️ [Breaking] Changed the way that data is scoped
    • 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