reactstrap v7.0.0 Release Notes

Release Date: 2018-12-29 // over 5 years ago
  • 🐛 Bug Fixes

    • CardTitle,CardSubtitle: div as default tag (#1298) (ea0f1f0), closes #1297
    • CarouselIndicators: li key generate from provided item values (#1311) (fd7506d), closes #1310
    • ⬇️ Dropdown: enter key triggers onClick -- correction (#1306) (6b50732)
    • ⬇️ Dropdown: improve keyboard ux, WAI-ARIA (#1293) (506c46a)
    • ⬇️ Dropdown: Null check on children (#1294) (#1295) (dcfde3b)
    • FormGroup: remove .position-relative (#1270) (01eb5f9), closes #1269
    • Input: make plaintext output input by default (#1226) (ff64c76), closes #1225
    • Modal: don't propagate handled escape key event (#1317) (5d45b26)
    • Modal: only show backdrop when prop is true (#1271) (07ec4b5), closes #1267
    • PopperContent: Use create portal instead of unstable_renderSubtreeIntoContainer (#1254) (81da8c5), closes #1216

    🔋 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.