- React 16 support
- Completely new API: no more function-as-a-child. See Readme for the details
- No new DOM Nodes are created anymore when component gets rerendered.
- Requires React v0.14 or higher
- Both
RadioGroup
andRadio
have a displayName
selectedValue
andonChange
are optional
- Allow
selectedValue
's type to be a boolean.
- Library now no longer wraps your children function return with a
div
. It now checks that you return a single component (ornull
) from the function. #18
- Make the library work with browser globals.
- Compile to UMD so you can import this hackily from a browser script.
- API overhaul. See README for the new, cleaner API!
- Drop Bower support.
- Add npm support.
- Initial release.