🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@themesberg/react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@themesberg/react-bootstrap - npm Package Versions

1.4.1

Diff
zoliszogyenyi
published 1.4.1 •

Changelog

Source

1.4.1 (2021-01-07)

Bug Fixes

  • Carousel: fix pause not working properly with touch devices (#5435) (5a5d636)
  • fix types for DropdownButton and SplitButton (#5589) (df6024b)
  • Prevent focus on disabled nav items or list group items only (#5593) (198931d)
  • Alert: Properly spread props when transition={false} (#5545) (1352a87)
  • DropdownMenu: Fix base styles being overridden by popper styles (#5466) (aec9151)
  • Modal: Remove role="document" from ModalDialog (#5529) (af3453a)
  • types: inherit FormCheckTypes from React.InputHTMLAttributes (#5497) (4b257b6)
  • types: Set @types/react to >=16.9.35 (#5542) (d337c95)
zoliszogyenyi
published 1.4.0 •

Changelog

Source

1.4.0 (2020-10-21)

Bug Fixes

  • Button: display variant only when set (#5458) (f963ab3), closes #5456
  • docs: Move ast-types to resolutions (#5467) (5a5c3eb)
  • docs: roll-back resolution versions (5d8f394)
  • Allow falsy eventKeys in DropdownItem and ListGroupItem (#5404) (f493a15)
  • popover arrow misaligned when class is prefixed (#5416) (a0f404a)
  • Accordion: Use empty SelectableContext to prevent dropdown from closing accordion (#5201) (62a9d8b)
  • carousel: prevent intervals from being 0 (1d4294b)
  • carousel: re-implement with committed ref (c8edc2c)
  • docs: type mismatch with environment variable (647b4ff)
  • Fade: fix TS props to work with TransitionType (#5398) (79447a7)
  • FormLabel: Add missing class for col label sizing (#5382) (52e92fc)
  • OverlayTrigger: Add func as valid prop type for children (#5393) (6d12869)
  • Fix clearing nextDirectionRef in <Carousel> (#5322) (5c5ea8d), closes #5319

Features

  • carousel: add individual item intervals (d4e12f0), closes #5305
  • carousel-item: add prop type-checking for the interval prop (c1c72e0)
  • DropdownMenu: Add responsive menu alignment (#5307) (b5ec39e)
  • FormCheck: Allow custom controls to render without a label (#5427) (1ac7f50)
  • netlify: inject netlify build environments into static site (235946d)
  • netlify: more resilient netlify docs alert implementation (02a71b1)
  • ToggleButtonGroup: Add vertical option (#5371) (c049dac)