browser-extensions
browser-extensions copied to clipboard
chore(deps): update dependency reactstrap to v6
This PR contains the following updates:
| Package | Type | Update | New value | References | Sourcegraph |
|---|---|---|---|---|---|
| reactstrap | dependencies | major | ^6.0.0 | source | |
| @types/reactstrap | devDependencies | major | 6.4.2 | source |
Release Notes
reactstrap/reactstrap
v6.5.0
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
- Button: add close icon support (#1206) (02f5e9a), closes #1182
- FormGrid: Add form-row (#1237) (205e80d), closes #1195
- Modal: add custom close button (#1168) (5f33a1a)
- Popover/Tooltip: Implented usage of react 16.3 RefObject as target (#1200) (0eade39), closes #1198
v6.4.0
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
- Button: add close icon support (#1206) (02f5e9a), closes #1182
- FormGrid: Add form-row (#1237) (205e80d), closes #1195
- Modal: add custom close button (#1168) (5f33a1a)
- Popover/Tooltip: Implented usage of react 16.3 RefObject as target (#1200) (0eade39), closes #1198
v6.3.1
Bug Fixes
- Modal: don't fade backdrop if there is no transition (#1172) (77e7beb), closes #1100
- Modal: prevent scrollbar from closing (#1165) (9d7948f), closes #1097
Features
- Dropdown: Select first element matching pressed key (#1160) (abbac56), closes #1156
- Modal: add charCode prop for custom icon (#1162) (4d19b09), closes #1155
- Modal: return focus after modal closes (#1175) (1b27c49), closes #1174
- Modal: trap focus in modal (#1161) (e6781d7), closes #310
- Popover/Tooltip: add boundariesElement prop (#1149) (02b4555), closes #1118
6.3.1 (2018-07-27)
Bug Fixes
- Collapse: add function and string to innerRef propType (#1129) (f380b41), closes #1054
- CustomInput: allow any node for label (#1095) (c1374b4)
v6.3.0
Features
v6.2.0
Features
v6.1.0
Bug Fixes
- Carousel: allow true, false, undefined, null and children of Carousel (#1064) (478870b), closes #1063
- Modal: allow innerRef to be function or string (#1091) (aceaf22)
- tooltip: fixed tooltip not disappearing on mobile (#1083) (e6a1313), closes #1004
- Tooltip: Pass down cssModule (#1075) (#1076) (4fb05b2)
Features
- alert: add ability to disable fade (#1078) (c71f1d4), closes #824
- Collapse: add ref to collapse component (#1067) (9d3126c), closes #1054
-
feedback-tooltip: add feedback tooltip (#1074) (baee9a4), closes #1062 - Modal: add ref to Modal (#1087) (015d16d), closes #1082
- Tooltip: add innerRef (#1090) (214da8c), closes #1089
- Tooltip: pass event to toggle callback (#1096) (9dad68b), closes #1094 #1072
v6.0.1
Bug Fixes
- Input: type attribute should not render for select and textarea (#1041) (2e45d8a), closes #1038
- Media: fix default tags (267dfe0), closes #979
- Modal: closes when dragging outside modal (#1047) (cccd7af), closes angular-ui/bootstrap#5810
- PaginationLink: do not render invalid anchor tags (7266214)
- UncontrolledCollapse: collapsing on mobile (#1043) (dcc1dda), closes #1034
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
v6.0.0
Bug Fixes
- DropdownMenu: add x-placement attribute (#966) (0f4a4cb), closes #962
- innerRef: allow createRef as a ref (a5795b8)
- Modal: update zindex when prop is changed (#937) (01667c1)
- UncontrolledCarousel: add bootstrap classes to img to make it responsive (#934) (9f7b741)
- UncontrolledCarousel: added header item prop (#964) (62b79fb), closes #943
Features
- CustomInput: add custom checkboxes/radios (#985) (312e729)
- CustomInput: add more custom inputs (#991) (ccdb7f2), closes #534
- Dropdown: setActiveFromChild prop (#977) (1b47757)
- DropdownMenu: add Popper modifiers (#929) (f28ef8a), closes #811
- DropdownMenu: allow menu to persist (840adb2), closes #779
-
Table: add
borderlessoption (#956) (210b53f)
BREAKING CHANGES
-
Inputwith type="textarea" can no longer have children. To set the value of the textarea please usevalue/defaultValuethe same as you would for input type="text".
Renovate configuration
:date: Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.
The breaking change here doesn't seem to apply to us.