Skip to content

v0.2.3

Compare
Choose a tag to compare
@LeaVerou LeaVerou released this 04 Feb 16:09

We noticed some nasty regressions that v0.2.2 introduced so we are releasing a new version shortly after.

You should avoid v0.2.2 and go straight to v0.2.3 especially in apps that:

  • Include lists of simple properties, with mv-mode="edit" applied
  • Include radio buttons that are Mavo properties

In addition, this new version includes an experimental new feature, intended for JS developers, plugin authors, or otherwise advanced users: Asynchronous data (i.e. promises) are now supported, both in loaded data, as well as expressions. This opens the door for many kinds of expressions that were not previously possible, and allows us to introduce more powerful functions in the future.