Skip to content

Releases: dazl-dev/engine

v12.1.7

21 Apr 13:22

Choose a tag to compare

core:

  • added the electron-main environment type

scripts:

  • bundling electron-main environment with the electron-main target
  • generating an html for the electron-renderer environment

v12.1.6

21 Apr 07:57

Choose a tag to compare

scripts: scoping files to package name only when writing to manifest.
This fixes a bug when trying to start or build a feature, which repo is not a part of a monorepo

v12.1.3

24 Aug 10:17

Choose a tag to compare

core

  • fix: dispose only once (#810)

scripts

  • refactor: use parent to fetch config in entrypoint (#909)
  • fix: always create external-features.json on build (#901)

v12.1.0

05 Apr 18:37

Choose a tag to compare

  • core: improved environment readiness check.
  • scripts: avoid importing from engine-core/src (causing double evaluation for consumers).
  • scripts: refactor resolveFrom to official node api.

v11.2.2

25 Mar 16:12

Choose a tag to compare

  • test-kit: changed default navigation timeout back to 30s. action timeout is still 10s.

v11.2.1

25 Mar 16:11

Choose a tag to compare

  • test-kit: change default navigation timeout to 20s, and default action timeout to 10s.

v11.2.0

24 Mar 23:19

Choose a tag to compare

  • New: withFeature hooks page's console to the node process, proxying all messages.

v11.1.3

23 Mar 16:07

Choose a tag to compare

  • Deps: upgrade to html-webpack-plugin@4.

v11.1.2

23 Mar 00:12

Choose a tag to compare

@wixc3/engine-test-kit:

  • Fix: processing of runningEditorPort in withFeature.

v10.3.4

04 Mar 15:52

Choose a tag to compare

  • Fix: ensure test-kit works outside mocha usage.
  • Upgrade all dependencies.