v2.5.0
markbind-cli
Breaking Changes
#712 Remove variable syntax for icons (#864)
The following syntax for icons have been deprecated:
{{ glyphicon-home }} {{ fas-github-alt }}Please use the updated syntax, full documentation here:
:glyphicon-home: :fab-github-alt:
Enhancements
#868 Panels: Allow content to persist after collapsing MarkBind/vue-strap#105
#872 Question: Use preload
attribute by default MarkBind/vue-strap#105
Panels and components using Panels (such as Question) now have their contents cached after it is loaded.
Thus, the Panels do not re-render after closing and opening.
Fixes
#417 Modals within auto-expanded panels don't work MarkBind/vue-strap#106
Code Quality
Upgrade MarkBind dependencies (#879)
Part of #461, to resolve security vulnerabilities within MarkBind dependencies.
Dependencies
MarkBind/vue-strap: v2.0.1-markbind.26 → v2.0.1-markbind.27