Skip to content

Latest commit

 

History

History
242 lines (99 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

242 lines (99 loc) · 6.15 KB

4.2.1 (2017-05-17)

Bug Fixes

  • fix peer dependencies version range (602f155)

4.2.0 (2017-05-16)

Features

  • support title attribute in links (678e424)

4.1.0 (2017-04-28)

4.0.1 (2016-09-18)

Bug Fixes

  • building a path if browser plugin not in use (214e8cb)

4.0.0 (2016-09-05)

BREAKING CHANGES

  • registerComponent argument in routeNode HOC is no longer supported
  • AMD bundle is no longer distributed (use UMD instead)

3.0.1 (2016-03-25)

Bug Fixes

  • use activeStrict property (75a58e8)

3.0.0 (2016-02-28)

Features

  • make BaseLink grab the router instance from context (76662e7)

2.0.2 (2016-02-05)

Bug Fixes

  • wrong name of event variable in clickHandler (77990d6)

2.0.1 (2016-02-01)

Bug Fixes

  • fix withRoute lifecyle method name (4f8aee8)

2.0.0 (2016-01-19)

2.0.0-rc.1 (2016-01-18)

Features

  • split Link into LinkBase component and withRoute higher-order component (81e22ad)

1.0.1 (2015-11-26)

Bug Fixes

  • register node listener in componentDidMount to prevent server rendering issues (46d4034)

1.0.0 (2015-10-27)

0.1.5 (2015-09-18)

Features

  • onClick doesn't override main click handler [close #4] (c7ac405), closes #4

0.1.4 (2015-08-28)

Features

  • improve decision to handle click or not (5a2ab71)

0.1.3 (2015-08-19)

Bug Fixes

  • change click handler condition to allow ENTER key (0e8dbf5)
  • missing dist files for 0.1.2 (6092808)

0.1.1 (2015-07-31)

Bug Fixes

  • detect left click properly on links (5d344a2)

0.1.0 (2015-07-30)

Bug Fixes

0.1.0-alpha.7 (2015-07-08)

Bug Fixes

Features

  • register listener in mixin only if existing (8a388fa)

0.1.0-alpha.6 (2015-07-08)

Features

  • add activeStrict prop on Link and fix typo (efe3fbc)

0.1.0-alpha.5 (2015-07-07)

0.1.0-alpha.4 (2015-07-07)

Bug Fixes

0.1.0-alpha.3 (2015-07-07)

Bug Fixes

  • segment mixin factory export (51700e0)

0.1.0-alpha.2 (2015-07-07)

Bug Fixes

0.1.0-alpha.1 (2015-07-07)

Bug Fixes

Features

  • add first draft of a Link and RouteNodeMixin factories (5799da7)
  • add listeners and state to link component, fix mixin (55db083)