Skip to content

Releases: qor5/web

v3.0.11

21 Nov 09:08
686441f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.10...v3.0.11

v3.0.10

11 Oct 05:51
c7c6a41
Compare
Choose a tag to compare

What's Changed

  • fix: clear requestMap whenever exists onResponse hook by @danni-cool in #95

Full Changelog: v3.0.9...v3.0.10

v3.0.9

29 Sep 10:12
88e174f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.8...v3.0.9

v3.0.8

14 Sep 08:51
ccbcae3
Compare
Choose a tag to compare

What's Changed

  • lifecycle: add computed by @molon in #85
  • improve test portal auto reload to prevent occasional error by @molon in #86
  • chore: update the version of vue by @danni-cool in #87
  • add slug method for plaid && remove wrappedComputed by @molon in #88

Full Changelog: v3.0.7...v3.0.8

v3.0.7

30 Aug 05:52
899763d
Compare
Choose a tag to compare

What's Changed

  • lifecycle directives && rm go-plaid-run-script && plaid: add lodash && v-run => v-on-mounted by @molon in #76
  • add unexpect ignore test file by @molon in #77
  • Add examples test for more coverage by @sunfmin in #75
  • feat: To distinguish between page loads and regular AJAX requests, an… by @danni-cool in #78
  • fix: fetch wrap breaks the test case by @danni-cool in #80
  • add history manager && prevent pushState on the same path by @molon in #79
  • use beforeFetch to prevent form from being modified by @molon in #81
  • feat: make progressBar build-in in front-end by @danni-cool in #82
  • perf: sync the progress bar increasement with rendering in low speed network by @danni-cool in #83
  • lifecycle: directives auto stop watch on unmounted by @molon in #84

New Contributors

Full Changelog: v3.0.6...v3.0.7

v3.0.6

15 Aug 07:19
bd2003d
Compare
Choose a tag to compare

What's Changed

  • feat: Add ParamAsBool function by @ZLValien in #73
  • fix: use window.location.href when event.state is null at onpopstate by @molon in #74

Full Changelog: v3.0.5...v3.0.6

v3.0.5

01 Aug 01:51
d240811
Compare
Choose a tag to compare

What's Changed

  • notification.id generated by the frontend by @molon in #61
  • Fix w.body be closed unexceptedly by @ZLValien in #63
  • stateful by @molon in #64
  • scope: add test case to operate parent locals by @sunfmin in #65
  • Remove more deps, try to use standard libraries by @sunfmin in #66
  • go-plaid-observer && plaid && stateful by @molon in #67
  • fix: caused by the change of dependency center due to the browser path switching by @molon in #68
  • Add t.Run so that cases can be run independently by @sunfmin in #69
  • parent-size-observer by @molon in #70
  • Fix: multipartest body will be reset nil by @ZLValien in #71
  • fix missed unescape && add cache for tags && fix TODOs by @molon in #72

New Contributors

Full Changelog: v3.0.4...v3.0.5

v3.0.4

06 Jun 06:47
ed616a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

V3 Release

31 May 03:25
f4add8f
Compare
Choose a tag to compare
Merge pull request #57 from qor5/vue3

Vue3

May release

30 May 04:57
Compare
Choose a tag to compare
v3.0.2

Make RunCase also use HandlerMaker