Skip to content

Releases: Simon-Initiative/oli-torus

v0.7.2-rc1

30 Mar 22:37
db9c298
Compare
Choose a tag to compare
v0.7.2-rc1 Pre-release
Pre-release

Bug fixes

  • Fix an issue where administrators cannot configure a section without instructor role
  • Fix an issue where publishing or duplicating courses would cause save errors in page and activity editors
  • Fix keyboard deletion with media items
  • Add extra newline after an iframe/webpage is inserted into an editor

v0.7.1

25 Mar 23:16
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue where slug creation allowed some non-alphanumeric chars

v0.7.0

23 Mar 14:53
836d17f
Compare
Choose a tag to compare

Enhancements

  • Add the ability for an activity to submit client side evaluations
  • Change project slug determination during course ingestion to be server driven
  • Add the ability to limit what activities are available for use in particular course projects
  • Add the ability to duplicate a project on the course overview page

Bug fixes

  • Fix an issue where cancelling a curriculum deletion operation still deleted the curriculum item
  • Fix an issue where the projects table did not sort by created date correctly
  • Fix an issue where activity text that contained HTML tags rendered actual HTML
  • Fix an issue where pasting text containing newlines from an external source crashes the editor
  • Fix an issue with null section slugs and deployment id in existing sections
  • Fix an issue where large images can obscure the Review mode UI
  • Fix an issue where accessibility warnings for pages with multiple images only show the first image

v0.6.1

05 Mar 22:40
116eaa5
Compare
Choose a tag to compare

Bug fixes

  • Fixes an issue where existing sections might not be found on LTI launch

v0.6.0

05 Mar 21:57
dcb356a
Compare
Choose a tag to compare

Enhancements

  • Add LTI 1.3 platform launch support
  • Add support for project visibility control
  • Add storage, media, and objectives service API implementations
  • Move LTI 1.3 functionality to external Lti_1p3 library
  • Add support for preview mode in graded assessments

Bug fixes

  • Replace use of context_id in favor of the unique course section slug
  • Allow Slack hook URL to be unspecified during LMS LTI registration
  • Prevent LTI launch to an iframe to avoid third-party cookie issues
  • Honor the current location when inserting block content (YouTube, images, etc)
  • Remove foreign key constraint that tied a user to an institution
  • Do not display stale locks in Curriculum view
  • Ensure error messages always visible in page and activity editors
  • Remove ability to cancel activity creation during objective selection

v0.5.1

13 Jan 17:58
b4f2563
Compare
Choose a tag to compare

Bug fixes

  • Fix missing status 201 handling on Freshdesk API call
  • Fix an issue where creating an institution with the same url as multiple existing institutions creates another new institution

v0.5.0

12 Jan 18:59
Compare
Choose a tag to compare

Enhancements

  • Improved LTI workflow for new institutions
  • Add support for embedding images in structured content editors by external URL and by pasting a copied image
  • Ordering activity
  • Add support for user help requests capture and forward to email or help desk

Bug fixes

  • Fix a broken link to external learning objectives content

v0.4.1

04 Jan 21:02
f809050
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue where new local activities were not being registered on deployment

v0.4.0

04 Jan 19:43
519df1e
Compare
Choose a tag to compare

Enhancements

  • Add support for check all that apply activity

Bug fixes

  • Fix an issue where special characters in a course slug broke breadcrumb navigation in editor
  • Fix some silently broken unit tests

v0.3.0

11 Dec 16:46
64cde2d
Compare
Choose a tag to compare

Enhancements

  • Improved objectives page with new "break down" feature
  • Add API documentation

Bug fixes

  • Fix an LTI 1.3 issue where launch was using kid to lookup registration instead of issuer and client id