-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add domentation for upcoming releases
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Releases | ||
|
||
## Introduction | ||
|
||
This is a documentation of upcoming releases. Only minor and major releases are included. Date and time are given in [GMT](https://greenwichmeantime.com/). | ||
|
||
## Version 1.2.0 | ||
|
||
### Features | ||
|
||
- Lifecycle Hooks: The parameter [`options`](api/create-component/create-component.md#options) of [`createComponent`](./api/create-component/create-component.md) 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`](api/component/component.md) directly requires you to execute the processes handled by [`createComponent`](api/create-component/create-component.md). 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`](api/create-component/create-component.md). | ||
|
||
### Release Date | ||
|
||
| Year | Month | Day | | ||
| ---- | ----- | --- | | ||
| 2021 | June | 22 | |