Skip to content

Latest commit

 

History

History
72 lines (30 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

72 lines (30 loc) · 2.9 KB

0.0.9 (2020-12-21)

0.0.8 (2020-11-12 15:25:53 +0000)

0.0.7 (2020-11-10 16:57:32 +0000)

Features

  • migrate to typescript (7a6911e)
  • use :path prop for setting paths (ca07421)
  • use renderIf to show/hide routes (8df443f)

0.0.6 (2019-07-27 19:15:42 +0000)

Features

  • add json support in data-sifrr-elements (fc48a62)

0.0.5 (2019-05-20 17:36:45 +0900)

Features

  • add events on activation and deactivation (16a8911)
  • don't add Route to Dom, add to Sifrr.Route (8bde333)

Reverts

  • Revert "feat(sifrr-dom): make deep twoway binding work" (205936b)

0.0.4 (2019-04-08 01:10:18 +0900)

0.0.3 (2019-03-05 23:44:39 +0900)

Bug Fixes

  • Directly assign state of element instead of attribute (2046c35)
  • Don't use history API when not available (7ecf792)
  • Show no animation by default (a182e6d)
  • Use composed path instead of path to support safari (ace938f)

Features

  • Add onactivation and ondeactivation callbacks (9596993)
  • Add support for regex groups (19bbb85)
  • change attribute from data-sifrr-path to plain path (2d988dc)
  • Don't refresh routes if link is same as before (d9c3f81)
  • Support hash and query string (8af76b6)

0.0.1-alpha2 (2019-01-10 13:40:20 +0900)