Skip to content

Releases: myNameIsDu/aktiv

v1.3.0

04 Jan 15:30
Compare
Choose a tag to compare

1.3.0 (2022-01-04)

Performance Improvements

  • refactor: refactor routerBasePath code with context and provider to consume (e0ea818)

v1.2.0

03 Jan 15:04
Compare
Choose a tag to compare

Bug Fixes 🐛

  • 删除 launcher script test jest's 参数 updateSnapshot (aebf6a6)
  • 修复withRouter类型,删除match,合并导出 (4fa85ee)
  • 增加版本号 跳过 launcher 1.1.0 cli 0.2.0 (8aecf2b)
  • del withRouter's test with useQuery (1d96862)
  • fix declare file not found (ae8daec)
  • fix file not found (091d7ef)
  • fix lint (dcc5e24)
  • fix withRouter history can't find context bug (9306895)
  • handle conflict (4c64415)
  • launcher: @types/kind-ofdev依赖 (10af0a7)
  • update package's script test command with --updateSnapshot to update snapshot (3c89f0a)

Features 💥

  • 接入文档 (68538ba)
  • 删除相对路径&升级 react-router 包版本 (bcf760f)
  • 增加cli (b28632d)
  • add query params for withRouter and add some test (d33785e)
  • add withRouter hoc for classic component & test: add some tests for withRouter (3eac16e)
  • discard useQuery, anyone can use useSearchParams (0a016f5)

Performance Improvements :octocat:

  • withRouter add ref forward (822573f)