All Versions
11
Latest Version
Avg Release Cycle
113 days
Latest Release
2545 days ago

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 and Radio 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.
  • 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 (or null) from the function. #18
  • 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.