Skip to content

Releases: alovajs/alova

v2.13.2

21 Nov 01:43
Compare
Choose a tag to compare

2.13.2 (2023-11-21)

Bug Fixes

  • vue-options: states update error when use the same config object in useHooks (92f3bfa)

v2.13.1

22 Sep 03:56
Compare
Choose a tag to compare

2.13.1 (2023-09-22)

Bug Fixes

  • vuehook: prevent warning when call use hook outside component in VueHook (a89cc3c)

v2.13.0

21 Sep 15:15
Compare
Choose a tag to compare

2.13.0 (2023-09-21)

Features

  • feat: export config ref which pass at use hook (880bfd1)

v2.12.1

21 Sep 07:12
Compare
Choose a tag to compare

2.12.1 (2023-09-21)

Bug Fixes

  • remove the string|number|symbol attr of FrontRequest and FetchRequestState (101149a)

v2.12.0

19 Sep 03:28
Compare
Choose a tag to compare

2.12.0 (2023-09-19)

Bug Fixes

  • react: reset eventhandlers and reassign config object each render (562a443)
  • throw error when data change in useWatcher (6dd3c76), closes #195

Features

  • compatible to vue optional api and classed component UI framework such as angular, lit (2019210)

v2.11.1

29 Aug 03:39
Compare
Choose a tag to compare

2.11.1 (2023-08-29)

Bug Fixes

v2.11.0

18 Aug 15:31
Compare
Choose a tag to compare

2.11.0 (2023-08-18)

Features

v2.10.1

15 Aug 01:48
Compare
Choose a tag to compare

2.10.1 (2023-08-15)

Bug Fixes

  • change data sync updated to async in memory and restore mode (#183) (2e66a5a)

v2.10.0

10 Aug 03:18
Compare
Choose a tag to compare

2.10.0 (2023-08-10)

Features

v2.9.3

18 Jul 07:21
Compare
Choose a tag to compare

2.9.3 (2023-07-18)

Bug Fixes

  • only update column data will update cache in updateState (808352b)