Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: enketo/enketo-express

4.1.3

07 Nov 19:44
cbdbd8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.2...4.1.3

4.1.2

17 Sep 05:24
3d624e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

4.1.1

27 Jun 16:27
f66ffc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0

01 Jun 23:27
02808fc
Compare
Choose a tag to compare

What's Changed

  • Added missing item to changelog for version 3.0.2 by @MartijnR in #427
  • Use a more helpful error message if external data is missing in non-preview views by @MartijnR in #423
  • Fix (test): ensure config-model tests are properly isolated by @eyelidlessness in #430
  • Support GeoJSON secondary instances by @eyelidlessness in #434
  • Fixed: upload button gets enabled before queue is empty, closes #432 by @MartijnR in #433

Full Changelog: 4.0.1...4.1.0

4.0.1

18 May 21:27
69df142
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

18 May 19:08
df98ec3
Compare
Choose a tag to compare

What's Changed

  • For offline-capable views, require unique record name + enketo ID and prompt users to edit record name in case of collision by @MartijnR in #417
    ⚠️ BREAKING CHANGE: once users visit a form in offline-capable mode, the offline form cache IndexedDB schema will be upgraded, which is irreversible.
  • Add max processes config value by @bufke in #415
    ⚠️ BREAKING CHANGE: the previous default was to fork one process for every logical CPU core on the host, the new default is limited to 16 processes by default.
  • Fix: missing media healing offline 419 by @MartijnR in #424
  • Show a less cryptic error message when form loading fails whilst offline by @MartijnR in #421
  • Allow client csrf cookie name to be configurable by @bufke in #420
  • Don't disable the upload button so much by @MartijnR in #410
  • Add configurable security headers by @bufke in #402
  • Fix: depend on transformer and core releases in lockfile (#413)
  • Optionally exclude non-relevant values in calculations (matches ODK Collect behavior, must opt-in through configuration) (enketo-core#870)
  • Fix map with hidden geo-inputs when "hide-input" class is active (enketo-core#889)
  • Optionally recompute the evaluation cascade asynchronously (enketo-core#881)
  • Improve form initialization performance by calculating repeats only once (enketo-core#887)
  • Fixed mangling of markdown-produced HTML next to top-level text nodes when a mediamap is provided (enketo-transformer#150)
  • Improve test isolation (enketo-core#885

New Contributors

Full Changelog: 3.1.1...4.0.0

3.1.1

21 Apr 20:29
a2c4a7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

18 Feb 20:27
2f085e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.1.0

3.0.5

09 Feb 05:29
5e298e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.4...3.0.5

3.0.4

05 Nov 00:27
949a9fc
Compare
Choose a tag to compare
Merge pull request #362 from yanokwa/rollback-node-version

Rollback to node 14