Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@m0nac0 m0nac0 released this 27 Dec 13:15
· 48 commits to main since this release

v0.2.0 - Changelog:

GUI:

Allow choosing between two different locations for project directory

Compiler:

  • Button: no padding if image is set
  • better handling of nested Arrangements
  • Image: always BoxFit.contain
  • HorizontalArrangement/VerticalArrangement: allow setting fixed size
  • Bugfix: handle empty Arrangements
  • Bugfix for "lists_create_with"
  • Bugfix: wrong for-each Syntax
  • Add missing built-in block text_compare
  • Bugfix: "lists_length" and "lists_is_empty"
  • Bugfix: handle empty AppName / Title
  • try to parse numbers as int before parsing as double
  • add support for Web component (missing some more advanced features)
  • better String concatenation
  • add support for Player component

The two attached zip files "windows_build.zip" and "linux_build.zip" are the artifacts automatically built by the CI in workflow run https://github.com/m0nac0/xaif/actions/runs/1627070468

They are added here for convenience, since only logged-in Github users can view workflow artifacts.
You should be able to use these prebuilt executables to run xaif without needing to complete the "Windows setup" or "Linux setup" step in the Flutter setup, so you only have to complete the basic Flutter setup!

Full Changelog: v0.1.1...v0.2.0