chore(deps): update definitelytyped (major)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @types/jest (source) | devDependencies | major | 24.0.11 -> 29.5.3 |
| @types/node (source) | devDependencies | major | ~11.12.2 -> ~18.17.0 |
| @types/reactstrap | devDependencies | major | ~6.4.3 -> ~8.7.0 |
Release Notes
reactstrap/reactstrap (@types/reactstrap)
v8.7.1
Bug Fixes
- types: Fix Col and Input types (#2008) (363dfbe)
- types: Fix reference to CSSModule (#2007) (54afca4)
v8.7.0
Bug Fixes
- DropdownMenu: Prevent manual styles from overriding popper styles (#1984) (dc2401b)
- Progress: Fix parent element props being spread to children (#1970) (c6a790c)
- types: Add missing innerRef typings (#1994) (fe24f69), closes #1993
Features
- Add typescript definitions (#1976) (2a47626)
- DropdownItem: Add support for .dropdown-item-text (#1971) (c41b172)
v8.5.1
Bug Fixes
v8.5.0
Bug Fixes
- Carousel: ie11 compatibility changes(#799) (#1585) (1fd2d22), closes /github.com/reactjs/react-transition-group/blob/9e3b2d3c09b78e755bdc837b7b38337812ede2c9/src/TransitionGroup.js#L11
- CustomInput: hidden attribute #1741 (#1777) (bb39b55)
- DropdownToggle: fix 0 value #1496 (#1780) (c4f86d5)
- Input: Aria-invalid attribute (#1782) (ca113f1)
- Modal: fix modal close immediately unmounted (c8def29), closes #1323
- TooltipPopoverWrapper: replacing find with filter to preve… (#1776) (54648b6), closes #1774
Features
- Input: Use form-control-range for range inputs (#1772) (56c1d77)
- Modal: Allow passing in an element selector to append mod… (#1817) (8f8cc98)
- Modal: match container behaviour to targetPropType like of Popover and Tooltip (#1844) (6ea2488)
- PopoverContent: add x-out-of-boundaries attribute (607ce10), closes #1835
- Progress: add aria props (#1681) (#1787) (93f171d)
- Progress: Allow passing in custom style object (#1771) (a79417a)
- TooltipPopoverWrapper: scheduleUpdate as render prop (#1792) (cda6fe9)
8.4.1 (2020-01-27)
Bug Fixes
- Modal: Allow esc to close static backdrop modal when keybo… (#1767) (49da7b5), closes #1766
- Tooltip,Popover: account for shadowDOM target (#1769) (10ccf12), closes #1691
v8.4.1
Bug Fixes
- Modal: Allow esc to close static backdrop modal when keybo… (#1767) (49da7b5), closes #1766
- Tooltip,Popover: account for shadowDOM target (#1769) (10ccf12), closes #1691
v8.4.0
Bug Fixes
8.3.2 (2020-01-16)
Bug Fixes
8.3.1 (2020-01-15)
Bug Fixes
- build: fix DropdownContext import/export (96188f4)
v8.2.0
Bug Fixes
- getTarget: return array like when allElements parameter is true (#1687) (0702c45)
- Tooltip: default value of trigger changed (#1695) (ae48d93), closes #1676
Features
- ButtonToggle: add focus styling on button and toggle (#1660) (8980713), closes #1648
- Container: Added responsive container support (#1724) (31bb211), closes #1721
- ListGroup: Add horizontal prop (#1715) (284a543)
- Navbar: adds NavbarText component (#1711) (6db1083), closes #1707
- Popover/Tooltip: add popperClassName property (#1674) (44e85a8), closes #1484
- Row: Add row columns support (#1720) (1fb3c17)
- UncontrolledDropdown: add onToggle callback (#1705) (d9cae30)
8.1.1 (2019-10-18)
Bug Fixes
- Carousel: rename unsafe lifecycles (940438f)
- Dropdown: fixed a11y property error message (#1673)(87d28b6), closes #1670
v8.0.1
Bug Fixes
- DropdownMenu: Allow positionFixed prop to be passed through (#1538) (01466ae), closes #1473
- FormGroup: allow disable when tag is fieldset (#1547) (0736f80), closes #1546
- Modal: handle init modal in SSR (#1495) (c844ab1)
-
Modal: update condition to call
setFocusin case open mo… (#1514) (ae6fe93) - Tooltip: clear timeouts on unmount (#1562) (e85238b), closes #1255
v8.0.0
Bug Fixes
- Carousel: remove inappropriate role=listbox (#1385) (32eb8ed)
- Modal: fix exception in focus management (#1382) (5cc9af5)
- Modal: set Modal.openCount floor to 0 (#1368) (71f9574)
- Popover: touch not opening popover on mobile (#1425) (#1426) (ad2a9a0)
- Table: add CSS Module support for responsive Table (#1429) (#1430) (1e2dc5b)
- utils: Shim Element in non-DOM environments (#1387) (eb4ee93)
Code Refactoring
Features
- CustomInput: added htmlFor prop (#1417) (a590880)
- Modal: add optional return focus after close (#1424) (33cfce6)
- Modal: add scrollable prop (#1435) (9f7dd45)
- pagination-links: added props for first and last. changed carets… (#1410) (70cfca2)
- Popover: add default toggleable fade support (#1364) (#1364) (ee15c86), closes #363
- Popover/Tooltip: ability to pass through flip prop (#1443) (4a5a8a3)
- Toast: add support for Toasts (#1447) (7ea7610), closes #1384 #1346
BREAKING CHANGES
- Modal, Dropdown{*}, PopperContent, Tabs: using new Context API, react-popper v. '1.3.3'
-
pagination-links: Now the
nextandpreviousprops are displaying single carets instead of double caret. To get the old style, usefirstandlastprops instead ofpreviousandnextrespectfully and setaria-labeltoNextorPrevious. - 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'sblockprop: useCardsbodyprop. -
Input'sstaticprop: useInputsplaintextprop. -
Dropdown'sdropupprop: useDropdownsdirectionprop with the value of"up". -
Navbar'stoggleableprop: useNavbarsexpandprop (see docs)`. -
inverse prop: use
darkprop. -
CardBlock: use
CardBody. -
InputGroupButton: use
InputGroupAddon. -
NavDropdown: use
Dropdownwithnavprop. -
PopoverContent: use
PopoverBody. -
PopoverTitle: use
PopoverHeader. -
UncontrolledNavDropdown: use
UncontrolledDropdownwithnavprop.
v7.1.0
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.