Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade reactstrap from 6.2.0 to 8.4.1 #80

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade reactstrap from 6.2.0 to 8.4.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 17 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-01-27.
Release notes
Package name: reactstrap
  • 8.4.1 - 2020-01-27

    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
  • 8.4.0 - 2020-01-17

    8.4.0 (2020-01-17)

    Bug Fixes

  • 8.3.2 - 2020-01-16

    DO NOT USE AS THIS RELEASE CONTAINS A BREAKING CHANGE WHICH HAS BEEN REVERTED, USE 8.4.0

    8.3.2 (2020-01-16)

    Bug Fixes

    • Modal: Prevent static backdrop animation when modal clicked (#1755) (79efb4a)
  • 8.3.1 - 2020-01-15

    DO NOT USE AS THIS RELEASE CONTAINS A BREAKING CHANGE WHICH HAS BEEN REVERTED, USE 8.4.0

  • 8.2.0 - 2019-12-05

    8.2.0 (2019-12-05)

    Bug Fixes

    • getTarget: return array like when allElements parameter is true (#1687) (0702c45)
    • Tooltip: default value of trigger changed (#1695) (ae48d93), closes #1676

    Features

  • 8.1.1 - 2019-10-18

    8.1.1 (2019-10-18)

    Bug Fixes

    • Carousel: rename unsafe lifecycles (940438f)
    • Dropdown: fixed a11y property error message (#1673)(87d28b6), closes #1670
  • 8.1.0 - 2019-10-18

    8.1.0 (2019-10-18)

    Bug Fixes

    Features

  • 8.0.1 - 2019-07-11

    8.0.1 (2019-07-10)

    Bug Fixes

  • 8.0.0 - 2019-04-03

    8.0.0 (2019-04-03)

    Bug Fixes

    Code Refactoring

    • Modal, Dropdown{*}, PopperContent, Tabs: go to React Async Rendering (#1427) (1afb2c2)

    Features

    BREAKING CHANGES

    • Modal, Dropdown{*}, PopperContent, Tabs: using new Context API, react-popper v. '1.3.3'
    • pagination-links: Now the next and previous props are displaying single carets instead of double caret. To get the old style, use first and last props instead of previous and next respectfully and set aria-label to Next or Previous.
    • 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's block prop: use Cards body prop.
    • Input's static prop: use Inputs plaintext prop.
    • Dropdown's dropup prop: use Dropdowns direction prop with the value of "up".
    • Navbar's toggleable prop: use Navbars expand prop (see docs)`.
    • inverse prop: use dark prop.
    • CardBlock: use CardBody.
    • InputGroupButton: use InputGroupAddon.
    • NavDropdown: use Dropdown with nav prop.
    • PopoverContent: use PopoverBody.
    • PopoverTitle: use PopoverHeader.
    • UncontrolledNavDropdown: use UncontrolledDropdown with nav prop.
  • 7.1.0 - 2019-01-15
  • 7.0.2 - 2018-12-31
  • 7.0.1 - 2018-12-31
  • 7.0.0 - 2018-12-29
  • 6.5.0 - 2018-10-04
  • 6.4.0 - 2018-08-17
  • 6.3.1 - 2018-07-27
  • 6.3.0 - 2018-07-10
  • 6.2.0 - 2018-06-28
from reactstrap GitHub release notes
Commit messages
Package name: reactstrap
  • c7bbdea chore(release): adding 8.4.1 (#1770)
  • 10ccf12 fix(Tooltip,Popover): account for shadowDOM target (#1769)
  • b96f65a docs: change maxHeight from int to string in Dropdowndocs (#1765)
  • 49da7b5 fix(Modal): Allow esc to close static backdrop modal when keybo… (#1767)
  • 1fec610 themes addon (#1768)
  • ba6cd4c Suggestion to add a link to the "On the wild” (#1764)
  • 6b46b59 chore(release): adding 8.4.0 (#1763)
  • 93973be Revert "fix(Collapse): add aria-expanded attribute " (#1759)
  • eb37426 fix: revert breaking change (#1760)
  • d05e6f2 chore: better doc commit messages
  • 367489e chore: improve travis build
  • 5d68e08 chore: improve travis build?
  • 9249f32 chore(release): adding 8.3.2 (#1756)
  • 5d85156 chore: use travis CI's new conditional 'if' to check for tag
  • 474d9d3 chore: ci to only deploy after all jobs have finished
  • 79efb4a fix(Modal): Prevent static backdrop animation when modal clicked (#1755)
  • ce67559 chore(release): adding 8.3.1
  • 96188f4 fix(build): fix DropdownContext import/export
  • 17a56e2 chore(release): adding 8.3.0 (#1753)
  • 009a2bd fix: remove aria-hidden attribute from tooltips and popovers (#1747)
  • 7d44f36 feat(Modal): Added static backdrop animation defined in Bootstr… (#1750)
  • fed4bcf fix(Tooltip): fix nested elements within target (#1746)
  • 3e4c8eb docs(Dropdown): Update alignment example to better illustrate r… (#1743)
  • 853b56e fix(Tooltip): fix render failure if target ref is null (#1734)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lwojcik lwojcik closed this Mar 20, 2020
@lwojcik lwojcik deleted the snyk-upgrade-ca2e9ca1537d29e350db354aa83aa711 branch March 27, 2020 22:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.