diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..7ec1603e8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,147 @@ +# [32.1.0](https://github.com/dhis2/maintenance-app/compare/v32.0.0...v32.1.0) (2020-12-01) + + +### Bug Fixes + +* **catcombo-select:** use option-model instead of id-object if default ([#1361](https://github.com/dhis2/maintenance-app/issues/1361)) ([d10e1d5](https://github.com/dhis2/maintenance-app/commit/d10e1d59c55ce9175dc3796313580d257da55e74)) +* **ckeditor:** fire onEditorChange in source-mode ([#711](https://github.com/dhis2/maintenance-app/issues/711)) ([ec219f5](https://github.com/dhis2/maintenance-app/commit/ec219f58abb66b51f9cd0f03471787712124d572)) +* **clone:** return model when adding analyticsboundaries ([#598](https://github.com/dhis2/maintenance-app/issues/598)) ([8e4b428](https://github.com/dhis2/maintenance-app/commit/8e4b428a5af82a16f7eac660871b85eb73d3210d)) +* **configurableColumns:** fix vertical overflow ([#1048](https://github.com/dhis2/maintenance-app/issues/1048)) ([efefeb1](https://github.com/dhis2/maintenance-app/commit/efefeb18bce0318b0d174cc95a980584ce02411f)) +* **data assignment table:** make width of cells dynamic & enable word break ([#671](https://github.com/dhis2/maintenance-app/issues/671)) ([92eca08](https://github.com/dhis2/maintenance-app/commit/92eca084bfeb3dea78d045ddc7c2992333dfcff7)) +* **data-entry-form:** fix deletion of custom data entry form ([#1540](https://github.com/dhis2/maintenance-app/issues/1540)) ([00abc6a](https://github.com/dhis2/maintenance-app/commit/00abc6a4dc9b024476fc20b3aebeb0fdff1a6081)) +* **data-entry-form:** regression for programStageDataElement removal ([#1119](https://github.com/dhis2/maintenance-app/issues/1119)) ([488ba70](https://github.com/dhis2/maintenance-app/commit/488ba70c776c3c930841ce6fe63511c0af1f58da)) +* **data-entry-form:** remove DataElement from sections when removed from stage ([#1072](https://github.com/dhis2/maintenance-app/issues/1072)) ([eb668b9](https://github.com/dhis2/maintenance-app/commit/eb668b94ccfc9ce054e7527d5962ed1472cd975b)) +* **dataentryform:** allow input fields that are not elements or attributes ([#610](https://github.com/dhis2/maintenance-app/issues/610)) ([06338df](https://github.com/dhis2/maintenance-app/commit/06338df45272cade621340e8b5ef50acb0668f64)) +* **dataset:** fetch cat-combo name ([#1359](https://github.com/dhis2/maintenance-app/issues/1359)) ([2d104f9](https://github.com/dhis2/maintenance-app/commit/2d104f947fa61a03e8c0e9b151119d85ab3916e0)) +* **doclink:** update doclink url ([#703](https://github.com/dhis2/maintenance-app/issues/703)) ([964ddc1](https://github.com/dhis2/maintenance-app/commit/964ddc1a5c0682cc928eeb1e370d7748e2fa312a)) +* **expression validation:** translate message when endpoint responds with 500 ([#705](https://github.com/dhis2/maintenance-app/issues/705)) ([3173c25](https://github.com/dhis2/maintenance-app/commit/3173c25745bba4ad8773623f707f48e8011fa5e5)) +* **indicator group set:** add code field ([#614](https://github.com/dhis2/maintenance-app/issues/614)) ([520f96b](https://github.com/dhis2/maintenance-app/commit/520f96b27be2ecc7e2077ea4e163da9717a05863)) +* **optionset:** reset changedOriginalFieldValues when model changes ([#611](https://github.com/dhis2/maintenance-app/issues/611)) ([47e91fc](https://github.com/dhis2/maintenance-app/commit/47e91fc7de597eab8e200ce47107d30b0da6508e)), closes [#599](https://github.com/dhis2/maintenance-app/issues/599) +* **predictor:** show missing-value-strategy dropdown in generator dialog ([#941](https://github.com/dhis2/maintenance-app/issues/941)) ([a529c1b](https://github.com/dhis2/maintenance-app/commit/a529c1b6722bcef1156fbdd4ebd62f3d33eeafee)) +* **predictor:** switch to new endpoint for skip test expression ([#1007](https://github.com/dhis2/maintenance-app/issues/1007)) ([65c73cb](https://github.com/dhis2/maintenance-app/commit/65c73cb1902b802e73736e0e19f4a6c56ef2cea6)) +* **predictors:** set unique: false to prevent async validation ([#1014](https://github.com/dhis2/maintenance-app/issues/1014)) ([44642b0](https://github.com/dhis2/maintenance-app/commit/44642b0a27dbe7ae8ace5c128386678f894e7fc5)) +* **program:** only populate with TET attributes on CREATE, not EDIT ([#694](https://github.com/dhis2/maintenance-app/issues/694)) ([fcf0d9e](https://github.com/dhis2/maintenance-app/commit/fcf0d9e7fdafd98268b976d3d0bdd9b206d26398)) +* **program data entry form:** ignore CKEditor in basic & section tabs ([#712](https://github.com/dhis2/maintenance-app/issues/712)) (DHIS2-7301) ([e0fd332](https://github.com/dhis2/maintenance-app/commit/e0fd3324e9b71e67c5d684d23bd6312fb46dbad0)) +* **program data entry form:** rename wrongly passed prop ([#728](https://github.com/dhis2/maintenance-app/issues/728)) ([836bba0](https://github.com/dhis2/maintenance-app/commit/836bba0c6dc20bf5925e23f323623f94a51aeb0c)) +* **program form:** show names of missing inputs in snackbar ([#647](https://github.com/dhis2/maintenance-app/issues/647)) ([0463d33](https://github.com/dhis2/maintenance-app/commit/0463d335c94414e1521c6485693edda8e711abf6)) +* **program stage:** allow data elements of type email too ([#1003](https://github.com/dhis2/maintenance-app/issues/1003)) ([1eb424b](https://github.com/dhis2/maintenance-app/commit/1eb424bf5b77466d33bbfc6e1bb72220a70b7633)) +* **program stage:** change wording of save btn indicating that nothing is saved ([#674](https://github.com/dhis2/maintenance-app/issues/674)) ([e2309d7](https://github.com/dhis2/maintenance-app/commit/e2309d74a97af1fd07e34308089786876a846b8c)) +* **program-rulee-action:** remove date-to-send-message field ([#1054](https://github.com/dhis2/maintenance-app/issues/1054)) ([3f01621](https://github.com/dhis2/maintenance-app/commit/3f0162184325adc2ebe4e10b0ae7add4eca1b4e2)) +* **program-stage-section:** fix pss displayName ([#1421](https://github.com/dhis2/maintenance-app/issues/1421)) ([b00aabf](https://github.com/dhis2/maintenance-app/commit/b00aabf075533e5a94b4f7a3fc03eee94be4035f)) +* **programrule:** fix validation ([#1367](https://github.com/dhis2/maintenance-app/issues/1367)) ([fc1b49d](https://github.com/dhis2/maintenance-app/commit/fc1b49d9a29846e5d4773dc43f8160958feb4302)) +* **programrule:** initial values when rendering programstagefield ([#608](https://github.com/dhis2/maintenance-app/issues/608)) ([20d6f84](https://github.com/dhis2/maintenance-app/commit/20d6f84aae32c71be86c3ee2cc0f87506214458f)) +* **programrule:** prevent rendering programstagelist before program is selected ([#616](https://github.com/dhis2/maintenance-app/issues/616)) ([6a3fb30](https://github.com/dhis2/maintenance-app/commit/6a3fb30560193936ee147a0b92db67bc97c56573)) +* **programrule:** show error ([#1422](https://github.com/dhis2/maintenance-app/issues/1422)) ([4bb0a31](https://github.com/dhis2/maintenance-app/commit/4bb0a3130b42187aff93d6486f042c6d5ad9da6f)) +* **programs:** private program creation ([#1479](https://github.com/dhis2/maintenance-app/issues/1479)) ([e272e70](https://github.com/dhis2/maintenance-app/commit/e272e7097f7d130f40109acd855d38c436401377)) +* **programstage:** fetch attributeValues for programStage ([#738](https://github.com/dhis2/maintenance-app/issues/738)) ([7520a1f](https://github.com/dhis2/maintenance-app/commit/7520a1f7332897d3b2de3178a6602384a3077ec3)) +* **tracker event form:** check for empty required fields on submit ([8341801](https://github.com/dhis2/maintenance-app/commit/8341801ddae1be40888af7347cbc9aee33432cb3)) +* **translation:** add description to translatable properties for program ([#601](https://github.com/dhis2/maintenance-app/issues/601)) ([e5f32f2](https://github.com/dhis2/maintenance-app/commit/e5f32f279289eb5eb44337d26e2f492fb5e61a8f)) +* **translation:** fix typo in program forms help text ([#1199](https://github.com/dhis2/maintenance-app/issues/1199)) ([52faa7c](https://github.com/dhis2/maintenance-app/commit/52faa7cbe72e9d105ae346936629fb58169e7bc4)) +* **translations:** sync translations from transifex (master) ([c78b0e0](https://github.com/dhis2/maintenance-app/commit/c78b0e04053e156cc6b2c10039ccfa8d19c05be5)) +* **translations:** sync translations from transifex (master) ([d90ea4e](https://github.com/dhis2/maintenance-app/commit/d90ea4e6217259fa786b331c90256e3e54228184)) +* **translations:** sync translations from transifex (master) ([87289bb](https://github.com/dhis2/maintenance-app/commit/87289bbb12bc49741cd969926af35ef2e04f99af)) +* **translations:** sync translations from transifex (master) ([bea658a](https://github.com/dhis2/maintenance-app/commit/bea658a1767bca6d2ed207a4fd8fc78455d72218)) +* **translations:** sync translations from transifex (master) ([eb43b38](https://github.com/dhis2/maintenance-app/commit/eb43b383eb72ea8ff2874a8abe6c82d96d81e1af)) +* **translations:** sync translations from transifex (master) ([51e0556](https://github.com/dhis2/maintenance-app/commit/51e0556bee578e8bf710a5c25e073084a2b06fb1)) +* **translations:** sync translations from transifex (master) ([42523e8](https://github.com/dhis2/maintenance-app/commit/42523e865abd65932109454251911f928640105a)) +* **translations:** sync translations from transifex (master) ([98f104e](https://github.com/dhis2/maintenance-app/commit/98f104e1bfa578d39958c16c0870d2b243469c8b)) +* **translations:** sync translations from transifex (master) ([8ff990d](https://github.com/dhis2/maintenance-app/commit/8ff990d7765f66b6a4afe25afd9592c881e4c85c)) +* **translations:** sync translations from transifex (master) ([8ad4bfd](https://github.com/dhis2/maintenance-app/commit/8ad4bfd4cc0529e6267f21ef3d04e27f084e7f0b)) +* **translations:** sync translations from transifex (master) ([09fff9a](https://github.com/dhis2/maintenance-app/commit/09fff9a436d80b19697b9e9a2160c932475f5999)) +* **translations:** sync translations from transifex (master) ([57fc2a1](https://github.com/dhis2/maintenance-app/commit/57fc2a177534eaaae3f4c4f2681916229f0451ee)) +* **translations:** sync translations from transifex (master) ([49d86e8](https://github.com/dhis2/maintenance-app/commit/49d86e858413ba4dbeca6010b7670bf4330faf9a)) +* **translations:** sync translations from transifex (master) ([a6c716f](https://github.com/dhis2/maintenance-app/commit/a6c716f7566ba4f882d81097367f48fcab40ea18)) +* **translations:** sync translations from transifex (master) ([7cc028a](https://github.com/dhis2/maintenance-app/commit/7cc028a5efa87e80975e4dc1f2f17b11e1e9cfc6)) +* **translations:** sync translations from transifex (master) ([f6797fe](https://github.com/dhis2/maintenance-app/commit/f6797fed4246b03ea5e40c9abb9720dd8a126534)) +* **translations:** sync translations from transifex (master) ([ec09b1e](https://github.com/dhis2/maintenance-app/commit/ec09b1e8898c33dc0ae2194ce6897637c0313175)) +* **translations:** sync translations from transifex (master) ([27d4e5f](https://github.com/dhis2/maintenance-app/commit/27d4e5f36535e7d28d689156a4cd749fbcf772f8)) +* **translations:** sync translations from transifex (master) ([7225544](https://github.com/dhis2/maintenance-app/commit/722554403c84dde627d621c074b80d0c00432fca)) +* **translations:** sync translations from transifex (master) ([242d54d](https://github.com/dhis2/maintenance-app/commit/242d54d39003ae60158b1329d1fbdb0dfe21fbc5)) +* **translations:** sync translations from transifex (master) ([37f53ac](https://github.com/dhis2/maintenance-app/commit/37f53ac7eedaba6deec2bbb660acc3e78ed81997)) +* **translations:** sync translations from transifex (master) ([04b2009](https://github.com/dhis2/maintenance-app/commit/04b2009ef088f16d174f5810fa0b41198aebf094)) +* **translations:** sync translations from transifex (master) ([259e9d8](https://github.com/dhis2/maintenance-app/commit/259e9d8d136aac2d4e6bf29c937b2ab43d4c8467)) +* **translations:** sync translations from transifex (master) ([92cb090](https://github.com/dhis2/maintenance-app/commit/92cb090a6ffb8e09f652ebf1131d1da136cbe97b)) +* **translations:** sync translations from transifex (master) ([b0f88d9](https://github.com/dhis2/maintenance-app/commit/b0f88d9fe8a4fa5904d214fb903979912ded5c54)) +* **translations:** sync translations from transifex (master) ([9ce93b8](https://github.com/dhis2/maintenance-app/commit/9ce93b83bef4fc8d35dfc7bad7e6023b510efab7)) +* **translations:** sync translations from transifex (master) ([af3c52b](https://github.com/dhis2/maintenance-app/commit/af3c52b7c7b63950edcfa0e5aeb40929c3413879)) +* **translations:** sync translations from transifex (master) ([7e3d578](https://github.com/dhis2/maintenance-app/commit/7e3d578a2cb4dc826ba8190dd4b2d1e166d6216a)) +* **translations:** sync translations from transifex (master) ([6cbbabd](https://github.com/dhis2/maintenance-app/commit/6cbbabdce96e0f7f53965d84d8e93c946d4f8c17)) +* **translations:** sync translations from transifex (master) ([b1f95f0](https://github.com/dhis2/maintenance-app/commit/b1f95f0a9a7817f85cb3783ed2abc5e49736fd8d)) +* **translations:** sync translations from transifex (master) ([108617a](https://github.com/dhis2/maintenance-app/commit/108617aee6c86cb97b8f8554be540977abd62087)) +* **translations:** sync translations from transifex (master) ([99e8fbe](https://github.com/dhis2/maintenance-app/commit/99e8fbedbc5815059ad49275012510d6c4dcb84a)) +* **translations:** sync translations from transifex (master) ([520eba9](https://github.com/dhis2/maintenance-app/commit/520eba9365781c2d4da7606306ad2ca6c76d4759)) +* **translations:** sync translations from transifex (master) ([089fe24](https://github.com/dhis2/maintenance-app/commit/089fe24d732b26794de439afcafe3aa6a22fe09a)) +* **translations:** sync translations from transifex (master) ([33da7a0](https://github.com/dhis2/maintenance-app/commit/33da7a0425e8619a562e7ac732b2f250332dbef1)) +* **translations:** sync translations from transifex (master) ([2331ff4](https://github.com/dhis2/maintenance-app/commit/2331ff4b9121b65621cd26715677407731a9b00e)) +* **translations:** sync translations from transifex (master) ([142bc66](https://github.com/dhis2/maintenance-app/commit/142bc6614db796099cda835223a9de10ae9601ed)) +* **translations:** sync translations from transifex (master) ([db69661](https://github.com/dhis2/maintenance-app/commit/db69661e0e44f2dae2d6966dcb17c36fe0b07785)) +* **translations:** sync translations from transifex (master) ([6f0e9d3](https://github.com/dhis2/maintenance-app/commit/6f0e9d3940163bd1c668edbff6411e6518c9ffa8)) +* **translations:** sync translations from transifex (master) ([7ba5695](https://github.com/dhis2/maintenance-app/commit/7ba56958f458770cde533f46582da5bf5b7aeab0)) +* **translations:** sync translations from transifex (master) ([7e4e52d](https://github.com/dhis2/maintenance-app/commit/7e4e52df01c8f2a3cee1a870f8dc70e3eaefc950)) +* **translations:** sync translations from transifex (master) ([96dd1df](https://github.com/dhis2/maintenance-app/commit/96dd1dffcb493d0729d9cdba5ec94ab1640505c4)) +* **translations:** sync translations from transifex (master) ([bdd1eaf](https://github.com/dhis2/maintenance-app/commit/bdd1eaf4e4e67da811a066abb86256c9fe3b6334)) +* **translations:** sync translations from transifex (master) ([cb6ef84](https://github.com/dhis2/maintenance-app/commit/cb6ef84d48d22c27e190498f6f8f0a7a257db4f6)) +* **translations:** sync translations from transifex (master) ([51d4097](https://github.com/dhis2/maintenance-app/commit/51d409726c5a762d8484cac0316582291351f7d0)) +* **translations:** sync translations from transifex (master) ([3c80063](https://github.com/dhis2/maintenance-app/commit/3c80063949574a72c02db5b13f369533691be402)) +* **translations:** sync translations from transifex (master) ([f8de517](https://github.com/dhis2/maintenance-app/commit/f8de5178aeec68c0d8beea96057e08aa641cdfbc)) +* **translations:** sync translations from transifex (master) ([341207e](https://github.com/dhis2/maintenance-app/commit/341207e137ea6a8c0816bda59ea705b635c5d6c2)) +* **translations:** sync translations from transifex (master) ([28235e7](https://github.com/dhis2/maintenance-app/commit/28235e73e9af7100518826688b7cbb57832b07a2)) +* **translations:** sync translations from transifex (master) ([9ad9f80](https://github.com/dhis2/maintenance-app/commit/9ad9f8086b990fbb0ec86e906b62669f72973d94)) +* **translations:** sync translations from transifex (master) ([06bb359](https://github.com/dhis2/maintenance-app/commit/06bb359571a5929d7f0541f4fc492dc11a917d2a)) +* **translations:** sync translations from transifex (master) ([540fc9f](https://github.com/dhis2/maintenance-app/commit/540fc9f283c12413524a5c05146013f244425b16)) +* **translations:** sync translations from transifex (master) ([da1036c](https://github.com/dhis2/maintenance-app/commit/da1036cf400a4022bf3c8833b2865a618dfedcb5)) +* **translations:** sync translations from transifex (master) ([cf9c8ab](https://github.com/dhis2/maintenance-app/commit/cf9c8ab0b49354cfd31574ff78618bdadd4a66b8)) +* **translations:** sync translations from transifex (master) ([c159f81](https://github.com/dhis2/maintenance-app/commit/c159f81df03daf7c1190a6576e8112162b8b0d6d)) +* **translations:** sync translations from transifex (master) ([0a4006c](https://github.com/dhis2/maintenance-app/commit/0a4006c8b50d609a4f71dd0721e9334e877ac6bf)) +* **translations:** sync translations from transifex (master) ([543a9ef](https://github.com/dhis2/maintenance-app/commit/543a9ef946ca78fede7fcc5e032e1fca7df64799)) +* **translations:** sync translations from transifex (master) ([da74bc4](https://github.com/dhis2/maintenance-app/commit/da74bc4712bb777887acc009757265828e3c728d)) +* **translations:** sync translations from transifex (master) ([ec16f7a](https://github.com/dhis2/maintenance-app/commit/ec16f7a2ecefd0fce3abb99dac767a96f38929ca)) +* **translations:** sync translations from transifex (master) ([2e474de](https://github.com/dhis2/maintenance-app/commit/2e474defefa447fd62bdb0e60a17a38c33533d4f)) +* **translations:** sync translations from transifex (master) ([e188a97](https://github.com/dhis2/maintenance-app/commit/e188a971e9fbfa139f07abddb72b78f9606bba51)) +* **translations:** sync translations from transifex (master) ([62b698c](https://github.com/dhis2/maintenance-app/commit/62b698ce4df2e16b5600fa9ab95b94895a604a4c)) +* **translations:** sync translations from transifex (master) ([4383360](https://github.com/dhis2/maintenance-app/commit/4383360e053bfc0a9bd6c299fc96df1dd9cb3ae3)) +* **translations:** sync translations from transifex (master) ([016e539](https://github.com/dhis2/maintenance-app/commit/016e5392c8f9953439065f3b42e8eab063c5c4af)) +* **translations:** sync translations from transifex (master) ([c12222b](https://github.com/dhis2/maintenance-app/commit/c12222ba2e00735ca7985e65dfdcb9e1235d49fc)) +* **translations:** sync translations from transifex (master) ([132cd5c](https://github.com/dhis2/maintenance-app/commit/132cd5c50862f4b9577413e87e87f3d4e473a21b)) +* **translations:** sync translations from transifex (master) ([7d8ba19](https://github.com/dhis2/maintenance-app/commit/7d8ba19261b9a26f9681dd820b66a21c69615138)) +* **translations:** sync translations from transifex (master) ([4230ba6](https://github.com/dhis2/maintenance-app/commit/4230ba67e128ac59b471e6b95128bd15ffa7408d)) +* **translations:** sync translations from transifex (master) ([344412c](https://github.com/dhis2/maintenance-app/commit/344412c47a7934e648b2b59ec0a5c6458e98a524)) +* actually fix default validation strategy ([50b5bf4](https://github.com/dhis2/maintenance-app/commit/50b5bf416f589531e7f86787eb5efdedd38f3e1b)) +* add auto-scroll-body-content to all dialog instances ([#1043](https://github.com/dhis2/maintenance-app/issues/1043)) ([b3cff77](https://github.com/dhis2/maintenance-app/commit/b3cff770dbf6b890f8fbbee85712ea7addc54374)) +* add ckeditor dependency ([#645](https://github.com/dhis2/maintenance-app/issues/645)) ([19470b7](https://github.com/dhis2/maintenance-app/commit/19470b7755ee19871436e5f83298be6deb4602cc)) +* add missing width to data assignment table ([#682](https://github.com/dhis2/maintenance-app/issues/682)) ([c3314c0](https://github.com/dhis2/maintenance-app/commit/c3314c0967ab1c30fb7153974217c06c52b49b0e)) +* add touch-tap plugin to fix dropdown clicks ([#641](https://github.com/dhis2/maintenance-app/issues/641)) ([7dfdb40](https://github.com/dhis2/maintenance-app/commit/7dfdb4033db262f9d5f25720fa2f7628f64ff1c1)) +* adds ckeditor as a vendor script to include all of the deps ([#646](https://github.com/dhis2/maintenance-app/issues/646)) ([c815a14](https://github.com/dhis2/maintenance-app/commit/c815a14155a3cb5dab9a401a913d11f6018476e7)) +* change default strategy to be on update ([#665](https://github.com/dhis2/maintenance-app/issues/665)) ([450e469](https://github.com/dhis2/maintenance-app/commit/450e4691d8afb33dd0ea735105b4d7a00b3e0a49)) +* open orgunit configcolumns-dialog ([#697](https://github.com/dhis2/maintenance-app/issues/697)) ([e32ff5a](https://github.com/dhis2/maintenance-app/commit/e32ff5ab45e5713fc000a0daf9adaa30e9e1ea3d)) +* **translations:** updated field label and corrected default baseUrl ([#693](https://github.com/dhis2/maintenance-app/issues/693)) ([a8a697e](https://github.com/dhis2/maintenance-app/commit/a8a697ea41418e943508ce1e1cb29fdd69cb843d)) +* allow legends to overlap on same value ([#656](https://github.com/dhis2/maintenance-app/issues/656)) ([a606a09](https://github.com/dhis2/maintenance-app/commit/a606a09865da0ac78aa2a945476570d9278892e2)) +* colorpicker display bug ([#637](https://github.com/dhis2/maintenance-app/issues/637)) ([d7182a7](https://github.com/dhis2/maintenance-app/commit/d7182a7000c1dba82ee1ab28cad44eda88da96ce)) +* enforce encoding for all API requests ([#626](https://github.com/dhis2/maintenance-app/issues/626)) ([7edb5a3](https://github.com/dhis2/maintenance-app/commit/7edb5a307deda3d0022813133303904b8807d30d)) +* stop colors from overlapping in the color picker ([06d0c93](https://github.com/dhis2/maintenance-app/commit/06d0c937f43c74007fbdc63d212f1985308a98c6)) +* validate floating point numbers correctly for legend items ([#658](https://github.com/dhis2/maintenance-app/issues/658)) ([b3f67bf](https://github.com/dhis2/maintenance-app/commit/b3f67bf58a570aaa274d54be50d73b47bdabbd3d)) +* **variableselector:** filter variables according to predicates ([#644](https://github.com/dhis2/maintenance-app/issues/644)) ([9a75a19](https://github.com/dhis2/maintenance-app/commit/9a75a191aa8c662c3fb348c687b8a650c741e647)) +* update d2-ui ([616bcc1](https://github.com/dhis2/maintenance-app/commit/616bcc1e74258668a1f60fbdb2ad2a9103d1819a)) + + +### Features + +* Translation string to new aggregation types ([#1365](https://github.com/dhis2/maintenance-app/issues/1365)) ([800263f](https://github.com/dhis2/maintenance-app/commit/800263f8a73f17ab60b4969c586cdce031cf1390)) +* **category combo:** default to "None" ([#673](https://github.com/dhis2/maintenance-app/issues/673)) ([af34a4a](https://github.com/dhis2/maintenance-app/commit/af34a4aa7be54a518c737fe6d613218b44714919)) +* **color and icon picker:** add delete button to inputs ([#670](https://github.com/dhis2/maintenance-app/issues/670)) ([debdf05](https://github.com/dhis2/maintenance-app/commit/debdf059a4178c5b85cc5e1c302d9fbe2663de9b)) +* **dataset:** add "open periods after co end date"-field ([#1357](https://github.com/dhis2/maintenance-app/issues/1357)) ([5adb88f](https://github.com/dhis2/maintenance-app/commit/5adb88fd6338dce901fdf488c1d8a0b6eba08ce7)) +* **expr validity:** use new endpoints for indicator, validationRule & predictor ([#704](https://github.com/dhis2/maintenance-app/issues/704)) ([58d13b6](https://github.com/dhis2/maintenance-app/commit/58d13b6ef777eacc2739676eb250678fb3cb6c24)) +* **fieldmask:** add fieldmask for attributes and dataelements ([#620](https://github.com/dhis2/maintenance-app/issues/620)) ([15d8e50](https://github.com/dhis2/maintenance-app/commit/15d8e506b9c2fa81dd9cae44a3eca9ad343312bd)) +* **fieldmask:** add fieldmask to trackedentityattribute ([#631](https://github.com/dhis2/maintenance-app/issues/631)) ([518213a](https://github.com/dhis2/maintenance-app/commit/518213a007bccdb6962fb84c166f0a3dfdb43446)) +* **list:** metadata download ([#638](https://github.com/dhis2/maintenance-app/issues/638)) ([e076d7f](https://github.com/dhis2/maintenance-app/commit/e076d7f3af7e7ce7caaa78e9a420c3a792e5086a)) +* **predictor:** conditionally show category combo for predictors ([#672](https://github.com/dhis2/maintenance-app/issues/672)) ([4dd916e](https://github.com/dhis2/maintenance-app/commit/4dd916e2c3ad48f830e87e92cde1aebdf6fdbcc1)) +* **program:** add enable user-assignment field ([#664](https://github.com/dhis2/maintenance-app/issues/664)) ([365de63](https://github.com/dhis2/maintenance-app/commit/365de63d97aa273009b0cfb4af696a82199ef996)) +* **programrule:** add missing functions ([#723](https://github.com/dhis2/maintenance-app/issues/723)) ([4f31032](https://github.com/dhis2/maintenance-app/commit/4f31032680f616b95f5d59bdac14adfaa0c394d6)) +* **programrule:** add validation to expression ([#1356](https://github.com/dhis2/maintenance-app/issues/1356)) ([2ac0487](https://github.com/dhis2/maintenance-app/commit/2ac0487d44ff9eae26c993e8f8eb1c1e530f0c9c)) +* add formname to trackedentityattribute ([#591](https://github.com/dhis2/maintenance-app/issues/591)) ([559c8b0](https://github.com/dhis2/maintenance-app/commit/559c8b0fe962fb24033338362ddf0cdcb446ee32)) +* add style for indicators and prg indicators ([#666](https://github.com/dhis2/maintenance-app/issues/666)) ([122cb07](https://github.com/dhis2/maintenance-app/commit/122cb0775b53bed28a3e6a74f95fbad6b17fd9bb)) +* add support for bidirectional relationships ([#660](https://github.com/dhis2/maintenance-app/issues/660)) ([6963cc7](https://github.com/dhis2/maintenance-app/commit/6963cc7717884061e0255587d8f84dd2da59b58b)) +* nextScheduleDate-field ([#737](https://github.com/dhis2/maintenance-app/issues/737)) ([92d5471](https://github.com/dhis2/maintenance-app/commit/92d54718b0d3c108072703b975157d8301b11ea6)) +* **programindicator:** add sync_date and creation_date ([#643](https://github.com/dhis2/maintenance-app/issues/643)) ([c031233](https://github.com/dhis2/maintenance-app/commit/c03123350ebedc384cdf52baef78fe7e3ddfd651)) +* **translation:** add translation for deleting option group/group set ([#587](https://github.com/dhis2/maintenance-app/issues/587)) ([b52eaa0](https://github.com/dhis2/maintenance-app/commit/b52eaa0bb0707db21cef1efaf36e3804efad1a9b)) +* **variableselector:** add V{org_unit_count} ([8c5ff89](https://github.com/dhis2/maintenance-app/commit/8c5ff8942e8b7095a676f5649ea587d8c029feaa))