DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:mikioplugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:mikioplugin [2023-09-11 02:10] 203.17.70.86plugin:mikioplugin [2024-02-09 00:51] (current) nomadjimbob
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your DokuWiki pages +description: Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your DokuWiki pages 
-author     : nomadjimbob  +author     : nomadjimbob 
-email      : james.collins@outlook.com.au +email      : james.collins@outlook.com.au
 type       : syntax type       : syntax
-lastupdate : 2023-09-11 +lastupdate : 2024-02-09 
-compatible : Igor, Hogfather, Greebo, Jack Jackrum+compatible : Igor, Hogfather, Greebo, Jack Jackrum, Kaos
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : combo, wrap 
-tags       : style, bootstrap+tags       : alerts, anchor, badge, blockquote, bootstrap, box, button, cards, carousel, chart, columns, diagram, dropdown, grid, headings, icon, list, placeholders, progressbar, quiz, rows, slides, statistics, style, tabs
  
 downloadurl: https://github.com/nomadjimbob/mikioplugin/zipball/master downloadurl: https://github.com/nomadjimbob/mikioplugin/zipball/master
Line 46: Line 46:
   * Listgroups   * Listgroups
   * Navigation Dropdowns   * Navigation Dropdowns
-  * Pagenation+  * Pagination
   * Placeholders   * Placeholders
   * Progress Bars   * Progress Bars
Line 73: Line 73:
 ===== Releases ===== ===== Releases =====
  
-==== 2023-09-11 ====+==== 2024-02-09 ====
  
-  * Fixed small tag not being inline [[https://github.com/nomadjimbob/mikioplugin/issues/22|22]]. Thanks Rayaqu +  * Added support for DokuWiki Kaos 
-  * Added support to disable tags.+  * Updated to support PHP 8.2
  
 +==== 2024-01-14 ====
  
-==== 2023-09-03 ==== +  * ''<col>'' now supports the ''vertical-align'' option, defaulting to top [[https://github.com/nomadjimbob/mikioplugin/issues/30|30]]. Thanks EmmaKnijn. 
-  * Fixed card height issues on smaller viewports. +  * ''<right-sidebar>'' element added for making right handed sidebars within the page.
-  * Fixed columns not stacking on small viewports when using sizing. [[https://github.com/nomadjimbob/mikioplugin/issues/21|21]]. Thanks armandostyl+
  
 +==== 2024-01-06 ====
  
-==== 2023-06-16 ==== +  Fix missing default options of height and width in nav element [[https://github.com/nomadjimbob/mikioplugin/issues/29|29]]. Thanks armandostyl.
-  Fixed spacing issues with listgroup items with mixed styles. [[https://github.com/nomadjimbob/mikioplugin/issues/20|20]]. Thanks armandostyl+
  
  
-==== 2023-06-06 ==== +==== 2023-12-10 ====
-  * Added Nav item to create dropdown navigation items [[https://github.com/nomadjimbob/mikioplugin/issues/18|18]]. Thanks armandostyl +
-  * Added support for elements in sidebars+
  
 +  * Fix a LESS compiliation error introduced in [[https://github.com/nomadjimbob/mikioplugin/issues/26|26]]. Thanks WetenSchaap.
  
-==== 2023-05-20 ==== +==== 2023-12-04 ====
-  * AccordionItem, Alert, Blockquote, Card and CardBody now support containing 'protected' type which fixes some elements not rendering correctly (ie <code>)+
  
 +  * 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 [[https://github.com/nomadjimbob/mikioplugin/issues/26|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-05-19 ==== 
-  * Updated to include a polyfill for ''array_key_first'' if PHP < 7.3 
  
-==== 2022-10-31 ==== +Older release notes can be found on GitHub.
-  * Fixed 'link' type for Buttons +
-  * Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template) [[https://github.com/nomadjimbob/mikioplugin/issues/16|16]]. Thanks chrbinder. +
-  * variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator +
- +
- +
-==== 2021-01-18 ==== +
- +
-  * Fixed accordian not rendering tables inside itself [[https://github.com/nomadjimbob/mikioplugin/issues/15|15]]. Thanks Melphios +
- +
-==== 2021-12-15 ==== +
- +
-  * Added ''autoclose'' attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman +
- +
- +
-==== 2021-12-14 ==== +
- +
-  * Fix Carousel not containing image by default [[https://github.com/nomadjimbob/mikioplugin/issues/14|14]]. Thanks eFreshman +
- +
-==== 2021-12-13 ==== +
-  * Fix Struct Plugin Aggregation [[https://github.com/nomadjimbob/mikioplugin/issues/13|13]]. Thanks eFreshman +
- +
-==== 2021-11-13 ==== +
- +
-  * Carousel control colors can now be customized +
-  * Carousel now supports circle indicators +
-  * Dynamically built and fullscreen carousels now supported +
-  * SyntaxRender method now correctly converts tagName to methodNames +
- +
-==== 2021-08-11 ==== +
- +
-  * Replace Windows directory separator in CSS paths +
-  * Fixed path check in LESS engine on Windows +
-  * Recompiled CSS +
-  * Fixed PHP warnings +
- +
-==== 2021-08-10 ==== +
- +
-  * Button outline styling fix [[https://github.com/nomadjimbob/mikioplugin/issues/12|#12]] +
-  * Added small margin to left and right of buttons +
- +
-==== 2021-07-13 ==== +
- +
-  * Element class shortcuts (eg text-center) working again +
-  * LESS engine updated to match the Mikio theme +
-  * LESS fallback to CSS +
- +
-==== 2021-04-23 ==== +
- +
-  * Fixed Card element overflow issues. Cards will now be their own height when inside a row element. To force cards to all be the same height, wrap each card in a col element +
-  * Adding a card-footer element inside a card-body element will now work. This fixes inside card elements +
-  * Cards and Carousel images are now contained inside the element instead of covering the element +
-  * Added cover attributes to Card and Carousel for images to cover element instead of being contained +
-  * Height attribute bugfix for placeholders +
- +
-==== 2021-04-19 ==== +
- +
-  * Fixed images not always being contained within elements such as card headers [[https://github.com/nomadjimbob/mikioplugin/issues/9|#9]] +
- +
-==== 2021-03-05 ==== +
- +
-  * Added support for custom element types and styling [[https://github.com/nomadjimbob/mikioplugin/issues/6|#6]] +
- +
-==== 2020-03-02 ==== +
- +
-  * Fixed a dokuwiki rendering issue in card bodies [[https://github.com/nomadjimbob/mikioplugin/issues/7|#7]] +
-  * Fixed a text alignment not being applied in alerts [[https://github.com/nomadjimbob/mikioplugin/issues/8|#8]] +
- +
-==== 2020-10-29 ==== +
- +
-  * Initial release+
  
  
plugin/mikioplugin.1694391056.txt.gz · Last modified: 2023-09-11 02:10 by 203.17.70.86

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki