Skip to content

Releases: dhis2/analytics

v29.0.4

16 Dec 11:04

Choose a tag to compare

29.0.4 (2025-12-16)

Bug Fixes

  • translations: sync translations from transifex (master) (48e3520)

v29.0.3

04 Nov 15:52

Choose a tag to compare

29.0.3 (2025-11-04)

Bug Fixes

v29.0.2

30 Oct 11:00

Choose a tag to compare

29.0.2 (2025-10-30)

Bug Fixes

  • address 2 comment edit issues and a display-property issue (#1797) (613f8b2)

v29.0.1

28 Oct 15:53

Choose a tag to compare

29.0.1 (2025-10-28)

Bug Fixes

  • pass a valid function to the cancel button onClick (#1795) (128728b)

v29.0.0

28 Oct 14:27

Choose a tag to compare

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

v28.1.3

16 Oct 13:39

Choose a tag to compare

28.1.3 (2025-10-16)

Bug Fixes

  • total cell crash due to empty currentHeader (#1794) (5739fe1)

v28.1.2

10 Oct 12:02

Choose a tag to compare

28.1.2 (2025-10-10)

Bug Fixes

  • hide indicator type factor when factor is 1 (#1792) (79ea2a3)

v28.1.1

10 Oct 11:34

Choose a tag to compare

28.1.1 (2025-10-10)

Bug Fixes

v28.1.0

05 Sep 08:43

Choose a tag to compare

28.1.0 (2025-09-05)

Features

  • event analytics response transformers (DHIS2-19818) (#1788) (257adff), closes #1790

v28.0.5

02 Sep 14:10

Choose a tag to compare

28.0.5 (2025-09-02)

Bug Fixes

  • OpenFileDialog: respect filterVisTypes prop when All types is selected (#1789) (4a71211)