Release 1.0.0 #23
ECorreia45
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉🎊🍾
Markup finally V1 with a lot of simplification and improvements.
New Stuff
<button ${attrs} >...</button>which allows for dynamic attribute settingonMovelifecycle for when the template is movedinsertAftermethod as a way to render the templateImprovements
suspenseto run with template rendering instead of on definitionDeprecated
class.active="...",style.primary="..."as now these can dynamically be set with injected function valuesonDestroy. it can be provided as the return value ofonMountmethod<div onclick="${fn}, ${opt}" />to<div onclick="${[fn, opt]}" />nodesproperty tochildNodesThis discussion was created from the release Release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions