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 #974 from lognaturel/release-7.2.3
Browse files Browse the repository at this point in the history
Prepare to release 7.2.3
  • Loading branch information
eyelidlessness authored May 9, 2023
2 parents 2330399 + c4da42b commit bfb6e53
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 110 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [7.2.3] - 2023-05-09

- Fix: focus first active input/widget on load, page navigation, user-added repeat (#969)
- Performance improvements: NumberInput widgets, `excludeNonRelevant` (#971)
- Fix: localized numeral entry by keyboard in number input widgets (#973)

## [7.2.2] - 2023-03-23

- Fix: ensure instance attachments are loaded in draw widget (#967)
Expand All @@ -18,23 +24,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [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)


## [7.0.0] - 2023-02-08

- **BREAKING CHANGE**: Removed IE11 support (#946)
- Fix: rank widget on touch devices (#947)
- Fix: undesired autocompletion of manually entered incomplete month-year (#944)
- Optimize expensive XPath expressions in HTML transform (enketo-transformer#165)
- **BREAKING CHANGE**: Removed IE11 support (#946)
- Fix: rank widget on touch devices (#947)
- Fix: undesired autocompletion of manually entered incomplete month-year (#944)
- Optimize expensive XPath expressions in HTML transform (enketo-transformer#165)

## [6.1.7] - 2022-12-21

- Fix: integer and decimal widgets remain visible when form language changes (#937)
- Fix: don't clear decimals when switching French -> English (#941)
- Fix: integer and decimal widgets remain visible when form language changes (#937)
- Fix: don't clear decimals when switching French -> English (#941)

## [6.1.6] - 2022-12-15

Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

# Enketo Core

The engine that powers [Enketo Smart Paper](https://enketo.org) and various third party tools including [this selection](https://enketo.org/about/adoption/).
The engine that powers [Enketo Express](https://github.com/enketo/enketo-express) and various third party tools including [this selection](https://enketo.org/about/adoption/).

Enketo's form engine is compatible with tools in the ODK ecosystem and complies with its [XForms specification](https://getodk.github.io/xforms-spec/) though not all features in that specification have been implemented yet.

This repo is meant to be used as a building block for any Enketo-powered application. See [this page](https://enketo.org/develop/#libraries) for a schematic overview of a real-life full-fledged data collection application and how Enketo Core fits into this.

## Project status

As of 2022, Enketo is maintained by the [ODK team](https://getodk.org/about/team.html) (primarily [Trevor Schmidt](https://github.com/eyelidlessness/)). Martijn, its original author, continues to provide advice and continuity. The ODK project sets priorities in collaboration with its [Technical Advisory Board](https://getodk.org/about/ecosystem.html).

Broader context is available in [the Enketo Express repository](https://github.com/enketo/enketo-express#project-status).

## Browser support

The following browsers are officially supported:
Expand Down Expand Up @@ -433,9 +439,11 @@ Fired when the user moves to a different question in the form.
1. Tag and publish the release
- GitHub Action will publish it to npm

### Sponsors
## Sponsors

The development of this library is now led by [ODK](https://getodk.org) and funded by customers of the ODK Cloud hosted service.

The development of this library was sponsored by:
Past sponsors include:

- [OpenClinica](https://www.openclinica.com/)
- [Sustainable Engineering Lab at Columbia University](http://modi.mech.columbia.edu/)
Expand Down
Loading

0 comments on commit bfb6e53

Please sign in to comment.