Skip to content
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

feat(JSRuntimeEventHandler): add IJSRuntimeEventHandler service #1143

Merged
merged 28 commits into from
Apr 28, 2023

Conversation

azlis
Copy link
Collaborator

@azlis azlis commented Apr 27, 2023

Add a browser event helper

Description

支持通过C#的方法绑定浏览器原生事件
支持动态运行JS脚本
重构瀑布流实战项目

close #1142

@bb-auto
Copy link

bb-auto bot commented Apr 27, 2023

Thanks for your PR, @azlis. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@bb-auto bb-auto bot added the enhancement New feature or request label Apr 27, 2023
@bb-auto bb-auto bot requested a review from ArgoZhang April 27, 2023 12:38
@bb-auto bb-auto bot added this to the V7.6.0 milestone Apr 27, 2023
@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #1143 (72b131e) into main (1ab6dab) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main     #1143   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          480       480           
  Lines        15874     15875    +1     
=========================================
+ Hits         15874     15875    +1     
Impacted Files Coverage Δ
src/BootstrapBlazor/Services/NullLookupService.cs 100.00% <ø> (ø)
...ions/BootstrapBlazorServiceCollectionExtensions.cs 100.00% <100.00%> (ø)

@azlis azlis marked this pull request as draft April 28, 2023 03:46
@azlis azlis marked this pull request as ready for review April 28, 2023 06:16
@ArgoZhang ArgoZhang changed the title feat(BootstrapBlazorHelper): Add a browser event helper feat(JSRuntimeEventHandler): add IJSRuntimeEventHandler service Apr 28, 2023
@ArgoZhang ArgoZhang merged commit 89587bf into main Apr 28, 2023
5 checks passed
@ArgoZhang ArgoZhang deleted the lee/bbhelper branch April 28, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(IJSRuntimeEventHandler): add a IJSRuntimeEventHandler service
2 participants