Update dependency react-bootstrap to ^1.0.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
react-bootstrap (source) | dependencies | patch | ^1.0.1 | homepage, source |
Release Notes
react-bootstrap/react-bootstrap
v1.0.1
Bug Fixes
- consider margins in Popper calculations (#5112) (52de702)
- use upstream types and fix Overlay, Modal, Tooltip, and Popover … (#5124) (02484ef)
- AccordionToggle: default button type=button (#5076) (59468d7)
- types: more accurate form types (#5067) (2395802)
- types: types for FormLabel (#5063) (42bd5af), closes #5056
v1.0.0
Features
-
BreadcrumbItem: pass props to li element (#5055) (eb4877f), closes #5054
-
add file input component (#5036) (724ea6f), closes #3047 #3047 #3047 #3047 #3047 #3047 #3047 #3047 #3047 #3047
-
add Range input and allow for custom prop for select and range input (#5034) (d000274), closes #3047 #3047 #3047 #3047 #3047 #3047 #3047
-
can customize BreadcrumbItem's inner link (77e35f4)
-
feat!: bump react-overlays (#5017) (1b20f1b), closes #5017
Bug Fixes
- Carousel: support for ref attribute (#4917) (86ff195)
- Modal: TypeScript manager typings (#4866) (0f5c798)
- Tabs: added defaultActiveKey PropType (#4875) (5aa69e0)
- Allow tab to un/mount with transition (#4312) (ef1861b), closes #3497
BREAKING CHANGES
-
only breaking if you pass a popperConfig directly to overlay or dropdown components. The config format is now the v2 one. This change only relevant to users of
popperConfig
prop on Overlay, OverlayTrigger, and Dropdown -
docs: update some packages, clean up version dropdown a bit
-
Apply suggestions from code review
-
fail in the right place
-
clean up popper injected props
-
fix types
Co-authored-by: Jimmy Jia mailto:[email protected]
v1.0.0-beta.17
Bug Fixes
- Alert: forward ref to the alert dom element (#5010) (fb79f2a)
- Container: fluid breakpoint typings (#5011) (f4dde13)
- add displayName to Row (#4919) (a1e54a2)
- don't construct ModalManager while document.body may still be null (#4982) (5aa2be1)
- fix small typo in description of eventKey (4ec9d79)
-
tooltip: prevent
non-boolean attribute
warning when passingshow
to Tooltip (#4858) (2505cb7) - types: fix type of Overlay's onHide prop (#4857) (d616175)
Features
- add size prop for FormLabel component - Fixes #4886 (#4893) (0ae281c)
- add responsive Containers - Fixes #4884 (0ae281c)
v1.0.0-beta.16
Bug Fixes
v1.0.0-beta.15
Bug Fixes
- FormControl: onChange and innerRef ts decls (#3583,#3568,#2781) (#4435) (74a36bc)
- added eslint pragma for ignoring dangerouslySetInnerHTML (ce7a4bd)
- cleanup (210799d)
- duplicate class "carousel-item" (#4609) (34e3905)
- ordering of propTypes (e7efa8f)
- removed sponsorship section (cee3efa)
- updated Overlay Trigger to support flip property (#4660) (ed77ae7)
- Pagination: support for ref attribute (#4593) (e5caa0f)
- Popover: support for ref attribute (0ad84a8)
- ResponsiveEmbed: support for ref attribute (4da7ef6)
- TabContent: support for ref attribute (334ff8d)
- Table: allow passed in refs to be properly forwarded (#4592) (0e10671)
- toggle-button-group: migrate to be ref forwarder (ba45a53), closes #4194
- tests (d21f42a)
- use normal function instead arrow (e3a28cb)
chore
Features
- add ref Forwarding to NavDropdown (#4626) (be52005)
- have Page item forward ref (#4664) (1baf794), closes #4194 #4194
BREAKING CHANGES
- custom Dropdown Menu's and Toggles can no longer be class components unless they are wrapped in forwardRef()
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.