Skip to content

Commit 64b51db

Browse files
committed
update changelog
1 parent 7f2ec9c commit 64b51db

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# ChangeLog
22

3+
## Updates since last changelog entry (2026-02-28 → 2026-03-13)
4+
5+
Coverage: changes merged/landed after the previous changelog update commit on **2026-02-28**, through **2026-03-13**.
6+
7+
### Highlights
8+
9+
- **Assignment visibility / date logic (issue-814):** enhanced visibility control logic and UI to support dual date display, including related plumbing (merge of the issue-814 workstream).
10+
- **Assignment list UX:** added sorting in `AssignmentList` with persistence via `localStorage`.
11+
- **Accessibility + theming:** WCAG AA fixes for assignment navigation links and dark-mode color adjustments.
12+
- **Peer Instruction grading correctness:** restored `studentVoteCount` increment for sync PI grading.
13+
- **Interactives fixes + polish:**
14+
- Matching: use `queuMathJax` instead of `typesetPromise`.
15+
- Multiple choice: ensure MathJax renders in feedback.
16+
- ShortAnswer: preserve event handlers when rebuilding.
17+
- ActiveCode: updated hotkeys/keybindings.
18+
- **Ops / tooling:** added pre-commit configuration, updated dependencies, and bumped releases (**7.11.18**, **7.11.19**) with assorted bugfixes; also updated `pgcli`.
19+
20+
### Commit notes (for reference)
21+
22+
- 7f2ec9c8 update - bugfixes
23+
- 7375c073 Release 7.11.18
24+
- e02df4fd update pgcli
25+
- 5cfa6569 ShortAnswer: preserve event handlers when building
26+
- 67e6d21e CSS: override bootstrap summary styling
27+
- 6c5fe9ea Fix: make sure to render mathjax in mchoice feedback
28+
- d78bebb1 Matching: use queuMathJax instead of typesetPromise
29+
- ffaf9192 fix activities required for new logic
30+
- b2e38cd9 issue-814 Enhance visibility control logic and UI to support dual date display
31+
- 70ff1e55 issue-1145 Implement sorting functionality in AssignmentList with localStorage persistence
32+
- 5815b226 issue-814 Rename created_date to updated_date in assignments and related components
33+
- f2581a22 Update activecode keybindings
34+
- 65e2bca3 Add pre-commit configuration and update dependencies in pyproject.toml
35+
- 27cb3b60 restore studentVoteCount increment for sync PI grading
36+
- cfa3ea2a WCAG AA fix for assignment nav links
37+
- 7ec65dae WCAG AA fix for darkmode grayToWhite
38+
39+
---
40+
341
## Updates since last changelog entry (2026-02-21 → 2026-02-27)
442

543
Coverage: commits from **2026-02-21** through **2026-02-27** (i.e., changes after the prior cutoff on 2026-02-20).

0 commit comments

Comments
 (0)