Skip to content

Releases: bonartm/quizdown-js

Release 0.2.4

09 May 17:07
Compare
Choose a tag to compare

Release 0.2.3

08 May 17:10
Compare
Choose a tag to compare
  • Answers can include comments that are displayed on the result page (#3)

Release 0.2.2

08 May 13:38
Compare
Choose a tag to compare
  • check for existing shadowroot (0a966c4)

Release 0.2.1

08 May 12:56
Compare
Choose a tag to compare

Release 0.2.0

08 May 12:40
Compare
Choose a tag to compare
  • 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

18 Apr 11:53
Compare
Choose a tag to compare
  • setup version injection (a28ec2a)

Release 0.1.3

18 Apr 11:17
Compare
Choose a tag to compare
  • setup env file (9981a61)
  • prepare for publishing (1460e02)
  • format svelte files (a933f1e)
  • setup release-it

Release 0.1.2

16 Apr 14:41
Compare
Choose a tag to compare
  • 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

15 Apr 14:47
Compare
Choose a tag to compare
  • auto-resize title text based its length

Release 0.1.0

14 Apr 15:43
Compare
Choose a tag to compare
  • 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