Skip to content

abell-renderer v1.0.0-alpha.3: TypeScript, Monorepo Migration

Pre-release
Pre-release
Compare
Choose a tag to compare
@saurabhdaware saurabhdaware released this 26 Jul 18:26
d60728b

First iteration of abell-renderer v1 馃コ

npm install abell-renderer@next

Breaking Changes

  • Component Tree structure changed (Will not work with current version of abell)
  • Faster Builds 鈿★笍
  • {{}} now prints empty string (earlier it used to print brackets)
  • Cannot use props in styles and scripts now (It was bug that it was possible earlier 馃槄, if a component runs multiple times with different props, the style and script will be altered. Outputing all those versions of styles and scripts is not possible/ideal)