Releases: bonartm/quizdown-js
Releases · bonartm/quizdown-js
Release 0.2.4
Release 0.2.3
- Answers can include comments that are displayed on the result page (#3)
Release 0.2.2
- check for existing shadowroot (0a966c4)
Release 0.2.1
- fix workflow (72c70ce)
Release 0.2.0
- changed option "title color" to "text color"
- main update of all styles and general look
- shadow dom rendering for style encapsulation (see sveltejs/svelte#5870)
- no external stylesheet
- removed unused components
Release 0.1.4
- setup version injection (a28ec2a)
Release 0.1.3
Release 0.1.2
- auto-resizing now works with vertically centered and multi-line text
- adjust styling for sequence and choice questions
- adjust styling so that it works nicely with hugo and sphinx themes
- update gh actions
Release 0.1.1
- auto-resize title text based its length
Release 0.1.0
- options now live inside a
Config
class that can be easily maintained and extended - support for setting options at a global, quiz and question specific level
- options inside quizdown can be specified via YAML headers and overwrite global options