-
Notifications
You must be signed in to change notification settings - Fork 18
Migrating To v7
- status: complete
- version: 7.x
-
Support for PhantomJS is dropped. The project PhantomJS is no longer maintained and not compatible with the latest features of modern browser and Node.JS.
ServerChannel.connectPhantom
and launcher option--phantoms
display an error message and return false. -
Stager block methods
stageBlock
andstepBlock
require the id of the block as first parameter (previously it was optional).
- When a frame is not defined, nodeGame will try to load an html file (.htm and .html) from the public/ folder, and then, if not found, a view from the views/ folder with the same name of the step. Files with the same of the step in public/ or views/ that not used as a frame should be renamed.
- Survey widgets style redesigned.
Next: Start the Tutorial v7
Go back to the wiki Home.
Copyright (C) 2021 Stefano Balietti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.