Skip to content

Releases: ensemble-engine/ensemble

v1.1.0

01 Dec 00:39
Compare
Choose a tag to compare
  • Remove ensembleLoaded event; user code can now call ensemble API functions immediately once the library is loaded via <script> tag, without having to wait for any further events (#85)
  • Drop dependency on Require.js (#91)
  • Update authoring tool to use Electron instead of NW.js (#99)
  • Build experimental Linux versions of authoring tool (#81)
  • Unify authoring tool build process across all target platforms (#95)
  • Clean up lingering old node_modules dependencies used in build process (#94)

v1.0.1

13 Nov 03:39
Compare
Choose a tag to compare
  • Fix erroneous 'value' and 'operator' properties getting added to volition effects predicates when you change that predicate via the schema type dropdown (as per the changeIntent function)
  • Fix minor bug: When changing a predicate (a condition or effect in a volition or trigger rule), if setting its value to 0 or false, we would treat it as not having a previous value, and would therefore overwrite its value to the default value (as specified in the schema.json).

v1.0.0

12 Nov 00:44
eaae74b
Compare
Choose a tag to compare
Update package.json with Ensemble version number