-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove use-emit-event function #899
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +1.42 kB (0%) Total Size: 474 kB
ℹ️ View Unchanged
|
Size Change: +1.44 kB (0%) Total Size: 474 kB
ℹ️ View Unchanged
|
Size Change: +1.44 kB (0%) Total Size: 474 kB
ℹ️ View Unchanged
|
Size Change: +1.45 kB (0%) Total Size: 474 kB
ℹ️ View Unchanged
|
This was referenced Jun 27, 2023
Closed
anlyyao
added a commit
that referenced
this pull request
Jun 28, 2023
* fix(PullDownRefresh): reset loading bar height (#888) * refactor(fab): using setup (#897) * chore: fix ci test (#904) * fix: resolve some test case error (#905) * fix(Textarea): resolved indicator error (#902) * fix(Textarea): resolved indicator error * test: update unit case * feat(Popover): add popover (#898) * feat(Popover): add popover * chore: update _common * test: update snapshots * fix: remove use-emit-event function (#899) * fix: remove use-emit-event function * fix: remove use-emit-event function * feat(stepper): add focus event * test: resolve error * test: update snapshot * refactor(divider): final version (#896) * refactor(divider): final version * test: update snapshots --------- Co-authored-by: anlyyao <[email protected]> * fix(Search): resolved action-click event invalid (#908) * fix(DateTimePicker): fix modelValue invalid (#903) * chore: publish v1.0.0-rc (#910) * chore: publish v1.0.0-rc * docs: update changelog --------- Co-authored-by: ccccpj <[email protected]> Co-authored-by: leejimchill <[email protected]> Co-authored-by: yuyang <[email protected]>
anlyyao
added a commit
that referenced
this pull request
Jul 4, 2023
* fix(PullDownRefresh): reset loading bar height (#888) * refactor(fab): using setup (#897) * chore: fix ci test (#904) * fix: resolve some test case error (#905) * fix(Textarea): resolved indicator error (#902) * fix(Textarea): resolved indicator error * test: update unit case * feat(Popover): add popover (#898) * feat(Popover): add popover * chore: update _common * test: update snapshots * fix: remove use-emit-event function (#899) * fix: remove use-emit-event function * fix: remove use-emit-event function * feat(stepper): add focus event * test: resolve error * test: update snapshot * refactor(divider): final version (#896) * refactor(divider): final version * test: update snapshots --------- Co-authored-by: anlyyao <[email protected]> * fix(Search): resolved action-click event invalid (#908) * fix(DateTimePicker): fix modelValue invalid (#903) * chore: publish v1.0.0-rc (#910) * chore: publish v1.0.0-rc * docs: update changelog * fix(Stepper): resolved precision problem (#906) * feat: remove discard api (#907) * docs: add EN docs for mobile (#914) * feat(Popover): support close-on-click-outside attr (#916) * feat(Loading): enrich the supported types of indicator properties (#918) * feat(Loading): enrich the supported types of indicator properties * test: update snapshots * feat(cascader): lazy demo (#917) * feat(cascader): lazy demo * feat: cascader options change 事件 * feat(cascader): lazy demo update * fix: fix demo --------- Co-authored-by: PY <[email protected]> Co-authored-by: anlyyao <[email protected]> * fix: remove unused code (#921) * feat(dropdownMenu): add direction api (#878) * feat(dropdownMenu): add direction api * fix: optimize demo code --------- Co-authored-by: leejimchill <[email protected]> * fix(Popup): resolved visible-change event parameter error (#920) * chore: update _common (#922) * chore: publish v1.0.0-rc.1 (#925) * chore: publish v1.0.0-rc.1 * docs: update changelog --------- Co-authored-by: ccccpj <[email protected]> Co-authored-by: leejimchill <[email protected]> Co-authored-by: yuyang <[email protected]> Co-authored-by: PY <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
无
💡 需求背景和解决方案
移除冗余的 useEmitEvent 方法
📝 更新日志
break(CheckTag): 移除废弃属性 closable
fix(Table): 修复事件 cell-click 和 row-click 返回参数错误的问题
fix(Drawer): 修复事件 close 返回参数错误的问题
fix(Image): 修复事件 load 和 error 返回参数错误的问题
fix(Search): 修复事件 action-click 返回参数错误的问题
fix(Upload): 修复事件 select-change 返回参数错误的问题
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单