Hi everybody,
I'm happy to announce that we've just released version 0.1.5 of the authoring tool. I'd like to thank all the developers on the authoring tool and framework side involved over the past 6 weeks for their efforts, and everyone in the community who has helped with testing.
The general goal of this release was to improve the build process, aligning the authoring tool with version 2.0.7 of the framework. As such you should expect faster build times on clicking Preview or Download, and smaller zip files, with only the plugins used bundled. We've also included an often requested feature to allow repositioning components at the click of a button, and an easy way of copying _id values of any content object, article, block or component to the clipboard. Documentation has also been improved.
The full list of issues resolved can be viewed here, but these are the highlights:
Added
- Support for v2.0.7 of the Adapt Framework
- Optimised build process, i.e. only plugins used are bundled
- Ability to copy the _id value of contentobjects, articles, blocks and components to clipboard
- Ability to easily change component layouts without using drag and drop
- Ability to export the source code of a particular course
- Caching added to assets to improve performance
Changed
- _isAvailableInEditor flag persisted when a new plugin is uploaded
- Optimised performance of processing course assets in preview/download
- Preview redirects to index.html rather than main.html
- The count of failed logins is reset after a successful login
- Turned off automatic population of Display Title for blocks
- Renamed Adapt Builder to Adapt Authoring tool
Fixed
- Bug: Non-essential attributes removed from course.json
- Bug: ACE JavaScript error when creating a new course
- Bug: Hard 100kb limit on JSON payload
- Bug: Corrected Project Details save issue
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.1.5 and welcome any feedback at:
https://github.com/adaptlearning/adapt_authoring/issues
Thanks,
Brian