diff --git a/website/data/app_releases.json b/website/data/app_releases.json
index b7b68c59..4a78e424 100644
--- a/website/data/app_releases.json
+++ b/website/data/app_releases.json
@@ -52,8 +52,8 @@
},
"v100.2.19": {
"Bug Fixes": [
- "correct logic",
- "support core and custom app management when app hub is not available [DHIS2-13112] (#485)"
+ "support core and custom app management when app hub is not available [DHIS2-13112] (#485)",
+ "correct logic"
]
},
"v100.2.18": {
@@ -123,8 +123,8 @@
},
"v100.2.5": {
"Bug Fixes": [
- "sort app versions in descending order and remove button text underline (#315)",
- "remove text decoration from download link"
+ "remove text decoration from download link",
+ "sort app versions in descending order and remove button text underline (#315)"
]
},
"v100.2.4": {
@@ -220,9 +220,9 @@
},
"v100.1.0": {
"Bug Fixes": [
+ "add cypress data test prefix to cypress.json",
"add start:nobrowser script",
- "use getWithDataTest and findWithDataTest",
- "add cypress data test prefix to cypress.json"
+ "use getWithDataTest and findWithDataTest"
],
"Features": [
"add e2e workflow step"
@@ -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": [
- "merge translations from past 3 weeks",
- "translations: sync translations from transifex (dev)"
+ "translations: sync translations from transifex (dev)",
+ "merge translations from past 3 weeks"
]
},
"v100.0.3": {
"Bug Fixes": [
- "merge to master",
- "parse the ou filter correctly for all ou types (#2691)"
+ "parse the ou filter correctly for all ou types (#2691)",
+ "merge to master"
]
},
"v100.0.2": {
@@ -429,13 +429,13 @@
},
"v100.0.8": {
"Bug Fixes": [
- "add scroll on workflow selector [DHIS2-15415]",
- "translations: sync translations from transifex (master)",
- "update v38 fixtures",
- "remove v37 e2e",
+ "update v39 fixtures",
"add scroll for workflows [DHIS2-15415]",
+ "update v38 fixtures",
"update jest mock [DHIS2-15415]",
- "update v39 fixtures",
+ "translations: sync translations from transifex (master)",
+ "remove v37 e2e",
+ "add scroll on workflow selector [DHIS2-15415]",
"prevent failing jest test"
]
},
@@ -489,8 +489,8 @@
"v100.3.5": {
"Testing": [
"use org variables + add RP attributes",
- "fix ci",
- "publish jest test results to reportportal (#352)"
+ "publish jest test results to reportportal (#352)",
+ "fix ci"
],
"Bug Fixes": [
"optimistically update lastUpdatedBy on complete [TECH-1440] (#320)"
@@ -504,10 +504,10 @@
"v100.3.3": {
"Testing": [
"update API_KEY name and merge parallel launches",
- "debug merging launches",
- "use import instead of require",
+ "publish cypress test results to reportportal (#349)",
"cleaning PR",
- "publish cypress test results to reportportal (#349)"
+ "use import instead of require",
+ "debug merging launches"
],
"Bug Fixes": [
"handle non-standard server time zone ids [DHIS2-15511] (#344)"
@@ -520,32 +520,32 @@
},
"v100.3.1": {
"Testing": [
- "metadata selectors: add jest tests for all untested selectors",
- "use delete limits: cover with tests",
- "use update limits: cover with tests",
"use set data value mutation: cover with tests",
+ "use upload file data value mutation: cover with tests",
+ "category combo table body: cover with tests",
+ "cover useImperativeValidate with tests (#321)",
+ "use delete limits: cover with tests",
"use delete data value mutation: cover with tests",
- "use imperative validate: cover request failure",
- "cover & cartesian",
- "use imperative validate: use real query keys instead of mocked ones",
"cover hooks in data-value-mutations.js (#314)",
- "use set form completion mutation: cover with tests",
- "use upload file data value mutation: cover with tests",
- "cartesian: cover with tests (DHIS2-14386)",
"cover remaining metadata selectors",
- "use imperative validate: cover response transformation",
- "category combo table body: cover with tests",
- "cover useImperativeValidate with tests (#321)"
+ "use imperative validate: use real query keys instead of mocked ones",
+ "cartesian: cover with tests (DHIS2-14386)",
+ "metadata selectors: add jest tests for all untested selectors",
+ "use set form completion mutation: cover with tests",
+ "use update limits: cover with tests",
+ "use imperative validate: cover request failure",
+ "cover & cartesian",
+ "use imperative validate: cover response transformation"
],
"Bug Fixes": [
- "translations: sync translations from transifex (development)",
+ "include attribute options in completion post [DHIS2-15032] (#311)",
"lock forms when organisation unit is closed [BETA-25] (#317)",
- "use set form completion mutation: handle optimistic update errors correctly",
+ "use FetchError class from app-runtime [DHIS2-15085] (#316)",
"rollback failed complete [DHIS2-15033] (#312)",
+ "use set form completion mutation: handle optimistic update errors correctly",
+ "cover useSetFormCompletionMutation with tests (#315)",
"cartesian: return empty array when no vectors provided",
- "use FetchError class from app-runtime [DHIS2-15085] (#316)",
- "include attribute options in completion post [DHIS2-15032] (#311)",
- "cover useSetFormCompletionMutation with tests (#315)"
+ "translations: sync translations from transifex (development)"
],
"Features": [
"merge development into master"
@@ -553,34 +553,34 @@
},
"v100.3.0": {
"Features": [
- "lock-status: check lockDate (wip)",
- "lock-status: add expiry to footer bar",
+ "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)",
"nice UI",
- "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)"
+ "lock-status: add expiry to footer bar",
+ "lock-status: check lockDate (wip)"
],
"Bug Fixes": [
- "use suggested text",
- "use set form completion mutation: handle optimistic update errors correctly",
+ "handle undefined data set",
"remove conditional chaining",
- "align inputPeriod check with backend [DHIS2-14218]",
- "use relative time with absolute time in tooltip",
+ "include username in string for i18n",
"don't show expiration if excepted by user authorities",
- "handle undefined data set",
"adjust for different time locales",
- "error when no period is selected",
- "include username in string for i18n",
+ "use suggested text",
+ "use relative time with absolute time in tooltip",
"expiry date calculation",
+ "use set form completion mutation: handle optimistic update errors correctly",
+ "cover useSetFormCompletionMutation with tests (#315)",
+ "error when no period is selected",
"only update status from backend once",
- "cover useSetFormCompletionMutation with tests (#315)"
+ "align inputPeriod check with backend [DHIS2-14218]"
],
"Testing": [
- "use delete limits: cover with tests",
- "use update limits: cover with tests",
"use set data value mutation: cover with tests",
+ "use upload file data value mutation: cover with tests",
+ "use delete limits: cover with tests",
"use delete data value mutation: cover with tests",
"cover hooks in data-value-mutations.js (#314)",
"use set form completion mutation: cover with tests",
- "use upload file data value mutation: cover with tests"
+ "use update limits: cover with tests"
]
},
"v100.2.4": {
@@ -605,79 +605,79 @@
},
"v100.2.0": {
"Bug Fixes": [
- "option-set: fix clear button",
- "data value store: set correct default when data value set falsy",
- "adjust disabled org unit style",
- "deps: update dependency zustand to v4.1.5",
- "ensure biweeks allow entry over entire year [TECH-1308] (#242)",
- "deps: update dependency query-string to v7.1.3",
- "deps: update dependency @tanstack/react-query-devtools to v4.24.14",
- "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.4",
- "deps: update tanstack-query monorepo to v4.24.9",
+ "deps: update dependency re-reselect to v4.0.1",
+ "deps: update tanstack-query monorepo to v4.19.1",
"implement PR feedback by @tomzemp from 2023-03-04",
- "use periods: check if lastPeriodOfPrevYear exists",
- "deps: update tanstack-query monorepo to v4.20.4",
- "deps: update dependency idb-keyval to v6.2.0",
- "data-test attribute and linting errors",
- "deps: update dependency final-form to v4.20.9",
- "remove unnecessary overflow",
- "implement PR feedback by @tomzemp from 2023-03-02",
- "deps: update tanstack-query monorepo to v4.18.0",
- "options-sort: fix undefined check",
- "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)",
"deps: update tanstack-query monorepo to v4.17.1",
- "option-set: remove unnecessary sort",
- "multi-select: update max-width",
- "deps: update dependency re-reselect to v4.0.1",
- "use multi-calendar-dates to address periods that don't start on Jan 1st",
- "deps: update dependency query-string to v7.1.2",
- "translations: sync translations from transifex (development)",
- "deps: update dependency chart.js to v3.9.1",
- "deps: update dependency react-chartjs-2 to v4.3.1",
- "deps: update tanstack-query monorepo to v4.19.0",
- "minor cleanup",
+ "clear selections with only dataset [DHIS2-14039] (#243)",
+ "deps: update dependency query-string to v7.1.3",
"deps: bump platform and runtime deps [TECH-1462] (#236)",
+ "deps: update dependency reselect to v4.1.7",
+ "deps: update dependency query-string to v7.1.2",
+ "adjust disabled org unit style",
+ "deps: update tanstack-query monorepo to v4.20.2",
+ "deps: update tanstack-query monorepo to v4.24.9",
+ "option-set: remove unnecessary sort",
+ "update ui version",
+ "deps: update dependency @tanstack/react-query-devtools to v4.24.14",
"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)",
- "deps: update tanstack-query monorepo to v4.24.4",
- "data value store: return boolean from isComplete selector",
+ "deps: update dependency chart.js to v3.9.1",
+ "deps: update tanstack-query monorepo to v4.23.0",
+ "translations: sync translations from transifex (development)",
+ "deps: update tanstack-query monorepo to v4.24.6",
"print: fix print-styles for selects",
+ "optionSet: sort selected options",
+ "deps: update tanstack-query monorepo to v4.16.1",
+ "optionset: re-add input spread to button",
+ "address period issues that occurred after new year 2022/2023",
+ "deps: update tanstack-query monorepo to v4.24.4",
+ "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)",
+ "multi-select: update max-width",
+ "deps: update dependency react-router-dom to v5.3.4",
+ "deps: update dependency zustand to v4.1.5",
+ "metadata error handling",
+ "option-set: fix clear button",
"deps: update dependency classnames to v2.3.2",
- "clear selections with only dataset [DHIS2-14039] (#243)",
+ "data-test attribute and linting errors",
+ "deps: update dependency html-react-parser to v1.4.14",
+ "deps: update tanstack-query monorepo to v4.18.0",
+ "deps: update tanstack-query monorepo to v4.20.4",
+ "data value store: set correct default when data value set falsy",
+ "deps: update dependency react-chartjs-2 to v4.3.1",
+ "implement PR feedback by @tomzemp from 2023-03-02",
+ "deps: update tanstack-query monorepo to v4.19.0",
"deps: update tanstack-query monorepo to v4.24.10",
+ "use periods: check if lastPeriodOfPrevYear exists",
+ "minor cleanup",
+ "highlighted field store: correct wrong initial state",
+ "options-sort: fix undefined check",
+ "use multi-calendar-dates to address periods that don't start on Jan 1st",
+ "deps: update dependency idb-keyval to v6.2.0",
+ "ensure biweeks allow entry over entire year [TECH-1308] (#242)",
"clean up audit styling [TECH-1469] [TECH-1470] (#237)",
- "metadata error handling",
- "optionSet: sort selected options",
- "deps: update dependency html-react-parser to v1.4.14",
- "deps: update dependency reselect to v4.1.7",
- "deps: update tanstack-query monorepo to v4.23.0",
+ "remove unnecessary overflow",
+ "deps: update dependency zustand to v4.1.4",
+ "data value store: return boolean from isComplete selector",
"metadata and user info error handling (#294)",
- "deps: update dependency react-router-dom to v5.3.4",
- "highlighted field store: correct wrong initial state",
- "optionset: re-add input spread to button",
- "deps: update tanstack-query monorepo to v4.16.1",
- "deps: update tanstack-query monorepo to v4.19.1",
- "update ui version",
- "deps: update tanstack-query monorepo to v4.20.2",
- "address period issues that occurred after new year 2022/2023"
+ "deps: update dependency @tanstack/react-query-devtools to v4.24.13",
+ "deps: update dependency final-form to v4.20.9"
],
"Features": [
- "zustand: create wrapper",
"optionset: add support for multi-text optionSet",
+ "zustand: create wrapper",
"option-set: add multi text support (#290)"
],
"Testing": [
- "highlighted field store: cover with tests",
+ "sync errors store: cover with tests",
"cover stores with tests (and fix some minor issues)",
- "unsaved data store: cover with tests",
- "data value store: cover with test & establish testing pattern",
- "validation store: cover with tests",
"data value store: cover store with tests",
- "entry form store: cover with tests",
+ "unsaved data store: cover with tests",
"get cell id: cover with tests",
- "sync errors store: cover with tests"
+ "entry form store: cover with tests",
+ "validation store: cover with tests",
+ "data value store: cover with test & establish testing pattern",
+ "highlighted field store: cover with tests"
]
},
"v100.1.2": {
@@ -693,125 +693,125 @@
},
"v100.1.0": {
"Bug Fixes": [
- "handle temporal mutation errors (#206)",
- "manage unsaved comments when moving cells",
- "allow the webapi to return a single object instead of wrapped array",
- "try to use cjs import fetcherror",
"allow for unit paths starting at the real root instead of user root (#197)",
- "ensure offline units are fetched correctly for users deep in the hierarchy (#226)",
- "update variable name [TECH-1465] (#231)",
- "onlineManager: make sure to go online when navigator goes online",
- "address pr comments",
- "adjust client time to server timezone when computing date ranges (#165)",
+ "review",
"validation button: disable validation run when offline [TECH-1377] (#178)",
- "highlighted fields performance (#155)",
- "tooltip: show all errors in tooltip",
- "filter-field: hide clear-button when no filter (#222)",
- "file-input: reset lastSyncedValue",
- "filter-field: do not reset highlighted when focused",
- "make bottom bar buttons small [DHIS2-13956]",
- "make useDataValueParams and useApiAttributeParams stable",
- "add missing error-summary file",
- "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)",
- "remove unnecessary clear highlightedfield",
+ "remove custom styles for data details button",
"use-value-store: add optional-chaining for safety",
- "set highlighted field null",
- "init lastSyncedValue, fix file-field",
- "remove 403 as temporal error",
- "refactor validation-tooltip to child of wrapper",
- "error-summary: use yellow800 for icon color",
- "fix disabled cell styling [TECH-1466] (#234)",
- "onlineStatus: sync header-bar status to onlineManager status",
- "or between shortcuts [DHIS2-13955]",
- "use date limit: prevent recomputing on every re-render",
- "use selector to get coc",
- "error-details optional chaining",
- "misc cleanup",
- "reset error when pristine",
- "use highlightedfieldstore",
- "clear highlight when field is umounted",
- "option-set input lastSyncedValue",
- "ensure deepest level is never lower than root level",
+ "handle network-error alert",
+ "update Add limits styling [DHIS2-13958]",
+ "remove unnecessary clear highlightedfield",
+ "add missing files",
+ "true-only checkbox lastSynced comparison",
+ "cleanup on umount only",
+ "manage unsaved comments when moving cells",
"basic information: display client date in tooltip",
+ "stop tooltip flickering [DHIS2-13954]",
+ "highlighted fields performance (#155)",
+ "or between shortcuts [DHIS2-13955]",
+ "fix some crashes",
+ "deps: pin dependencies",
+ "ensure we use a local date string",
+ "persist: persist mutations that are network-errors",
+ "make bottom bar buttons small [DHIS2-13956]",
"inner-wrapper: properly clear error if last-synced",
+ "fix disabled cell styling [TECH-1466] (#234)",
+ "getCellId",
+ "dates: use server time when appropriate",
+ "tooltip: show all errors in tooltip",
+ "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)",
+ "offline-error-types, show alertbar once",
+ "entry-field: cleanup highlighted-field properly",
"print styles [TECH-1312] (#217)",
- "use a stable date string instead of an instable date instance (#201)",
- "fix some crashes",
- "always retry offline-trigger errors",
- "contextual-help: add help-legend for sync-errors",
"remove defaultOnSuccess for queries",
- "bottom-bar: add failed to save summary",
- "deps: update deps",
- "data-workspace: show loader if in flight, regardless of cached data",
- "deps: pin dependencies",
- "preserve input-component format",
- "errors-store: add getNumberOfErrors",
- "update Add limits styling [DHIS2-13958]",
"update useHighlightedField",
- "manage unsaved limits when moving cells",
- "audit history: update processing, clean up [TECH-1281] (#131)",
- "use prefetched units when user org unit is not the highest level",
- "offline-error-types, show alertbar once",
- "minor cleanup",
"error-summary: count errors in selection",
- "add missing files",
- "import locales so app has access to them (#207)",
+ "init lastSyncedValue, fix file-field",
+ "error-summary: use yellow800 for icon color",
+ "ensure deepest level is never lower than root level",
+ "use prefetched units when user org unit is not the highest level",
+ "clear sync-status when value changes (#182)",
+ "manage unsaved comments and limits when moving cells",
+ "ensure offline units are fetched correctly for users deep in the hierarchy (#226)",
"deps: update dependency @dhis2/ui to v8.5.3 (#225)",
- "dates: ensure that server or client time is used when appropriate",
- "dates: use server time when appropriate",
- "fix breaking tests around side bar, basic info and follow up button",
- "tooltip: fix tooltip flickering",
+ "deps: update deps",
+ "adjust client time to server timezone when computing date ranges (#165)",
+ "address pr comments",
+ "update variable name [TECH-1465] (#231)",
+ "audit history: update processing, clean up [TECH-1281] (#131)",
+ "rerun validation on main bar button click",
+ "use zustand store for highlighted-field",
+ "import locales so app has access to them (#207)",
+ "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)",
+ "data-value-set: disable when mutating",
+ "file-input: reset lastSyncedValue",
+ "misc cleanup",
+ "manage unsaved limits when moving cells",
+ "use date limit: prevent recomputing on every re-render",
+ "filter-field: do not reset highlighted when focused",
+ "use highlightedfieldstore",
+ "errors-store: add getNumberOfErrors",
+ "use a stable date string instead of an instable date instance (#201)",
+ "remove 403 as temporal error",
+ "bottom-bar: add failed to save summary",
+ "error-details optional chaining",
+ "move handlerHeaderBarStatus to dataworkspace due to re-render issues",
+ "set highlighted field null",
+ "adjust synced cell style (#199)",
+ "try to use cjs import fetcherror",
"headerbar: use smarter delay for headerbar-status",
- "copy FetchError from data-service",
- "fix temporal error handling",
+ "onlineStatus: sync header-bar status to onlineManager status",
+ "fix breaking tests around side bar, basic info and follow up button",
"use retry to pause mutations",
- "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)",
- "adjust synced cell style (#199)",
- "manage unsaved comments and limits when moving cells",
- "entry-field: cleanup highlighted-field properly",
- "stop tooltip flickering [DHIS2-13954]",
- "handle network-error alert",
- "move handlerHeaderBarStatus to dataworkspace due to re-render issues",
- "clear sync-status when value changes (#182)",
- "rerun validation on main bar button click",
- "true-only checkbox lastSynced comparison",
+ "filter-field: hide clear-button when no filter (#222)",
+ "copy FetchError from data-service",
+ "shouldRollbackError",
+ "section-filter: do not reset highlighted on focus",
+ "clear highlight when field is umounted",
+ "make useDataValueParams and useApiAttributeParams stable",
+ "option-set input lastSyncedValue",
+ "contextual-help: add help-legend for sync-errors",
+ "dates: ensure that server or client time is used when appropriate",
+ "add missing error-summary file",
+ "onlineManager: make sure to go online when navigator goes online",
"translations: sync translations from transifex (development)",
- "set networkmode offlineFirst",
- "cleanup on umount only",
- "remove custom styles for data details button",
- "getCellId",
- "review",
- "always apply long delay when showing/hiding",
+ "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)",
+ "refactor validation-tooltip to child of wrapper",
"global filter field size (#221)",
- "section-filter: do not reset highlighted on focus",
- "use zustand store for highlighted-field",
- "shouldRollbackError",
+ "always apply long delay when showing/hiding",
+ "preserve input-component format",
+ "reset error when pristine",
+ "fix temporal error handling",
+ "always retry offline-trigger errors",
+ "set networkmode offlineFirst",
+ "tooltip: fix tooltip flickering",
+ "minor cleanup",
+ "handle temporal mutation errors (#206)",
+ "allow the webapi to return a single object instead of wrapped array",
"resolveAlertProps",
- "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)",
- "data-value-set: disable when mutating",
- "persist: persist mutations that are network-errors",
- "ensure we use a local date string"
+ "use selector to get coc",
+ "data-workspace: show loader if in flight, regardless of cached data"
],
"Testing": [
- "move query-key test",
- "fix test description",
- "update tests",
+ "add test to getPreFetchedChildren",
"fix tests",
"add authority tests to comment and limit tests",
- "add test to getPreFetchedChildren"
+ "fix test description",
+ "move query-key test",
+ "update tests"
],
"Features": [
- "sync-error: add sync error to field",
- "respect F_DATAVALUE_ADD user authority",
- "headerbar: integrate offline-status message (#233)",
+ "sync error handling (#218)",
+ "client server date: add DRY utils",
"custom forms: notify user about pre-fetching failure",
"notify user about failures of critical requests",
- "sync-errors: add sync-errors store",
+ "headerbar: integrate offline-status message (#233)",
"get current date: set milliseconds to 0",
- "error-indicator: add error indicator",
- "sync error handling (#218)",
+ "sync-errors: add sync-errors store",
+ "respect F_DATAVALUE_ADD user authority",
+ "sync-error: add sync error to field",
"headerbar: integrate offline-status-message",
- "client server date: add DRY utils"
+ "error-indicator: add error indicator"
]
}
},
@@ -868,9 +868,9 @@
},
"v100.0.2": {
"Bug Fixes": [
+ "updated cypress fixtures [DHIS2-14061]",
"always use outputIdScheme=UID [DHIS2-14061]",
- "always use outputIdScheme=UID for data preview [DHIS2-14061]",
- "updated cypress fixtures [DHIS2-14061]"
+ "always use outputIdScheme=UID for data preview [DHIS2-14061]"
]
},
"v100.0.1": {
@@ -882,9 +882,9 @@
"data-visualizer-app": {
"v100.3.1": {
"Bug Fixes": [
- "color set update (DHIS2-16108) (#2906)",
+ "v100.3.1",
"legend sets fail to load in table with data dimension in the row (DHIS2-12830) (#2753)",
- "v100.3.1"
+ "color set update (DHIS2-16108) (#2906)"
]
},
"v100.3.0": {
@@ -892,49 +892,49 @@
"send test results to report portal dashboard"
],
"Bug Fixes": [
- "only update interpretations list when in DOM",
+ "visualization deleted when saving it after copy DHIS2-15722 (#2778)",
"prevent state update when modal is closing",
- "translate dimension labels in PT DHIS2-15750 (#2783)",
"limit max value shifts to min value fields in PT (DHIS2-10235) (#2756)",
- "allow closing the interpretations modal when accessed via URL (DHIS2-15721) (#2748)",
- "visualization deleted when saving it after copy DHIS2-15722 (#2778)",
- "disable Save when vis not in unsaved/dirty state DHIS2-15373 (#2758)",
+ "translate dimension labels in PT DHIS2-15750 (#2783)",
"change legend type description to fit SV (DHIS2-15120) (#2757)",
- "translations: sync translations from transifex (dev)"
+ "disable Save when vis not in unsaved/dirty state DHIS2-15373 (#2758)",
+ "translations: sync translations from transifex (dev)",
+ "allow closing the interpretations modal when accessed via URL (DHIS2-15721) (#2748)",
+ "only update interpretations list when in DOM"
],
"Features": [
- "100.3.0",
- "deps: bump analytics to latest to benefit from fixes and features (#2886)"
+ "deps: bump analytics to latest to benefit from fixes and features (#2886)",
+ "100.3.0"
]
},
"v100.2.0": {
"Features": [
+ "100.2.0 (#2741)",
+ "use hover menu components from analytics for options menu",
"update download menu to use hovermenu components from analytics",
"use UpdateButton and HoverMenubar from analytics",
- "100.2.0 (#2741)",
- "use interpretations button from analytics",
"use Toolbar and ToolbarSidebar from analytics (#2358)",
- "use hover menu components from analytics for options menu"
+ "use interpretations button from analytics"
],
"Testing": [
"extend timeout after delete has been triggered (#2499)",
- "prevent test names from being dynamic (#2576)",
"more tests for custom calculations (DHIS2-13871) (#2287)",
- "add Cypress tests for SV icon (DHIS2-10496) (#2372)",
+ "prevent test names from being dynamic (#2576)",
"comment out icon tests for currently unsupported types",
+ "add Cypress tests for SV icon (DHIS2-10496) (#2372)",
"rename AO-title to titlebar (DHIS2-15063) (#2435)",
"skip legend test while data element icons are unsupported"
],
"Bug Fixes": [
- "tweak viz type selector styles to match toolbar",
"observe size changes for legend positioning",
- "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`",
- "inject style in props passed to VisualizationPlugin (DHIS2-15126) (#2322)",
"adjust data test name",
- "adjust e2e element slectors",
"adjust closeFileMenuWithClick command",
+ "adjust e2e element slectors",
"translations: sync translations from transifex (dev)",
- "remove divider from plain data source submenu"
+ "inject style in props passed to VisualizationPlugin (DHIS2-15126) (#2322)",
+ "remove divider from plain data source submenu",
+ "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`",
+ "tweak viz type selector styles to match toolbar"
]
},
"v100.1.4": {
@@ -943,17 +943,17 @@
"extend timeout for loading visualizations (#2368)"
],
"Bug Fixes": [
- "image paths and apply d2 style",
- "translations: sync translations from transifex (dev)"
+ "translations: sync translations from transifex (dev)",
+ "image paths and apply d2 style"
]
},
"v100.1.3": {
"Bug Fixes": [
- "case E7113 throws same msg as E7114 (#2278)",
- "v100.1.1",
"deps: platform deps for login redirect [DHIS2-15319] (#2300)",
+ "v100.1.1",
+ "single value size and position issues (analytics@25.1.10) (#2359)",
"bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#2285)",
- "single value size and position issues (analytics@25.1.10) (#2359)"
+ "case E7113 throws same msg as E7114 (#2278)"
]
},
"v100.1.2": {
@@ -968,33 +968,33 @@
},
"v100.1.0": {
"Features": [
- "custom calculations (DHIS2-13871) (#2232)",
- "plugin: send installation status [DHIS2-15097] (#2273)",
- "single value background color change based upon legend (DHIS2-13702) (#2223)",
+ "100.1.0 (#2286)",
"implement data icon option for SV visualization (DHIS2-10496) (#2236)",
+ "single value background color change based upon legend (DHIS2-13702) (#2223)",
+ "custom calculations (DHIS2-13871) (#2232)",
"support non-gregorian fixed periods (#2233)",
- "100.1.0 (#2286)"
+ "plugin: send installation status [DHIS2-15097] (#2273)"
],
"Testing": [
- "add extended timeout for file open modal (#2284)",
- "fix test failing due to change in single value behaviour"
+ "fix test failing due to change in single value behaviour",
+ "add extended timeout for file open modal (#2284)"
],
"Bug Fixes": [
- "plugin sends installation status (#2277)",
- "hide icon from visualization when option is toggled",
- "set height on chart container when not defined (#2246) (#2250)",
- "fetch data element icon and pass it in extraOptions",
+ "update cli-app-scripts and analytics (#2247)",
+ "remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)",
+ "update cli-app-scripts and analytics deps",
"remove old i18n initialisation (#2241)",
- "inject CSS UI variables in plugin (#2270)",
"deps: bump cli-app-scripts for precaching improvement",
- "update cli-app-scripts and analytics (#2247)",
+ "nightly workflow has to run on default branch which is currently dev (#2269)",
+ "set height on chart container when not defined (#2246) (#2250)",
+ "fetch data element icon and pass it in extraOptions",
+ "plugin sends installation status (#2277)",
+ "target window.parent for postRobot communication (#2256)",
"do not pass a boolean for icons when saving",
"dependency updates (#2243)",
"translations: sync translations from transifex (master) (#2192)",
- "remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)",
- "target window.parent for postRobot communication (#2256)",
- "nightly workflow has to run on default branch which is currently dev (#2269)",
- "update cli-app-scripts and analytics deps"
+ "hide icon from visualization when option is toggled",
+ "inject CSS UI variables in plugin (#2270)"
]
},
"v100.0.3": {
@@ -1037,18 +1037,18 @@
"distinguish non-existent repetitions from empty values in line lists (DHIS2-15767) (#427)"
],
"Bug Fixes": [
- "add tooltip to undefined cells",
- "change background image for undefined cell",
"return empty value for undefined boolean cells",
- "always display 'no event' for enrollment",
- "add custom styling to undefined cells",
+ "update color according to spec change",
"remove background color for undefined cell",
- "update color according to spec change"
+ "add custom styling to undefined cells",
+ "change background image for undefined cell",
+ "always display 'no event' for enrollment",
+ "add tooltip to undefined cells"
],
"Testing": [
- "change tooltip label",
"add tests for undefined values",
- "change test cell to match test.e2e data"
+ "change test cell to match test.e2e data",
+ "change tooltip label"
]
},
"v100.10.6": {
@@ -1058,12 +1058,12 @@
},
"v100.10.5": {
"Bug Fixes": [
+ "update optionSet options metadata on selection in the modal",
"store metadata for option set options on load (DHIS2-16181)",
+ "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",
- "handle options with non-unique codes across optionsets (DHIS2-15771) (#426)",
"replace id with uid after backend adjusted the response",
- "update optionSet options metadata on selection in the modal",
"lookup option set options labels correctly DHIS2-15771"
],
"Testing": [
@@ -1078,13 +1078,13 @@
},
"v100.10.3": {
"Bug Fixes": [
- "ensure `loading` remains `false` when lazy loading additional items",
- "ensure scrollbox actually scrolls instead of the container",
- "return `fetching` from useProgramDataDimensions for lazy loading",
- "increment based on correct property `pager.page` not `data.page`",
"make scrollbox scrollable without fixed height",
- "ensure variable names matches function argument",
- "your- and program-dimensions list lazy loading (#453)"
+ "your- and program-dimensions list lazy loading (#453)",
+ "increment based on correct property `pager.page` not `data.page`",
+ "return `fetching` from useProgramDataDimensions for lazy loading",
+ "ensure scrollbox actually scrolls instead of the container",
+ "ensure `loading` remains `false` when lazy loading additional items",
+ "ensure variable names matches function argument"
]
},
"v100.10.2": {
@@ -1094,11 +1094,11 @@
},
"v100.10.1": {
"Bug Fixes": [
+ "various hackathon issues",
+ "correctly center the table spinner (DHIS2-13947, DHIS2-13946)",
"upgrade @dhis2/analytics to latest",
- "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)",
- "various hackathon issues"
+ "allow opening interpretations for AOs without a time dimension (DHIS2-15781)"
]
},
"v100.10.0": {
@@ -1121,12 +1121,12 @@
},
"v100.9.3": {
"Bug Fixes": [
- "translations: sync translations from transifex (master)",
- "bump min width for less concise locales",
- "ensure pagination max-width is correct in interpretations modal (#434)",
- "upgrade @dhis2/ui to get spacing between pagination elements",
"implement min width on pagination container so dropdowns fit",
+ "ensure pagination max-width is correct in interpretations modal (#434)",
+ "bump min width for less concise locales",
+ "translations: sync translations from transifex (master)",
"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)"
]
},
@@ -1142,31 +1142,31 @@
},
"v100.9.0": {
"Features": [
- "add HoverMenuBar",
+ "toolbar UI update (DHIS2-15167) (#368)",
+ "add update button",
+ "add menu and menu items WIP",
"add disabled state to view menu",
+ "implement download menu that can be hovered or clicked",
+ "add HoverMenuBar",
+ "add InterpretationsAndDetailsToggler",
"let download menu be clickable or hoverable",
+ "hoverable options menu",
"add app logo",
- "add InterpretationsAndDetailsToggler",
- "migrate download menu wip",
- "toolbar UI update (DHIS2-15167) (#368)",
"port file-menu to new hoverable menubar",
"migrate view-menu",
- "hoverable options menu",
- "add update button",
- "add menu and menu items WIP",
- "implement download menu that can be hovered or clicked"
+ "migrate download menu wip"
],
"Bug Fixes": [
"remove unused import",
- "trigger toggleSubMenu when on items without children so it closes",
+ "upgrade @dhis2/ui to get consistent menu section header styles",
"let dropdown render children directly in popper",
"adjust import name",
- "wrap action call in useCallback",
- "adjust height to 32 px",
- "ensure `MenuSectionHeader` is `dense` when in the `HoverMenuBar`",
- "upgrade @dhis2/ui to get consistent menu section header styles",
+ "ensure flexbox children consume full height",
"push app name 1px down to improve visual alignment",
- "ensure flexbox children consume full height"
+ "ensure `MenuSectionHeader` is `dense` when in the `HoverMenuBar`",
+ "adjust height to 32 px",
+ "wrap action call in useCallback",
+ "trigger toggleSubMenu when on items without children so it closes"
]
},
"v100.8.2": {
@@ -1181,21 +1181,21 @@
},
"v100.8.0": {
"Testing": [
+ "improve period click targeting",
"rename visualization-title to titlebar (DHIS2-15063) (#384)",
- "add ou instead of pe",
- "remove intercept evaluation that is suddenly failing",
"update download and filemenu tests to reflect pe being optional",
+ "update the error message for 2.38",
+ "remove special handling for 38",
+ "add ou instead of pe",
"remove unused imports",
- "improve period click targeting",
"add special handling for 2.38",
- "remove special handling for 38",
- "update the error message for 2.38"
+ "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",
- "allow 1 retry on CI"
+ "allow developers to choose cy.open browser environment themselves"
],
"Features": [
"remove period validation (DHIS2-15015) (#381)"
@@ -1208,8 +1208,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": {
@@ -1230,33 +1230,33 @@
"v100.7.0": {
"Features": [
"separate state for hidden layout and sidebar",
+ "toggle panel visibility when clicking the fullscreen button",
"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)",
- "toggle panel visibility when clicking the fullscreen button",
- "allow toggling individual panels from menu bar"
+ "allow toggling individual panels from menu bar",
+ "add view menu"
],
"Bug Fixes": [
- "subscribe to correct hidden state in the viz type selector",
+ "make button square",
"disable interpretations view menu when no AO is loaded",
- "initialise hidden panel state and remove fallbacks from selectors",
"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",
+ "tweak fullscreen toggle tooltip text",
+ "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 tests for ou hierarchy (untested due to instances being down)",
"add version toggle for 2.40",
- "ou hierarchy tests (DHIS2-2367) (#353)"
+ "ou hierarchy tests (DHIS2-2367) (#353)",
+ "readd the skip as the bug is still present",
+ "unskip old test that should work now"
],
"Bug Fixes": [
"bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#352)"
@@ -1269,83 +1269,83 @@
},
"v100.6.0": {
"Features": [
- "use request options",
"v100.6.0 (#347)",
+ "use request options",
"use 'ounamehierarchy' header for ou when showing hierarchy (#328)",
"add ou hierarchy to options (DHIS2-2367) (#329)",
- "add ou hierarchy option",
- "plugin: send installation status [DHIS2-15097] (#346)"
+ "plugin: send installation status [DHIS2-15097] (#346)",
+ "add ou hierarchy option"
],
"Bug Fixes": [
"update cli-app-scripts and analytics (#337)",
- "restore the baseurl",
+ "the base url is not needed",
+ "data from repeatable events shows name of DE instead of blank cell (DHIS2-15026) (#340)",
+ "target window.parent for postRobot communication (#342)",
+ "deps: bump cli-app-scripts for precaching improvement",
"add README badge for release workflow",
- "update cli-app-scripts for HeaderBar fixes",
- "update deps (#332)",
"detect instance connection status instead of online status",
- "deps: bump cli-app-scripts for precaching improvement",
"update normal display density padding",
- "target window.parent for postRobot communication (#342)",
- "data from repeatable events shows name of DE instead of blank cell (DHIS2-15026) (#340)",
- "the base url is not needed"
+ "update deps (#332)",
+ "restore the baseurl",
+ "update cli-app-scripts for HeaderBar fixes"
],
"Testing": [
- "consolidate option set tests for all versions",
"consolidate 2.39 and 2.40 tests for table.cy.js",
"sort backend result before evaluating (#336)",
- "add EXTENDED_TIMEOUT to all references of program-dimensions-list (#339)",
+ "fix flaky and outdated tests (#333)",
"verify that the request url is correct for flaky test",
- "update density test (#331)",
- "fix flaky and outdated tests (#333)"
+ "add EXTENDED_TIMEOUT to all references of program-dimensions-list (#339)",
+ "consolidate option set tests for all versions",
+ "update density test (#331)"
]
}
},
"maps-app": {
"v100.2.2": {
"Bug Fixes": [
- "do not show geojson or arcgis layers since they are not supported yet (#3036)",
- "do not show unsupported geojson or arcgis external layers (#3036)"
+ "do not show unsupported geojson or arcgis external layers (#3036)",
+ "do not show geojson or arcgis layers since they are not supported yet (#3036)"
]
},
"v100.2.1": {
"Bug Fixes": [
- "sorting of layers by drag and drop was not working [DHIS2-16024] (#3021)",
"ensure layer type is supported and remove the unsupported Google basemaps",
"external layers were getting an endless spinner when being added to map [DHIS2-16078] (#3023)",
- "external basemaps were not showing [DHIS2-15953] (#3017)",
+ "translations: sync translations from transifex (dev)",
+ "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 basemaps were not showing [DHIS2-15953] (#3017)"
]
},
"v100.2.0": {
"Features": [
- "merge to master Sept 27",
- "upgrade toolbar (DHIS2-15667) (#2936)"
+ "upgrade toolbar (DHIS2-15667) (#2936)",
+ "merge to master Sept 27"
],
"Bug Fixes": [
- "accept both lowercase and camelCase interpretationId in url(#2937)",
- "translations: sync translations from transifex (dev)"
+ "translations: sync translations from transifex (dev)",
+ "accept both lowercase and camelCase interpretationId in url(#2937)"
]
},
"v100.1.7": {
"Bug Fixes": [
- "hide see position from context meny for split view maps",
- "post a data statistics view when map is open or saved (#2951)",
- "set default basemap for interpretation map (DHIS2-15788) (#2944)",
- "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)",
- "show warning if event filter is not supported (#2952)",
+ "set default basemap for interpretation map (DHIS2-15788) (#2944)",
"use programIndicators endpoint respecting sharing settings (#2950)",
- "draw layers with opacity (#2948)"
+ "hide see position from context meny for split view maps",
+ "use display name for data sets (#2947)",
+ "post a data statistics view when map is open or saved (#2951)",
+ "show warning if event filter is not supported (#2952)"
]
},
"v100.1.6": {
"Bug Fixes": [
- "upgrade landcover dataset (#2732)",
"set period for each split view map (#2721)",
+ "translations: sync translations from transifex (dev)",
"Set rendering strategy to single if not relative period (#2703)",
"keep layer visibility when period is changed (#2705)",
- "translations: sync translations from transifex (dev)"
+ "upgrade landcover dataset (#2732)"
]
},
"v100.1.5": {