Skip to content
Success

Changes

Summary

  1. Added support for masked input. (commit: da8adf1) (details)
  2. Remove unused import. (commit: d14e4f1) (details)
  3. Fixed masked input. Constraint support in numeric inputs. Use (commit: ad93655) (details)
  4. [upd] new vocabulary (commit: 97ed5ad) (details)
  5. Added help icon for questions (based on dc:description property). Moved (commit: 00119a9) (details)
  6. Show units next to value inputs. Moved help icon next to the units (commit: 679660e) (details)
  7. Updated minifed css. (commit: 1ff3c06) (details)
  8. Merge aftermath. (commit: ee46f63) (details)
  9. [new] is-relevant-if (commit: f0d36ae) (details)
  10. [fix] is-relevant-if not showing subquestions (commit: 7794d58) (details)
  11. Upgraded to react-bootstrap 0.30.3. Added default input implementation. (commit: 162480c) (details)
The file was addedsrc/components/answer/MaskedInputAnswer.js
The file was modifiedtest/__tests__/FormUtilsTest.js (diff)
The file was modifiedtest/__tests__/AnswerTest.js (diff)
The file was modifiedsrc/components/answer/DateTimeAnswer.js (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedsrc/components/MaskedInput.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedsrc/components/Answer.js (diff)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was addedtest/__tests__/MaskedInputAnswerTest.js
The file was modifiedsrc/components/MaskedInput.js (diff)
Commit ad93655b1162ca1f1a435db56830587d59cee8b3 by Martin Ledvinka
Fixed masked input. Constraint support in numeric inputs. Use
xsd-datatype for numeric input determining. Bumped version to 0.0.7.
(commit: ad93655)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/util/Utils.js (diff)
The file was modifiedtest/__tests__/MaskedInputAnswerTest.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/answer/InputAnswer.js (diff)
The file was modifiedtest/__tests__/AnswerTest.js (diff)
The file was addedtest/__tests__/InputAnswerTest.js
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedsrc/components/answer/MaskedInputAnswer.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
Commit 00119a94a9ded5acd159a4df8fe419a51ba862bb by Martin Ledvinka
Added help icon for questions (based on dc:description property). Moved
CSS file into a separate top-level folder, so that it can be copied into
target projects. Bumped version to 0.0.8.
(commit: 00119a9)
The file was removedtest/rendering/fonts/glyphicons-halflings-regular.svg
The file was removedtest/rendering/fonts/glyphicons-halflings-regular.woff2
The file was modifiedtest/rendering/form.json (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was addedcss/semforms.css
The file was removedtest/rendering/semforms.css
The file was modifiedtest/rendering/index.html (diff)
The file was removedtest/rendering/bootstrap-datetimepicker.min.css
The file was removedtest/rendering/fonts/glyphicons-halflings-regular.eot
The file was modifiedpackage.json (diff)
The file was addedsrc/components/HelpIcon.js
The file was removedtest/rendering/fonts/glyphicons-halflings-regular.woff
The file was removedtest/rendering/bootstrap.min.css
The file was modifiedsrc/constants/Constants.js (diff)
The file was addedcss/semforms.min.css
The file was removedtest/rendering/fonts/glyphicons-halflings-regular.ttf
Commit 679660e4d4ac6079d65ec273f8940757d3ec9e25 by Martin Ledvinka
Show units next to value inputs. Moved help icon next to the units
label. Bumped version to 0.0.9.
(commit: 679660e)
The file was modifiedcss/semforms.css (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedtest/rendering/form.json (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedcss/semforms.min.css (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/util/Utils.js (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedtest/__tests__/FormUtilsTest.js (diff)
The file was addedsrc/util/JsonObjectMap.js
Commit 7794d58fc336036479778fcb34e47844e27c184f by blcham
[fix] is-relevant-if not showing subquestions
(commit: 7794d58)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was addedsrc/util/JsonLdObjectUtils.js
Commit 162480cafbd3bbcb6d4115465096db1a1e54ac14 by Martin Ledvinka
Upgraded to react-bootstrap 0.30.3. Added default input implementation.
(commit: 162480c)
The file was modifiedpackage.json (diff)
The file was addedsrc/components/DefaultInput.js
The file was modifiedsrc/model/Configuration.js (diff)