Skip to content

v0.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@pardnchiu pardnchiu released this 10 Nov 07:54

Fixes

  • The :html attribute now correctly inserts content.

Adjustments

  • Unified lifecycle property naming to camelCase:
    • before_render changed to beforeRender
    • before_update changed to beforeUpdate
    • before_destory changed to beforeDestory
  • 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.