-
Notifications
You must be signed in to change notification settings - Fork 0
How to migrate to 2.0.0
Romain Lebesle edited this page Dec 11, 2024
·
2 revisions
-
parentNode
becomestarget
-
Binding.identifier
removed -
onRendered
rename toOnConnected
- Nesting model inside a
ModelDefinition
is now done through thechildModel
property:
{
"childModel": {
"model": MyModel
//...
}
}
- identifiers returns the following object
{ model: Model, binding: Binding, element: Element }
, to access its root element you can also useBinding.elements
. -
DocumentFragment
API (whentagName
is omitted) removed