Skip to content

1.4.0

Compare
Choose a tag to compare
@gil0mendes gil0mendes released this 07 Sep 18:18
· 39 commits to master since this release

This is more of a maintenance release and a fix to an issue with the descrived behavior on the documentation.

The docs describes that the first argument of an input default function its the api ref, but that wasn't correctly implemented, so this release fixes that.

Apart from that, handlebars were processing our .js files and breaking dynamic default values for inputs, so as a way to fix that and to reduce the numbers of dependencies required by Stellar, we replaced handlebars templates with a template literals solution.

  • 🌟 add support for Node 12
  • 🌟 add simple log function to earlier errors
  • πŸ’ͺ handlebars is no longer a dependency
  • πŸ’ͺ bump eslint version
  • πŸ› fix dynamic default values for inputs