Skip to content

v29.0.0

Choose a tag to compare

@dhis2-bot dhis2-bot released this 28 Oct 14:27
· 68 commits to master since this release

29.0.0 (2025-10-28)

Features

  • add InterpretationsProvider and refactor components to use it (#1791) (f62f4b8)

BREAKING CHANGES

  • apps can no longer import InterpretationThread

  • fix: remove overflow-y which breaks the EVER plugin content

This CSS rule was initially added for fixing DHIS2-15558 and it seems to
only affect the LL plugin where a vertical scrollbar appears in the
Modal.
Although the LL app is going to be replaced by the EVER app,
there might be a better fix for this which works in both apps.

  • Revert "fix: remove overflow-y which breaks the EVER plugin content"

We should fix the issue in the EVER LineList components instead.
The change also causes an extra vertical scrollbar when there is a lot
of content in the interpretations thread.

  • chore: address PR comments

  • chore: remove redundant prop from interpretations unit in demo story

  • fix: memoize the InterpretationThread to fix initial focus issues

  • Revert "fix: memoize the InterpretationThread to fix initial focus issues"

This reverts commit b96a3e2.

  • fix: focus the rich-text-editor after a timeout