Skip to content
Success

Changes

Summary

  1. Added support for numeric inputs. (commit: 9007769) (details)
  2. Component rendering for testing of the UI. Fixed datetime handling. (commit: 00248fc) (details)
  3. Hierarchical rendering for answerable sections. (commit: 83cfb40) (details)
  4. Added masked input component. (commit: 2b02871) (details)
  5. Bumped version to 0.0.6. (commit: 19fe903) (details)
Commit 900776951c0fe66cc547e3584710be638e072acc by Martin Ledvinka
Added support for numeric inputs.
(commit: 9007769)
The file was modifiedsrc/util/Utils.js (diff)
The file was modifiedsrc/components/answer/InputAnswer.js (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedtest/__tests__/AnswerTest.js (diff)
Commit 00248fcbe42f2f099e705d3c1ed7178a15477775 by Martin Ledvinka
Component rendering for testing of the UI. Fixed datetime handling.
(commit: 00248fc)
The file was modifiedsrc/constants/Constants.js (diff)
The file was addedtest/rendering/fonts/glyphicons-halflings-regular.eot
The file was modifiedtest/__tests__/AnswerTest.js (diff)
The file was addedtest/rendering/fonts/glyphicons-halflings-regular.svg
The file was modifiedpackage.json (diff)
The file was modifiedsrc/util/Utils.js (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/components/answer/DateTimeAnswer.js (diff)
The file was addedtest/rendering/bootstrap.min.css
The file was addedtest/rendering/index.html
The file was addedtest/rendering/fonts/glyphicons-halflings-regular.ttf
The file was addedtest/rendering/fonts/glyphicons-halflings-regular.woff2
The file was addedtest/rendering/TestApp.js
The file was modifiedsrc/model/Configuration.js (diff)
The file was addedtest/rendering/bootstrap-datetimepicker.min.css
The file was addedtest/rendering/fonts/glyphicons-halflings-regular.woff
Commit 83cfb40011b67139935c49c987e5723c897102f7 by Martin Ledvinka
Hierarchical rendering for answerable sections.
(commit: 83cfb40)
The file was modifiedsrc/components/answer/CheckboxAnswer.js (diff)
The file was addedtest/rendering/form.json
The file was modifiedtest/rendering/TestApp.js (diff)
The file was modifiedtest/rendering/index.html (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/components/answer/DateTimeAnswer.js (diff)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedtest/__tests__/FormUtilsTest.js (diff)
The file was addedtest/rendering/semforms.css
The file was addedsrc/components/MaskedInput.js
The file was modifiedpackage.json (diff)
The file was modifiedtest/rendering/TestApp.js (diff)
The file was modifiedsrc/components/answer/CheckboxAnswer.js (diff)
The file was modifiedpackage.json (diff)