Skip to content

Latest commit

 

History

History
160 lines (76 loc) · 7 KB

CHANGELOG.md

File metadata and controls

160 lines (76 loc) · 7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.3 (2022-09-29)

0.6.2 (2021-03-28)

Bug Fixes

  • Error message sometimes appear on the console on IE11 #10 (478e5af)

0.6.1 (2021-03-10)

Bug Fixes

0.6.0 (2020-12-22)

Bug Fixes

  • Issue with tab duplication fixed (9bd8a58)

0.5.0 (2020-10-23)

Features

  • Add a maxHistoryLength option (d251ffb)
  • Deprecate removeItem and added clearItemData (5915353)

0.4.4 (2020-10-18)

Bug Fixes

  • Improve a mismatch route behavior. (e594fdd)
  • Improve back/forward behavior after navi. (bb664d3)

0.4.3 (2020-09-29)

Bug Fixes

  • removeItem must not clear location (71f18f7)

0.4.2 (2020-09-28)

Features

  • Add a removeItem method.

0.4.1 (2020-09-16)

Features

  • Add a partial parameter to findBackPosition method (0dbdf5a)
  • Add a scrollingElements option (bdfc9a6)

0.4.0 (2020-08-19)

Features

0.3.4 (2020-08-17)

Bug Fixes

  • Fix Third-party cookies blocked in iframe issue (4121acb)

0.3.3 (2020-04-07)

0.3.2 (2020-01-07)

Bug Fixes

  • Fix a problem about additional params (daff264)

0.3.1 (2020-01-06)

Bug Fixes

0.3.0 (2020-01-03)

Features

  • add overrideDefaultScrollBehavior option (8011395)

0.2.5 (2020-01-02)

Features

  • Remove external packages (9262bd7)
  • Support reloading on server (89b9516)

Bug Fixes

  • Fix a bug when transit new page (a9a8bf3)
  • Improve Invalid state reporting (4e57bc3)

0.2.4 (2019-12-31)

Features

  • Improve historyState action name (05212d8)
  • Supports ssr mode (603ab20)

Bug Fixes

  • Fix a bug about backupData func registration (786c309)
  • Improve invalid status reports. (1abd379)

0.2.3 (2019-12-30)

Features

Bug Fixes

0.2.2 (2019-12-25)

Bug Fixes

0.2.0 (2019-12-24)

  • Compress a history state in the sessionStore by lz-string

0.1.2 (2019-12-23)

  • Initial publishing

0.1.1 (2019-12-22)

  • Initial version