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

Commit

Permalink
Merge pull request #888 from eyelidlessness/prerelease/6-0-6
Browse files Browse the repository at this point in the history
Prepare to release 6.1.0
  • Loading branch information
lognaturel authored May 17, 2022
2 parents 842041b + abaab5b commit e6c2e49
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 35 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.1.0] - 2022-05-17

##### Changed

- Optionally exclude non-relevant values in calculations and submissions (#870)
- Fix map with hidden geo-inputs when "hide-input" class is active (#889)
- Optionally recompute the evaluation cascade asynchronously (#881)
- Improve form initialization performance by calculating repeats only once (#887)
- Fixed mangling of markdown-produced HTML next to top-level text nodes when a mediamap is provided (enketo-transformer#150)
- Improve test isolation (#885)

## [6.0.5] - 2022-04-21

##### Changed
Expand Down
64 changes: 33 additions & 31 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enketo-core",
"description": "Extensible Enketo form engine",
"homepage": "https://enketo.org",
"version": "6.0.5",
"version": "6.1.0",
"license": "Apache-2.0",
"os": [
"darwin",
Expand Down Expand Up @@ -55,7 +55,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"docdash": "^1.2.0",
"enketo-transformer": "2.1.3",
"enketo-transformer": "2.1.5",
"esbuild": "^0.12.29",
"esbuild-plugin-alias": "^0.1.2",
"eslint-config-airbnb": "^19.0.4",
Expand Down Expand Up @@ -113,7 +113,7 @@
"leaflet": "^1.8.0",
"leaflet-draw": "github:enketo/Leaflet.draw#ff73078",
"leaflet.gridlayer.googlemutant": "^0.13.5",
"mergexml": "github:eyelidlessness/js-merge-xml#upgrade/xmldom",
"mergexml": "1.2.3",
"node-forge": "^1.3.1",
"openrosa-xpath-evaluator": "^2.0.11",
"signature_pad": "2.3.x"
Expand Down
2 changes: 1 addition & 1 deletion src/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,6 @@ Form.prototype.goToTarget = function (target) {
* @type {string}
* @default
*/
Form.requiredTransformerVersion = '2.1.3';
Form.requiredTransformerVersion = '2.1.5';

export { Form, FormModel };

0 comments on commit e6c2e49

Please sign in to comment.