Skip to content

DM2 v0.4.0

Compare
Choose a tag to compare
@blms blms released this 30 Jul 16:15
· 516 commits to master since this release
c61bcca

This release includes new features such as highlight targeting, link reordering, and improved line drawing. It also includes a breaking change in service of the link reordering feature.

Breaking changes

This release includes a breaking change that introduces data incompatibility. To make data from previous versions compatible with this update, it is necessary to run the following:

rails db:migrate

Then, run the data compatibility helper from the Rails console:

rails console
LinkMigrationHelper.migrate_link_position!

New features

  • Two new highlight colors (#300)
  • Text highlights toggle (#303)
  • Improved line drawing (#307)
  • Highlight targeting (#312)
  • Link reordering (#313)

Other changes

  • Bump Rails from 5.2.2.1 to 5.2.6 (#295)
  • Bump aws-sdk-s3 from 1.35.0 to 1.48.0 (#299)
  • Move "back" button (#305, #327)
  • Change labels (#306)
  • Use uploaded image filename for title of document (#308)
  • Restrict folder delete to site/project admins (#309)
  • Other bug fixes (#314, #320, #327)

For more detail, see linked pull requests.