v0.5.3
Pre-release
Pre-release
Fixes
- The
:htmlattribute now correctly inserts content.
Adjustments
- Unified lifecycle property naming to camelCase:
before_renderchanged tobeforeRenderbefore_updatechanged tobeforeUpdatebefore_destorychanged tobeforeDestory
- To ensure code style consistency and reduce code size, starting from version
1.*.*, only camelCase properties are supported. Snake_case naming is no longer supported.
Deprecated Features
- For more details, see here.