All Versions
11
Latest Version
Avg Release Cycle
113 days
Latest Release
2545 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.3 Changes
March 29, 2018- ๐ React 16 support
-
v3.0.2
June 03, 2017 -
v3.0.1
June 29, 2016 -
v3.0.0 Changes
June 29, 2016- ๐ 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
-
v2.2.0 Changes
November 30, 2015'selectedValue' and 'onChange' are optional #22
-
v2.1.1 Changes
August 17, 2015- ๐ Allow
selectedValue
's type to be a boolean.
- ๐ Allow
-
v2.1.0 Changes
July 26, 2015- 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
- Library now no longer wraps your children function return with a
-
v2.0.2 Changes
June 14, 2015- ๐ป Make the library work with browser globals.
-
v2.0.1 Changes
June 14, 2015- ๐ป Compile to UMD so you can import this hackily from a browser script.
-
v2.0.0 Changes
June 14, 2015- ๐ API overhaul. See README for the new, cleaner API!
- โฌ๏ธ Drop Bower support.
- โ Add npm support.