0.8.0 - Abell.programInfo, scopedSelector!
Changelog
- Add
Abell.programInfo
variable with information about paths and abell process. - Abell Renderer Updates
- Add
scopedSelector
in Abell Components! 🥳 - Add
__filename
,__dirname
variables. - Fix not printing falsy values issue
{{ 0 }}
,{{ false }}
- Support components inside Abell Blocks-
This works now-
- Add
{{
true
? <SomeComponent />
: `<div>False</div>`
}}
```