Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.1 KB

releases.md

File metadata and controls

24 lines (15 loc) · 1.1 KB

Releases

Introduction

This is a documentation of upcoming releases. Only minor and major releases are included. Date and time are given in GMT.

Version 1.1.0

Features

  • Lifecycle Hooks: The parameter options of createComponent 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 by createComponent. This feature will enable createComponent to take second argument, a customized component. The customized component will be initialized by createComponent.

Progress

  • Add lifecycle hooks.
  • Add customized component as a parameter to createComponent.
  • Released

Release Date

Year Month Day
2021 June 22