github Budibase/budibase 2.18.0

latest releases: 2.32.6, 2.32.5, 2.32.4...
7 months ago

What's Changed

Note
As part of the migration to isolated-vm, we have enforced strict-mode in our JS execution engine. This means that any scripts not conforming to strict mode will fail in versions 2.18.0 onwards. For example global variable assignment on the global context without keywords:

myFunction = function (data) {
    return "foo"
}

You can read more about strict-mode here.

Full Changelog: 2.17.8...2.18.0

Don't miss a new budibase release

NewReleases is sending notifications on new releases.