This is a documentation of upcoming releases. Only minor and major releases are included. Date and time are given in GMT.
- Lifecycle Hooks: The parameter
options
ofcreateComponent
will include lifecycle hooks. The hooks will be invoked at certain stages of the lifecycle of a component. - Custom Component Initialization: At the moment, using
Component
directly requires you to execute the processes handled bycreateComponent
. This feature will enablecreateComponent
to take second argument, a customized component. The customized component will be initialized bycreateComponent
.
- Add lifecycle hooks.
- Add customized component as a parameter to
createComponent
. - Released
Year | Month | Day |
---|---|---|
2021 | June | 22 |