This repository was archived by the owner on Sep 13, 2023. It is now read-only.
0.2.0 - Abell Components
- Default value of props in components is now empty object instead of undefined.
- Multi-line support for writing component tag.
- Convert Array into String by joining the values.
- Now devs would not have to write
.joinnext to map, to remove commas. - Naming rule of having
.component.abellextension, removed. Any file that ends with.abell, can be a component. - Filename and error line in error stack 🎉
- Error when brackets and value had no space, fixed (e.g.
{{a}}) - Nested Components
- Better Error logs
- Support for Abell Components when
allowComponentsflag is passed in options.