Skip to content

Commit 2d098ab

Browse files
committed
Merge branch 'master' into DHIS2-20475
2 parents 7269a63 + 0ace335 commit 2d098ab

File tree

53 files changed

+2729
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2729
-216
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [105.1.0](https://github.com/dhis2/capture-app/compare/v105.0.1...v105.1.0) (2025-12-08)
2+
3+
4+
### Features
5+
6+
* [DHIS2-20467] facilitate bulk data entry plugin ([#4415](https://github.com/dhis2/capture-app/issues/4415)) ([27a0867](https://github.com/dhis2/capture-app/commit/27a086714fcf862fecd561363fb0b863d322b0d4))
7+
8+
## [105.0.1](https://github.com/dhis2/capture-app/compare/v105.0.0...v105.0.1) (2025-12-08)
9+
10+
11+
### Bug Fixes
12+
13+
* **translations:** sync translations from transifex (master) ([#4416](https://github.com/dhis2/capture-app/issues/4416)) ([6c5196d](https://github.com/dhis2/capture-app/commit/6c5196debfdcf0cb78cee98417500ab9116bbdce))
14+
15+
# [105.0.0](https://github.com/dhis2/capture-app/compare/v104.7.0...v105.0.0) (2025-12-08)
16+
17+
18+
### chore
19+
20+
* **release:** [DHIS2-18801] migrate to Vite and React 18 ([#4375](https://github.com/dhis2/capture-app/issues/4375)) ([4d2b88c](https://github.com/dhis2/capture-app/commit/4d2b88cb06cb22fd9e12c23917616e8bc73f7717))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* **release:** Bump version to 105.0.0.
26+
127
# [105.0.0](https://github.com/dhis2/capture-app/compare/v104.7.0...v105.0.0) (2025-12-04)
228

329

cypress/e2e/SmokeTests/SmokeTests.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Feature: Smoke tests
66
Then you should see the login prompt
77

88
# login form is not working for v42 currently
9-
@skip-login @v<42
9+
# https://dhis2.atlassian.net/browse/DHIS2-20638
10+
@skip-login @v<40
1011
Scenario: Show app main selections and header bar: without auth cookie
1112
Given you open the App without auth cookie
1213
When you fill in credentials

i18n/en.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgstr ""
55
"Content-Type: text/plain; charset=utf-8\n"
66
"Content-Transfer-Encoding: 8bit\n"
77
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
8-
"POT-Creation-Date: 2025-12-04T10:33:38.238Z\n"
9-
"PO-Revision-Date: 2025-12-04T10:33:38.238Z\n"
8+
"POT-Creation-Date: 2025-12-08T22:18:04.114Z\n"
9+
"PO-Revision-Date: 2025-12-08T22:18:04.114Z\n"
1010

1111
msgid "Choose one or more dates..."
1212
msgstr "Choose one or more dates..."
@@ -753,9 +753,6 @@ msgstr "Program Stages could not be loaded"
753753
msgid "Stage"
754754
msgstr "Stage"
755755

756-
msgid "Registered events"
757-
msgstr "Registered events"
758-
759756
msgid "The category option is not valid for the selected organisation unit."
760757
msgstr "The category option is not valid for the selected organisation unit."
761758

@@ -793,6 +790,9 @@ msgstr "Or see all events accessible to you in {{program}}"
793790
msgid "Please select an organisation unit."
794791
msgstr "Please select an organisation unit."
795792

793+
msgid "Registered events"
794+
msgstr "Registered events"
795+
796796
msgid ""
797797
"You don't have access to create a {{trackedEntityName}} in the current "
798798
"selections"

0 commit comments

Comments
 (0)