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 #961 from lognaturel/prep-7.2.0
Browse files Browse the repository at this point in the history
Prepare 7.2.0 release
  • Loading branch information
eyelidlessness committed Mar 20, 2023
2 parents 1330cd0 + 7dc3da1 commit f8f8df2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 47 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [7.2.0] - 2023-03-20

- Reimplement draw/signature/annotate widget to preserve original image size when annotating and improve resize performance (#960)

## [7.1.0] - 2023-03-16

- Remove: analog-scale widget (#952)
*Note: now maintained by OpenClinica (https://github.com/OpenClinica/enketo-express-oc/tree/master/widget/analog-scale). Not considered a breaking change because usage outside of OpenClinica is not known *
*Note: now maintained by OpenClinica (https://github.com/OpenClinica/enketo-express-oc/tree/master/widget/analog-scale). Not considered a breaking change because usage outside of OpenClinica is not known*
- Fix: further simplify geopicker (#954)
- Fix: undesired newlines in print view in select/select1 labels (#957)
- Add Transformer web compatibility (enketo/enketo-transformer#171)
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 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": "7.1.0",
"version": "7.2.0",
"license": "Apache-2.0",
"os": [
"darwin",
Expand Down Expand Up @@ -59,10 +59,10 @@
"esbuild": "^0.12.29",
"esbuild-plugin-alias": "^0.1.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.3",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -89,7 +89,7 @@
"markdown-eslint-parser": "^1.2.1",
"mocha": "^9.2.2",
"node-sass": "^7.0.3",
"prettier": "^2.8.4",
"prettier": "^2.8.5",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"time-grunt": "^2.0.0"
Expand Down

0 comments on commit f8f8df2

Please sign in to comment.