Skip to content

Releases: nomadjimbob/mikioplugin

2024-02-09

08 Feb 23:51
Compare
Choose a tag to compare
  • Added support for DokuWiki Kaos
  • Updated to support PHP 8.2

2024-01-14

13 Jan 22:55
Compare
Choose a tag to compare
  • <col> now supports the vertical-align option, defaulting to top #30. Thanks EmmaKnijn.
  • <right-sidebar> element added for making right handed sidebars within the page.

2024-01-06

06 Jan 10:40
Compare
Choose a tag to compare
  • Fix missing default options of height and width in nav element #29. Thanks armandostyl.

2023-12-10

10 Dec 03:15
Compare
Choose a tag to compare
  • Fix a LESS compiliation error introduced in #26. Thanks WetenSchaap.

2023-12-04

04 Dec 00:26
Compare
Choose a tag to compare
  • Multiple paginations on a single page is now supported.
  • Pagination will try it best in resolving malformed URLs with missing content.
  • Fixed parsing to ignore <> symbols in element options which used to break the element.
  • Added ability to create group radio items in a multiple quiz item by surrounding options in []. Requested by Dylan.
  • Renamed pagenation to pagination while keep backwards compatibility.
  • Fixed pagination when using nice urls, rewrites and slashes #26. Thanks armandostyl.
  • Updated pagination to use its own variables inside variables.css.
  • Fixed up some border radius issues and dark mode theming on pagination element.

2023-11-19

18 Nov 21:22
Compare
Choose a tag to compare
  • Fix quiz results not shown correctly when markdown formatting applied.
  • Quiz placeholders can now be markdown formatted.
  • Quiz result elements now have classes that can be manually styled through css.
  • Fix button backgrounds being overridden by the DokuWiki theme when styled.

2023-11-18

18 Nov 04:51
Compare
Choose a tag to compare
  • Better handling when a quizitem does not contain a scores or answer attribute.
  • Added full attribute to quiz to show the entire quiz.
  • Quiz questions, text and options support basic markdown to bold and italic points.
  • Quiz now supports style attribute for buttons.
  • Custom styles now automatically builds the outline- style.

2023-11-17

16 Nov 23:42
Compare
Choose a tag to compare
  • Added scoring and multiple options to the quiz elements. Requested by Dylan.

2023-10-16

16 Oct 00:18
Compare
Choose a tag to compare
  • Added support to justify individual components of the card. Requested by Dylan.

2023-10-10

10 Oct 09:43
Compare
Choose a tag to compare
  • Fixed custom styles not being implemented correctly and added direct type support. Thanks Dylan
  • Heading element now supports color and text-decoration options. Requested by Dylan.