1.4.0
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