upcoming v3 changes
See original GitHub issue- views will no longer be auto-keyed by the passed-in model. it’s too surprising and i’ve had to explain it too many times. explicitly keying by the model when needed isnt all that difficult.
domvm.lazyList()
creator &domvm.LAZY_LIST
flag for creating deferred homogenous children that can reuse old vnodes without additional allocation.render()
will be able to returnvm.node
(the old vnode) to prevent/optimize redraw when no changes.xlink:href
support in svgvm.diff()
&vm.hook()
will be removed in favor of what is already possible:direct assignmentvm.hooks = {}
- new:
vm.config({hooks:..., diff...})
- object return
{hooks: ..., diff:..., render: ...}
- externally passing in through opts:
{hooks: ..., diff: ...}
- dist builds may be split into a separate branch, since merging and rebasing are currently a nightmare and always result in conflicts.
v3 should be ready within the next couple weeks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:66 (39 by maintainers)
Top Results From Across the Web
More details on the transition to Manifest V3
December 9, 2022 : The Manifest V2 deprecation timelines are under review and the experiments scheduled for early 2023 are being postponed. For ......
Read more >Alhaitham Math Guide 3! Latest Changes (V3)! + ... - YouTube
0:00 3.4 Beta V3 Changes !12:46 My Thoughts On The Changes14:16 ... 32:53 Constellation Comparison 36:50 TLDR 49:38 Next Video + Outro Dendro ......
Read more >Finally 2023 New Model Yamaha MT-15 V3 Official ... - YouTube
Finally 2023 New Model Yamaha MT-15 V3 Official launched TFT Display | New Changes Dual Channel ABS?
Read more >Chrome's new ad-blocker-limiting extension platform will ...
Google's latest blog post details the new timeline for the transition to Manifest V3, which involves ending support for older extensions running ...
Read more >Upcoming Livewire v3 Features and Changes - Laravel News
In this article, we'll go over those features again in case you missed the talk or want a second look.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
k guys, i have a barebones playground working. please try it. i’d like to start moving all demos into it.
https://leeoniya.github.io/domvm/
🎉 v3.0.0 🎉
changelog: https://github.com/leeoniya/domvm/releases/tag/3.0.0