Hi everybody,
I'm happy to announce that we've released version 0.2.0 of the authoring tool.
The focus on this version was to overhaul the user interface, and apply more of an Adapt brand to the tool, consistent with the adaptlearning.org site. In terms of functionality, some minor tweaks and bug-fixes have also been made.
The full list of issues resolved can be viewed here, but these are the highlights:
Added
- UI consistent with the Adapt brand
- Support for v2.0.11 of the Adapt Framework
Changed
- Disabled SSL certificate check during Vagrant install
Fixed
- Bug: Caching issue related to course schemas
- Bug: Tag autocomplete mechanism sometimes throws 500 error
- Bug: Form validation
- Bug: Saving course settings hangs if nothing has been changed
How to upgrade
IMPORTANT: If upgrading from a previous installation, first remove the node_modules folder and run
npm install --production
to install the latest code dependencies, then run
node upgrade
to get the latest authoring tool and framework changes.
I hope you enjoy using 0.2.0 and welcome any feedback at:
https://github.com/adaptlearning/adapt_authoring/issues
Thanks,
Brian