This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
React 16, Fields, component fixes
With this release, the library requires React 16. We're using React 16's fragments to achieve some advanced functionality.
- Introduces the Fields layout component, which will supersede Flow. Fields makes it far easier to achieve flexible field alignment in forms with minimal code. It's more stable and less internally complicated than Flow. Flow is now deprecated.
- Fixes Radio. Radio never really saw adoption in our projects, and its usage was out of date with current library practices. It should now be usable.
- Fixes titles in DragGroup.