Skip to content
Success

Changes

Summary

  1. [upd] Move project dependency to dependencies (commit: b9ce7a4) (details)
  2. [upd] Declare JsonldUtils constants in project's constants (commit: 0010bc7) (details)
  3. [fix] Compilation problem in projects without css loader in webpack (commit: 15bf18d) (details)
  4. [upd] Move sort of questions by label to utils (commit: cd44d39) (details)
  5. [upd] Export utils and constants from library (commit: dbfc448) (details)
  6. [upd] Update types definition file (commit: 308b6e7) (details)
  7. [Upd] Use webpack for production bundle compilation (commit: 5c526c1) (details)
Commit b9ce7a4ea7262f2c0d05700fa31d09cf854bd833 by tomas.klim
[upd] Move project dependency to dependencies

(commit: b9ce7a4)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 0010bc79aae650bde0781a985846bd0a37cea4c0 by tomas.klim
[upd] Declare JsonldUtils constants in project's constants

(commit: 0010bc7)
The file was modifiedtest/__tests__/TypeaheadAnswer.test.js (diff)
The file was modifiedtest/__tests__/Answer.test.js (diff)
The file was modifiedtest/__tests__/QuestionAnswerProcessor.test.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedtest/__tests__/InputAnswer.test.js (diff)
Commit 15bf18d9489512a11cfdb29515d762d2cc1490d3 by tomas.klim
[fix] Compilation problem in projects without css loader in webpack

(commit: 15bf18d)
The file was modifiedsrc/components/answer/DateTimeAnswer.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
Commit cd44d39a5d8a257445f27d998600db5aac28835c by tomas.klim
[upd] Move sort of questions by label to utils

(commit: cd44d39)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/util/JsonLdObjectUtils.js (diff)
Commit dbfc448be754ccbe71c234c2fbbb5f17966fa76c by tomas.klim
[upd] Export utils and constants from library

(commit: dbfc448)
The file was modifiedsrc/s-forms.js (diff)
Commit 308b6e74ee7b0dc713a313689ec780cdb0fcd1d0 by tomas.klim
[upd] Update types definition file

(commit: 308b6e7)
The file was modifiedtypes/s-forms.d.ts (diff)
Commit 5c526c120840de77073c8f98f877fbc98086a985 by tomas.klim
[Upd] Use webpack for production bundle compilation

(commit: 5c526c1)
The file was modifiedpackage.json (diff)