react-bootstrap v1.0.0-beta.11 Release Notes

Release Date: 2019-08-09 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • AbstractNav: allow passed in refs to be properly forwarded (#4031) (bda567f)
    • ๐Ÿ›  Fix DropdownToggleProps (686629d)
    • Modal: directly show backdrop if no animation (fix: #4190) (#4192) (0d02bf6)
    • Apply suggestions from code review (c3fab88)
    • Button: not pass type prop to custom comp (fix: #3340) (#4173) (5725f65)
    • Carousel: fixes #4136 - reverse carousel slide navigation direction for touch (#4137) (5be68b7)
    • Input and List Group components not properly forwarding refs (8c0cf4a), closes #4012 #4031
    • โœ‚ Remove assertions that test implementation details (44d5e28)

    ๐Ÿ”‹ Features

    • โž• Add simple Popover type test (#4103) (7715513), closes #4093
    • Migrate Fade and Jumbotron to be ref forwarders (9240fe0)
    • Migrate SafeAnchor to be a ref forwarder (fc41617)
    • Migrate Spinner and SplitButton to be ref forwarders (8cb7306)
    • Migrate Tabs to be a ref forwarder (f16d29b)
    • Migrate Toast and ToastHeader to be ref forwarders (7fa9489)
    • Migrate Tooltip to be a ref forwarder (df29001)