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
-
🎉🎊🍾
Markup finally V1 with a lot of simplification and improvements.
New Stuff
<button ${attrs} >...</button>
which allows for dynamic attribute settingonMove
lifecycle for when the template is movedinsertAfter
method as a way to render the templateImprovements
suspense
to 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 ofonMount
method<div onclick="${fn}, ${opt}" />
to<div onclick="${[fn, opt]}" />
nodes
property tochildNodes
This discussion was created from the release Release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions