Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formbuilder-lhcforms

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formbuilder-lhcforms - npm Package Versions

1
11

6.0.1

Diff

Changelog

Source

[6.0.1] 2020-08-05

Fixed

  • Fixed missing node id labels in the auto complete box for skip logic sources.
  • Fixed problem with updating skip logic source list when link id is updated.
plynchnlm
published 6.0.0 •

Changelog

Source

[6.0.0] 2020-08-05

Changed

  • The range definition of skip logic trigger for numeric types is changed to align with FHIR enableWhen definition. This could be a breaking change if you have a form definition like the following. skipLogic = { condition = [{ source: '1', trigger = {minExclusive: 10, maxExclusive: 100} }] }

    The above definition can be changed to the following to specify the range. skipLogic = { logic: 'ALL', condition = [{ source: '1', trigger = {minExclusive: 10} },{ source: '1', trigger = {maxExclusive: 100} }] }

  • Changed UI to build skip logic condition to support exists and not exists operators.

  • Fixed a bug in loading a FHIR questionnaire with enable when source of type boolean.

  • Added a setting export format to R4 as default in the file export dialog.

plynchnlm
published 5.2.0 •

Changelog

Source

[5.2.0] 2020-06-22

Updated

  • Update lforms version to 25.0.0. It changed the FHIR extension url of calculated expression.
plynchnlm
published 5.0.1 •

Changelog

Source

[5.0.1] 2020-04-17

Fixed

  • Fixed a bug in selection of display item type.
plynchnlm
published 5.0.0 •

Changelog

Source

[5.0.0] 2020-04-17

Changed

  • Changed unique key of an item, from questionCode to linkId as per lforms version 24.0.0. Updated lforms package to 24.0.0.
plynchnlm
published 4.0.0 •

Changelog

Source

[4.0.0] 2020-03-03

Fixed.

  • Fixed skip logic trigger equal and not equal operators.

Changed.

  • Updated lforms package to 21.2.1. Since lforms package has a major version update, bumped up the major version in this package as well.
akanduru
published 3.4.1 •

Changelog

Source

[3.4.1] 2019-01-30

Fixed.

  • Fix import of lforms having calculationMethod field.
plynchnlm
published 3.4.0 •

Changelog

Source

[3.4.0] 2019-12-31

Added.

  • Support FHIR calculatedExpression extension. The extension will take FHIRPath expression. Validation of expression is not supported yet. The user is expected to enter a valid FHIRPath expression.
  • Support FHIR display (LForms TITLE) type.
  • Added a new field to select item type to align with FHIR notion of group, display and question.
plynchnlm
published 3.3.1 •

Changelog

Source

[3.3.1] 2019-12-19

Changed.

  • Improved performance on collection of skip logic sources.
  • Fixed a problem in conversion of lforms panel after importing from lforms-service.
plynchnlm
published 3.3.0 •

Changelog

Source

[3.3.0] 2019-10-09

Added.

  • Updated lforms to support change in skip logic trigger definition.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc