New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap - npm Package Versions

1
46
23

2.0.3

Diff
kytsang
published 2.0.3 •

Changelog

Source

2.0.3 (2021-12-01)

Bug Fixes

  • FormCheck: fix Form.Check.Label spacing (#5983) (250655c), closes /github.com/react-bootstrap/react-bootstrap/issues/5938#issuecomment-883704209
kytsang
published 2.0.2 •

Changelog

Source

2.0.2 (2021-11-04)

Bug Fixes

  • remove unused files from build output
kytsang
published 2.0.1 •

Changelog

Source

2.0.1 (2021-10-29)

Bug Fixes

kytsang
published 2.0.0 •

Changelog

Source

2.0.0 (2021-10-21)

kytsang
published 2.0.0-rc.1 •

Changelog

Source

2.0.0-rc.1 (2021-10-15)

Bug Fixes

Features

kytsang
published 1.6.4 •
kytsang
published 2.0.0-rc.0 •

Changelog

Source

2.0.0-rc.0 (2021-09-21)

Bug Fixes

  • ListGroupItem: fix .active not being set with activeKey in ListGroup (#6002) (cdaa039)

  • Toast: fix fade animation (#6004) (0237a14)

  • refactor(Col)!: remove default span value in breakpoint object (#6014) (ec285fb), closes #6014

  • refactor(CardColumns)!: remove component (#6030) (d36718f), closes #6030

  • fix(FormCheck)!: use feedbackType to control feedback type (#6015) (ab9e080), closes #6015

Features

BREAKING CHANGES

  • When using objects in Col breakpoint props, span is no longer true by default
  • Removed CardColumns because it was dropped in Bootstrap 5
  • FormCheck feedback type is now controlled by feedbackType instead of isValid and isInvalid.
kytsang
published 1.6.3 •
kytsang
published 1.6.2 •
kytsang
published 2.0.0-beta.6 •

Changelog

Source

2.0.0-beta.6 (2021-08-24)

Bug Fixes

  • Dropdown: fix menu positioning when renderOnMount=true (#5989) (a2a4125)
  • Offcanvas: change .modal-backdrop to .offcanvas-backdrop (#5984) (e3f6046)

Features