Summary
- Implement composite question (commit: cf0f579) (details)
- Move modified code to new CompositeQuestion class (commit: e1a906c) (details)
- Create component registry (commit: 7b5c84d) (details)
- Fix for nested smart components (commit: 7c672fd) (details)
- Change library version (commit: 18ffd26) (details)
- Implement question with advanced (commit: 774b248) (details)
- Render show advanced as switch (commit: 5d5ea02) (details)
- Make is-relevant-if as OR conditions (commit: f3a217b) (details)
- Add accepts-non-empty-answer-value to is-relevant-if conditions (commit: fedcda3) (details)
- Render help for show advanced switch (commit: f2c664d) (details)
- Fix hiding of answered advanced sub-sections (commit: 8dac1c9) (details)
- Refactor WizardStep to React component class (commit: ff30ba1) (details)
- Add wizard step mapping to component registry (commit: 5f685a8) (details)
- Add WizardStepWithAdvanced (commit: 11dffd5) (details)
- Render advanced answerable question (commit: 73ebca6) (details)
- Edit default colors (commit: e426f14) (details)
- Improve answerable section with advanced questions (commit: 1a3f2c3) (details)
- Make answerable section collapsible (commit: 4be4793) (details)
- Make answerable with advanced section collapsible (commit: ac45396) (details)
- Add emphasise-on-relevant (commit: 9d18b41) (details)
- Refactor and fix answerable section rendering (commit: 8eacd86) (details)
- Revert changes in FormUtils (commit: cf5f453) (details)
- Make answerable section label bolder (commit: bb5f5b8) (details)
- Export classes (commit: 092af62) (details)
- Move smart components to separate project (commit: 0afbca4) (details)
- Move smart component css to separate project (commit: 805602b) (details)
- Bump version (commit: 5138a70) (details)
- Refactor ComponentRegistry (commit: 40f4721) (details)
- Fix answerable section help position (commit: 6873f88) (details)
- Export ComponentRegistry in ts (commit: d7040ca) (details)
- Bump version (commit: 8c95d61) (details)
- Update ComponentRegistry.js (commit: 4ff1136) (details)
- Implement emphasize-on-relevant for sections (commit: 0834cf3) (details)
- Refactor answer rendering (commit: 2d765da) (details)
- Make question mark less distracting by changing its color (commit: 9c7482b) (details)
- Bump version (commit: c04a09a) (details)
- Make ComponentRegistry non-global (commit: a3ab291) (details)
- Export FormQuestionsContext (commit: b4d92b0) (details)
- Pass form questions to component mapping rule (commit: eda2146) (details)
- [Upd] Remove annoying console warning from test condition evaluation (commit: 1a0977e) (details)
- Fix answerable section not collapsing when answer is false (commit: 79dc6f3) (details)
- Bump version (commit: 2150063) (details)
- Update Question.jsx (commit: ee48e69) (details)
- Implement initial input length property (commit: 17c91d3) (details)
- [Upd] Refactoring (commit: 8227f10) (details)
- Support number step (commit: b7deb21) (details)