v0.16.0
v0.16.0
For this release, the most visible improvement is definitely the possibility of defining components in a template with their name (instead of the t-widget
directive):
<div>
<SomeComponent />
</div>
Component
- allow component name in template (instead/in addition of
t-widget
) - rename
t-widget
intot-component
- fix: scoping issue with
t-on
,t-component
andt-foreach
- allow multiple roots in slots
- fix: ignore slot if no definition is given
- ref: prefix all private methods with
__
- fix: default slot now works with text nodes
- fix: many issues with
t-component
, and inner/outerclass
,t-att-class
QWeb
- make
QWeb
an event bus - add option to allow duplicate definition of templates
- fix: small issues with
t-debug
directive - fix: add missing not equals operator
- fix: properly handle extra spaces in
class
attributes
Store
- imp: connected component reuse base component name
- fix: issues with connected parent/child components
- imp: allow extra arguments in
dispatch
andcommit
Tools
- fix: playground: update sample code to use new
t-foreach
syntax - fix: various issues with tab handling
- imp: playground now logs intercepted errors in console