Gazebo_simulation-Frontend/node_modules/reactstrap/CHANGELOG.md

82 KiB
Raw Permalink Blame History

8.2.0 (2019-12-05)

Bug Fixes

  • getTarget: return array like when allElements parameter is true (#1687) (0702c45)
  • Tooltip: default value of trigger changed (#1695) (ae48d93), closes #1676

Features

8.1.1 (2019-10-18)

Bug Fixes

  • Carousel: rename unsafe lifecycles (940438f)
  • Dropdown: fixed a11y property error message (#1673)(87d28b6), closes #1670

8.1.0 (2019-10-18)

Bug Fixes

Features

8.0.1 (2019-07-10)

Bug Fixes

8.0.0 (2019-04-03)

Bug Fixes

Code Refactoring

  • Modal, Dropdown{*}, PopperContent, Tabs: go to React Async Rendering (#1427) (1afb2c2)

Features

BREAKING CHANGES

  • Modal, Dropdown{*}, PopperContent, Tabs: using new Context API, react-popper v. '1.3.3'
  • pagination-links: Now the next and previous props are displaying single carets instead of double caret. To get the old style, use first and last props instead of previous and next respectfully and set aria-label to Next or Previous.
  • Popover: Popover and Tooltip will now fade in and out (like bootstrap's default). To get the previous behavior use fade={false}

Removed Deprecations

  • Card's block prop: use Cards body prop.
  • Input's static prop: use Inputs plaintext prop.
  • Dropdown's dropup prop: use Dropdowns direction prop with the value of "up".
  • Navbar's toggleable prop: use Navbars expand prop (see docs)`.
  • inverse prop: use dark prop.
  • CardBlock: use CardBody.
  • InputGroupButton: use InputGroupAddon.
  • NavDropdown: use Dropdown with nav prop.
  • PopoverContent: use PopoverBody.
  • PopoverTitle: use PopoverHeader.
  • UncontrolledNavDropdown: use UncontrolledDropdown with nav prop.

7.1.0 (2019-01-15)

Bug Fixes

Features

  • support forwardRef components as tag (4cda8bf)
  • Popover: add legacy trigger, replacing unreleased isInteractive prop (6b3c3ce)
  • Popover: backward-compatible Popover behavior (#1360) (1d5ce83), closes #1349
  • Spinner: Add spinner component (#1352) (45952e2), closes #1347
  • Switch: Add support for CustomInput type='switch' (#1353) (7c1e166), closes #1348

7.0.2 (2018-12-31)

Bug Fixes

7.0.1 (2018-12-31)

Bug Fixes

7.0.0 (2018-12-29)

Bug Fixes

Features

BREAKING CHANGES

  • Input: previously plaintext on Input would output a 'p' tag. To better line up with bootstrap it will not output an 'input' tag. If you need a 'p' tag, provide tag="p" prop
  • Popover: Popover will no longer dismiss when clicking away from it. To get this behaviour please use trigger="focus". In 7.1.0, trigger="legacy" has been added to get the exact previous behavior.

6.5.0 (2018-10-04)

Bug Fixes

  • boundariesElement: add DOMElement to allowed proptypes (#1238) (cfe7318)
  • Dropdown: enter key triggers onClick (#1232) (f2528da), closes #1228
  • Modal: do not trigger focus on SVG elements (#1212) (c7e6ef5), closes #1208
  • Modal: use static openCount to become resilient to classList modification (#1190) (c8ceeeb), closes #1189
  • Tooltip: clear timers on component unmount (#1180) (9fea409)

Features

6.4.0 (2018-08-17)

Bug Fixes

Features

6.3.1 (2018-07-27)

Bug Fixes

6.3.0 (2018-07-10)

Features

6.2.0 (2018-06-28)

Bug Fixes

Features

6.1.0 (2018-06-04)

Bug Fixes

Features

  • addMultipleEventListeners: handle singles (d124b27)
  • exports: mark reactstrap as sideEffects free (#1005) (b68826d)
  • Form: add submit to component (4e10dd9)
  • Input: make it easier to focus (e3124af)
  • Tooltip: add tooltip accessibility (#1025) (a2138a8), closes #1012
  • Tooltip,Popover: add offset prop (#1018) (3561e3c)
  • UncontrolledCollapse: add UncontrolledCollapse (#1009) (355d2b8)

6.0.1 (2018-05-02)

Bug Fixes

6.0.0 (2018-05-01)

  • chore(Input): remove support for children content in (#927) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/4dea4a6" class="link">https://github.com/reactstrap/reactstrap/commit/4dea4a6</a>">4dea4a6</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/927" class="link">https://github.com/reactstrap/reactstrap/issues/927</a>">#927</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/871" class="link">https://github.com/reactstrap/reactstrap/issues/871</a>">#871</a></li> </ul> <h3 id="user-content-bug-fixes-15" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>DropdownMenu:</strong> add x-placement attribute (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/966" class="link">https://github.com/reactstrap/reactstrap/issues/966</a>">#966</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/0f4a4cb" class="link">https://github.com/reactstrap/reactstrap/commit/0f4a4cb</a>">0f4a4cb</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/962" class="link">https://github.com/reactstrap/reactstrap/issues/962</a>">#962</a></li> <li><strong>innerRef:</strong> allow createRef as a ref (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a5795b8" class="link">https://github.com/reactstrap/reactstrap/commit/a5795b8</a>">a5795b8</a>)</li> <li><strong>Modal:</strong> update zindex when prop is changed (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/937" class="link">https://github.com/reactstrap/reactstrap/issues/937</a>">#937</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/01667c1" class="link">https://github.com/reactstrap/reactstrap/commit/01667c1</a>">01667c1</a>)</li> <li><strong>UncontrolledCarousel:</strong> add bootstrap classes to img to make it responsive (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/934" class="link">https://github.com/reactstrap/reactstrap/issues/934</a>">#934</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9f7b741" class="link">https://github.com/reactstrap/reactstrap/commit/9f7b741</a>">9f7b741</a>)</li> <li><strong>UncontrolledCarousel:</strong> added header item prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/964" class="link">https://github.com/reactstrap/reactstrap/issues/964</a>">#964</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/62b79fb" class="link">https://github.com/reactstrap/reactstrap/commit/62b79fb</a>">62b79fb</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/943" class="link">https://github.com/reactstrap/reactstrap/issues/943</a>">#943</a></li> </ul> <h3 id="user-content-features-10" dir="auto">Features</h3> <ul dir="auto"> <li><strong>CustomInput:</strong> add custom checkboxes/radios (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/985" class="link">https://github.com/reactstrap/reactstrap/issues/985</a>">#985</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/312e729" class="link">https://github.com/reactstrap/reactstrap/commit/312e729</a>">312e729</a>)</li> <li><strong>CustomInput:</strong> add more custom inputs (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/991" class="link">https://github.com/reactstrap/reactstrap/issues/991</a>">#991</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ccdb7f2" class="link">https://github.com/reactstrap/reactstrap/commit/ccdb7f2</a>">ccdb7f2</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/534" class="link">https://github.com/reactstrap/reactstrap/issues/534</a>">#534</a></li> <li><strong>Dropdown:</strong> setActiveFromChild prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/977" class="link">https://github.com/reactstrap/reactstrap/issues/977</a>">#977</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/1b47757" class="link">https://github.com/reactstrap/reactstrap/commit/1b47757</a>">1b47757</a>)</li> <li><strong>DropdownMenu:</strong> add Popper modifiers (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/929" class="link">https://github.com/reactstrap/reactstrap/issues/929</a>">#929</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f28ef8a" class="link">https://github.com/reactstrap/reactstrap/commit/f28ef8a</a>">f28ef8a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/811" class="link">https://github.com/reactstrap/reactstrap/issues/811</a>">#811</a></li> <li><strong>DropdownMenu:</strong> allow menu to persist (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/840adb2" class="link">https://github.com/reactstrap/reactstrap/commit/840adb2</a>">840adb2</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/779" class="link">https://github.com/reactstrap/reactstrap/issues/779</a>">#779</a></li> <li><strong>Table:</strong> add <code>borderless</code> option (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/956" class="link">https://github.com/reactstrap/reactstrap/issues/956</a>">#956</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/210b53f" class="link">https://github.com/reactstrap/reactstrap/commit/210b53f</a>">210b53f</a>)</li> </ul> <h3 id="user-content-breaking-changes-2" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li><code>Input</code> with type="textarea" can no longer have children. To set the value of the textarea please use <code>value</code>/<code>defaultValue</code> the same as you would for input type="text".</li> </ul> <p dir="auto"><a name="5.0.0"></a></p> <h1 id="user-content-500httpsgithubcomreactstrapreactstrapcompare500-beta3500-2018-03-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-beta.3...5.0.0" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-beta.3...5.0.0</a>">5.0.0</a> (2018-03-23)</h1> <h3 id="user-content-bug-fixes-16" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> don't add or remove multi body classes (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6ec3174" class="link">https://github.com/reactstrap/reactstrap/commit/6ec3174</a>">6ec3174</a>)</li> <li><strong>Modal:</strong> Ensure that <code>this._element</code> exists before removing it. (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/916" class="link">https://github.com/reactstrap/reactstrap/issues/916</a>">#916</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7faa32a" class="link">https://github.com/reactstrap/reactstrap/commit/7faa32a</a>">7faa32a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/918" class="link">https://github.com/reactstrap/reactstrap/issues/918</a>">#918</a></li> </ul> <h3 id="user-content-breaking-changes-3" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li><strong>Modal:</strong> reactstrap now requires a minimum react version of 16. Please update your version of react to 16 (from 15 to 16 is very seamless).</li> </ul> <p dir="auto"><a name="5.0.0-beta.3"></a></p> <h1 id="user-content-500-beta3httpsgithubcomreactstrapreactstrapcompare500-beta2500-beta3-2018-03-19" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-beta.2...5.0.0-beta.3" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-beta.2...5.0.0-beta.3</a>">5.0.0-beta.3</a> (2018-03-19)</h1> <h3 id="user-content-bug-fixes-17" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>popper:</strong> pass event object to toggle prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/907" class="link">https://github.com/reactstrap/reactstrap/issues/907</a>">#907</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b1f6005" class="link">https://github.com/reactstrap/reactstrap/commit/b1f6005</a>">b1f6005</a>)</li> </ul> <h3 id="user-content-features-11" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Dropdown:</strong> Add active prop to Dropdown (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/895" class="link">https://github.com/reactstrap/reactstrap/issues/895</a>">#895</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/45de5c5" class="link">https://github.com/reactstrap/reactstrap/commit/45de5c5</a>">45de5c5</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/827" class="link">https://github.com/reactstrap/reactstrap/issues/827</a>">#827</a></li> <li><strong>Modal:</strong> pass event object to toggle prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/903" class="link">https://github.com/reactstrap/reactstrap/issues/903</a>">#903</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f6aacfa" class="link">https://github.com/reactstrap/reactstrap/commit/f6aacfa</a>">f6aacfa</a>)</li> </ul> <p dir="auto"><a name="5.0.0-beta.2"></a></p> <h1 id="user-content-500-beta2httpsgithubcomreactstrapreactstrapcompare500-beta500-beta2-2018-02-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-beta...5.0.0-beta.2" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-beta...5.0.0-beta.2</a>">5.0.0-beta.2</a> (2018-02-27)</h1> <h3 id="user-content-bug-fixes-18" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Col:</strong> pass cssModule to mapToCSSModules not push (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/857" class="link">https://github.com/reactstrap/reactstrap/issues/857</a>">#857</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7887364" class="link">https://github.com/reactstrap/reactstrap/commit/7887364</a>">7887364</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/856" class="link">https://github.com/reactstrap/reactstrap/issues/856</a>">#856</a></li> <li><strong>Modal:</strong> map body class name before removing (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/817" class="link">https://github.com/reactstrap/reactstrap/issues/817</a>">#817</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f099d31" class="link">https://github.com/reactstrap/reactstrap/commit/f099d31</a>">f099d31</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/665" class="link">https://github.com/reactstrap/reactstrap/issues/665</a>">#665</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/763" class="link">https://github.com/reactstrap/reactstrap/issues/763</a>">#763</a></li> <li><strong>UncontrolledNavDropdown:</strong> add missing props param (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/812" class="link">https://github.com/reactstrap/reactstrap/issues/812</a>">#812</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b35cdcb" class="link">https://github.com/reactstrap/reactstrap/commit/b35cdcb</a>">b35cdcb</a>)</li> </ul> <h3 id="user-content-features-12" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Col:</strong> Set col class only if no other cols are specified (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/842" class="link">https://github.com/reactstrap/reactstrap/issues/842</a>">#842</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5a9aa63" class="link">https://github.com/reactstrap/reactstrap/commit/5a9aa63</a>">5a9aa63</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/750" class="link">https://github.com/reactstrap/reactstrap/issues/750</a>">#750</a></li> <li><strong>Dropdown:</strong> Add support for dropleft and dropright (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/813" class="link">https://github.com/reactstrap/reactstrap/issues/813</a>">#813</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2b71fd6" class="link">https://github.com/reactstrap/reactstrap/commit/2b71fd6</a>">2b71fd6</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/785" class="link">https://github.com/reactstrap/reactstrap/issues/785</a>">#785</a></li> <li><strong>FormFeedback:</strong> Support valid feedback. (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/840" class="link">https://github.com/reactstrap/reactstrap/issues/840</a>">#840</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b49091" class="link">https://github.com/reactstrap/reactstrap/commit/9b49091</a>">9b49091</a>)</li> <li><strong>Input:</strong> add invalid prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/858" class="link">https://github.com/reactstrap/reactstrap/issues/858</a>">#858</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ba8fc39" class="link">https://github.com/reactstrap/reactstrap/commit/ba8fc39</a>">ba8fc39</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/850" class="link">https://github.com/reactstrap/reactstrap/issues/850</a>">#850</a></li> <li><strong>Modal:</strong> add ability to have external content (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/854" class="link">https://github.com/reactstrap/reactstrap/issues/854</a>">#854</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9c1b71a" class="link">https://github.com/reactstrap/reactstrap/commit/9c1b71a</a>">9c1b71a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/853" class="link">https://github.com/reactstrap/reactstrap/issues/853</a>">#853</a></li> <li><strong>Modal:</strong> added support for React Portal (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/796" class="link">https://github.com/reactstrap/reactstrap/issues/796</a>">#796</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/49a7f99" class="link">https://github.com/reactstrap/reactstrap/commit/49a7f99</a>">49a7f99</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/601" class="link">https://github.com/reactstrap/reactstrap/issues/601</a>">#601</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/761" class="link">https://github.com/reactstrap/reactstrap/issues/761</a>">#761</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/645" class="link">https://github.com/reactstrap/reactstrap/issues/645</a>">#645</a></li> <li><strong>Popover/Tooltip:</strong> add ability to hide arrow (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/814" class="link">https://github.com/reactstrap/reactstrap/issues/814</a>">#814</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/815" class="link">https://github.com/reactstrap/reactstrap/issues/815</a>">#815</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/43efe8b" class="link">https://github.com/reactstrap/reactstrap/commit/43efe8b</a>">43efe8b</a>)</li> </ul> <h3 id="user-content-breaking-changes-4" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li><strong>Col:</strong> Col no longer adds .col class by default when you have other columns specified. To get this class back, simply add the prop xs.</li> <li><strong>Input:</strong> the valid prop no longer applies the is-invalid class when false. Use the new invalid prop to apply that class.</li> </ul> <p dir="auto"><a name="5.0.0-beta"></a></p> <h1 id="user-content-500-betahttpsgithubcomreactstrapreactstrapcompare500-alpha4500-beta-2018-01-31" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.4...5.0.0-beta" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.4...5.0.0-beta</a>">5.0.0-beta</a> (2018-01-31)</h1> <h3 id="user-content-bug-fixes-19" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>CardTitle:</strong> default tag to h5 (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/794" class="link">https://github.com/reactstrap/reactstrap/issues/794</a>">#794</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/65194c1" class="link">https://github.com/reactstrap/reactstrap/commit/65194c1</a>">65194c1</a>)</li> <li>**CarouselIndicators<code>:** fix class name when using </code>cssModule` (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/726" class="link">https://github.com/reactstrap/reactstrap/issues/726</a>">#726</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/57d07e3" class="link">https://github.com/reactstrap/reactstrap/commit/57d07e3</a>">57d07e3</a>)</li> <li><strong>Input:</strong> honor Tag prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/795" class="link">https://github.com/reactstrap/reactstrap/issues/795</a>">#795</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bcefdaa" class="link">https://github.com/reactstrap/reactstrap/commit/bcefdaa</a>">bcefdaa</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/783" class="link">https://github.com/reactstrap/reactstrap/issues/783</a>">#783</a></li> <li><strong>Label:</strong> remove unused <code>form-control-label</code> class (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/695" class="link">https://github.com/reactstrap/reactstrap/issues/695</a>">#695</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b7567c7" class="link">https://github.com/reactstrap/reactstrap/commit/b7567c7</a>">b7567c7</a>)</li> <li><strong>Modal:</strong> check this.props.toggle exists before using it (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/700" class="link">https://github.com/reactstrap/reactstrap/issues/700</a>">#700</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/80c0cde" class="link">https://github.com/reactstrap/reactstrap/commit/80c0cde</a>">80c0cde</a>)</li> <li><strong>ModalHeader:</strong> default tag to h5 (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/793" class="link">https://github.com/reactstrap/reactstrap/issues/793</a>">#793</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6a5fe7e" class="link">https://github.com/reactstrap/reactstrap/commit/6a5fe7e</a>">6a5fe7e</a>)</li> <li><strong>Util:</strong> window.getComputedStyle can return null in Firefox (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/782" class="link">https://github.com/reactstrap/reactstrap/issues/782</a>">#782</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6914f73" class="link">https://github.com/reactstrap/reactstrap/commit/6914f73</a>">6914f73</a>)</li> </ul> <h3 id="user-content-features-13" dir="auto">Features</h3> <ul dir="auto"> <li><strong>CarouselItem:</strong> Make CarouselItem accept children of any type (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/735" class="link">https://github.com/reactstrap/reactstrap/issues/735</a>">#735</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/eea7d1b" class="link">https://github.com/reactstrap/reactstrap/commit/eea7d1b</a>">eea7d1b</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/641" class="link">https://github.com/reactstrap/reactstrap/issues/641</a>">#641</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/719" class="link">https://github.com/reactstrap/reactstrap/issues/719</a>">#719</a></li> <li><strong>Col/Label:</strong> Removed pull/push and added order (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/696" class="link">https://github.com/reactstrap/reactstrap/issues/696</a>">#696</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7c5e690" class="link">https://github.com/reactstrap/reactstrap/commit/7c5e690</a>">7c5e690</a>)</li> <li><strong>cssModule:</strong> expose global cssModule setter (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/729" class="link">https://github.com/reactstrap/reactstrap/issues/729</a>">#729</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/adc8736" class="link">https://github.com/reactstrap/reactstrap/commit/adc8736</a>">adc8736</a>)</li> <li><strong>Dropdown:</strong> disable popper when inNavbar (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/692" class="link">https://github.com/reactstrap/reactstrap/issues/692</a>">#692</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b5c7612" class="link">https://github.com/reactstrap/reactstrap/commit/b5c7612</a>">b5c7612</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/637" class="link">https://github.com/reactstrap/reactstrap/issues/637</a>">#637</a></li> <li><strong>InputGroup:</strong> Deprecate InputGroupButton (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/769" class="link">https://github.com/reactstrap/reactstrap/issues/769</a>">#769</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5c5c205" class="link">https://github.com/reactstrap/reactstrap/commit/5c5c205</a>">5c5c205</a>)</li> <li><strong>InputGroup:</strong> Update for BS 4-beta.3 (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/762" class="link">https://github.com/reactstrap/reactstrap/issues/762</a>">#762</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fa3555f" class="link">https://github.com/reactstrap/reactstrap/commit/fa3555f</a>">fa3555f</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/759" class="link">https://github.com/reactstrap/reactstrap/issues/759</a>">#759</a></li> <li><em><em>ListGroup</em>:</em>* Added missing cssModule support (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/784" class="link">https://github.com/reactstrap/reactstrap/issues/784</a>">#784</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/df264a8" class="link">https://github.com/reactstrap/reactstrap/commit/df264a8</a>">df264a8</a>)</li> <li><strong>Popover/Tooltip:</strong> add ability to pass modifiers to Popper.js (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/710" class="link">https://github.com/reactstrap/reactstrap/issues/710</a>">#710</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bc6518e" class="link">https://github.com/reactstrap/reactstrap/commit/bc6518e</a>">bc6518e</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/709" class="link">https://github.com/reactstrap/reactstrap/issues/709</a>">#709</a></li> <li><strong>Table:</strong> BS4 beta 2 updates for Table (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/694" class="link">https://github.com/reactstrap/reactstrap/issues/694</a>">#694</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/3377cdc" class="link">https://github.com/reactstrap/reactstrap/commit/3377cdc</a>">3377cdc</a>)</li> <li><strong>Table:</strong> BS4 beta 3 revert responsive table (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/757" class="link">https://github.com/reactstrap/reactstrap/issues/757</a>">#757</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ee08d21" class="link">https://github.com/reactstrap/reactstrap/commit/ee08d21</a>">ee08d21</a>)</li> </ul> <h3 id="user-content-breaking-changes-5" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li><strong>CardTitle:</strong> CardTitle now defaults to h5 instead of h4. If you still need h4 add tag="h4"</li> <li><strong>ModalHeader:</strong> ModalHeader now defaults to h5 instead of h4. If you still need h4 add tag="h4"</li> </ul> <p dir="auto"><a name="5.0.0-alpha.4"></a></p> <h1 id="user-content-500-alpha4httpsgithubcomreactstrapreactstrapcompare500-alpha3500-alpha4-2017-11-16" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.3...5.0.0-alpha.4" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.3...5.0.0-alpha.4</a>">5.0.0-alpha.4</a> (2017-11-16)</h1> <h3 id="user-content-bug-fixes-20" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>FormGroup,Label:</strong> Fix inline radio- and checkboxes (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/624" class="link">https://github.com/reactstrap/reactstrap/issues/624</a>">#624</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e9b7803" class="link">https://github.com/reactstrap/reactstrap/commit/e9b7803</a>">e9b7803</a>)</li> <li><strong>getTarget:</strong> do not return null; throw (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/623" class="link">https://github.com/reactstrap/reactstrap/issues/623</a>">#623</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e1d3b5f" class="link">https://github.com/reactstrap/reactstrap/commit/e1d3b5f</a>">e1d3b5f</a>)</li> <li><strong>Input:</strong> fix size prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/662" class="link">https://github.com/reactstrap/reactstrap/issues/662</a>">#662</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/cc2bd13" class="link">https://github.com/reactstrap/reactstrap/commit/cc2bd13</a>">cc2bd13</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/660" class="link">https://github.com/reactstrap/reactstrap/issues/660</a>">#660</a></li> <li><strong>Label:</strong> remove disabled prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/626" class="link">https://github.com/reactstrap/reactstrap/issues/626</a>">#626</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/25c1e38" class="link">https://github.com/reactstrap/reactstrap/commit/25c1e38</a>">25c1e38</a>)</li> <li><strong>ModalHeader:</strong> Use css modules in close button (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/629" class="link">https://github.com/reactstrap/reactstrap/issues/629</a>">#629</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2cd6f21" class="link">https://github.com/reactstrap/reactstrap/commit/2cd6f21</a>">2cd6f21</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/628" class="link">https://github.com/reactstrap/reactstrap/issues/628</a>">#628</a></li> <li><strong>UncontrolledCarousel:</strong> fix autoPlay={false} (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/654" class="link">https://github.com/reactstrap/reactstrap/issues/654</a>">#654</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/839419e" class="link">https://github.com/reactstrap/reactstrap/commit/839419e</a>">839419e</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/653" class="link">https://github.com/reactstrap/reactstrap/issues/653</a>">#653</a></li> </ul> <h3 id="user-content-features-14" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Carousel:</strong> add className to carousel components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/682" class="link">https://github.com/reactstrap/reactstrap/issues/682</a>">#682</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d23b28a" class="link">https://github.com/reactstrap/reactstrap/commit/d23b28a</a>">d23b28a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/669" class="link">https://github.com/reactstrap/reactstrap/issues/669</a>">#669</a></li> <li><strong>CarouselItem:</strong> support tag prop on carousel item (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/681" class="link">https://github.com/reactstrap/reactstrap/issues/681</a>">#681</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/1e70e64" class="link">https://github.com/reactstrap/reactstrap/commit/1e70e64</a>">1e70e64</a>)</li> <li><strong>Dropdown:</strong> Add nav prop to Dropdown (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/636" class="link">https://github.com/reactstrap/reactstrap/issues/636</a>">#636</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/48edd6b" class="link">https://github.com/reactstrap/reactstrap/commit/48edd6b</a>">48edd6b</a>)</li> <li><strong>getTarget:</strong> throw when string not in DOM (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/622" class="link">https://github.com/reactstrap/reactstrap/issues/622</a>">#622</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e71c427" class="link">https://github.com/reactstrap/reactstrap/commit/e71c427</a>">e71c427</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/620" class="link">https://github.com/reactstrap/reactstrap/issues/620</a>">#620</a></li> <li><strong>NavItem:</strong> add active prop to NavItem (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/688" class="link">https://github.com/reactstrap/reactstrap/issues/688</a>">#688</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2a8bffb" class="link">https://github.com/reactstrap/reactstrap/commit/2a8bffb</a>">2a8bffb</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/678" class="link">https://github.com/reactstrap/reactstrap/issues/678</a>">#678</a></li> </ul> <p dir="auto"><a name="5.0.0-alpha.3"></a></p> <h1 id="user-content-500-alpha3httpsgithubcomreactstrapreactstrapcompare500-alpha2500-alpha3-2017-10-03" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.2...5.0.0-alpha.3" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.2...5.0.0-alpha.3</a>">5.0.0-alpha.3</a> (2017-10-03)</h1> <h3 id="user-content-bug-fixes-21" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Build:</strong> Cross-platform postbuild support, improved Readme documentation, updated dependencies. (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/608" class="link">https://github.com/reactstrap/reactstrap/issues/608</a>">#608</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/681738c" class="link">https://github.com/reactstrap/reactstrap/commit/681738c</a>">681738c</a>)</li> <li><strong>Collapse,Fade:</strong> Ensuring props don't leak to child (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/598" class="link">https://github.com/reactstrap/reactstrap/issues/598</a>">#598</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/1a94b0f" class="link">https://github.com/reactstrap/reactstrap/commit/1a94b0f</a>">1a94b0f</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/597" class="link">https://github.com/reactstrap/reactstrap/issues/597</a>">#597</a></li> <li><strong>Modal:</strong> Update classes for fixed content detection (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/600" class="link">https://github.com/reactstrap/reactstrap/issues/600</a>">#600</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b41e13" class="link">https://github.com/reactstrap/reactstrap/commit/9b41e13</a>">9b41e13</a>)</li> <li><strong>PaginationLink:</strong> handle empty children array correctly (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/511" class="link">https://github.com/reactstrap/reactstrap/issues/511</a>">#511</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/604" class="link">https://github.com/reactstrap/reactstrap/issues/604</a>">#604</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c090ea7" class="link">https://github.com/reactstrap/reactstrap/commit/c090ea7</a>">c090ea7</a>)</li> </ul> <p dir="auto"><a name="5.0.0-alpha.2"></a></p> <h1 id="user-content-500-alpha2httpsgithubcomreactstrapreactstrapcompare500-alpha1500-alpha2-2017-09-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.1...5.0.0-alpha.2" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.1...5.0.0-alpha.2</a>">5.0.0-alpha.2</a> (2017-09-28)</h1> <h3 id="user-content-bug-fixes-22" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Popover:</strong> do not trigger toggle on popover click (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/50a8fd4" class="link">https://github.com/reactstrap/reactstrap/commit/50a8fd4</a>">50a8fd4</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/594" class="link">https://github.com/reactstrap/reactstrap/issues/594</a>">#594</a></li> </ul> <p dir="auto"><a name="5.0.0-alpha.1"></a></p> <h1 id="user-content-500-alpha1httpsgithubcomreactstrapreactstrapcompare500-alpha0500-alpha1-2017-09-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.0...5.0.0-alpha.1" class="link">https://github.com/reactstrap/reactstrap/compare/5.0.0-alpha.0...5.0.0-alpha.1</a>">5.0.0-alpha.1</a> (2017-09-23)</h1> <h3 id="user-content-bug-fixes-23" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Dropdown:</strong> fix perf issue (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e4479aa" class="link">https://github.com/reactstrap/reactstrap/commit/e4479aa</a>">e4479aa</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/584" class="link">https://github.com/reactstrap/reactstrap/issues/584</a>">#584</a></li> </ul> <h3 id="user-content-features-15" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Dropdown:</strong> keyboard control/navigation (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ac90f51" class="link">https://github.com/reactstrap/reactstrap/commit/ac90f51</a>">ac90f51</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/580" class="link">https://github.com/reactstrap/reactstrap/issues/580</a>">#580</a></li> <li><strong>Input:</strong> add plaintext prop (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d0c6e82" class="link">https://github.com/reactstrap/reactstrap/commit/d0c6e82</a>">d0c6e82</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/485" class="link">https://github.com/reactstrap/reactstrap/issues/485</a>">#485</a></li> </ul> <p dir="auto"><a name="5.0.0-alpha.0"></a></p> <h1 id="user-content-500-alpha0httpsgithubcomreactstrapreactstrapcompare480500-alpha0-2017-09-21" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.8.0...5.0.0-alpha.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.8.0...5.0.0-alpha.0</a>">5.0.0-alpha.0</a> (2017-09-21)</h1> <h3 id="user-content-bug-fixes-24" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li>Add container to Popover and Tooltip (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/759934b" class="link">https://github.com/reactstrap/reactstrap/commit/759934b</a>">759934b</a>)</li> <li><strong>Carousel:</strong> use prop-types in carousel (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/503" class="link">https://github.com/reactstrap/reactstrap/issues/503</a>">#503</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e1bdadb" class="link">https://github.com/reactstrap/reactstrap/commit/e1bdadb</a>">e1bdadb</a>)</li> <li><strong>CSSModules:</strong> pass modules to child components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/483" class="link">https://github.com/reactstrap/reactstrap/issues/483</a>">#483</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/12270d0" class="link">https://github.com/reactstrap/reactstrap/commit/12270d0</a>">12270d0</a>)</li> <li><strong>Label:</strong> fix xs col class (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/512" class="link">https://github.com/reactstrap/reactstrap/issues/512</a>">#512</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/683dbdb" class="link">https://github.com/reactstrap/reactstrap/commit/683dbdb</a>">683dbdb</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/510" class="link">https://github.com/reactstrap/reactstrap/issues/510</a>">#510</a></li> <li><strong>Modal:</strong> add workaround for Modal auto focus (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f12057d" class="link">https://github.com/reactstrap/reactstrap/commit/f12057d</a>">f12057d</a>)</li> <li><strong>Navbar:</strong> better backwards compatibility (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/aefbdd7" class="link">https://github.com/reactstrap/reactstrap/commit/aefbdd7</a>">aefbdd7</a>)</li> <li><strong>NavbarToggler:</strong> fix syntax error (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a460912" class="link">https://github.com/reactstrap/reactstrap/commit/a460912</a>">a460912</a>)</li> <li><strong>PaginationLink:</strong> handle empty children array (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/511" class="link">https://github.com/reactstrap/reactstrap/issues/511</a>">#511</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/72d82a3" class="link">https://github.com/reactstrap/reactstrap/commit/72d82a3</a>">72d82a3</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/494" class="link">https://github.com/reactstrap/reactstrap/issues/494</a>">#494</a></li> <li><strong>popper:</strong> account for touchstart (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b80d11" class="link">https://github.com/reactstrap/reactstrap/commit/9b80d11</a>">9b80d11</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/456" class="link">https://github.com/reactstrap/reactstrap/issues/456</a>">#456</a> <a href="<a href="https://github.com/reactstrap/reactstrap/issues/458" class="link">https://github.com/reactstrap/reactstrap/issues/458</a>">#458</a></li> <li><strong>popperjs:</strong> fixed error in build (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/571" class="link">https://github.com/reactstrap/reactstrap/issues/571</a>">#571</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/0a9394d" class="link">https://github.com/reactstrap/reactstrap/commit/0a9394d</a>">0a9394d</a>)</li> <li><strong>Tooltip/Popover:</strong> fix className/add innerClassName (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a2a33e3" class="link">https://github.com/reactstrap/reactstrap/commit/a2a33e3</a>">a2a33e3</a>)</li> </ul> <h3 id="user-content-features-16" dir="auto">Features</h3> <ul dir="auto"> <li><strong>aria:</strong> add closeAriaLabel (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/525" class="link">https://github.com/reactstrap/reactstrap/issues/525</a>">#525</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/3b4c0e6" class="link">https://github.com/reactstrap/reactstrap/commit/3b4c0e6</a>">3b4c0e6</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/524" class="link">https://github.com/reactstrap/reactstrap/issues/524</a>">#524</a></li> <li><strong>Badge:</strong> handle links (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b32cee" class="link">https://github.com/reactstrap/reactstrap/commit/9b32cee</a>">9b32cee</a>)</li> <li><strong>Card:</strong> update Card for bs v4 beta (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c4609e2" class="link">https://github.com/reactstrap/reactstrap/commit/c4609e2</a>">c4609e2</a>)</li> <li><strong>Dropdown:</strong> update Dropdown for bs v4 beta (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/53687fa" class="link">https://github.com/reactstrap/reactstrap/commit/53687fa</a>">53687fa</a>)</li> <li><strong>Modal:</strong> onOpened and onClosed callbacks for modals (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/434" class="link">https://github.com/reactstrap/reactstrap/issues/434</a>">#434</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/87c6c4e" class="link">https://github.com/reactstrap/reactstrap/commit/87c6c4e</a>">87c6c4e</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/306" class="link">https://github.com/reactstrap/reactstrap/issues/306</a>">#306</a></li> <li><strong>Nav/Navbar:</strong> update to bs v4 beta (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5395e8d" class="link">https://github.com/reactstrap/reactstrap/commit/5395e8d</a>">5395e8d</a>)</li> <li><strong>Popover:</strong> update popovers to bs v4 beta (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bb00f4c" class="link">https://github.com/reactstrap/reactstrap/commit/bb00f4c</a>">bb00f4c</a>)</li> <li><strong>popper:</strong> add container prop to popper (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fd59d37" class="link">https://github.com/reactstrap/reactstrap/commit/fd59d37</a>">fd59d37</a>)</li> <li><strong>popperjs:</strong> use popperjs instead of tether (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/561" class="link">https://github.com/reactstrap/reactstrap/issues/561</a>">#561</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5413022" class="link">https://github.com/reactstrap/reactstrap/commit/5413022</a>">5413022</a>)</li> <li><strong>UncontrolledCarousel:</strong> add UncontrolledCarousel (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/627a73e" class="link">https://github.com/reactstrap/reactstrap/commit/627a73e</a>">627a73e</a>)</li> <li><strong>util:</strong> add warnOnce and deprecated fns (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5faa94d" class="link">https://github.com/reactstrap/reactstrap/commit/5faa94d</a>">5faa94d</a>)</li> <li><strong>validation:</strong> add/update form validation (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8b2386f" class="link">https://github.com/reactstrap/reactstrap/commit/8b2386f</a>">8b2386f</a>)</li> </ul> <h3 id="user-content-breaking-changes-6" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li><strong>validation:</strong> The color prop has been removed from FromGroup, see the valid prop on Input.</li> <li><strong>popperjs:</strong> getRef has been renamed to innerRef to line up with other libraries.</li> <li><strong>popperjs:</strong> tether props have been removed.</li> </ul> <p dir="auto"><a name="4.8.0"></a></p> <h1 id="user-content-480httpsgithubcomreactstrapreactstrapcompare470480-2017-06-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.7.0...4.8.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.7.0...4.8.0</a>">4.8.0</a> (2017-06-28)</h1> <h3 id="user-content-features-17" dir="auto">Features</h3> <ul dir="auto"> <li><strong>DropdownItem:</strong> support the "active" property for dropdown items (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/469" class="link">https://github.com/reactstrap/reactstrap/issues/469</a>">#469</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/83df86e" class="link">https://github.com/reactstrap/reactstrap/commit/83df86e</a>">83df86e</a>)</li> </ul> <p dir="auto"><a name="4.7.0"></a></p> <h1 id="user-content-470httpsgithubcomreactstrapreactstrapcompare462470-2017-06-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.6.2...4.7.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.6.2...4.7.0</a>">4.7.0</a> (2017-06-27)</h1> <h3 id="user-content-bug-fixes-25" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Alert:</strong> map close class css modules (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/471" class="link">https://github.com/reactstrap/reactstrap/issues/471</a>">#471</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2e3c687" class="link">https://github.com/reactstrap/reactstrap/commit/2e3c687</a>">2e3c687</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/470" class="link">https://github.com/reactstrap/reactstrap/issues/470</a>">#470</a></li> <li><strong>DropdownToggle:</strong> ensures color attribute is not leaked (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d1448e0" class="link">https://github.com/reactstrap/reactstrap/commit/d1448e0</a>">d1448e0</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/461" class="link">https://github.com/reactstrap/reactstrap/issues/461</a>">#461</a> <a href="<a href="https://github.com/PR/issues/402" class="link">https://github.com/PR/issues/402</a>">PR#402</a></li> <li><strong>Label:</strong> add form-control-label to appropriate Label components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/452" class="link">https://github.com/reactstrap/reactstrap/issues/452</a>">#452</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2e86132" class="link">https://github.com/reactstrap/reactstrap/commit/2e86132</a>">2e86132</a>)</li> <li><strong>Modal:</strong> add back attribute passthrough (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/444" class="link">https://github.com/reactstrap/reactstrap/issues/444</a>">#444</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b598a40" class="link">https://github.com/reactstrap/reactstrap/commit/b598a40</a>">b598a40</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/443" class="link">https://github.com/reactstrap/reactstrap/issues/443</a>">#443</a></li> <li><strong>Navbar:</strong> remove default navigation role (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f607b2c" class="link">https://github.com/reactstrap/reactstrap/commit/f607b2c</a>">f607b2c</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/463" class="link">https://github.com/reactstrap/reactstrap/issues/463</a>">#463</a></li> </ul> <p dir="auto"><a name="4.6.2"></a></p> <h2 id="user-content-462httpsgithubcomreactstrapreactstrapcompare461462-2017-05-16" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.6.1...4.6.2" class="link">https://github.com/reactstrap/reactstrap/compare/4.6.1...4.6.2</a>">4.6.2</a> (2017-05-16)</h2> <h3 id="user-content-bug-fixes-26" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>build:</strong> replace process.env in builds (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/429" class="link">https://github.com/reactstrap/reactstrap/issues/429</a>">#429</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/435" class="link">https://github.com/reactstrap/reactstrap/issues/435</a>">#435</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fcc5264" class="link">https://github.com/reactstrap/reactstrap/commit/fcc5264</a>">fcc5264</a>)</li> </ul> <p dir="auto"><a name="4.6.1"></a></p> <h2 id="user-content-461httpsgithubcomreactstrapreactstrapcompare460461-2017-05-15" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.6.0...4.6.1" class="link">https://github.com/reactstrap/reactstrap/compare/4.6.0...4.6.1</a>">4.6.1</a> (2017-05-15)</h2> <h3 id="user-content-bug-fixes-27" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>PropTypes:</strong> clean up prop-types usage (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/427" class="link">https://github.com/reactstrap/reactstrap/issues/427</a>">#427</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/94bbb82" class="link">https://github.com/reactstrap/reactstrap/commit/94bbb82</a>">94bbb82</a>)</li> </ul> <p dir="auto"><a name="4.6.0"></a></p> <h1 id="user-content-460httpsgithubcomreactstrapreactstrapcompare450460-2017-05-15" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.5.0...4.6.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.5.0...4.6.0</a>">4.6.0</a> (2017-05-15)</h1> <h3 id="user-content-bug-fixes-28" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>ButtonDropdown:</strong> allow overwriting the group prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/425" class="link">https://github.com/reactstrap/reactstrap/issues/425</a>">#425</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/663551b" class="link">https://github.com/reactstrap/reactstrap/commit/663551b</a>">663551b</a>)</li> <li><strong>DropdownToggle:</strong> add missing proptype (color) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/402" class="link">https://github.com/reactstrap/reactstrap/issues/402</a>">#402</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c137697" class="link">https://github.com/reactstrap/reactstrap/commit/c137697</a>">c137697</a>)</li> <li><strong>Modal:</strong> fix bug where closing modal removed wrong modal-open string in class (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/410" class="link">https://github.com/reactstrap/reactstrap/issues/410</a>">#410</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/22d5c3f" class="link">https://github.com/reactstrap/reactstrap/commit/22d5c3f</a>">22d5c3f</a>)</li> <li><strong>PropTypes:</strong> import PropTypes from prop-types (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/395" class="link">https://github.com/reactstrap/reactstrap/issues/395</a>">#395</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9080217" class="link">https://github.com/reactstrap/reactstrap/commit/9080217</a>">9080217</a>)</li> <li><strong>react-addons:</strong> move to external react-transition-group dependency (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/399" class="link">https://github.com/reactstrap/reactstrap/issues/399</a>">#399</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a4fec3c" class="link">https://github.com/reactstrap/reactstrap/commit/a4fec3c</a>">a4fec3c</a>)</li> </ul> <h3 id="user-content-features-18" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Modal:</strong> add autoFocus prop for disabling auto focus (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/389" class="link">https://github.com/reactstrap/reactstrap/issues/389</a>">#389</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6338fc3" class="link">https://github.com/reactstrap/reactstrap/commit/6338fc3</a>">6338fc3</a>)</li> <li><strong>Modal:</strong> Support fade and timeout props in the Modal component to allow configuring + disabling of the fade effect (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/339" class="link">https://github.com/reactstrap/reactstrap/issues/339</a>">#339</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/babee0f" class="link">https://github.com/reactstrap/reactstrap/commit/babee0f</a>">babee0f</a>)</li> </ul> <p dir="auto"><a name="4.5.0"></a></p> <h1 id="user-content-450httpsgithubcomreactstrapreactstrapcompare440v450-2017-04-03" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.4.0...v4.5.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.4.0...v4.5.0</a>">4.5.0</a> (2017-04-03)</h1> <h3 id="user-content-bug-fixes-29" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Button:</strong> only default to button when click is handled (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/383" class="link">https://github.com/reactstrap/reactstrap/issues/383</a>">#383</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/af3ccbe" class="link">https://github.com/reactstrap/reactstrap/commit/af3ccbe</a>">af3ccbe</a>)</li> <li><strong>lib:</strong> import/export not getting transpiled in lib dir (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/384" class="link">https://github.com/reactstrap/reactstrap/issues/384</a>">#384</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2e2a5da" class="link">https://github.com/reactstrap/reactstrap/commit/2e2a5da</a>">2e2a5da</a>)</li> </ul> <p dir="auto"><a name="4.4.0"></a></p> <h1 id="user-content-440httpsgithubcomreactstrapreactstrapcompare430v440-2017-03-31" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.3.0...v4.4.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.3.0...v4.4.0</a>">4.4.0</a> (2017-03-31)</h1> <h3 id="user-content-bug-fixes-30" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Col:</strong> account for 0 col properties (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/378" class="link">https://github.com/reactstrap/reactstrap/issues/378</a>">#378</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fe48e9e" class="link">https://github.com/reactstrap/reactstrap/commit/fe48e9e</a>">fe48e9e</a>)</li> <li><strong>DropDownItem:</strong> when href use <code>a</code> tag (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/377" class="link">https://github.com/reactstrap/reactstrap/issues/377</a>">#377</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/96616af" class="link">https://github.com/reactstrap/reactstrap/commit/96616af</a>">96616af</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/367" class="link">https://github.com/reactstrap/reactstrap/issues/367</a>">#367</a></li> <li><strong>Modal:</strong> pass in cssModule to Fade components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/373" class="link">https://github.com/reactstrap/reactstrap/issues/373</a>">#373</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/be34d19" class="link">https://github.com/reactstrap/reactstrap/commit/be34d19</a>">be34d19</a>)</li> </ul> <h3 id="user-content-features-19" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Button:</strong> default type to button (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/376" class="link">https://github.com/reactstrap/reactstrap/issues/376</a>">#376</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ebbeba7" class="link">https://github.com/reactstrap/reactstrap/commit/ebbeba7</a>">ebbeba7</a>)</li> <li><strong>DropdownItem:</strong> Add toggle switch to allow conditional toggle (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/346" class="link">https://github.com/reactstrap/reactstrap/issues/346</a>">#346</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/578a61b" class="link">https://github.com/reactstrap/reactstrap/commit/578a61b</a>">578a61b</a>)</li> <li><strong>Tooltip:</strong> enable target element option (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/356" class="link">https://github.com/reactstrap/reactstrap/issues/356</a>">#356</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2023036" class="link">https://github.com/reactstrap/reactstrap/commit/2023036</a>">2023036</a>)</li> </ul> <p dir="auto"><a name="4.3.0"></a></p> <h1 id="user-content-430httpsgithubcomreactstrapreactstrapcompare420v430-2017-03-14" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.2.0...v4.3.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.2.0...v4.3.0</a>">4.3.0</a> (2017-03-14)</h1> <h3 id="user-content-bug-fixes-31" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> default zIndex to 1050 (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/343" class="link">https://github.com/reactstrap/reactstrap/issues/343</a>">#343</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8d0f4ec" class="link">https://github.com/reactstrap/reactstrap/commit/8d0f4ec</a>">8d0f4ec</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/342" class="link">https://github.com/reactstrap/reactstrap/issues/342</a>">#342</a></li> <li><strong>Nav:</strong> update props available (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/338" class="link">https://github.com/reactstrap/reactstrap/issues/338</a>">#338</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/992e4e6" class="link">https://github.com/reactstrap/reactstrap/commit/992e4e6</a>">992e4e6</a>)</li> </ul> <p dir="auto"><a name="4.2.0"></a></p> <h1 id="user-content-420httpsgithubcomreactstrapreactstrapcompare411v420-2017-02-14" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.1.1...v4.2.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.1.1...v4.2.0</a>">4.2.0</a> (2017-02-14)</h1> <h3 id="user-content-bug-fixes-32" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> unmounting nested modals (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/321" class="link">https://github.com/reactstrap/reactstrap/issues/321</a>">#321</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ecf51b2" class="link">https://github.com/reactstrap/reactstrap/commit/ecf51b2</a>">ecf51b2</a>)</li> <li><strong>Progress:</strong> add custom classNames to progress-bar (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/319" class="link">https://github.com/reactstrap/reactstrap/issues/319</a>">#319</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/25fdb77" class="link">https://github.com/reactstrap/reactstrap/commit/25fdb77</a>">25fdb77</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/318" class="link">https://github.com/reactstrap/reactstrap/issues/318</a>">#318</a></li> </ul> <h3 id="user-content-features-20" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Modal:</strong> add various className props to modal (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/320" class="link">https://github.com/reactstrap/reactstrap/issues/320</a>">#320</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c7b2b3e" class="link">https://github.com/reactstrap/reactstrap/commit/c7b2b3e</a>">c7b2b3e</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/257" class="link">https://github.com/reactstrap/reactstrap/issues/257</a>">#257</a></li> <li><strong>Modal:</strong> Make toggle prop optional (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/325" class="link">https://github.com/reactstrap/reactstrap/issues/325</a>">#325</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5e98ea3" class="link">https://github.com/reactstrap/reactstrap/commit/5e98ea3</a>">5e98ea3</a>)</li> </ul> <p dir="auto"><a name="4.1.1"></a></p> <h2 id="user-content-411httpsgithubcomreactstrapreactstrapcompare410v411-2017-01-31" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.1.0...v4.1.1" class="link">https://github.com/reactstrap/reactstrap/compare/4.1.0...v4.1.1</a>">4.1.1</a> (2017-01-31)</h2> <h3 id="user-content-bug-fixes-33" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li>make sure everything can have a Tag (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/315" class="link">https://github.com/reactstrap/reactstrap/issues/315</a>">#315</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/3373a90" class="link">https://github.com/reactstrap/reactstrap/commit/3373a90</a>">3373a90</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/314" class="link">https://github.com/reactstrap/reactstrap/issues/314</a>">#314</a></li> </ul> <h3 id="user-content-features-21" dir="auto">Features</h3> <ul dir="auto"> <li><strong>CardDeck:</strong> set flex as only option (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/316" class="link">https://github.com/reactstrap/reactstrap/issues/316</a>">#316</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/feb9a70" class="link">https://github.com/reactstrap/reactstrap/commit/feb9a70</a>">feb9a70</a>)</li> </ul> <p dir="auto"><a name="4.1.0"></a></p> <h1 id="user-content-410httpsgithubcomreactstrapreactstrapcompare401v410-2017-01-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.1...v4.1.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.1...v4.1.0</a>">4.1.0</a> (2017-01-28)</h1> <h3 id="user-content-features-22" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Col:</strong> add custom widths ability to Col (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/309" class="link">https://github.com/reactstrap/reactstrap/issues/309</a>">#309</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8487598" class="link">https://github.com/reactstrap/reactstrap/commit/8487598</a>">8487598</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/297" class="link">https://github.com/reactstrap/reactstrap/issues/297</a>">#297</a></li> <li><strong>Collapse:</strong> Add onOpened and onClosed events (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/277" class="link">https://github.com/reactstrap/reactstrap/issues/277</a>">#277</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/301" class="link">https://github.com/reactstrap/reactstrap/issues/301</a>">#301</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6c5621f" class="link">https://github.com/reactstrap/reactstrap/commit/6c5621f</a>">6c5621f</a>)</li> <li><strong>Uncontrolled:</strong> add uncontrolled components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/307" class="link">https://github.com/reactstrap/reactstrap/issues/307</a>">#307</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2f648c1" class="link">https://github.com/reactstrap/reactstrap/commit/2f648c1</a>">2f648c1</a>)</li> </ul> <p dir="auto"><a name="4.0.1"></a></p> <h2 id="user-content-401httpsgithubcomreactstrapreactstrapcompare400v401-2017-01-11" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0...v4.0.1" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0...v4.0.1</a>">4.0.1</a> (2017-01-11)</h2> <h3 id="user-content-bug-fixes-34" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Navbar:</strong> updated fixed class names (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/481bc14" class="link">https://github.com/reactstrap/reactstrap/commit/481bc14</a>">481bc14</a>)</li> </ul> <h3 id="user-content-features-23" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Navbar:</strong> support sticky prop on navbar (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d8a9727" class="link">https://github.com/reactstrap/reactstrap/commit/d8a9727</a>">d8a9727</a>)</li> </ul> <p dir="auto"><a name="4.0.0"></a></p> <h1 id="user-content-400httpsgithubcomreactstrapreactstrapcompare400-alpha8v400-2017-01-11" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.8...v4.0.0" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.8...v4.0.0</a>">4.0.0</a> (2017-01-11)</h1> <h3 id="user-content-bug-fixes-35" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Col:</strong> support disabled width props (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/283" class="link">https://github.com/reactstrap/reactstrap/issues/283</a>">#283</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2a36601" class="link">https://github.com/reactstrap/reactstrap/commit/2a36601</a>">2a36601</a>)</li> <li><strong>Collapse:</strong> component height & navbar class (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/284" class="link">https://github.com/reactstrap/reactstrap/issues/284</a>">#284</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/0237cd4" class="link">https://github.com/reactstrap/reactstrap/commit/0237cd4</a>">0237cd4</a>)</li> <li><strong>Modal:</strong> Update ModalHeader close button (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/281" class="link">https://github.com/reactstrap/reactstrap/issues/281</a>">#281</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a9dc654" class="link">https://github.com/reactstrap/reactstrap/commit/a9dc654</a>">a9dc654</a>)</li> <li><strong>Navbar:</strong> remove default toggleable class (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/285" class="link">https://github.com/reactstrap/reactstrap/issues/285</a>">#285</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/19b32cd" class="link">https://github.com/reactstrap/reactstrap/commit/19b32cd</a>">19b32cd</a>)</li> </ul> <h3 id="user-content-features-24" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Collapse:</strong> add delay prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/287" class="link">https://github.com/reactstrap/reactstrap/issues/287</a>">#287</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2b69ad6" class="link">https://github.com/reactstrap/reactstrap/commit/2b69ad6</a>">2b69ad6</a>)</li> </ul> <h3 id="user-content-breaking-changes-7" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li>Navbar: - Navbar no longer applies a default <code>.navbar-toggleable</code> class, as it is not required for all Navbar configurations.</li> </ul> <p dir="auto"><a name="4.0.0-alpha.8"></a></p> <h1 id="user-content-400-alpha8httpsgithubcomreactstrapreactstrapcompare395v400-alpha8-2017-01-06" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.5...v4.0.0-alpha.8" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.5...v4.0.0-alpha.8</a>">4.0.0-alpha.8</a> (2017-01-06)</h1> <h3 id="user-content-features-25" dir="auto">Features</h3> <ul dir="auto"> <li><strong>cssModules:</strong> adding missing classes (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/271" class="link">https://github.com/reactstrap/reactstrap/issues/271</a>">#271</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e8e818b" class="link">https://github.com/reactstrap/reactstrap/commit/e8e818b</a>">e8e818b</a>)</li> <li><strong>Progress:</strong> enchance multiple progress bars (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/274" class="link">https://github.com/reactstrap/reactstrap/issues/274</a>">#271</a>)</li> </ul> <h3 id="user-content-breaking-change" dir="auto">BREAKING CHANGE:</h3> <p dir="auto">Progress component now requires <code>multi</code> prop on the outer component for nested progress bars. Inner Progress components will require the <code>bar</code> prop for nested progress bars.</p> <p dir="auto"><a name="4.0.0-alpha.7"></a></p> <h1 id="user-content-400-alpha7httpsgithubcomreactstrapreactstrapcompare400-alpha6v400-alpha7-2017-01-05" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.6...v4.0.0-alpha.7" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.6...v4.0.0-alpha.7</a>">4.0.0-alpha.7</a> (2017-01-05)</h1> <h3 id="user-content-features-26" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Col:</strong> update classes based on alpha.6 changes (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/267" class="link">https://github.com/reactstrap/reactstrap/issues/267</a>">#267</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/89ff16c" class="link">https://github.com/reactstrap/reactstrap/commit/89ff16c</a>">89ff16c</a>)</li> <li><strong>Collapse:</strong> add navbar prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/266" class="link">https://github.com/reactstrap/reactstrap/issues/266</a>">#266</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c1b633a" class="link">https://github.com/reactstrap/reactstrap/commit/c1b633a</a>">c1b633a</a>)</li> <li><strong>Nav:</strong> update navbar prop class value (<a href="<a href="https://github.com/reactstrap/reactstrap/pull/265" class="link">https://github.com/reactstrap/reactstrap/pull/265</a>">#265</a>)([f979aae54a8662d151d6216dac45b9dc3541ca7e] (<a href="https://github.com/reactstrap/reactstrap/pull/265/commits/f979aae54a8662d151d6216dac45b9dc3541ca7e" class="commit"><code class="nohighlight">f979aae54a</code></a>))</li> <li><strong>Navbar:</strong> rename dark prop to inverse, add toggleable size prop (<a href="<a href="https://github.com/reactstrap/reactstrap/pull/265" class="link">https://github.com/reactstrap/reactstrap/pull/265</a>">#265</a>)([3ee55f19792bd803d937837f4599ff0ee88974fb] (<a href="https://github.com/reactstrap/reactstrap/pull/265/commits/3ee55f19792bd803d937837f4599ff0ee88974fb" class="commit"><code class="nohighlight">3ee55f1979</code></a>))</li> </ul> <h3 id="user-content-breaking-changes-8" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li>Col: The default xs prop now returns <code>.col</code> instead of <code>.col-xs-12</code>. The <code>auto</code> size value now returns <code>.col-auto</code> or <code>.col-sm-auto</code> for variable width content columns. Use <code>true</code> or <code>''</code> as the size value to return <code>.col</code> or <code>.col-sm</code> for auto layout of columns (not to be confused with <code>auto</code> -> (variable width of content)).</li> </ul> <p dir="auto"><a name="4.0.0-alpha.6"></a></p> <h1 id="user-content-400-alpha6httpsgithubcomreactstrapreactstrapcompare400-alpha5v400-alpha6-2017-01-03" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.5...v4.0.0-alpha.6" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.5...v4.0.0-alpha.6</a>">4.0.0-alpha.6</a> (2017-01-03)</h1> <h3 id="user-content-bug-fixes-36" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>className:</strong> update "active" to "show" for stateful components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/259" class="link">https://github.com/reactstrap/reactstrap/issues/259</a>">#259</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7df9a01" class="link">https://github.com/reactstrap/reactstrap/commit/7df9a01</a>">7df9a01</a>)</li> </ul> <h3 id="user-content-features-27" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Progress:</strong> update markup & support nested progress bars (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/261" class="link">https://github.com/reactstrap/reactstrap/issues/261</a>">#261</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/0b19b41" class="link">https://github.com/reactstrap/reactstrap/commit/0b19b41</a>">0b19b41</a>)</li> <li><strong>Row:</strong> add noGutters prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/260" class="link">https://github.com/reactstrap/reactstrap/issues/260</a>">#260</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c79bb3e" class="link">https://github.com/reactstrap/reactstrap/commit/c79bb3e</a>">c79bb3e</a>)</li> </ul> <p dir="auto"><a name="4.0.0-alpha.5"></a></p> <h1 id="user-content-400-alpha5httpsgithubcomreactstrapreactstrapcompare400-alpha4v400-alpha5-2016-12-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.4...v4.0.0-alpha.5" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.4...v4.0.0-alpha.5</a>">4.0.0-alpha.5</a> (2016-12-18)</h1> <h3 id="user-content-features-28" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Modal:</strong> Pass through props in Modal (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/254" class="link">https://github.com/reactstrap/reactstrap/issues/254</a>">#254</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c99e873" class="link">https://github.com/reactstrap/reactstrap/commit/c99e873</a>">c99e873</a>)</li> </ul> <p dir="auto"><a name="3.9.5"></a></p> <h2 id="user-content-395httpsgithubcomreactstrapreactstrapcompare394v395-2016-12-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.4...v3.9.5" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.4...v3.9.5</a>">3.9.5</a> (2016-12-18)</h2> <h3 id="user-content-features-29" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Modal:</strong> Pass through props in Modal (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/254" class="link">https://github.com/reactstrap/reactstrap/issues/254</a>">#254</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a783308" class="link">https://github.com/reactstrap/reactstrap/commit/a783308</a>">a783308</a>)</li> </ul> <p dir="auto"><a name="4.0.0-alpha.4"></a></p> <h1 id="user-content-400-alpha4httpsgithubcomreactstrapreactstrapcompare394v400-alpha4-2016-12-15" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.4...v4.0.0-alpha.4" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.4...v4.0.0-alpha.4</a>">4.0.0-alpha.4</a> (2016-12-15)</h1> <ul dir="auto"> <li><strong>Modal:</strong> clear timeouts when toggling of modal - <a href="<a href="https://github.com/reactstrap/reactstrap/issues/166" class="link">https://github.com/reactstrap/reactstrap/issues/166</a>">#166</a> (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5e0f5d2" class="link">https://github.com/reactstrap/reactstrap/commit/5e0f5d2</a>">5e0f5d2</a>)</li> </ul> <p dir="auto"><a name="3.9.4"></a></p> <h2 id="user-content-394httpsgithubcomreactstrapreactstrapcompare393v394-2016-12-12" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.3...v3.9.4" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.3...v3.9.4</a>">3.9.4</a> (2016-12-12)</h2> <h3 id="user-content-bug-fixes-37" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> clear timeouts when toggling of modal - <a href="<a href="https://github.com/reactstrap/reactstrap/issues/166" class="link">https://github.com/reactstrap/reactstrap/issues/166</a>">#166</a> (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5e0f5d2" class="link">https://github.com/reactstrap/reactstrap/commit/5e0f5d2</a>">5e0f5d2</a>)</li> </ul> <p dir="auto"><a name="4.0.0-alpha.3"></a></p> <h1 id="user-content-400-alpha3httpsgithubcomreactstrapreactstrapcompare400-alpha2v400-alpha3-2016-12-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.2...v4.0.0-alpha.3" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.2...v4.0.0-alpha.3</a>">4.0.0-alpha.3</a> (2016-12-01)</h1> <p dir="auto"><a name="4.0.0-alpha.2"></a></p> <h1 id="user-content-400-alpha2httpsgithubcomreactstrapreactstrapcompare400-alpha1v400-alpha2-2016-11-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.1...v4.0.0-alpha.2" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.1...v4.0.0-alpha.2</a>">4.0.0-alpha.2</a> (2016-11-28)</h1> <h3 id="user-content-bug-fixes-38" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>className:</strong> update "in" to "active" for stateful components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/241" class="link">https://github.com/reactstrap/reactstrap/issues/241</a>">#241</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ea2439e" class="link">https://github.com/reactstrap/reactstrap/commit/ea2439e</a>">ea2439e</a>)</li> </ul> <p dir="auto"><a name="3.9.3"></a></p> <h2 id="user-content-393httpsgithubcomreactstrapreactstrapcompare392v393-2016-12-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.2...v3.9.3" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.2...v3.9.3</a>">3.9.3</a> (2016-12-01)</h2> <h3 id="user-content-features-30" dir="auto">Features</h3> <ul dir="auto"> <li><strong>ListGroup:</strong> prevent onClick when disabled & add docs <a href="<a href="https://github.com/reactstrap/reactstrap/issues/185" class="link">https://github.com/reactstrap/reactstrap/issues/185</a>">#185</a> (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/236" class="link">https://github.com/reactstrap/reactstrap/issues/236</a>">#236</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/1301b11" class="link">https://github.com/reactstrap/reactstrap/commit/1301b11</a>">1301b11</a>)</li> </ul> <p dir="auto"><a name="3.9.2"></a></p> <h2 id="user-content-392httpsgithubcomreactstrapreactstrapcompare391v392-2016-11-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.1...v3.9.2" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.1...v3.9.2</a>">3.9.2</a> (2016-11-28)</h2> <h3 id="user-content-bug-fixes-39" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Popover:</strong> remove old arrow markup, correct enabled className (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b9d3ea7" class="link">https://github.com/reactstrap/reactstrap/commit/b9d3ea7</a>">b9d3ea7</a>)</li> <li><strong>TetherContent:</strong> Fixes className prop typo, removes arrow & position relative hack (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d9e7621" class="link">https://github.com/reactstrap/reactstrap/commit/d9e7621</a>">d9e7621</a>)</li> <li><strong>Tooltip:</strong> remove old arrow markup, correct enabled className (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/62d622b" class="link">https://github.com/reactstrap/reactstrap/commit/62d622b</a>">62d622b</a>)</li> </ul> <p dir="auto"><a name="4.0.0-alpha.1"></a></p> <h1 id="user-content-400-alpha1httpsgithubcomreactstrapreactstrapcompare400-alpha0v400-alpha1-2016-11-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.0...v4.0.0-alpha.1" class="link">https://github.com/reactstrap/reactstrap/compare/4.0.0-alpha.0...v4.0.0-alpha.1</a>">4.0.0-alpha.1</a> (2016-11-23)</h1> <h3 id="user-content-features-31" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Badge:</strong> rename Tag component to Badge (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/230" class="link">https://github.com/reactstrap/reactstrap/issues/230</a>">#230</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/dfc9943" class="link">https://github.com/reactstrap/reactstrap/commit/dfc9943</a>">dfc9943</a>)</li> </ul> <p dir="auto"><a name="4.0.0-alpha.0"></a></p> <h1 id="user-content-400-alpha0httpsgithubcomreactstrapreactstrapcomparev4v400-alpha0-2016-11-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/v4...v4.0.0-alpha.0" class="link">https://github.com/reactstrap/reactstrap/compare/v4...v4.0.0-alpha.0</a>">4.0.0-alpha.0</a> (2016-11-23)</h1> <p dir="auto"><a name="3.9.1"></a></p> <h2 id="user-content-391httpsgithubcomreactstrapreactstrapcompare390v391-2016-11-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.9.0...v3.9.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.9.0...v3.9.1</a>">3.9.1</a> (2016-11-23)</h2> <h3 id="user-content-bug-fixes-40" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>modal:</strong> fix multi-modal backdrop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/227" class="link">https://github.com/reactstrap/reactstrap/issues/227</a>">#227</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9ddeb8a" class="link">https://github.com/reactstrap/reactstrap/commit/9ddeb8a</a>">9ddeb8a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/222" class="link">https://github.com/reactstrap/reactstrap/issues/222</a>">#222</a></li> </ul> <p dir="auto"><a name="3.9.0"></a></p> <h1 id="user-content-390httpsgithubcomreactstrapreactstrapcompare381v390-2016-11-13" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.8.1...v3.9.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.8.1...v3.9.0</a>">3.9.0</a> (2016-11-13)</h1> <h3 id="user-content-bug-fixes-41" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>DropdownToggle:</strong> support non Button styles (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/221" class="link">https://github.com/reactstrap/reactstrap/issues/221</a>">#221</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/cd3c1ce" class="link">https://github.com/reactstrap/reactstrap/commit/cd3c1ce</a>">cd3c1ce</a>)</li> </ul> <h3 id="user-content-features-32" dir="auto">Features</h3> <ul dir="auto"> <li><strong>ListGroup:</strong> add ListGroupItem, ListGroupItemHeading, ListGroupItemText components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/192" class="link">https://github.com/reactstrap/reactstrap/issues/192</a>">#192</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d09e81a" class="link">https://github.com/reactstrap/reactstrap/commit/d09e81a</a>">d09e81a</a>)</li> </ul> <p dir="auto"><a name="3.8.1"></a></p> <h2 id="user-content-381httpsgithubcomreactstrapreactstrapcompare380v381-2016-11-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.8.0...v3.8.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.8.0...v3.8.1</a>">3.8.1</a> (2016-11-01)</h2> <h3 id="user-content-features-33" dir="auto">Features</h3> <ul dir="auto"> <li><strong>refs:</strong> add getRef to focusable components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/218" class="link">https://github.com/reactstrap/reactstrap/issues/218</a>">#218</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/cbfa0e0" class="link">https://github.com/reactstrap/reactstrap/commit/cbfa0e0</a>">cbfa0e0</a>)</li> </ul> <p dir="auto"><a name="3.8.0"></a></p> <h1 id="user-content-380httpsgithubcomreactstrapreactstrapcompare371v380-2016-11-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.7.1...v3.8.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.7.1...v3.8.0</a>">3.8.0</a> (2016-11-01)</h1> <h3 id="user-content-features-34" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Collapse:</strong> add Collapse component <a href="<a href="https://github.com/reactstrap/reactstrap/issues/79" class="link">https://github.com/reactstrap/reactstrap/issues/79</a>">#79</a> (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/201" class="link">https://github.com/reactstrap/reactstrap/issues/201</a>">#201</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ddbf0dd" class="link">https://github.com/reactstrap/reactstrap/commit/ddbf0dd</a>">ddbf0dd</a>)</li> </ul> <p dir="auto"><a name="3.7.1"></a></p> <h2 id="user-content-371httpsgithubcomreactstrapreactstrapcompare370v371-2016-10-29" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.7.0...v3.7.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.7.0...v3.7.1</a>">3.7.1</a> (2016-10-29)</h2> <h3 id="user-content-bug-fixes-42" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>NavbarToggler:</strong> remove unnecessary menu char (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/200" class="link">https://github.com/reactstrap/reactstrap/issues/200</a>">#200</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/67544a3" class="link">https://github.com/reactstrap/reactstrap/commit/67544a3</a>">67544a3</a>)</li> </ul> <p dir="auto"><a name="3.7.0"></a></p> <h1 id="user-content-370httpsgithubcomreactstrapreactstrapcompare360v370-2016-10-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.6.0...v3.7.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.6.0...v3.7.0</a>">3.7.0</a> (2016-10-27)</h1> <h3 id="user-content-bug-fixes-43" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>events:</strong> add useCapture to events attached to document (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/202" class="link">https://github.com/reactstrap/reactstrap/issues/202</a>">#202</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/18d7d04" class="link">https://github.com/reactstrap/reactstrap/commit/18d7d04</a>">18d7d04</a>)</li> </ul> <h3 id="user-content-features-35" dir="auto">Features</h3> <ul dir="auto"> <li><strong>cssModule:</strong> add support for css module (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/206" class="link">https://github.com/reactstrap/reactstrap/issues/206</a>">#206</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/3a69f14" class="link">https://github.com/reactstrap/reactstrap/commit/3a69f14</a>">3a69f14</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/205" class="link">https://github.com/reactstrap/reactstrap/issues/205</a>">#205</a></li> </ul> <p dir="auto"><a name="3.6.0"></a></p> <h1 id="user-content-360httpsgithubcomreactstrapreactstrapcompare350v360-2016-10-23" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.5.0...v3.6.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.5.0...v3.6.0</a>">3.6.0</a> (2016-10-23)</h1> <h3 id="user-content-features-36" dir="auto">Features</h3> <ul dir="auto"> <li><strong>DropdownToggle:</strong> add nav prop to enable Nav specific functionality (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/197" class="link">https://github.com/reactstrap/reactstrap/issues/197</a>">#197</a>)(<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b28cbc" class="link">https://github.com/reactstrap/reactstrap/commit/9b28cbc</a>">9b28cbc</a>)</li> </ul> <p dir="auto"><a name="3.5.0"></a></p> <h1 id="user-content-350httpsgithubcomreactstrapreactstrapcompare341v350-2016-10-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.4.1...v3.5.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.4.1...v3.5.0</a>">3.5.0</a> (2016-10-18)</h1> <h3 id="user-content-bug-fixes-44" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Tooltip:</strong> fix when toggle is not provided (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/182" class="link">https://github.com/reactstrap/reactstrap/issues/182</a>">#182</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/47239f3" class="link">https://github.com/reactstrap/reactstrap/commit/47239f3</a>">47239f3</a>)</li> </ul> <h3 id="user-content-features-37" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Col:</strong> add flex-support to Col component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/169" class="link">https://github.com/reactstrap/reactstrap/issues/169</a>">#169</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/175" class="link">https://github.com/reactstrap/reactstrap/issues/175</a>">#175</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ebdecb8" class="link">https://github.com/reactstrap/reactstrap/commit/ebdecb8</a>">ebdecb8</a>)</li> <li><strong>Popover:</strong> add <code>tetherRef</code> to Popover (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/183" class="link">https://github.com/reactstrap/reactstrap/issues/183</a>">#183</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/00d08ad" class="link">https://github.com/reactstrap/reactstrap/commit/00d08ad</a>">00d08ad</a>)</li> <li><strong>TetherContent:</strong> Add <code>tetherRef</code> to TetherContent (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/181" class="link">https://github.com/reactstrap/reactstrap/issues/181</a>">#181</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6be1a67" class="link">https://github.com/reactstrap/reactstrap/commit/6be1a67</a>">6be1a67</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/174" class="link">https://github.com/reactstrap/reactstrap/issues/174</a>">#174</a></li> </ul> <p dir="auto"><a name="3.4.1"></a></p> <h2 id="user-content-341httpsgithubcomreactstrapreactstrapcompare340v341-2016-10-16" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.4.0...v3.4.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.4.0...v3.4.1</a>">3.4.1</a> (2016-10-16)</h2> <h3 id="user-content-features-38" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Input:</strong> enable refs on Input components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/178" class="link">https://github.com/reactstrap/reactstrap/issues/178</a>">#178</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ed9e584" class="link">https://github.com/reactstrap/reactstrap/commit/ed9e584</a>">ed9e584</a>)</li> </ul> <p dir="auto"><a name="3.4.0"></a></p> <h1 id="user-content-340httpsgithubcomreactstrapreactstrapcompare332v340-2016-10-06" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.3.2...v3.4.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.3.2...v3.4.0</a>">3.4.0</a> (2016-10-06)</h1> <h3 id="user-content-features-39" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Alert:</strong> Add Alert component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/162" class="link">https://github.com/reactstrap/reactstrap/issues/162</a>">#162</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/240e776" class="link">https://github.com/reactstrap/reactstrap/commit/240e776</a>">240e776</a>)</li> </ul> <p dir="auto"><a name="3.3.2"></a></p> <h2 id="user-content-332httpsgithubcomreactstrapreactstrapcompare331v332-2016-10-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.3.1...v3.3.2" class="link">https://github.com/reactstrap/reactstrap/compare/3.3.1...v3.3.2</a>">3.3.2</a> (2016-10-01)</h2> <h3 id="user-content-bug-fixes-45" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> Account for body padding when scrollbar is present (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/165" class="link">https://github.com/reactstrap/reactstrap/issues/165</a>">#165</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/e159628" class="link">https://github.com/reactstrap/reactstrap/commit/e159628</a>">e159628</a>)</li> </ul> <p dir="auto"><a name="3.3.1"></a></p> <h2 id="user-content-331httpsgithubcomreactstrapreactstrapcompare330v331-2016-09-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.3.0...v3.3.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.3.0...v3.3.1</a>">3.3.1</a> (2016-09-28)</h2> <h3 id="user-content-bug-fixes-46" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>label:</strong> add disabled class when form-check-inline and disabled (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/159" class="link">https://github.com/reactstrap/reactstrap/issues/159</a>">#159</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/312b29e" class="link">https://github.com/reactstrap/reactstrap/commit/312b29e</a>">312b29e</a>)</li> </ul> <p dir="auto"><a name="3.3.0"></a></p> <h1 id="user-content-330httpsgithubcomreactstrapreactstrapcompare322v330-2016-09-24" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.2.2...v3.3.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.2.2...v3.3.0</a>">3.3.0</a> (2016-09-24)</h1> <h3 id="user-content-features-40" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Jumbotron:</strong> add Jumbotron Component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/151" class="link">https://github.com/reactstrap/reactstrap/issues/151</a>">#151</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/20f9c03" class="link">https://github.com/reactstrap/reactstrap/commit/20f9c03</a>">20f9c03</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/73" class="link">https://github.com/reactstrap/reactstrap/issues/73</a>">#73</a></li> </ul> <p dir="auto"><a name="3.2.2"></a></p> <h2 id="user-content-322httpsgithubcomreactstrapreactstrapcompare321v322-2016-09-19" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.2.1...v3.2.2" class="link">https://github.com/reactstrap/reactstrap/compare/3.2.1...v3.2.2</a>">3.2.2</a> (2016-09-19)</h2> <h3 id="user-content-features-41" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Tooltip:</strong> add ability to disable autohide on tooltip content hover (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/149" class="link">https://github.com/reactstrap/reactstrap/issues/149</a>">#149</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/68a0ed7" class="link">https://github.com/reactstrap/reactstrap/commit/68a0ed7</a>">68a0ed7</a>)</li> </ul> <p dir="auto"><a name="3.2.1"></a></p> <h2 id="user-content-321httpsgithubcomreactstrapreactstrapcompare320v321-2016-09-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.2.0...v3.2.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.2.0...v3.2.1</a>">3.2.1</a> (2016-09-18)</h2> <h3 id="user-content-features-42" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Tooltip:</strong> add delay prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/143" class="link">https://github.com/reactstrap/reactstrap/issues/143</a>">#143</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b18fb74" class="link">https://github.com/reactstrap/reactstrap/commit/b18fb74</a>">b18fb74</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/115" class="link">https://github.com/reactstrap/reactstrap/issues/115</a>">#115</a></li> </ul> <p dir="auto"><a name="3.2.0"></a></p> <h1 id="user-content-320httpsgithubcomreactstrapreactstrapcompare310v320-2016-09-14" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.1.0...v3.2.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.1.0...v3.2.0</a>">3.2.0</a> (2016-09-14)</h1> <h3 id="user-content-features-43" dir="auto">Features</h3> <ul dir="auto"> <li><strong>modal:</strong> add backdrop and keyboard options (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/135" class="link">https://github.com/reactstrap/reactstrap/issues/135</a>">#135</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7bf5d0a" class="link">https://github.com/reactstrap/reactstrap/commit/7bf5d0a</a>">7bf5d0a</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/134" class="link">https://github.com/reactstrap/reactstrap/issues/134</a>">#134</a></li> <li><strong>Modal:</strong> allow for multiple modals (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/138" class="link">https://github.com/reactstrap/reactstrap/issues/138</a>">#138</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7ada8cf" class="link">https://github.com/reactstrap/reactstrap/commit/7ada8cf</a>">7ada8cf</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/137" class="link">https://github.com/reactstrap/reactstrap/issues/137</a>">#137</a></li> </ul> <p dir="auto"><a name="3.1.0"></a></p> <h1 id="user-content-310httpsgithubcomreactstrapreactstrapcompare301v310-2016-09-11" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.0.1...v3.1.0" class="link">https://github.com/reactstrap/reactstrap/compare/3.0.1...v3.1.0</a>">3.1.0</a> (2016-09-11)</h1> <h3 id="user-content-features-44" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Tabs:</strong> add TabContent & TabPane components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/131" class="link">https://github.com/reactstrap/reactstrap/issues/131</a>">#131</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2957ede" class="link">https://github.com/reactstrap/reactstrap/commit/2957ede</a>">2957ede</a>)</li> </ul> <p dir="auto"><a name="3.0.1"></a></p> <h2 id="user-content-301httpsgithubcomreactstrapreactstrapcompare300v301-2016-09-08" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/3.0.0...v3.0.1" class="link">https://github.com/reactstrap/reactstrap/compare/3.0.0...v3.0.1</a>">3.0.1</a> (2016-09-08)</h2> <h3 id="user-content-bug-fixes-47" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>docs:</strong> update deploy script (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8fd0761" class="link">https://github.com/reactstrap/reactstrap/commit/8fd0761</a>">8fd0761</a>)</li> <li><strong>modal:</strong> fix event listener for modal (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/127" class="link">https://github.com/reactstrap/reactstrap/issues/127</a>">#127</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c778608" class="link">https://github.com/reactstrap/reactstrap/commit/c778608</a>">c778608</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/126" class="link">https://github.com/reactstrap/reactstrap/issues/126</a>">#126</a></li> <li><strong>TetherContent:</strong> rerender when other props change (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/128" class="link">https://github.com/reactstrap/reactstrap/issues/128</a>">#128</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/25600d4" class="link">https://github.com/reactstrap/reactstrap/commit/25600d4</a>">25600d4</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/125" class="link">https://github.com/reactstrap/reactstrap/issues/125</a>">#125</a></li> </ul> <p dir="auto"><a name="3.0.0"></a></p> <h1 id="user-content-300httpsgithubcomreactstrapreactstrapcompare261v300-2016-09-06" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.6.1...v3.0.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.6.1...v3.0.0</a>">3.0.0</a> (2016-09-06)</h1> <h3 id="user-content-code-refactoring-1" dir="auto">Code Refactoring</h3> <ul dir="auto"> <li><strong>Button,DropdownToggle:</strong> default to secondary style, remove cloning (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/120" class="link">https://github.com/reactstrap/reactstrap/issues/120</a>">#120</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5c56749" class="link">https://github.com/reactstrap/reactstrap/commit/5c56749</a>">5c56749</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/98" class="link">https://github.com/reactstrap/reactstrap/issues/98</a>">#98</a></li> </ul> <h3 id="user-content-breaking-changes-9" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li>Button,DropdownToggle: DropdownToggle no longer clones each element in props.children when its an array, instead it renders props.children inside a single component (Butt</li> <li>Button,DropdownToggle: Button color now defaults to “secondary”. This behavior aligns with DropdownToggle color default.</li> </ul> <p dir="auto"><a name="2.6.1"></a></p> <h2 id="user-content-261httpsgithubcomreactstrapreactstrapcompare260v261-2016-09-01" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.6.0...v2.6.1" class="link">https://github.com/reactstrap/reactstrap/compare/2.6.0...v2.6.1</a>">2.6.1</a> (2016-09-01)</h2> <h3 id="user-content-features-45" dir="auto">Features</h3> <ul dir="auto"> <li><strong>ModalClassName:</strong> Adds custom class name for modal-dialogs for namespacing (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/111" class="link">https://github.com/reactstrap/reactstrap/issues/111</a>">#111</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5f7cab6" class="link">https://github.com/reactstrap/reactstrap/commit/5f7cab6</a>">5f7cab6</a>)</li> </ul> <p dir="auto"><a name="2.6.0"></a></p> <h1 id="user-content-260httpsgithubcomreactstrapreactstrapcompare250v260-2016-08-21" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.5.0...v2.6.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.5.0...v2.6.0</a>">2.6.0</a> (2016-08-21)</h1> <h3 id="user-content-features-46" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Pagination:</strong> add Pagination component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/108" class="link">https://github.com/reactstrap/reactstrap/issues/108</a>">#108</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fdc5c45" class="link">https://github.com/reactstrap/reactstrap/commit/fdc5c45</a>">fdc5c45</a>)</li> </ul> <p dir="auto"><a name="2.5.0"></a></p> <h1 id="user-content-250httpsgithubcomreactstrapreactstrapcompare240v250-2016-08-19" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.4.0...v2.5.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.4.0...v2.5.0</a>">2.5.0</a> (2016-08-19)</h1> <h3 id="user-content-bug-fixes-48" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> set focus state before showing (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/104" class="link">https://github.com/reactstrap/reactstrap/issues/104</a>">#104</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a358233" class="link">https://github.com/reactstrap/reactstrap/commit/a358233</a>">a358233</a>)</li> <li><strong>Modal:</strong> use togglePortal on componentDidMount (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/106" class="link">https://github.com/reactstrap/reactstrap/issues/106</a>">#106</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/942b24a" class="link">https://github.com/reactstrap/reactstrap/commit/942b24a</a>">942b24a</a>)</li> </ul> <h3 id="user-content-features-47" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Progress:</strong> add Progress component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/105" class="link">https://github.com/reactstrap/reactstrap/issues/105</a>">#105</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bc185d8" class="link">https://github.com/reactstrap/reactstrap/commit/bc185d8</a>">bc185d8</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/78" class="link">https://github.com/reactstrap/reactstrap/issues/78</a>">#78</a></li> </ul> <p dir="auto"><a name="2.4.0"></a></p> <h1 id="user-content-240httpsgithubcomreactstrapreactstrapcompare230v240-2016-08-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.3.0...v2.4.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.3.0...v2.4.0</a>">2.4.0</a> (2016-08-18)</h1> <h3 id="user-content-features-48" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Media:</strong> add Media component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/94" class="link">https://github.com/reactstrap/reactstrap/issues/94</a>">#94</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d4c0f2d" class="link">https://github.com/reactstrap/reactstrap/commit/d4c0f2d</a>">d4c0f2d</a>)</li> </ul> <p dir="auto"><a name="2.3.0"></a></p> <h1 id="user-content-230httpsgithubcomreactstrapreactstrapcompare220v230-2016-08-18" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.2.0...v2.3.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.2.0...v2.3.0</a>">2.3.0</a> (2016-08-18)</h1> <h3 id="user-content-features-49" dir="auto">Features</h3> <ul dir="auto"> <li><strong>inputGroup:</strong> add InputGroup components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/99" class="link">https://github.com/reactstrap/reactstrap/issues/99</a>">#99</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/18a2ef7" class="link">https://github.com/reactstrap/reactstrap/commit/18a2ef7</a>">18a2ef7</a>), closes <a href="<a href="https://github.com/reactstrap/reactstrap/issues/74" class="link">https://github.com/reactstrap/reactstrap/issues/74</a>">#74</a></li> </ul> <p dir="auto"><a name="2.2.0"></a></p> <h1 id="user-content-220httpsgithubcomreactstrapreactstrapcompare210v220-2016-08-13" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.1.0...v2.2.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.1.0...v2.2.0</a>">2.2.0</a> (2016-08-13)</h1> <h3 id="user-content-features-50" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Card:</strong> update img position classes (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/91" class="link">https://github.com/reactstrap/reactstrap/issues/91</a>">#91</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/920e2f8" class="link">https://github.com/reactstrap/reactstrap/commit/920e2f8</a>">920e2f8</a>)</li> <li><strong>Dropdown:</strong> add size prop (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/90" class="link">https://github.com/reactstrap/reactstrap/issues/90</a>">#90</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/92c62b1" class="link">https://github.com/reactstrap/reactstrap/commit/92c62b1</a>">92c62b1</a>)</li> <li><strong>Dropdowns:</strong> use split class for split dropdowns (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/92" class="link">https://github.com/reactstrap/reactstrap/issues/92</a>">#92</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/ee17a47" class="link">https://github.com/reactstrap/reactstrap/commit/ee17a47</a>">ee17a47</a>)</li> </ul> <p dir="auto"><a name="2.1.0"></a></p> <h1 id="user-content-210httpsgithubcomreactstrapreactstrapcompare200v210-2016-08-06" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/2.0.0...v2.1.0" class="link">https://github.com/reactstrap/reactstrap/compare/2.0.0...v2.1.0</a>">2.1.0</a> (2016-08-06)</h1> <h3 id="user-content-features-51" dir="auto">Features</h3> <ul dir="auto"> <li><strong>breadcrumb:</strong> Add Breadcrumb and BreadcrumbItem (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/d34d738" class="link">https://github.com/reactstrap/reactstrap/commit/d34d738</a>">d34d738</a>)</li> <li><strong>form:</strong> add forms and form element components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/67" class="link">https://github.com/reactstrap/reactstrap/issues/67</a>">#67</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7c32483" class="link">https://github.com/reactstrap/reactstrap/commit/7c32483</a>">7c32483</a>)</li> </ul> <p dir="auto"><a name="2.0.0"></a></p> <h1 id="user-content-200httpsgithubcomreactstrapreactstrapcompare161v200-2016-07-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.6.1...v2.0.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.6.1...v2.0.0</a>">2.0.0</a> (2016-07-28)</h1> <h3 id="user-content-features-52" dir="auto">Features</h3> <ul dir="auto"> <li><strong>bootstrap:</strong> update for v4 alpha 3 (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f617dc5" class="link">https://github.com/reactstrap/reactstrap/commit/f617dc5</a>">f617dc5</a>)</li> <li><strong>Col:</strong> Update Col component with alpha 3 changes (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b62ee01" class="link">https://github.com/reactstrap/reactstrap/commit/b62ee01</a>">b62ee01</a>)</li> <li><strong>outline:</strong> Make outline a separate prop for Card & Button (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/62" class="link">https://github.com/reactstrap/reactstrap/issues/62</a>">#62</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c65e952" class="link">https://github.com/reactstrap/reactstrap/commit/c65e952</a>">c65e952</a>)</li> </ul> <h3 id="user-content-breaking-changes-10" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li>bootstrap: Components were updated for v4 alpha 3</li> </ul> <ul dir="auto"> <li>Button outline class change from <code>.{variant}-outline</code> to <code>.outline-{variant}</code>.</li> <li>label is now tag and all of the label variants are now tag variants.</li> <li>Cards now have an outline variant.</li> </ul> <p dir="auto"><a name="1.6.1"></a></p> <h2 id="user-content-161httpsgithubcomreactstrapreactstrapcompare160v161-2016-07-16" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.6.0...v1.6.1" class="link">https://github.com/reactstrap/reactstrap/compare/1.6.0...v1.6.1</a>">1.6.1</a> (2016-07-16)</h2> <p dir="auto"><a name="1.6.0"></a></p> <h1 id="user-content-160httpsgithubcomreactstrapreactstrapcompare150v160-2016-07-11" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.5.0...v1.6.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.5.0...v1.6.0</a>">1.6.0</a> (2016-07-11)</h1> <p dir="auto"><a name="1.5.0"></a></p> <h1 id="user-content-150httpsgithubcomreactstrapreactstrapcompare140v150-2016-06-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.4.0...v1.5.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.4.0...v1.5.0</a>">1.5.0</a> (2016-06-26)</h1> <h3 id="user-content-bug-fixes-49" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>docs:</strong> make buttons display block on xs views (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/46" class="link">https://github.com/reactstrap/reactstrap/issues/46</a>">#46</a>)(<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fd14292" class="link">https://github.com/reactstrap/reactstrap/commit/fd14292</a>">fd14292</a>)</li> </ul> <h3 id="user-content-features-53" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Tables:</strong> Add Table component (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/47" class="link">https://github.com/reactstrap/reactstrap/issues/47</a>">#47</a>)(<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c935487" class="link">https://github.com/reactstrap/reactstrap/commit/c935487</a>">c935487</a>)</li> </ul> <p dir="auto"><a name="1.4.0"></a></p> <h1 id="user-content-140httpsgithubcomreactstrapreactstrapcompare134v140-2016-06-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.3.4...v1.4.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.3.4...v1.4.0</a>">1.4.0</a> (2016-06-26)</h1> <h3 id="user-content-features-54" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Card:</strong> add Card related components (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/44" class="link">https://github.com/reactstrap/reactstrap/issues/44</a>">#44</a>)(<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b782807" class="link">https://github.com/reactstrap/reactstrap/commit/b782807</a>">b782807</a>)</li> </ul> <p dir="auto"><a name="1.3.4"></a></p> <h2 id="user-content-134httpsgithubcomreactstrapreactstrapcompare133v134-2016-06-12" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.3.3...v1.3.4" class="link">https://github.com/reactstrap/reactstrap/compare/1.3.3...v1.3.4</a>">1.3.4</a> (2016-06-12)</h2> <h3 id="user-content-bug-fixes-50" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Modal:</strong> handle prop updates (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/35" class="link">https://github.com/reactstrap/reactstrap/issues/35</a>">#35</a>) (<a href="<a href="https://github.com/reactstrap/reactstrap/issues/40" class="link">https://github.com/reactstrap/reactstrap/issues/40</a>">#40</a>)(<a href="<a href="https://github.com/reactstrap/reactstrap/commit/23a3561" class="link">https://github.com/reactstrap/reactstrap/commit/23a3561</a>">23a3561</a>)</li> </ul> <p dir="auto"><a name="1.3.3"></a></p> <h2 id="user-content-133httpsgithubcomreactstrapreactstrapcompare132v133-2016-06-12" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.3.2...v1.3.3" class="link">https://github.com/reactstrap/reactstrap/compare/1.3.2...v1.3.3</a>">1.3.3</a> (2016-06-12)</h2> <p dir="auto"><a name="1.3.2"></a></p> <h2 id="user-content-132httpsgithubcomreactstrapreactstrapcompare131v132-2016-06-12" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.3.1...v1.3.2" class="link">https://github.com/reactstrap/reactstrap/compare/1.3.1...v1.3.2</a>">1.3.2</a> (2016-06-12)</h2> <p dir="auto"><a name="1.3.1"></a></p> <h2 id="user-content-131httpsgithubcomreactstrapreactstrapcompare130v131-2016-04-24" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.3.0...v1.3.1" class="link">https://github.com/reactstrap/reactstrap/compare/1.3.0...v1.3.1</a>">1.3.1</a> (2016-04-24)</h2> <p dir="auto"><a name="1.3.0"></a></p> <h1 id="user-content-130httpsgithubcomreactstrapreactstrapcompare124v130-2016-03-31" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.2.4...v1.3.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.2.4...v1.3.0</a>">1.3.0</a> (2016-03-31)</h1> <h3 id="user-content-bug-fixes-51" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>.gitignore:</strong> add root directories to ignore (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8952445" class="link">https://github.com/reactstrap/reactstrap/commit/8952445</a>">8952445</a>)</li> </ul> <p dir="auto"><a name="1.2.4"></a></p> <h2 id="user-content-124httpsgithubcomreactstrapreactstrapcompare123v124-2016-03-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.2.3...v1.2.4" class="link">https://github.com/reactstrap/reactstrap/compare/1.2.3...v1.2.4</a>">1.2.4</a> (2016-03-28)</h2> <h3 id="user-content-bug-fixes-52" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>src:</strong> update paths to src (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/c61c466" class="link">https://github.com/reactstrap/reactstrap/commit/c61c466</a>">c61c466</a>)</li> </ul> <p dir="auto"><a name="1.2.3"></a></p> <h2 id="user-content-123httpsgithubcomreactstrapreactstrapcompare122v123-2016-03-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.2.2...v1.2.3" class="link">https://github.com/reactstrap/reactstrap/compare/1.2.2...v1.2.3</a>">1.2.3</a> (2016-03-28)</h2> <h3 id="user-content-bug-fixes-53" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>build:</strong> update scripts (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/051e805" class="link">https://github.com/reactstrap/reactstrap/commit/051e805</a>">051e805</a>)</li> </ul> <p dir="auto"><a name="1.2.2"></a></p> <h2 id="user-content-122httpsgithubcomreactstrapreactstrapcompare121v122-2016-03-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.2.1...v1.2.2" class="link">https://github.com/reactstrap/reactstrap/compare/1.2.1...v1.2.2</a>">1.2.2</a> (2016-03-28)</h2> <h3 id="user-content-bug-fixes-54" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>src:</strong> update path to src (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5e0caa6" class="link">https://github.com/reactstrap/reactstrap/commit/5e0caa6</a>">5e0caa6</a>)</li> </ul> <p dir="auto"><a name="1.2.1"></a></p> <h2 id="user-content-121httpsgithubcomreactstrapreactstrapcompare120v121-2016-03-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.2.0...v1.2.1" class="link">https://github.com/reactstrap/reactstrap/compare/1.2.0...v1.2.1</a>">1.2.1</a> (2016-03-28)</h2> <p dir="auto"><a name="1.2.0"></a></p> <h1 id="user-content-120httpsgithubcomreactstrapreactstrapcompare110v120-2016-03-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.1.0...v1.2.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.1.0...v1.2.0</a>">1.2.0</a> (2016-03-28)</h1> <h3 id="user-content-features-55" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Navbar:</strong> add Navbar components (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/91ad2b4" class="link">https://github.com/reactstrap/reactstrap/commit/91ad2b4</a>">91ad2b4</a>)</li> </ul> <p dir="auto"><a name="1.1.0"></a></p> <h1 id="user-content-110httpsgithubcomreactstrapreactstrapcompare100v110-2016-03-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/1.0.0...v1.1.0" class="link">https://github.com/reactstrap/reactstrap/compare/1.0.0...v1.1.0</a>">1.1.0</a> (2016-03-27)</h1> <h3 id="user-content-features-56" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Navs:</strong> Add nav components (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5e2ba03" class="link">https://github.com/reactstrap/reactstrap/commit/5e2ba03</a>">5e2ba03</a>)</li> </ul> <p dir="auto"><a name="1.0.0"></a></p> <h1 id="user-content-100httpsgithubcomreactstrapreactstrapcompare080v100-2016-03-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.8.0...v1.0.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.8.0...v1.0.0</a>">1.0.0</a> (2016-03-27)</h1> <h3 id="user-content-code-refactoring-2" dir="auto">Code Refactoring</h3> <ul dir="auto"> <li><strong>components:</strong> standardize custom tag names (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/494e4ec" class="link">https://github.com/reactstrap/reactstrap/commit/494e4ec</a>">494e4ec</a>)</li> </ul> <h3 id="user-content-breaking-changes-11" dir="auto">BREAKING CHANGES</h3> <ul dir="auto"> <li>components: <code>El</code> prop is now <code>tag</code>. This standardizes the way custom elements should render their html “tags”.</li> </ul> <p dir="auto"><a name="0.8.0"></a></p> <h1 id="user-content-080httpsgithubcomreactstrapreactstrapcompare072v080-2016-03-27" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.7.2...v0.8.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.7.2...v0.8.0</a>">0.8.0</a> (2016-03-27)</h1> <h3 id="user-content-features-57" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Layout:</strong> Add Container, Row, Col components (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/69ada73" class="link">https://github.com/reactstrap/reactstrap/commit/69ada73</a>">69ada73</a>)</li> </ul> <p dir="auto"><a name="0.7.2"></a></p> <h2 id="user-content-072httpsgithubcomreactstrapreactstrapcompare071v072-2016-03-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.7.1...v0.7.2" class="link">https://github.com/reactstrap/reactstrap/compare/0.7.1...v0.7.2</a>">0.7.2</a> (2016-03-26)</h2> <p dir="auto"><a name="0.7.1"></a></p> <h2 id="user-content-071httpsgithubcomreactstrapreactstrapcompare070v071-2016-03-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.7.0...v0.7.1" class="link">https://github.com/reactstrap/reactstrap/compare/0.7.0...v0.7.1</a>">0.7.1</a> (2016-03-26)</h2> <p dir="auto"><a name="0.7.0"></a></p> <h1 id="user-content-070httpsgithubcomreactstrapreactstrapcompare061v070-2016-03-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.6.1...v0.7.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.6.1...v0.7.0</a>">0.7.0</a> (2016-03-26)</h1> <h3 id="user-content-features-58" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Button:</strong> render anchor tag if href prop exists (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/61f4a11" class="link">https://github.com/reactstrap/reactstrap/commit/61f4a11</a>">61f4a11</a>)</li> </ul> <p dir="auto"><a name="0.6.1"></a></p> <h2 id="user-content-061httpsgithubcomreactstrapreactstrapcompare060v061-2016-03-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.6.0...v0.6.1" class="link">https://github.com/reactstrap/reactstrap/compare/0.6.0...v0.6.1</a>">0.6.1</a> (2016-03-26)</h2> <p dir="auto"><a name="0.6.0"></a></p> <h1 id="user-content-060httpsgithubcomreactstrapreactstrapcompare057v060-2016-03-26" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.7...v0.6.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.7...v0.6.0</a>">0.6.0</a> (2016-03-26)</h1> <h3 id="user-content-features-59" dir="auto">Features</h3> <ul dir="auto"> <li><strong>package:</strong> add bootstrap@4.0.0-alpha.2 and css loaders (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/046079b" class="link">https://github.com/reactstrap/reactstrap/commit/046079b</a>">046079b</a>)</li> </ul> <p dir="auto"><a name="0.5.7"></a></p> <h2 id="user-content-057httpsgithubcomreactstrapreactstrapcompare056v057-2016-03-25" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.6...v0.5.7" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.6...v0.5.7</a>">0.5.7</a> (2016-03-25)</h2> <h3 id="user-content-bug-fixes-55" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>ButtonGroup:</strong> remove btn-group when vertical (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/9b70e37" class="link">https://github.com/reactstrap/reactstrap/commit/9b70e37</a>">9b70e37</a>)</li> <li><strong>docs:</strong> add and use reactstrap alias (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/fcfe88d" class="link">https://github.com/reactstrap/reactstrap/commit/fcfe88d</a>">fcfe88d</a>)</li> </ul> <p dir="auto"><a name="0.5.6"></a></p> <h2 id="user-content-056httpsgithubcomreactstrapreactstrapcompare055v056-2016-03-24" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.5...v0.5.6" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.5...v0.5.6</a>">0.5.6</a> (2016-03-24)</h2> <p dir="auto"><a name="0.5.5"></a></p> <h2 id="user-content-055httpsgithubcomreactstrapreactstrapcompare054v055-2016-03-24" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.4...v0.5.5" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.4...v0.5.5</a>">0.5.5</a> (2016-03-24)</h2> <h3 id="user-content-bug-fixes-56" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>ModalHeader:</strong> update close character (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7128e78" class="link">https://github.com/reactstrap/reactstrap/commit/7128e78</a>">7128e78</a>)</li> </ul> <p dir="auto"><a name="0.5.4"></a></p> <h2 id="user-content-054httpsgithubcomreactstrapreactstrapcompare053v054-2016-03-20" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.3...v0.5.4" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.3...v0.5.4</a>">0.5.4</a> (2016-03-20)</h2> <p dir="auto"><a name="0.5.3"></a></p> <h2 id="user-content-053httpsgithubcomreactstrapreactstrapcompare052v053-2016-03-14" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.2...v0.5.3" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.2...v0.5.3</a>">0.5.3</a> (2016-03-14)</h2> <p dir="auto"><a name="0.5.2"></a></p> <h2 id="user-content-052httpsgithubcomreactstrapreactstrapcompare051v052-2016-03-14" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.1...v0.5.2" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.1...v0.5.2</a>">0.5.2</a> (2016-03-14)</h2> <h3 id="user-content-bug-fixes-57" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>examples:</strong> remove .min from example script (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/b051dc1" class="link">https://github.com/reactstrap/reactstrap/commit/b051dc1</a>">b051dc1</a>)</li> </ul> <p dir="auto"><a name="0.5.1"></a></p> <h2 id="user-content-051httpsgithubcomreactstrapreactstrapcompare050051-2016-03-13" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.5.0...0.5.1" class="link">https://github.com/reactstrap/reactstrap/compare/0.5.0...0.5.1</a>">0.5.1</a> (2016-03-13)</h2> <p dir="auto"><a name="0.5.0"></a></p> <h1 id="user-content-050httpsgithubcomreactstrapreactstrapcompare040050-2016-03-13" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.4.0...0.5.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.4.0...0.5.0</a>">0.5.0</a> (2016-03-13)</h1> <h3 id="user-content-bug-fixes-58" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>tests:</strong> make them faster & fix dropdown (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/5dadc6f" class="link">https://github.com/reactstrap/reactstrap/commit/5dadc6f</a>">5dadc6f</a>)</li> </ul> <h3 id="user-content-features-60" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Fade:</strong> enable fading components (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a84df68" class="link">https://github.com/reactstrap/reactstrap/commit/a84df68</a>">a84df68</a>)</li> <li><strong>Label:</strong> add component (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/28d3edf" class="link">https://github.com/reactstrap/reactstrap/commit/28d3edf</a>">28d3edf</a>)</li> <li><strong>Layout:</strong> add PopoverExample (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/8200ee2" class="link">https://github.com/reactstrap/reactstrap/commit/8200ee2</a>">8200ee2</a>)</li> <li><strong>Layout:</strong> include LabelsExample in Layout (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/df1baa4" class="link">https://github.com/reactstrap/reactstrap/commit/df1baa4</a>">df1baa4</a>)</li> <li><strong>lib:</strong> export Label component (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/2856cd0" class="link">https://github.com/reactstrap/reactstrap/commit/2856cd0</a>">2856cd0</a>)</li> <li><strong>Modal:</strong> add modal components (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/6c2293e" class="link">https://github.com/reactstrap/reactstrap/commit/6c2293e</a>">6c2293e</a>)</li> <li><strong>Popover:</strong> add component (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bc66aec" class="link">https://github.com/reactstrap/reactstrap/commit/bc66aec</a>">bc66aec</a>)</li> <li><strong>PopoverContent:</strong> add component (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/7282225" class="link">https://github.com/reactstrap/reactstrap/commit/7282225</a>">7282225</a>)</li> <li><strong>PopoverTitle:</strong> add component (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/bdf6623" class="link">https://github.com/reactstrap/reactstrap/commit/bdf6623</a>">bdf6623</a>)</li> </ul> <p dir="auto"><a name="0.4.0"></a></p> <h1 id="user-content-040httpsgithubcomreactstrapreactstrapcompare030040-2016-02-29" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.3.0...0.4.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.3.0...0.4.0</a>">0.4.0</a> (2016-02-29)</h1> <h3 id="user-content-features-61" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Tooltips:</strong> add component and utils (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/0ddbed5" class="link">https://github.com/reactstrap/reactstrap/commit/0ddbed5</a>">0ddbed5</a>)</li> </ul> <p dir="auto"><a name="0.3.0"></a></p> <h1 id="user-content-030httpsgithubcomreactstrapreactstrapcompare020030-2016-02-28" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/0.2.0...0.3.0" class="link">https://github.com/reactstrap/reactstrap/compare/0.2.0...0.3.0</a>">0.3.0</a> (2016-02-28)</h1> <h3 id="user-content-bug-fixes-59" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>Button:</strong> add disabled class (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/96627ef" class="link">https://github.com/reactstrap/reactstrap/commit/96627ef</a>">96627ef</a>)</li> </ul> <h3 id="user-content-features-62" dir="auto">Features</h3> <ul dir="auto"> <li><strong>Dropdowns:</strong> add TetherContent support (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/16c0f86" class="link">https://github.com/reactstrap/reactstrap/commit/16c0f86</a>">16c0f86</a>)</li> <li><strong>Dropdowns:</strong> pass more methods to children (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/87596e4" class="link">https://github.com/reactstrap/reactstrap/commit/87596e4</a>">87596e4</a>)</li> <li><strong>TetherContent:</strong> support Tethering Content to Targets (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/573d47e" class="link">https://github.com/reactstrap/reactstrap/commit/573d47e</a>">573d47e</a>)</li> </ul> <p dir="auto"><a name="0.2.0"></a></p> <h1 id="user-content-020httpsgithubcomreactstrapreactstrapcompare065e978020-2016-02-21" dir="auto"><a href="<a href="https://github.com/reactstrap/reactstrap/compare/065e978...0.2.0" class="link">https://github.com/reactstrap/reactstrap/compare/065e978...0.2.0</a>">0.2.0</a> (2016-02-21)</h1> <h3 id="user-content-bug-fixes-60" dir="auto">Bug Fixes</h3> <ul dir="auto"> <li><strong>package.json:</strong> add missing dev-dep babel-polyfill (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/065e978" class="link">https://github.com/reactstrap/reactstrap/commit/065e978</a>">065e978</a>)</li> </ul> <h3 id="user-content-features-63" dir="auto">Features</h3> <ul dir="auto"> <li><strong>ButtonDropdown:</strong> wrap Dropdown for ButtonDropdown (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/a2ea178" class="link">https://github.com/reactstrap/reactstrap/commit/a2ea178</a>">a2ea178</a>)</li> <li><strong>ButtonGroup:</strong> Add button group and toolbar (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/123b435" class="link">https://github.com/reactstrap/reactstrap/commit/123b435</a>">123b435</a>)</li> <li><strong>buttons:</strong> update examples & tests (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/52fd2fb" class="link">https://github.com/reactstrap/reactstrap/commit/52fd2fb</a>">52fd2fb</a>)</li> <li><strong>Buttons:</strong> support block level buttons (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/f9cf8db" class="link">https://github.com/reactstrap/reactstrap/commit/f9cf8db</a>">f9cf8db</a>)</li> <li><strong>Dropdowns:</strong> add examples (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/3d48e8c" class="link">https://github.com/reactstrap/reactstrap/commit/3d48e8c</a>">3d48e8c</a>)</li> <li><strong>Dropdowns:</strong> basic dropdown, toggle, menu & menu items (<a href="<a href="https://github.com/reactstrap/reactstrap/commit/750aaf9" class="link">https://github.com/reactstrap/reactstrap/commit/750aaf9</a>">750aaf9</a>)</li> </ul> </body></html>