Skip to content

Latest commit

 

History

History
207 lines (94 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

207 lines (94 loc) · 5.63 KB

0.26.3 (2024-06-27)

Bug Fixes

  • Remove defaultProps from LinkContainer (#318) (a74003a)

0.26.2 (2022-07-11)

Bug Fixes

  • enable empty pathname and state propagation (#303) (f85c697)

0.26.1 (2022-03-11)

Bug Fixes

0.26.0 (2021-12-01)

Features

  • add support for React Router v6

0.26.0-beta.2 (2021-11-23)

Bug Fixes

  • fix LinkContainer export (a550484)

0.26.0-beta.1 (2021-11-22)

2017-09-08

  • Bugfix: Respect child element className (#228, #229)

2017-09-01

  • Chore: Fix UMD build to point at react-router-dom (#225)

2017-04-19

  • Chore: Add react-router-dom as a peer dependency (#208)

2017-04-18

  • Breaking Support React Router v4 (#201)
  • Chore: Update for React v15.5 deprecations

v0.24.0

This release was skipped.

2016-07-25

  • Feature: Add support for navigation actions other than PUSH (#179)

2016-04-28

  • Breaking: Drop explicit handling of disabled, as React-Bootstrap now takes care of this (#164)
  • Minor: Upgrade to Babel 6 (#164)

2016-04-13

  • Minor: Republish to update README on npm

2016-04-12

  • Breaking: Move from rrtr to React Router (#160)

2016-04-11

  • Breaking: Move from React Router to rrtr (#155)

v0.20.1 - Mon, 11 Jan 2016 16:55:18 GMT

v0.20.0 - Thu, 31 Dec 2015 18:45:45 GMT

  • 483a863 [changed] Support React Router v2.x

v0.19.3 - Wed, 28 Oct 2015 15:11:30 GMT

  • d1306b1 [fixed] Support LinkContainer without history
  • 5ca61cf [added] Support hash prop on LinkContainer

v0.19.2 - Fri, 09 Oct 2015 18:02:47 GMT

  • f80082b [fixed] bower building and publishing

v0.19.1 - Fri, 09 Oct 2015 14:17:56 GMT

  • c76b88c [added] Support onClick on child

v0.19.0 - Tue, 15 Sep 2015 17:33:35 GMT

  • ac500c8 [changed] Replace everything with LinkContainer

v0.18.1 - Mon, 10 Aug 2015 21:56:38 GMT

  • 4365680 [added] PageItem links support
  • f86272d [added] Thumbnail links support

v0.18.0 - Thu, 23 Jul 2015 02:07:27 GMT

  • 5100b0b [removed] RouterModalTrigger removed upstream
  • 7e15213 [fixed] visual testing

v0.17.2 - Sun, 12 Jul 2015 15:50:59 GMT

  • 5f16463 [fixed] Remove extraneous dependencies.