No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

72 KiB

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)