Skip to content

Releases: workadventure/scripting-api-extra

v1.0.0

03 Sep 13:13
Compare
Choose a tag to compare

1.0.0 (2021-09-03)

Bug Fixes

  • Adding a "boostrapExtra()" function to bootstrap the extra script. (127bce7)
  • Adding an ASSET_URL environment variable to customize the assets URL location (c23183e)
  • Adding door features, variable change on zone feature, webpack build and more! (4e6df5b)
  • Adding dynamic configuration page based on variables available in the configuration layer (WIP) (8853db0)
  • Adding support for multiple configuration pages by turning the configuration layer into a "group" layer. (1cacd8c)
  • Fixing dry-run failed getting correct tag (8caa5e4)
  • Fixing dry-run failed getting correct tag (again) (f5f994e)
  • Fixing query string lost in redirection on unpkg. We are now using hash to pass parameters between script and keypad iframe (09eea93)
  • Fixing top alignment of keypad with the top of the door (instead of the top of the walking area) (fafbe4d)
  • Fixing unit test (714c0fe)
  • Improving doc for doors (43931f9)
  • improving project layout. Generating HTML files using EJS templates. (f73a4d2)
  • Read variables recursively in any group (3f5a698)
  • Removing publicPath config in Webpack that is wreaking havok in resources loading. (5ebf927)
  • Tiled does not support properties with same name (2f6533d)
  • Upgrading dependencies to fix issues with ITiledMap interfaces (a7d883f)
  • tryingalpharelease: initial alpha release (3ff53a1)
  • tryingalpharelease: initial alpha release (22d1cca)

v1.0.0-alpha.11

03 Sep 13:09
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2021-09-03)

Bug Fixes

  • Adding a "boostrapExtra()" function to bootstrap the extra script. (127bce7)
  • Adding dynamic configuration page based on variables available in the configuration layer (WIP) (8853db0)
  • Adding support for multiple configuration pages by turning the configuration layer into a "group" layer. (1cacd8c)
  • Improving doc for doors (43931f9)
  • Read variables recursively in any group (3f5a698)

v1.0.0-alpha.9

19 Aug 09:40
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

1.0.0-alpha.9 (2021-08-19)

Bug Fixes

  • Fixing query string lost in redirection on unpkg. We are now using hash to pass parameters between script and keypad iframe (09eea93)

v1.0.0-alpha.8

19 Aug 09:02
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2021-08-19)

Bug Fixes

  • Removing publicPath config in Webpack that is wreaking havok in resources loading. (5ebf927)

v1.0.0-alpha.7

19 Aug 08:52
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2021-08-19)

Bug Fixes

  • Fixing dry-run failed getting correct tag (again) (f5f994e)

v1.0.0-alpha.6

19 Aug 08:49
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2021-08-19)

Bug Fixes

  • Fixing dry-run failed getting correct tag (8caa5e4)

v1.0.0-alpha.5

19 Aug 08:36
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2021-08-19)

Bug Fixes

  • Adding an ASSET_URL environment variable to customize the assets URL location (c23183e)

v1.0.0-alpha.10

19 Aug 12:22
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2021-08-19)

Bug Fixes

  • Fixing top alignment of keypad with the top of the door (instead of the top of the walking area) (fafbe4d)

v1.0.0-alpha.4

18 Aug 16:59
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2021-08-18)

Bug Fixes

  • Tiled does not support properties with same name (2f6533d)

v1.0.0-alpha.3

18 Aug 16:20
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2021-08-18)

Bug Fixes

  • improving project layout. Generating HTML files using EJS templates. (f73a4d2)