Releases: qor5/web
Releases · qor5/web
v3.0.11
What's Changed
- fix debounce watch oldValue is error; ValidationErrors add FieldError… by @zhangshanwen in #99
- build(deps): bump rollup from 4.18.0 to 4.24.0 in /corejs by @dependabot in #98
- build(deps): bump micromatch from 4.0.7 to 4.0.8 in /corejs by @dependabot in #96
- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /corejs by @dependabot in #103
- build(deps-dev): bump vite from 5.3.1 to 5.3.6 in /corejs by @dependabot in #97
- fix change debounced _watch by @zhangshanwen in #104
- Support validation error merge by @ZLValien in #100
- Add tests with windsurf by @sunfmin in #102
Full Changelog: v3.0.10...v3.0.11
v3.0.10
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
What's Changed
- Support validationGlobalError by @ZLValien in #91
- add web.GetEventContext by @molon in #92
- fix: close progress bar when ajax is error by @danni-cool in #93
- fix: fix fetchInterceptor error by @danni-cool in #94
Full Changelog: v3.0.8...v3.0.9
v3.0.8
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
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 preventform
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
- @danni-cool made their first contribution in #78
Full Changelog: v3.0.6...v3.0.7
v3.0.6
v3.0.5
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
What's Changed
- fix debounce before assign by @zhangshanwen in #58
- add test for case where pagefunc returns nil body by @iBakuman in #49
- add notification support by @molon in #60
- Add codecov by @sunfmin in #59
New Contributors
- @zhangshanwen made their first contribution in #58
- @molon made their first contribution in #60
Full Changelog: v3.0.3...v3.0.4
V3 Release
Merge pull request #57 from qor5/vue3 Vue3
May release
v3.0.2 Make RunCase also use HandlerMaker