v5.1.0
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
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
Full Changelog: v5.0.2...v5.1.0