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

Commit

Permalink
Fix: revert jQuery upgrade
Browse files Browse the repository at this point in the history
This change introduced regressions causing `TypeError`s when accessing jQuery extensions in Enketo Express
  • Loading branch information
eyelidlessness committed Mar 21, 2023
1 parent f8f8df2 commit f00e64f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [7.2.1] - 2023-03-21

- Fix: revert jQuery upgrade to address regressions accessing jQuery extensions in Enketo Express (#964)

## [7.2.0] - 2023-03-20

- Reimplement draw/signature/annotate widget to preserve original image size when annotating and improve resize performance (#960)
Expand Down
8 changes: 4 additions & 4 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 @@ -2,7 +2,7 @@
"name": "enketo-core",
"description": "Extensible Enketo form engine",
"homepage": "https://enketo.org",
"version": "7.2.0",
"version": "7.2.1",
"license": "Apache-2.0",
"os": [
"darwin",
Expand Down Expand Up @@ -106,7 +106,7 @@
"bootstrap-datepicker": "1.9.x",
"drag-drop-touch": "^1.3.1",
"html5sortable": "^0.13.3",
"jquery": "^3.6.4",
"jquery": "3.6.3",
"jquery-touchswipe": "^1.6.19",
"leaflet": "^1.9.3",
"leaflet-draw": "github:enketo/Leaflet.draw#ff73078",
Expand Down

0 comments on commit f00e64f

Please sign in to comment.