-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Static attribute lists #1962
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
Merged
siku2
merged 18 commits into
yewstack:master
from
bakape:optimize/static-attribute-lists
Jul 31, 2021
Merged
Static attribute lists #1962
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5cbb547
yew-macro: optimize VTag construction in html! macro
bakape 39c9599
yew/vtag: decrease VTag memory footpting and construction args
bakape 732480f
Merge remote-tracking branch 'upstream/master' into fix/remerge-vtag-…
bakape 3731e37
yew,yew-macro: optimize VTag contruction, memory footprint and diffing
bakape 00b67dc
yew/vlist: revert to VTag boxing
bakape 02ae3bc
yew-macro: add clippy allow for nightly rust
bakape 6e444e8
yew-macro: fix allow namespace
bakape 078637d
*: bump MSRV to 1.49.0
bakape 41e196d
yew/attributes: static attribute keys and values
bakape 9771c9d
Merge remote-tracking branch 'upstream/master' into optimize/static-a…
bakape d167ff5
Merge remote-tracking branch 'upstream/master' into optimize/static-a…
bakape 21913ad
yew/attributes: use boxed slices and inline dynamic class construction
bakape 83839ff
Update packages/yew/src/virtual_dom/vtag.rs
bakape a5deb9e
yew/vnode: revert mismerge
bakape 3b24ac9
Merge branch 'optimize/static-attribute-lists' of github.com:bakape/y…
bakape 8833701
yew/classes: add safety explanation comment
bakape 8bf592b
Update packages/yew/src/utils/mod.rs
bakape 1959d50
Merge remote-tracking branch 'upstream/master' into optimize/static-a…
bakape File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
packages/yew-macro/tests/props_macro/resolve-prop-fail.stderr
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.