Tutor v14.2.0 Release Notes
Release Date: 2022-11-21 // 4 months ago-
- [Improvement] Auto-complete implicit
local/dev --mount /path/to/...
options. (by @regisb) - 💥[Feature] Strong typing of action and filter hooks: this allows us to detect incorrect calls to
actions.add
orfilters.add
early. Strong typing forces us to break thedo
andapply
API by removing thecontext
named argument. Developers should replacedo(context=...)
bydo_from_context(..., )
(and similar forapply
).
- [Improvement] Auto-complete implicit
Previous changes from v14.1.2
-
- 🔒 [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)