Breaking changes:
- rename the custom property
<animation>
to<apply-animation>
.
- Add item data type for builder, itemBuilder, childBuilder and repeat.
New features:
<param>
now has anewsuperParamName
attribute which will pass the parameter to super class constructor. Breaking changes:<if>
will now return a null (instead of Container(width: 0, height: 0)) in the else statement, if there is no<else>
provided. Fixes:- Fix goto definition bug in the new vscode release.
Breaking changes:
- :formControl now accept both a variable and a string value, so current usge will break and all you need to do is to convert this :formControl="MyControlName" to :formControl="'MyControlName'".
- Added language features:
- Code completion
- Hover information
- Go to definition
- Update :submitForm
- Initial release