Skip to content

Commit 982f646

Browse files
committed
Updated the change log and set the version to 0.5.1
1 parent 58d52f1 commit 982f646

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This log documents the significant changes for each release.
44
This project follows [Semantic Versioning](http://semver.org/).
55

6+
## [0.5.1] - 2023-08-15
7+
### Changed
8+
- Extracted the code for automatically loading lforms into an "lforms-loader"
9+
package which can be used by other apps as well as this one.
10+
- No longer uses jQuery (in preparation for the soon to be released version of
11+
lforms which does not leak its version of jQuery to the window object).
12+
613
## [0.5.0] - 2023-06-29
714
### Added
815
- The viewer now has the ability to specify, via an 'lfv' parameter, the version

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "questionnaire-viewer",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A website for rendering a FHIR Questionnaire using the LHC-Forms widget",
55
"config": {
66
"testServerPort": 4029,

0 commit comments

Comments
 (0)