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

Release Date: 2019-07-15 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    • FormText: 'muted' prop bug in . (#3901) (0bb8a6f)
    • even more explicit arguments for callback function (e4e85a3)
    • TabPane: wrong assigned Transition event(unmountOnExit) (b3c44c2)
    • types: Alert and Badge ref typing (d11cfed)
    • types: type clean up for eventKey and removal of some unneeded type helpers (6742c05)
    • ๐Ÿ— build step due execa version bump (fix #3964) (63d9a8b)
    • โœ… enzyme not properly firing event handlers during testing (085f862)
    • explicit arguments for function callback of ToggleButtonGroup (c037abc)
    • more explicit argument syntax for ToggleButtonGroup callback (20eb49d)
    • Popover placement prop-types to correct list of props (7c0c490)
    • ๐Ÿ‘• revert ignore linting error issue and add bindings for global (22895f0)
    • separate state variables for Controlled example of Carousel (f53405f)
    • ๐Ÿ‘‰ Use useRef rather than useState for DOM references (1877431)

    ๐Ÿ”‹ Features

    • โž• Add a swipe threshold as per the upstream implementation (3fc2ce5)
    • โž• Add Carousel touch support via Hammer.js (0b6a4fa)
    • โž• Add useAccordionToggle hook (140ddf7)
    • modulate Popover Components (#3811) (f608c42)
    • Re-implement touch functionality for Carousel natively (b0d2297)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ— Popovers now expose sub components Content, Title for building up popovers