Release notes
*Sourced from [reactstrap's releases](https://github.com/reactstrap/reactstrap/releases).*
> ## 8.0.0
>
> # [8.0.0](https://github.com/reactstrap/reactstrap/compare/7.1.0...8.0.0) (2019-04-03)
>
>
> ### Bug Fixes
>
> * **Carousel:** remove inappropriate role=listbox ([#1385](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1385)) ([32eb8ed](https://github.com/reactstrap/reactstrap/commit/32eb8ed))
> * **Modal:** fix exception in focus management ([#1382](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1382)) ([5cc9af5](https://github.com/reactstrap/reactstrap/commit/5cc9af5))
> * **Modal:** set Modal.openCount floor to 0 ([#1368](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1368)) ([71f9574](https://github.com/reactstrap/reactstrap/commit/71f9574))
> * **Popover:** touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426)) ([ad2a9a0](https://github.com/reactstrap/reactstrap/commit/ad2a9a0))
> * **Table:** add CSS Module support for responsive Table ([#1429](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1429)) ([#1430](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1430)) ([1e2dc5b](https://github.com/reactstrap/reactstrap/commit/1e2dc5b))
> * **utils:** Shim Element in non-DOM environments ([#1387](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1387)) ([eb4ee93](https://github.com/reactstrap/reactstrap/commit/eb4ee93))
>
>
> ### Code Refactoring
>
> * **Modal, Dropdown{*}, PopperContent, Tabs:** go to React Async Rendering ([#1427](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1427)) ([1afb2c2](https://github.com/reactstrap/reactstrap/commit/1afb2c2))
>
>
> ### Features
>
> * **CustomerInput:** added htmlFor prop ([#1417](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1417)) ([a590880](https://github.com/reactstrap/reactstrap/commit/a590880))
> * **modal:** add optional return focus after close ([#1424](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1424)) ([33cfce6](https://github.com/reactstrap/reactstrap/commit/33cfce6))
> * **Modal:** add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435)) ([9f7dd45](https://github.com/reactstrap/reactstrap/commit/9f7dd45))
> * **pagination-links:** added props for first and last. changed carets… ([#1410](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1410)) ([70cfca2](https://github.com/reactstrap/reactstrap/commit/70cfca2))
> * **Popover:** add default toggleable fade support ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([ee15c86](https://github.com/reactstrap/reactstrap/commit/ee15c86)), closes [#363](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/363)
> * **Popover/Tooltip:** ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443)) ([4a5a8a3](https://github.com/reactstrap/reactstrap/commit/4a5a8a3))
> * **Toast:** add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447)) ([7ea7610](https://github.com/reactstrap/reactstrap/commit/7ea7610)), closes [#1384](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1384) [#1346](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1346)
>
>
> ### 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 `Card`s `body` prop.
> * **`Input`'s `static` prop**: use `Input`s `plaintext` prop.
> * **`Dropdown`'s `dropup` prop**: use `Dropdown`s `direction` prop with the value of `"up"`.
> * **`Navbar`'s `toggleable` prop**: use `Navbar`s `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`.
> ... (truncated)
Changelog
*Sourced from [reactstrap's changelog](https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md).*
> # [8.0.0](https://github.com/reactstrap/reactstrap/compare/7.1.0...8.0.0) (2019-04-03)
>
>
> ### Bug Fixes
>
> * **Carousel:** remove inappropriate role=listbox ([#1385](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1385)) ([32eb8ed](https://github.com/reactstrap/reactstrap/commit/32eb8ed))
> * **Modal:** fix exception in focus management ([#1382](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1382)) ([5cc9af5](https://github.com/reactstrap/reactstrap/commit/5cc9af5))
> * **Modal:** set Modal.openCount floor to 0 ([#1368](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1368)) ([71f9574](https://github.com/reactstrap/reactstrap/commit/71f9574))
> * **Popover:** touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426)) ([ad2a9a0](https://github.com/reactstrap/reactstrap/commit/ad2a9a0))
> * **Table:** add CSS Module support for responsive Table ([#1429](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1429)) ([#1430](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1430)) ([1e2dc5b](https://github.com/reactstrap/reactstrap/commit/1e2dc5b))
> * **utils:** Shim Element in non-DOM environments ([#1387](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1387)) ([eb4ee93](https://github.com/reactstrap/reactstrap/commit/eb4ee93))
>
>
> ### Code Refactoring
>
> * **Modal, Dropdown{*}, PopperContent, Tabs:** go to React Async Rendering ([#1427](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1427)) ([1afb2c2](https://github.com/reactstrap/reactstrap/commit/1afb2c2))
>
>
> ### Features
>
> * **CustomerInput:** added htmlFor prop ([#1417](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1417)) ([a590880](https://github.com/reactstrap/reactstrap/commit/a590880))
> * **modal:** add optional return focus after close ([#1424](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1424)) ([33cfce6](https://github.com/reactstrap/reactstrap/commit/33cfce6))
> * **Modal:** add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435)) ([9f7dd45](https://github.com/reactstrap/reactstrap/commit/9f7dd45))
> * **pagination-links:** added props for first and last. changed carets… ([#1410](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1410)) ([70cfca2](https://github.com/reactstrap/reactstrap/commit/70cfca2))
> * **Popover:** add default toggleable fade support ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([ee15c86](https://github.com/reactstrap/reactstrap/commit/ee15c86)), closes [#363](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/363)
> * **Popover/Tooltip:** ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443)) ([4a5a8a3](https://github.com/reactstrap/reactstrap/commit/4a5a8a3))
> * **Toast:** add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447)) ([7ea7610](https://github.com/reactstrap/reactstrap/commit/7ea7610)), closes [#1384](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1384) [#1346](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1346)
>
>
> ### 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 `Card`s `body` prop.
> * **`Input`'s `static` prop**: use `Input`s `plaintext` prop.
> * **`Dropdown`'s `dropup` prop**: use `Dropdown`s `direction` prop with the value of `"up"`.
> * **`Navbar`'s `toggleable` prop**: use `Navbar`s `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.
>
> ... (truncated)
Commits
- [`315bb00`](https://github.com/reactstrap/reactstrap/commit/315bb00b31790e2046e2ac9b10e03abf3e35f199) chore(release): release 8.0.0
- [`6594545`](https://github.com/reactstrap/reactstrap/commit/6594545258a42744e076379eeeb32c41fa8af204) chore(deps): bump min react version to support context api
- [`bbb382e`](https://github.com/reactstrap/reactstrap/commit/bbb382e45225e0b1c3d680a01bfc8a8b55436c73) Remove deprecated things
- [`1afb2c2`](https://github.com/reactstrap/reactstrap/commit/1afb2c2fc63e2310632920953b8922241cf64f86) refactor(Modal, Dropdown{*}, PopperContent, Tabs): go to React Async Renderin...
- [`4a5a8a3`](https://github.com/reactstrap/reactstrap/commit/4a5a8a3f5515e244a389f72faee1cdc8fd74b52f) feat(Popover/Tooltip): ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443))
- [`04be99f`](https://github.com/reactstrap/reactstrap/commit/04be99f04a1f11bcfa933c98a0d9d0ccb1a972a2) test(modal): add tests for focus management ([#1449](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1449))
- [`64f2641`](https://github.com/reactstrap/reactstrap/commit/64f264163d3140130ce0757e881985abab0acc69) docs(Input): add min and max to number input ([#1452](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1452))
- [`7ea7610`](https://github.com/reactstrap/reactstrap/commit/7ea76107bd973021fb7aac08dcd66ea40587c25d) feat(Toast): add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447))
- [`ad2a9a0`](https://github.com/reactstrap/reactstrap/commit/ad2a9a0101c838831f31a932a32cb37d3316c153) fix(Popover): touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426))
- [`9f7dd45`](https://github.com/reactstrap/reactstrap/commit/9f7dd45d59629cf05762df8cac712129819880bc) feat(Modal): add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435))
- Additional commits viewable in [compare view](https://github.com/reactstrap/reactstrap/compare/6.3.1...8.0.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps reactstrap from 6.3.1 to 8.0.0.
Release notes
*Sourced from [reactstrap's releases](https://github.com/reactstrap/reactstrap/releases).* > ## 8.0.0 > > # [8.0.0](https://github.com/reactstrap/reactstrap/compare/7.1.0...8.0.0) (2019-04-03) > > > ### Bug Fixes > > * **Carousel:** remove inappropriate role=listbox ([#1385](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1385)) ([32eb8ed](https://github.com/reactstrap/reactstrap/commit/32eb8ed)) > * **Modal:** fix exception in focus management ([#1382](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1382)) ([5cc9af5](https://github.com/reactstrap/reactstrap/commit/5cc9af5)) > * **Modal:** set Modal.openCount floor to 0 ([#1368](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1368)) ([71f9574](https://github.com/reactstrap/reactstrap/commit/71f9574)) > * **Popover:** touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426)) ([ad2a9a0](https://github.com/reactstrap/reactstrap/commit/ad2a9a0)) > * **Table:** add CSS Module support for responsive Table ([#1429](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1429)) ([#1430](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1430)) ([1e2dc5b](https://github.com/reactstrap/reactstrap/commit/1e2dc5b)) > * **utils:** Shim Element in non-DOM environments ([#1387](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1387)) ([eb4ee93](https://github.com/reactstrap/reactstrap/commit/eb4ee93)) > > > ### Code Refactoring > > * **Modal, Dropdown{*}, PopperContent, Tabs:** go to React Async Rendering ([#1427](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1427)) ([1afb2c2](https://github.com/reactstrap/reactstrap/commit/1afb2c2)) > > > ### Features > > * **CustomerInput:** added htmlFor prop ([#1417](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1417)) ([a590880](https://github.com/reactstrap/reactstrap/commit/a590880)) > * **modal:** add optional return focus after close ([#1424](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1424)) ([33cfce6](https://github.com/reactstrap/reactstrap/commit/33cfce6)) > * **Modal:** add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435)) ([9f7dd45](https://github.com/reactstrap/reactstrap/commit/9f7dd45)) > * **pagination-links:** added props for first and last. changed carets… ([#1410](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1410)) ([70cfca2](https://github.com/reactstrap/reactstrap/commit/70cfca2)) > * **Popover:** add default toggleable fade support ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([ee15c86](https://github.com/reactstrap/reactstrap/commit/ee15c86)), closes [#363](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/363) > * **Popover/Tooltip:** ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443)) ([4a5a8a3](https://github.com/reactstrap/reactstrap/commit/4a5a8a3)) > * **Toast:** add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447)) ([7ea7610](https://github.com/reactstrap/reactstrap/commit/7ea7610)), closes [#1384](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1384) [#1346](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1346) > > > ### 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 `Card`s `body` prop. > * **`Input`'s `static` prop**: use `Input`s `plaintext` prop. > * **`Dropdown`'s `dropup` prop**: use `Dropdown`s `direction` prop with the value of `"up"`. > * **`Navbar`'s `toggleable` prop**: use `Navbar`s `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`. > ... (truncated)Changelog
*Sourced from [reactstrap's changelog](https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md).* > # [8.0.0](https://github.com/reactstrap/reactstrap/compare/7.1.0...8.0.0) (2019-04-03) > > > ### Bug Fixes > > * **Carousel:** remove inappropriate role=listbox ([#1385](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1385)) ([32eb8ed](https://github.com/reactstrap/reactstrap/commit/32eb8ed)) > * **Modal:** fix exception in focus management ([#1382](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1382)) ([5cc9af5](https://github.com/reactstrap/reactstrap/commit/5cc9af5)) > * **Modal:** set Modal.openCount floor to 0 ([#1368](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1368)) ([71f9574](https://github.com/reactstrap/reactstrap/commit/71f9574)) > * **Popover:** touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426)) ([ad2a9a0](https://github.com/reactstrap/reactstrap/commit/ad2a9a0)) > * **Table:** add CSS Module support for responsive Table ([#1429](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1429)) ([#1430](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1430)) ([1e2dc5b](https://github.com/reactstrap/reactstrap/commit/1e2dc5b)) > * **utils:** Shim Element in non-DOM environments ([#1387](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1387)) ([eb4ee93](https://github.com/reactstrap/reactstrap/commit/eb4ee93)) > > > ### Code Refactoring > > * **Modal, Dropdown{*}, PopperContent, Tabs:** go to React Async Rendering ([#1427](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1427)) ([1afb2c2](https://github.com/reactstrap/reactstrap/commit/1afb2c2)) > > > ### Features > > * **CustomerInput:** added htmlFor prop ([#1417](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1417)) ([a590880](https://github.com/reactstrap/reactstrap/commit/a590880)) > * **modal:** add optional return focus after close ([#1424](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1424)) ([33cfce6](https://github.com/reactstrap/reactstrap/commit/33cfce6)) > * **Modal:** add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435)) ([9f7dd45](https://github.com/reactstrap/reactstrap/commit/9f7dd45)) > * **pagination-links:** added props for first and last. changed carets… ([#1410](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1410)) ([70cfca2](https://github.com/reactstrap/reactstrap/commit/70cfca2)) > * **Popover:** add default toggleable fade support ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([#1364](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1364)) ([ee15c86](https://github.com/reactstrap/reactstrap/commit/ee15c86)), closes [#363](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/363) > * **Popover/Tooltip:** ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443)) ([4a5a8a3](https://github.com/reactstrap/reactstrap/commit/4a5a8a3)) > * **Toast:** add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447)) ([7ea7610](https://github.com/reactstrap/reactstrap/commit/7ea7610)), closes [#1384](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1384) [#1346](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1346) > > > ### 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 `Card`s `body` prop. > * **`Input`'s `static` prop**: use `Input`s `plaintext` prop. > * **`Dropdown`'s `dropup` prop**: use `Dropdown`s `direction` prop with the value of `"up"`. > * **`Navbar`'s `toggleable` prop**: use `Navbar`s `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. > > ... (truncated)Commits
- [`315bb00`](https://github.com/reactstrap/reactstrap/commit/315bb00b31790e2046e2ac9b10e03abf3e35f199) chore(release): release 8.0.0 - [`6594545`](https://github.com/reactstrap/reactstrap/commit/6594545258a42744e076379eeeb32c41fa8af204) chore(deps): bump min react version to support context api - [`bbb382e`](https://github.com/reactstrap/reactstrap/commit/bbb382e45225e0b1c3d680a01bfc8a8b55436c73) Remove deprecated things - [`1afb2c2`](https://github.com/reactstrap/reactstrap/commit/1afb2c2fc63e2310632920953b8922241cf64f86) refactor(Modal, Dropdown{*}, PopperContent, Tabs): go to React Async Renderin... - [`4a5a8a3`](https://github.com/reactstrap/reactstrap/commit/4a5a8a3f5515e244a389f72faee1cdc8fd74b52f) feat(Popover/Tooltip): ability to pass through flip prop ([#1443](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1443)) - [`04be99f`](https://github.com/reactstrap/reactstrap/commit/04be99f04a1f11bcfa933c98a0d9d0ccb1a972a2) test(modal): add tests for focus management ([#1449](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1449)) - [`64f2641`](https://github.com/reactstrap/reactstrap/commit/64f264163d3140130ce0757e881985abab0acc69) docs(Input): add min and max to number input ([#1452](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1452)) - [`7ea7610`](https://github.com/reactstrap/reactstrap/commit/7ea76107bd973021fb7aac08dcd66ea40587c25d) feat(Toast): add support for Toasts ([#1447](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1447)) - [`ad2a9a0`](https://github.com/reactstrap/reactstrap/commit/ad2a9a0101c838831f31a932a32cb37d3316c153) fix(Popover): touch not opening popover on mobile ([#1425](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1425)) ([#1426](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1426)) - [`9f7dd45`](https://github.com/reactstrap/reactstrap/commit/9f7dd45d59629cf05762df8cac712129819880bc) feat(Modal): add scrollable prop ([#1435](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1435)) - Additional commits viewable in [compare view](https://github.com/reactstrap/reactstrap/compare/6.3.1...8.0.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.