mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add create(a, { props }) syntax (#42)
* Add new create syntax * Add new create syntax to changelog * Fix new create syntax test
This commit is contained in:
parent
8799988851
commit
44fe65ee5e
3 changed files with 70 additions and 40 deletions
|
|
@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- `create("ClassName", { props })` and `create(Instance, { props })` syntax.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## [0.3.1] - 2024-10-09
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue