diff --git a/website/data/app_releases.json b/website/data/app_releases.json
index 4c452c4f..f42fcf5d 100644
--- a/website/data/app_releases.json
+++ b/website/data/app_releases.json
@@ -123,8 +123,8 @@
},
"v100.2.5": {
"Bug Fixes": [
- "remove text decoration from download link",
- "sort app versions in descending order and remove button text underline (#315)"
+ "sort app versions in descending order and remove button text underline (#315)",
+ "remove text decoration from download link"
]
},
"v100.2.4": {
@@ -221,8 +221,8 @@
"v100.1.0": {
"Bug Fixes": [
"use getWithDataTest and findWithDataTest",
- "add start:nobrowser script",
- "add cypress data test prefix to cypress.json"
+ "add cypress data test prefix to cypress.json",
+ "add start:nobrowser script"
],
"Features": [
"add e2e workflow step"
@@ -235,8 +235,8 @@
"[TECH-887] improve rules engine unit test coverage (#3462)"
],
"Bug Fixes": [
- "[DHIS2-15983] Enrollment date not assigned on form init (#3475)",
- "[DHIS2-15694] Cancel button in Relationship (#3471)"
+ "[DHIS2-15694] Cancel button in Relationship (#3471)",
+ "[DHIS2-15983] Enrollment date not assigned on form init (#3475)"
]
},
"v100.47.0": {
@@ -314,8 +314,8 @@
},
"v100.43.0": {
"Bug Fixes": [
- "translations: sync translations from transifex (master)",
- "[DHIS2-15879] Unable to schedule event with note (#3421)"
+ "[DHIS2-15879] Unable to schedule event with note (#3421)",
+ "translations: sync translations from transifex (master)"
],
"Features": [
"[DHIS-14012] removed download as XML button (#3434)"
@@ -390,14 +390,14 @@
"dashboard-app": {
"v100.0.4": {
"Bug Fixes": [
- "translations: sync translations from transifex (dev)",
- "merge translations from past 3 weeks"
+ "merge translations from past 3 weeks",
+ "translations: sync translations from transifex (dev)"
]
},
"v100.0.3": {
"Bug Fixes": [
- "parse the ou filter correctly for all ou types (#2691)",
- "merge to master"
+ "merge to master",
+ "parse the ou filter correctly for all ou types (#2691)"
]
},
"v100.0.2": {
@@ -430,13 +430,13 @@
"v100.0.8": {
"Bug Fixes": [
"update v38 fixtures",
- "translations: sync translations from transifex (master)",
- "update v39 fixtures",
- "add scroll for workflows [DHIS2-15415]",
+ "add scroll on workflow selector [DHIS2-15415]",
"remove v37 e2e",
- "prevent failing jest test",
"update jest mock [DHIS2-15415]",
- "add scroll on workflow selector [DHIS2-15415]"
+ "update v39 fixtures",
+ "translations: sync translations from transifex (master)",
+ "prevent failing jest test",
+ "add scroll for workflows [DHIS2-15415]"
]
},
"v100.0.7": {
@@ -503,11 +503,11 @@
},
"v100.3.3": {
"Testing": [
- "update API_KEY name and merge parallel launches",
"cleaning PR",
"debug merging launches",
+ "publish cypress test results to reportportal (#349)",
"use import instead of require",
- "publish cypress test results to reportportal (#349)"
+ "update API_KEY name and merge parallel launches"
],
"Bug Fixes": [
"handle non-standard server time zone ids [DHIS2-15511] (#344)"
@@ -520,30 +520,30 @@
},
"v100.3.1": {
"Testing": [
- "use imperative validate: cover request failure",
"use delete data value mutation: cover with tests",
- "cover & cartesian",
"use set form completion mutation: cover with tests",
- "cartesian: cover with tests (DHIS2-14386)",
- "use upload file data value mutation: cover with tests",
- "use delete limits: cover with tests",
- "cover hooks in data-value-mutations.js (#314)",
+ "use imperative validate: cover response transformation",
"metadata selectors: add jest tests for all untested selectors",
"use update limits: cover with tests",
- "use imperative validate: cover response transformation",
- "use imperative validate: use real query keys instead of mocked ones",
+ "cover hooks in data-value-mutations.js (#314)",
"category combo table body: cover with tests",
+ "cover useImperativeValidate with tests (#321)",
+ "use delete limits: cover with tests",
+ "use upload file data value mutation: cover with tests",
+ "use imperative validate: use real query keys instead of mocked ones",
+ "cover & cartesian",
"cover remaining metadata selectors",
"use set data value mutation: cover with tests",
- "cover useImperativeValidate with tests (#321)"
+ "cartesian: cover with tests (DHIS2-14386)",
+ "use imperative validate: cover request failure"
],
"Bug Fixes": [
"include attribute options in completion post [DHIS2-15032] (#311)",
- "use set form completion mutation: handle optimistic update errors correctly",
"cover useSetFormCompletionMutation with tests (#315)",
- "lock forms when organisation unit is closed [BETA-25] (#317)",
- "translations: sync translations from transifex (development)",
"use FetchError class from app-runtime [DHIS2-15085] (#316)",
+ "translations: sync translations from transifex (development)",
+ "lock forms when organisation unit is closed [BETA-25] (#317)",
+ "use set form completion mutation: handle optimistic update errors correctly",
"cartesian: return empty array when no vectors provided",
"rollback failed complete [DHIS2-15033] (#312)"
],
@@ -553,33 +553,33 @@
},
"v100.3.0": {
"Features": [
+ "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)",
"nice UI",
"lock-status: add expiry to footer bar",
- "lock-status: check lockDate (wip)",
- "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)"
+ "lock-status: check lockDate (wip)"
],
"Bug Fixes": [
+ "cover useSetFormCompletionMutation with tests (#315)",
+ "expiry date calculation",
+ "use suggested text",
+ "include username in string for i18n",
"align inputPeriod check with backend [DHIS2-14218]",
+ "remove conditional chaining",
"use set form completion mutation: handle optimistic update errors correctly",
- "only update status from backend once",
"adjust for different time locales",
- "remove conditional chaining",
- "expiry date calculation",
- "error when no period is selected",
+ "only update status from backend once",
"use relative time with absolute time in tooltip",
- "use suggested text",
- "cover useSetFormCompletionMutation with tests (#315)",
- "don't show expiration if excepted by user authorities",
"handle undefined data set",
- "include username in string for i18n"
+ "don't show expiration if excepted by user authorities",
+ "error when no period is selected"
],
"Testing": [
"use delete data value mutation: cover with tests",
"use set form completion mutation: cover with tests",
- "use upload file data value mutation: cover with tests",
- "use delete limits: cover with tests",
- "cover hooks in data-value-mutations.js (#314)",
"use update limits: cover with tests",
+ "cover hooks in data-value-mutations.js (#314)",
+ "use delete limits: cover with tests",
+ "use upload file data value mutation: cover with tests",
"use set data value mutation: cover with tests"
]
},
@@ -605,79 +605,79 @@
},
"v100.2.0": {
"Bug Fixes": [
- "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)",
- "deps: update dependency react-chartjs-2 to v4.3.1",
- "use multi-calendar-dates to address periods that don't start on Jan 1st",
- "deps: update tanstack-query monorepo to v4.19.0",
- "deps: update tanstack-query monorepo to v4.24.9",
- "use periods: reverse order & add first/last periods of next/prev year if in current year",
- "data value store: return boolean from isComplete selector",
- "deps: update dependency html-react-parser to v1.4.14",
- "deps: update dependency idb-keyval to v6.2.0",
- "deps: update dependency @tanstack/react-query-devtools to v4.24.13",
- "deps: update dependency zustand to v4.1.4",
+ "deps: update dependency zustand to v4.1.5",
+ "print: fix print-styles for selects",
"deps: bump platform and runtime deps [TECH-1462] (#236)",
"deps: update tanstack-query monorepo to v4.19.1",
- "deps: update dependency react-router-dom to v5.3.4",
- "deps: update tanstack-query monorepo to v4.16.1",
- "data value store: set correct default when data value set falsy",
"deps: update dependency @tanstack/react-query-devtools to v4.24.14",
- "clean up audit styling [TECH-1469] [TECH-1470] (#237)",
- "deps: update tanstack-query monorepo to v4.20.4",
- "update ui version",
- "implement PR feedback by @tomzemp from 2023-03-04",
- "deps: update tanstack-query monorepo to v4.20.2",
+ "optionset: re-add input spread to button",
"minor cleanup",
+ "deps: update dependency html-react-parser to v1.4.14",
+ "deps: update dependency zustand to v4.1.4",
+ "deps: update tanstack-query monorepo to v4.19.0",
+ "deps: update dependency react-router-dom to v5.3.4",
+ "data value store: return boolean from isComplete selector",
+ "deps: update dependency classnames to v2.3.2",
+ "deps: update dependency query-string to v7.1.2",
+ "metadata error handling",
"deps: update dependency reselect to v4.1.7",
+ "deps: update dependency @tanstack/react-query-devtools to v4.24.13",
"deps: update tanstack-query monorepo to v4.24.6",
- "deps: update dependency zustand to v4.1.5",
- "print: fix print-styles for selects",
- "option-set: fix clear button",
- "translations: sync translations from transifex (development)",
- "optionset: re-add input spread to button",
- "deps: update tanstack-query monorepo to v4.24.4",
+ "deps: update tanstack-query monorepo to v4.20.4",
+ "deps: update dependency chart.js to v3.9.1",
+ "deps: update tanstack-query monorepo to v4.24.9",
+ "update ui version",
+ "highlighted field store: correct wrong initial state",
+ "clean up audit styling [TECH-1469] [TECH-1470] (#237)",
+ "multi-select: update max-width",
"deps: update dependency final-form to v4.20.9",
- "deps: update tanstack-query monorepo to v4.18.0",
- "metadata error handling",
- "deps: update tanstack-query monorepo to v4.17.1",
+ "use multi-calendar-dates to address periods that don't start on Jan 1st",
+ "clear selections with only dataset [DHIS2-14039] (#243)",
+ "use periods: check if lastPeriodOfPrevYear exists",
+ "remove unnecessary overflow",
+ "deps: update tanstack-query monorepo to v4.16.1",
+ "use periods: reverse order & add first/last periods of next/prev year if in current year",
"total-cell: clear total value when printing empty form (#298)",
+ "implement PR feedback by @tomzemp from 2023-03-02",
+ "deps: update tanstack-query monorepo to v4.17.1",
"deps: update tanstack-query monorepo to v4.23.0",
- "optionSet: sort selected options",
- "multi-select: update max-width",
- "deps: update dependency query-string to v7.1.3",
- "address period issues that occurred after new year 2022/2023",
- "clear selections with only dataset [DHIS2-14039] (#243)",
+ "deps: update tanstack-query monorepo to v4.20.2",
+ "data-test attribute and linting errors",
+ "deps: update tanstack-query monorepo to v4.24.4",
+ "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)",
+ "option-set: remove unnecessary sort",
+ "deps: update dependency react-chartjs-2 to v4.3.1",
"deps: update dependency re-reselect to v4.0.1",
- "highlighted field store: correct wrong initial state",
+ "deps: update dependency query-string to v7.1.3",
"deps: update tanstack-query monorepo to v4.24.10",
- "remove unnecessary overflow",
- "deps: update dependency chart.js to v3.9.1",
+ "metadata and user info error handling (#294)",
"ensure biweeks allow entry over entire year [TECH-1308] (#242)",
- "data-test attribute and linting errors",
- "options-sort: fix undefined check",
- "implement PR feedback by @tomzemp from 2023-03-02",
- "option-set: remove unnecessary sort",
- "deps: update dependency classnames to v2.3.2",
- "deps: update dependency query-string to v7.1.2",
+ "implement PR feedback by @tomzemp from 2023-03-04",
+ "translations: sync translations from transifex (development)",
+ "data value store: set correct default when data value set falsy",
+ "deps: update dependency idb-keyval to v6.2.0",
+ "option-set: fix clear button",
+ "optionSet: sort selected options",
"adjust disabled org unit style",
- "metadata and user info error handling (#294)",
- "use periods: check if lastPeriodOfPrevYear exists"
+ "deps: update tanstack-query monorepo to v4.18.0",
+ "address period issues that occurred after new year 2022/2023",
+ "options-sort: fix undefined check"
],
"Features": [
+ "zustand: create wrapper",
"optionset: add support for multi-text optionSet",
- "option-set: add multi text support (#290)",
- "zustand: create wrapper"
+ "option-set: add multi text support (#290)"
],
"Testing": [
+ "unsaved data store: cover with tests",
+ "highlighted field store: cover with tests",
+ "data value store: cover store with tests",
"data value store: cover with test & establish testing pattern",
+ "get cell id: cover with tests",
"validation store: cover with tests",
- "data value store: cover store with tests",
- "unsaved data store: cover with tests",
"entry form store: cover with tests",
- "highlighted field store: cover with tests",
- "cover stores with tests (and fix some minor issues)",
"sync errors store: cover with tests",
- "get cell id: cover with tests"
+ "cover stores with tests (and fix some minor issues)"
]
},
"v100.1.2": {
@@ -693,124 +693,124 @@
},
"v100.1.0": {
"Bug Fixes": [
- "adjust synced cell style (#199)",
+ "or between shortcuts [DHIS2-13955]",
+ "use highlightedfieldstore",
+ "reset error when pristine",
+ "ensure deepest level is never lower than root level",
+ "make useDataValueParams and useApiAttributeParams stable",
+ "always retry offline-trigger errors",
+ "true-only checkbox lastSynced comparison",
"rerun validation on main bar button click",
- "manage unsaved comments and limits when moving cells",
- "dates: ensure that server or client time is used when appropriate",
- "inner-wrapper: properly clear error if last-synced",
- "dates: use server time when appropriate",
- "remove 403 as temporal error",
- "set highlighted field null",
- "use date limit: prevent recomputing on every re-render",
- "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)",
- "preserve input-component format",
+ "onlineManager: make sure to go online when navigator goes online",
+ "contextual-help: add help-legend for sync-errors",
+ "copy FetchError from data-service",
"always apply long delay when showing/hiding",
- "tooltip: fix tooltip flickering",
- "file-input: reset lastSyncedValue",
- "move handlerHeaderBarStatus to dataworkspace due to re-render issues",
+ "allow the webapi to return a single object instead of wrapped array",
+ "clear sync-status when value changes (#182)",
+ "update useHighlightedField",
+ "ensure offline units are fetched correctly for users deep in the hierarchy (#226)",
+ "manage unsaved comments when moving cells",
+ "resolveAlertProps",
+ "handle temporal mutation errors (#206)",
"deps: pin dependencies",
- "error-summary: use yellow800 for icon color",
- "getCellId",
- "error-details optional chaining",
- "persist: persist mutations that are network-errors",
- "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)",
+ "basic information: display client date in tooltip",
+ "dates: ensure that server or client time is used when appropriate",
+ "use date limit: prevent recomputing on every re-render",
+ "entry-field: cleanup highlighted-field properly",
+ "shouldRollbackError",
"add missing error-summary file",
- "resolveAlertProps",
+ "preserve input-component format",
+ "use a stable date string instead of an instable date instance (#201)",
"set networkmode offlineFirst",
- "headerbar: use smarter delay for headerbar-status",
- "import locales so app has access to them (#207)",
- "shouldRollbackError",
- "allow for unit paths starting at the real root instead of user root (#197)",
+ "highlighted fields performance (#155)",
"offline-error-types, show alertbar once",
- "onlineManager: make sure to go online when navigator goes online",
- "use a stable date string instead of an instable date instance (#201)",
- "add missing files",
- "remove custom styles for data details button",
- "data-workspace: show loader if in flight, regardless of cached data",
- "print styles [TECH-1312] (#217)",
- "ensure offline units are fetched correctly for users deep in the hierarchy (#226)",
- "filter-field: do not reset highlighted when focused",
- "deps: update deps",
- "errors-store: add getNumberOfErrors",
- "use highlightedfieldstore",
+ "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)",
"update Add limits styling [DHIS2-13958]",
- "allow the webapi to return a single object instead of wrapped array",
- "highlighted fields performance (#155)",
- "data-value-set: disable when mutating",
- "remove unnecessary clear highlightedfield",
- "init lastSyncedValue, fix file-field",
+ "print styles [TECH-1312] (#217)",
+ "file-input: reset lastSyncedValue",
+ "manage unsaved comments and limits when moving cells",
+ "add missing files",
"tooltip: show all errors in tooltip",
- "adjust client time to server timezone when computing date ranges (#165)",
- "or between shortcuts [DHIS2-13955]",
+ "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)",
+ "filter-field: do not reset highlighted when focused",
+ "move handlerHeaderBarStatus to dataworkspace due to re-render issues",
+ "misc cleanup",
+ "use prefetched units when user org unit is not the highest level",
+ "error-summary: use yellow800 for icon color",
"address pr comments",
- "audit history: update processing, clean up [TECH-1281] (#131)",
- "use zustand store for highlighted-field",
- "section-filter: do not reset highlighted on focus",
- "translations: sync translations from transifex (development)",
- "fix breaking tests around side bar, basic info and follow up button",
- "validation button: disable validation run when offline [TECH-1377] (#178)",
- "refactor validation-tooltip to child of wrapper",
- "try to use cjs import fetcherror",
- "ensure deepest level is never lower than root level",
"make bottom bar buttons small [DHIS2-13956]",
- "manage unsaved limits when moving cells",
- "update variable name [TECH-1465] (#231)",
- "make useDataValueParams and useApiAttributeParams stable",
- "fix temporal error handling",
- "handle temporal mutation errors (#206)",
- "true-only checkbox lastSynced comparison",
+ "bottom-bar: add failed to save summary",
"use selector to get coc",
- "global filter field size (#221)",
- "update useHighlightedField",
"error-summary: count errors in selection",
- "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)",
- "onlineStatus: sync header-bar status to onlineManager status",
- "review",
- "copy FetchError from data-service",
- "remove defaultOnSuccess for queries",
- "entry-field: cleanup highlighted-field properly",
"fix disabled cell styling [TECH-1466] (#234)",
- "use-value-store: add optional-chaining for safety",
- "filter-field: hide clear-button when no filter (#222)",
- "cleanup on umount only",
+ "clear highlight when field is umounted",
+ "fix some crashes",
+ "remove unnecessary clear highlightedfield",
+ "adjust synced cell style (#199)",
"minor cleanup",
+ "validation button: disable validation run when offline [TECH-1377] (#178)",
+ "remove custom styles for data details button",
"deps: update dependency @dhis2/ui to v8.5.3 (#225)",
- "clear sync-status when value changes (#182)",
- "bottom-bar: add failed to save summary",
- "fix some crashes",
- "reset error when pristine",
- "use prefetched units when user org unit is not the highest level",
- "manage unsaved comments when moving cells",
- "stop tooltip flickering [DHIS2-13954]",
- "ensure we use a local date string",
- "clear highlight when field is umounted",
- "handle network-error alert",
- "always retry offline-trigger errors",
- "basic information: display client date in tooltip",
- "misc cleanup",
+ "headerbar: use smarter delay for headerbar-status",
+ "use zustand store for highlighted-field",
+ "use-value-store: add optional-chaining for safety",
+ "data-value-set: disable when mutating",
+ "remove 403 as temporal error",
+ "remove defaultOnSuccess for queries",
+ "adjust client time to server timezone when computing date ranges (#165)",
+ "set highlighted field null",
+ "deps: update deps",
+ "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)",
+ "inner-wrapper: properly clear error if last-synced",
+ "cleanup on umount only",
+ "tooltip: fix tooltip flickering",
+ "import locales so app has access to them (#207)",
+ "filter-field: hide clear-button when no filter (#222)",
+ "errors-store: add getNumberOfErrors",
+ "update variable name [TECH-1465] (#231)",
"option-set input lastSyncedValue",
- "contextual-help: add help-legend for sync-errors",
- "use retry to pause mutations"
+ "fix breaking tests around side bar, basic info and follow up button",
+ "review",
+ "init lastSyncedValue, fix file-field",
+ "global filter field size (#221)",
+ "fix temporal error handling",
+ "manage unsaved limits when moving cells",
+ "data-workspace: show loader if in flight, regardless of cached data",
+ "allow for unit paths starting at the real root instead of user root (#197)",
+ "dates: use server time when appropriate",
+ "persist: persist mutations that are network-errors",
+ "handle network-error alert",
+ "ensure we use a local date string",
+ "onlineStatus: sync header-bar status to onlineManager status",
+ "getCellId",
+ "try to use cjs import fetcherror",
+ "stop tooltip flickering [DHIS2-13954]",
+ "translations: sync translations from transifex (development)",
+ "error-details optional chaining",
+ "section-filter: do not reset highlighted on focus",
+ "use retry to pause mutations",
+ "audit history: update processing, clean up [TECH-1281] (#131)",
+ "refactor validation-tooltip to child of wrapper"
],
"Testing": [
- "update tests",
- "fix test description",
+ "fix tests",
+ "add test to getPreFetchedChildren",
"move query-key test",
"add authority tests to comment and limit tests",
- "add test to getPreFetchedChildren",
- "fix tests"
+ "fix test description",
+ "update tests"
],
"Features": [
- "respect F_DATAVALUE_ADD user authority",
- "notify user about failures of critical requests",
- "custom forms: notify user about pre-fetching failure",
- "sync error handling (#218)",
- "get current date: set milliseconds to 0",
"headerbar: integrate offline-status message (#233)",
+ "notify user about failures of critical requests",
"sync-errors: add sync-errors store",
- "client server date: add DRY utils",
+ "respect F_DATAVALUE_ADD user authority",
"sync-error: add sync error to field",
+ "sync error handling (#218)",
+ "client server date: add DRY utils",
"error-indicator: add error indicator",
+ "get current date: set milliseconds to 0",
+ "custom forms: notify user about pre-fetching failure",
"headerbar: integrate offline-status-message"
]
}
@@ -868,9 +868,9 @@
},
"v100.0.2": {
"Bug Fixes": [
- "always use outputIdScheme=UID for data preview [DHIS2-14061]",
"always use outputIdScheme=UID [DHIS2-14061]",
- "updated cypress fixtures [DHIS2-14061]"
+ "updated cypress fixtures [DHIS2-14061]",
+ "always use outputIdScheme=UID for data preview [DHIS2-14061]"
]
},
"v100.0.1": {
@@ -882,8 +882,8 @@
"data-visualizer-app": {
"v100.3.1": {
"Bug Fixes": [
- "color set update (DHIS2-16108) (#2906)",
"v100.3.1",
+ "color set update (DHIS2-16108) (#2906)",
"legend sets fail to load in table with data dimension in the row (DHIS2-12830) (#2753)"
]
},
@@ -892,49 +892,49 @@
"send test results to report portal dashboard"
],
"Bug Fixes": [
- "prevent state update when modal is closing",
"visualization deleted when saving it after copy DHIS2-15722 (#2778)",
- "disable Save when vis not in unsaved/dirty state DHIS2-15373 (#2758)",
- "limit max value shifts to min value fields in PT (DHIS2-10235) (#2756)",
- "only update interpretations list when in DOM",
+ "translate dimension labels in PT DHIS2-15750 (#2783)",
"translations: sync translations from transifex (dev)",
"change legend type description to fit SV (DHIS2-15120) (#2757)",
+ "only update interpretations list when in DOM",
+ "disable Save when vis not in unsaved/dirty state DHIS2-15373 (#2758)",
+ "prevent state update when modal is closing",
"allow closing the interpretations modal when accessed via URL (DHIS2-15721) (#2748)",
- "translate dimension labels in PT DHIS2-15750 (#2783)"
+ "limit max value shifts to min value fields in PT (DHIS2-10235) (#2756)"
],
"Features": [
- "deps: bump analytics to latest to benefit from fixes and features (#2886)",
- "100.3.0"
+ "100.3.0",
+ "deps: bump analytics to latest to benefit from fixes and features (#2886)"
]
},
"v100.2.0": {
"Features": [
- "use hover menu components from analytics for options menu",
+ "use UpdateButton and HoverMenubar from analytics",
+ "use Toolbar and ToolbarSidebar from analytics (#2358)",
"use interpretations button from analytics",
"100.2.0 (#2741)",
- "use Toolbar and ToolbarSidebar from analytics (#2358)",
- "use UpdateButton and HoverMenubar from analytics",
- "update download menu to use hovermenu components from analytics"
+ "update download menu to use hovermenu components from analytics",
+ "use hover menu components from analytics for options menu"
],
"Testing": [
"skip legend test while data element icons are unsupported",
- "rename AO-title to titlebar (DHIS2-15063) (#2435)",
"comment out icon tests for currently unsupported types",
"add Cypress tests for SV icon (DHIS2-10496) (#2372)",
+ "extend timeout after delete has been triggered (#2499)",
"prevent test names from being dynamic (#2576)",
- "more tests for custom calculations (DHIS2-13871) (#2287)",
- "extend timeout after delete has been triggered (#2499)"
+ "rename AO-title to titlebar (DHIS2-15063) (#2435)",
+ "more tests for custom calculations (DHIS2-13871) (#2287)"
],
"Bug Fixes": [
+ "adjust e2e element slectors",
+ "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`",
"adjust closeFileMenuWithClick command",
+ "translations: sync translations from transifex (dev)",
"remove divider from plain data source submenu",
- "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`",
+ "tweak viz type selector styles to match toolbar",
"inject style in props passed to VisualizationPlugin (DHIS2-15126) (#2322)",
"adjust data test name",
- "tweak viz type selector styles to match toolbar",
- "translations: sync translations from transifex (dev)",
- "observe size changes for legend positioning",
- "adjust e2e element slectors"
+ "observe size changes for legend positioning"
]
},
"v100.1.4": {
@@ -949,11 +949,11 @@
},
"v100.1.3": {
"Bug Fixes": [
- "v100.1.1",
- "deps: platform deps for login redirect [DHIS2-15319] (#2300)",
- "single value size and position issues (analytics@25.1.10) (#2359)",
"bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#2285)",
- "case E7113 throws same msg as E7114 (#2278)"
+ "case E7113 throws same msg as E7114 (#2278)",
+ "single value size and position issues (analytics@25.1.10) (#2359)",
+ "deps: platform deps for login redirect [DHIS2-15319] (#2300)",
+ "v100.1.1"
]
},
"v100.1.2": {
@@ -968,33 +968,33 @@
},
"v100.1.0": {
"Features": [
- "100.1.0 (#2286)",
"single value background color change based upon legend (DHIS2-13702) (#2223)",
+ "100.1.0 (#2286)",
"support non-gregorian fixed periods (#2233)",
"implement data icon option for SV visualization (DHIS2-10496) (#2236)",
- "plugin: send installation status [DHIS2-15097] (#2273)",
- "custom calculations (DHIS2-13871) (#2232)"
+ "custom calculations (DHIS2-13871) (#2232)",
+ "plugin: send installation status [DHIS2-15097] (#2273)"
],
"Testing": [
"fix test failing due to change in single value behaviour",
"add extended timeout for file open modal (#2284)"
],
"Bug Fixes": [
+ "target window.parent for postRobot communication (#2256)",
"set height on chart container when not defined (#2246) (#2250)",
- "fetch data element icon and pass it in extraOptions",
- "translations: sync translations from transifex (master) (#2192)",
+ "inject CSS UI variables in plugin (#2270)",
+ "hide icon from visualization when option is toggled",
"do not pass a boolean for icons when saving",
- "target window.parent for postRobot communication (#2256)",
+ "nightly workflow has to run on default branch which is currently dev (#2269)",
+ "translations: sync translations from transifex (master) (#2192)",
"update cli-app-scripts and analytics (#2247)",
+ "remove old i18n initialisation (#2241)",
+ "deps: bump cli-app-scripts for precaching improvement",
"plugin sends installation status (#2277)",
+ "fetch data element icon and pass it in extraOptions",
+ "update cli-app-scripts and analytics deps",
"dependency updates (#2243)",
- "deps: bump cli-app-scripts for precaching improvement",
- "nightly workflow has to run on default branch which is currently dev (#2269)",
- "hide icon from visualization when option is toggled",
- "inject CSS UI variables in plugin (#2270)",
- "remove old i18n initialisation (#2241)",
- "remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)",
- "update cli-app-scripts and analytics deps"
+ "remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)"
]
},
"v100.0.3": {
@@ -1024,18 +1024,18 @@
"distinguish non-existent repetitions from empty values in line lists (DHIS2-15767) (#427)"
],
"Bug Fixes": [
- "update color according to spec change",
- "remove background color for undefined cell",
+ "change background image for undefined cell",
"add custom styling to undefined cells",
"add tooltip to undefined cells",
- "change background image for undefined cell",
- "always display 'no event' for enrollment",
- "return empty value for undefined boolean cells"
+ "update color according to spec change",
+ "remove background color for undefined cell",
+ "return empty value for undefined boolean cells",
+ "always display 'no event' for enrollment"
],
"Testing": [
+ "add tests for undefined values",
"change test cell to match test.e2e data",
- "change tooltip label",
- "add tests for undefined values"
+ "change tooltip label"
]
},
"v100.10.6": {
@@ -1046,12 +1046,12 @@
"v100.10.5": {
"Bug Fixes": [
"handle options with non-unique codes across optionsets (DHIS2-15771) (#426)",
- "fix name for option set options shown in chip tooltip (DHIS2-16181)",
- "fix plain download with name",
- "update optionSet options metadata on selection in the modal",
- "replace id with uid after backend adjusted the response",
"store metadata for option set options on load (DHIS2-16181)",
- "lookup option set options labels correctly DHIS2-15771"
+ "lookup option set options labels correctly DHIS2-15771",
+ "replace id with uid after backend adjusted the response",
+ "update optionSet options metadata on selection in the modal",
+ "fix name for option set options shown in chip tooltip (DHIS2-16181)",
+ "fix plain download with name"
],
"Testing": [
"add test for option set options in chip tooltip",
@@ -1065,12 +1065,12 @@
},
"v100.10.3": {
"Bug Fixes": [
- "ensure `loading` remains `false` when lazy loading additional items",
"your- and program-dimensions list lazy loading (#453)",
- "ensure variable names matches function argument",
"ensure scrollbox actually scrolls instead of the container",
"make scrollbox scrollable without fixed height",
+ "ensure variable names matches function argument",
"return `fetching` from useProgramDataDimensions for lazy loading",
+ "ensure `loading` remains `false` when lazy loading additional items",
"increment based on correct property `pager.page` not `data.page`"
]
},
@@ -1081,11 +1081,11 @@
},
"v100.10.1": {
"Bug Fixes": [
- "allow opening interpretations for AOs without a time dimension (DHIS2-15781)",
- "take legend-key into account when computing pagination max-width (DHIS2-15465)",
+ "correctly center the table spinner (DHIS2-13947, DHIS2-13946)",
"upgrade @dhis2/analytics to latest",
+ "take legend-key into account when computing pagination max-width (DHIS2-15465)",
"various hackathon issues",
- "correctly center the table spinner (DHIS2-13947, DHIS2-13946)"
+ "allow opening interpretations for AOs without a time dimension (DHIS2-15781)"
]
},
"v100.10.0": {
@@ -1108,13 +1108,13 @@
},
"v100.9.3": {
"Bug Fixes": [
- "upgrade @dhis2/ui to get spacing between pagination elements",
+ "implement min width on pagination container so dropdowns fit",
"bump min width for less concise locales",
- "translations: sync translations from transifex (master)",
- "always attach resize observer if node is found",
"ensure pagination max-width is correct in interpretations modal (#434)",
+ "always attach resize observer if node is found",
+ "upgrade @dhis2/ui to get spacing between pagination elements",
"lack of access show the generic \"something went wrong\" error (DHIS2-15737) (#429)",
- "implement min width on pagination container so dropdowns fit"
+ "translations: sync translations from transifex (master)"
]
},
"v100.9.2": {
@@ -1129,30 +1129,30 @@
},
"v100.9.0": {
"Features": [
- "port file-menu to new hoverable menubar",
- "migrate download menu wip",
- "toolbar UI update (DHIS2-15167) (#368)",
- "add app logo",
- "add menu and menu items WIP",
- "let download menu be clickable or hoverable",
- "add InterpretationsAndDetailsToggler",
- "migrate view-menu",
+ "add update button",
"implement download menu that can be hovered or clicked",
+ "let download menu be clickable or hoverable",
"add disabled state to view menu",
- "add update button",
+ "add HoverMenuBar",
+ "add InterpretationsAndDetailsToggler",
+ "add app logo",
+ "migrate download menu wip",
"hoverable options menu",
- "add HoverMenuBar"
+ "toolbar UI update (DHIS2-15167) (#368)",
+ "migrate view-menu",
+ "add menu and menu items WIP",
+ "port file-menu to new hoverable menubar"
],
"Bug Fixes": [
- "let dropdown render children directly in popper",
"adjust import name",
- "trigger toggleSubMenu when on items without children so it closes",
+ "remove unused import",
+ "let dropdown render children directly in popper",
"ensure flexbox children consume full height",
- "upgrade @dhis2/ui to get consistent menu section header styles",
+ "trigger toggleSubMenu when on items without children so it closes",
+ "adjust height to 32 px",
"wrap action call in useCallback",
"push app name 1px down to improve visual alignment",
- "adjust height to 32 px",
- "remove unused import",
+ "upgrade @dhis2/ui to get consistent menu section header styles",
"ensure `MenuSectionHeader` is `dense` when in the `HoverMenuBar`"
]
},
@@ -1168,21 +1168,21 @@
},
"v100.8.0": {
"Testing": [
+ "add ou instead of pe",
"update download and filemenu tests to reflect pe being optional",
- "update the error message for 2.38",
+ "remove special handling for 38",
"improve period click targeting",
"rename visualization-title to titlebar (DHIS2-15063) (#384)",
- "remove unused imports",
"add special handling for 2.38",
- "add ou instead of pe",
- "remove special handling for 38",
+ "update the error message for 2.38",
+ "remove unused imports",
"remove intercept evaluation that is suddenly failing"
],
"Bug Fixes": [
- "allow 1 retry on CI",
- "remove unused prop",
+ "align e2e file with master",
"allow developers to choose cy.open browser environment themselves",
- "align e2e file with master"
+ "allow 1 retry on CI",
+ "remove unused prop"
],
"Features": [
"remove period validation (DHIS2-15015) (#381)"
@@ -1195,8 +1195,8 @@
},
"v100.7.4": {
"Bug Fixes": [
- "use nullish instead",
- "avoid crash when missing metadata for stage-element ids (DHIS2-15423)"
+ "avoid crash when missing metadata for stage-element ids (DHIS2-15423)",
+ "use nullish instead"
]
},
"v100.7.3": {
@@ -1216,34 +1216,34 @@
},
"v100.7.0": {
"Features": [
- "toggle panel visibility when clicking the fullscreen button",
- "allow expanding visualization and hiding panels (#344)",
"add state for expanding the visualization canvas",
- "add button to titlebar that toggles visualization canvas expansion",
+ "add view menu",
+ "allow expanding visualization and hiding panels (#344)",
"separate state for hidden layout and sidebar",
- "allow toggling individual panels from menu bar",
- "add view menu"
+ "add button to titlebar that toggles visualization canvas expansion",
+ "toggle panel visibility when clicking the fullscreen button",
+ "allow toggling individual panels from menu bar"
],
"Bug Fixes": [
- "initialise hidden panel state and remove fallbacks from selectors",
- "make button square",
- "hide tooltip immediately to avoid it jumping across the screen",
- "subscribe to correct hidden state in the viz type selector",
"disable interpretations view menu when no AO is loaded",
- "tweak fullscreen toggle tooltip text"
+ "hide tooltip immediately to avoid it jumping across the screen",
+ "make button square",
+ "tweak fullscreen toggle tooltip text",
+ "initialise hidden panel state and remove fallbacks from selectors",
+ "subscribe to correct hidden state in the viz type selector"
],
"Testing": [
- "verify panel hiding logic is correct",
- "add intergration tests for fullscreen toggle"
+ "add intergration tests for fullscreen toggle",
+ "verify panel hiding logic is correct"
]
},
"v100.6.2": {
"Testing": [
"readd the skip as the bug is still present",
"unskip old test that should work now",
+ "add version toggle for 2.40",
"ou hierarchy tests (DHIS2-2367) (#353)",
- "add tests for ou hierarchy (untested due to instances being down)",
- "add version toggle for 2.40"
+ "add tests for ou hierarchy (untested due to instances being down)"
],
"Bug Fixes": [
"bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#352)"
@@ -1256,159 +1256,159 @@
},
"v100.6.0": {
"Features": [
- "use request options",
"add ou hierarchy option",
"plugin: send installation status [DHIS2-15097] (#346)",
+ "use 'ounamehierarchy' header for ou when showing hierarchy (#328)",
"v100.6.0 (#347)",
"add ou hierarchy to options (DHIS2-2367) (#329)",
- "use 'ounamehierarchy' header for ou when showing hierarchy (#328)"
+ "use request options"
],
"Bug Fixes": [
- "the base url is not needed",
- "restore the baseurl",
- "update normal display density padding",
+ "detect instance connection status instead of online status",
"data from repeatable events shows name of DE instead of blank cell (DHIS2-15026) (#340)",
"update cli-app-scripts and analytics (#337)",
- "deps: bump cli-app-scripts for precaching improvement",
+ "target window.parent for postRobot communication (#342)",
"add README badge for release workflow",
- "update cli-app-scripts for HeaderBar fixes",
- "detect instance connection status instead of online status",
"update deps (#332)",
- "target window.parent for postRobot communication (#342)"
+ "update cli-app-scripts for HeaderBar fixes",
+ "restore the baseurl",
+ "deps: bump cli-app-scripts for precaching improvement",
+ "update normal display density padding",
+ "the base url is not needed"
],
"Testing": [
- "fix flaky and outdated tests (#333)",
+ "consolidate option set tests for all versions",
"verify that the request url is correct for flaky test",
- "sort backend result before evaluating (#336)",
"update density test (#331)",
- "consolidate 2.39 and 2.40 tests for table.cy.js",
- "consolidate option set tests for all versions",
- "add EXTENDED_TIMEOUT to all references of program-dimensions-list (#339)"
+ "fix flaky and outdated tests (#333)",
+ "add EXTENDED_TIMEOUT to all references of program-dimensions-list (#339)",
+ "sort backend result before evaluating (#336)",
+ "consolidate 2.39 and 2.40 tests for table.cy.js"
]
},
"v100.5.0": {
"Features": [
"v100.5.0 (#327)",
- "plugin: use cacheable section recording (#241)",
- "add select/unselect button, WIP",
- "enable plugin build of the plugin wrapper component",
"ability to remove cached data",
- "quick option for adding program dimensions to columns (DHIS2-14487) (#323)"
+ "quick option for adding program dimensions to columns (DHIS2-14487) (#323)",
+ "add select/unselect button, WIP",
+ "plugin: use cacheable section recording (#241)",
+ "enable plugin build of the plugin wrapper component"
],
"Testing": [
- "reenable the program dimensions tests (#313)",
- "log server url (#312)",
- "refactor add dim function",
- "put back the version condition as before",
- "use correct selector",
- "run sorting tests in all versions",
- "check white-space (chore: update test dim name)",
- "check that sorting is reset when removing dimension from columns",
- "update all tests that add dimensions, remove context menu tests",
- "add simple example of before not working",
- "update table tests",
- "update white-space test",
+ "change data test name",
"revert to open modal",
+ "log server url (#312)",
"ensure the table is sorted before doing assertions",
- "removed temporary test",
- "add helper for detecting if the loading spinner is visible",
- "change data test name",
+ "update all tests that add dimensions, remove context menu tests",
+ "check that sorting is reset when removing dimension from columns",
+ "check white-space (chore: update test dim name)",
+ "fix Cypress tests",
"add tests for table sorting",
+ "run sorting tests in all versions",
+ "add helper for detecting if the loading spinner is visible",
+ "removed temporary test",
+ "update table tests",
"updates for new year (#319)",
- "fix Cypress tests"
+ "use correct selector",
+ "update white-space test",
+ "put back the version condition as before",
+ "reenable the program dimensions tests (#313)",
+ "add simple example of before not working",
+ "refactor add dim function"
],
"Bug Fixes": [
- "do not wrap specific value types",
- "set default for displayProperty",
- "reset sorting when removing dimension from columns DHIS2-13948 (#324)",
- "change remove icon",
+ "reset page on update (DHIS2-13950) (#314)",
"use custom icon by joe",
- "update deprecated prop",
- "pass first page to the first request",
+ "change remove icon",
+ "reset sorting when removing a dimension from columns DHIS2-13948",
+ "numbers with dgs space wrap on multiple lines (DHIS2-13899) (#317)",
"improve test on URL query parameters",
- "disable sorting and pagination when offline",
- "pass nameProp to avoid userSetting dep, transform AO in plugin",
"do not use stage for download for enrollments",
- "saving on an empty name causes a crash (DHIS2-13835) (#316)",
"fix conflict resolution gone bad",
- "reset page on update (DHIS2-13950) (#314)",
- "reset sorting when removing a dimension from columns DHIS2-13948",
- "numbers with dgs space wrap on multiple lines (DHIS2-13899) (#317)",
- "use correct prop (nameProp vs. displayProperty)",
- "test open delay WIP",
"do not pre-set program stage for enrollment DHIS2-14396 (#322)",
+ "saving on an empty name causes a crash (DHIS2-13835) (#316)",
+ "rename cacheId prop to be more general",
+ "disable sorting and pagination when offline",
+ "pass first page to the first request",
"update display density test",
- "rename cacheId prop to be more general"
+ "set default for displayProperty",
+ "do not wrap specific value types",
+ "use correct prop (nameProp vs. displayProperty)",
+ "test open delay WIP",
+ "pass nameProp to avoid userSetting dep, transform AO in plugin",
+ "reset sorting when removing dimension from columns DHIS2-13948 (#324)",
+ "update deprecated prop"
]
},
"v100.4.0": {
"Features": [
- "padding and font size",
+ "borders and less padding (#301)",
"v100.4.0 (#310)",
- "borders and less padding (#301)"
+ "padding and font size"
],
"Testing": [
- "update display density tests",
- "clear repetition when switching to event",
+ "remove .only",
"force viewport to sensible size",
- "update event status",
- "update file menu",
- "check if arrow is enabled",
- "improve interpretations tests (#286)",
"align cypress tests with new db (#291)",
- "update names and ids",
- "tags",
- "time dimensions",
- "boolean condition",
- "fix the date condition tests (#296)",
- "update layout validation",
+ "use one-time AO for interpretations tests",
"remove 2.38.1 specific tests",
+ "remove unnecessary line",
+ "wait for options to load before filtering and selecting",
+ "fix test after increasing viewport size",
+ "jest tests for option sets",
+ "update display density tests",
+ "extract transfer code to a function",
+ "be sure spinner has completed, use containsExact",
+ "update event program",
+ "update snapshots",
+ "boolean condition",
"table",
+ "update interpretations",
"wait for word to get typed + disable matrix tmp",
"orgunit condition",
- "use one-time AO for interpretations tests",
- "wait for options to load before filtering and selecting",
+ "repetition is not disabled after loading a saved vis with cross-stage data element",
+ "update names and ids",
+ "check if arrow is enabled",
"update Cypress tests for option sets",
- "remove unnecessary line",
- "fix scheduled date test by using a different program (#309)",
- "delete AO after tests are run",
- "wait for loading spinner to go away",
- "your dimensions",
+ "fix option set test (#298)",
+ "time dimensions",
+ "update program for download",
+ "tags",
+ "update event status",
+ "optionset condition",
+ "improve interpretations tests (#286)",
+ "fix the date condition tests (#296)",
"add tranfer fix to text option set",
- "remove test code",
- "update snapshots",
- "remove .only",
- "update event program",
- "update interpretations",
- "legendset",
- "extract transfer code to a function",
+ "select with arrow button instead of dblclick",
+ "clear repetition when switching to event",
+ "repeated events",
+ "delete AO after tests are run",
+ "tests aligned with 2.38.1",
"update period selector and close file menu",
"alphanumeric conditions",
- "fix test after increasing viewport size",
- "optionset condition",
- "fix option set test (#298)",
+ "your dimensions",
+ "legendset",
"option set transfer fix (#306)",
- "be sure spinner has completed, use containsExact",
- "jest tests for option sets",
+ "remove test code",
+ "update file menu",
+ "wait for loading spinner to go away",
"enable prod e2e",
- "update program for download",
- "repetition is not disabled after loading a saved vis with cross-stage data element",
- "repeated events",
- "select with arrow button instead of dblclick",
- "tests aligned with 2.38.1"
+ "fix scheduled date test by using a different program (#309)",
+ "update layout validation"
],
"Bug Fixes": [
"unescape stage name in i18n",
+ "error when saving translations (#285)",
"only update renderId if side panel is open",
+ "stop applying DGS to optionSet options",
"clear repetition when changing input type (DHIS2-14219) (#297)",
- "error when saving translations (#285)",
+ "add metadata for all stages",
"translations: sync translations from transifex (dev)",
- "repeatable event repetition cannot be edited after saving as favorite (DHIS2-14269) (#299)",
"filtering by stage resets the search and type filters (#307)",
+ "repeatable event repetition cannot be edited after saving as favorite (DHIS2-14269) (#299)",
"clear ui.repetiton on change of input type",
- "stop applying DGS to optionSet options",
- "digit group separator applied to valueType TEXT data elements (DHIS2-14172) (#308)",
- "add metadata for all stages"
+ "digit group separator applied to valueType TEXT data elements (DHIS2-14172) (#308)"
]
}
},
@@ -1421,12 +1421,12 @@
},
"v100.2.1": {
"Bug Fixes": [
+ "ensure layer type is supported and remove the unsupported Google basemaps",
"sorting of layers by drag and drop was not working [DHIS2-16024] (#3021)",
"release candidate 100.2.1",
+ "translations: sync translations from transifex (dev)",
"external layers were getting an endless spinner when being added to map [DHIS2-16078] (#3023)",
- "ensure layer type is supported and remove the unsupported Google basemaps",
- "external basemaps were not showing [DHIS2-15953] (#3017)",
- "translations: sync translations from transifex (dev)"
+ "external basemaps were not showing [DHIS2-15953] (#3017)"
]
},
"v100.2.0": {
@@ -1441,23 +1441,23 @@
},
"v100.1.7": {
"Bug Fixes": [
- "use display name for data sets (#2947)",
- "draw layers with opacity (#2948)",
- "hide \"show longitude/latitude\" from context menu for split view maps (DHIS2-15798) (#2945)",
"post a data statistics view when map is open or saved (#2951)",
- "set default basemap for interpretation map (DHIS2-15788) (#2944)",
- "show warning if event filter is not supported (#2952)",
"use programIndicators endpoint respecting sharing settings (#2950)",
- "hide see position from context meny for split view maps"
+ "set default basemap for interpretation map (DHIS2-15788) (#2944)",
+ "hide \"show longitude/latitude\" from context menu for split view maps (DHIS2-15798) (#2945)",
+ "draw layers with opacity (#2948)",
+ "hide see position from context meny for split view maps",
+ "use display name for data sets (#2947)",
+ "show warning if event filter is not supported (#2952)"
]
},
"v100.1.6": {
"Bug Fixes": [
+ "upgrade landcover dataset (#2732)",
+ "translations: sync translations from transifex (dev)",
"set period for each split view map (#2721)",
"Set rendering strategy to single if not relative period (#2703)",
- "upgrade landcover dataset (#2732)",
- "keep layer visibility when period is changed (#2705)",
- "translations: sync translations from transifex (dev)"
+ "keep layer visibility when period is changed (#2705)"
]
},
"v100.1.5": {
@@ -1487,10 +1487,10 @@
},
"v100.1.0": {
"Bug Fixes": [
- "bump cli-app-scripts for precaching improvement",
+ "bumps cli-app-scripts to 10.3.8 for LIBS-499 fix (#2592)",
"remove fallback coordinate field (DHIS2-8165) (#2575)",
- "use window.parent",
- "bumps cli-app-scripts to 10.3.8 for LIBS-499 fix (#2592)"
+ "bump cli-app-scripts for precaching improvement",
+ "use window.parent"
],
"Features": [
"plugin: send installation status [DHIS2-15097] (#2580)"