Skip to content

v5.1.0

Compare
Choose a tag to compare
@tlylt tlylt released this 10 Sep 15:45
· 110 commits to master since this release

markbind-cli

User Facing Changes

Important Note

The eager loading option for <pic> and <annotate> has been removed in this release due to the fixes below.

  • Pictures/annotations will now be loaded eagerly by default, as lazy loading them causes an undesirable bug in our scrolling feature
  • You can remove the eager option if you have specified it in your MarkBind site. Leaving it there will not result in warning/error.
  • We do plan to support lazy loading in the future, once we can implement it without interfering with scrolling.

Fixes

Documentation

  • Reorganize MarkBind installation instructions in UG by @tlylt in #2366

Developer Facing Changes

Code Quality

  • Reimplement modal scrolling using Bootstrap's .modal-dialog-scrollable by @jmestxr in #2363
  • Implement Site.Prototype methods in ES6 syntax #2280 by @jmestxr in #2356

DevOps Changes

  • Update DG & PR template to improve release process by @tlylt in #2361

Full Changelog: v5.0.2...v5.1.0