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

Commit

Permalink
fixed: XPath evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jan 18, 2021
1 parent 409f5ad commit a245b99
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]
----------------------
##### Changed
- The uuid() function implementation has improved with a reduced chance of collisions.

##### Fixed
- Action setvalue/odk-instance-first-load and setvalue/odk-new-repeat actions are not properly added for radiobutton and checkbox questions (in enketo-transformer).
- Lazy and/or evaluation within function arguments (in openrosa-xpath-evaluator).
- Action setvalue/odk-new-repeat does not run non-form-control actions before form controls.
- Action setvalue/odk-new-repeat does not run non-form-control actions before form controls (since 5.17.0).
- Static itemsets with radio buttons inside multiple repeat instances do not load correctly.
- Draw widget changes file name whenever browser window resizes.
- Draw widget updates file name when canvas loses focus if drawing hasn't changed.
- Nested XPath expressions with dead branches cause an exception (since 5.17.0).

[5.17.0] - 2020-12-28
----------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![coverage-shield-badge-1](https://img.shields.io/badge/coverage-74.63%25-yellow.svg)
![coverage-shield-badge-1](https://img.shields.io/badge/coverage-74.6%25-yellow.svg)
[![npm version](https://badge.fury.io/js/enketo-core.svg)](http://badge.fury.io/js/enketo-core) [![Build Status](https://travis-ci.org/enketo/enketo-core.svg?branch=master)](https://travis-ci.org/enketo/enketo-core) [![Dependency Status](https://david-dm.org/enketo/enketo-core/status.svg)](https://david-dm.org/enketo/enketo-core) [![devDependency Status](https://david-dm.org/enketo/enketo-core/dev-status.svg)](https://david-dm.org/enketo/enketo-core?type=dev) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/dc1c5aaa9267d75cbd2d6714d2b4fa32)](https://www.codacy.com/app/martijnr/enketo-core?utm_source=github.com&utm_medium=referral&utm_content=enketo/enketo-core&utm_campaign=Badge_Grade)

Enketo Core
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"node-sass": "^4.14.1",
"publish-please": "^5.5.2",
"rimraf": "^3.0.2",
"rollup": "^2.36.0",
"rollup": "^2.36.2",
"rollup-plugin-commonjs": "10.1.x",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-json": "4.0.x",
Expand All @@ -101,7 +101,7 @@
"leaflet.gridlayer.googlemutant": "0.9.x",
"mergexml": "1.2.1",
"node-forge": "^0.10.0",
"openrosa-xpath-evaluator": "2.0.1",
"openrosa-xpath-evaluator": "^2.0.2",
"signature_pad": "2.3.x"
}
}

0 comments on commit a245b99

Please sign in to comment.