Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

0.2.0 - Abell Components

Choose a tag to compare

@saurabhdaware saurabhdaware released this 14 Aug 20:08
· 67 commits to main since this release
b2bcf7c
  • 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 .join next to map, to remove commas.
  • Naming rule of having .component.abell extension, 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 allowComponents flag is passed in options.