Released on not yet
Changes:
Fixes:
Released on 05-April-2020
Changes:
- change loading of extension; now done manually in LocalSettings.php
- change bootstrap foundation from version 3 to version 4
- added component card
- removed component icon
- deprecated components label, panel, and well
- add translations via translatewiki
Fixes:
- fixed some typos
- fix component popover header handling
Also see the migration guide when switching to ~4.0.
Released on 22-January-2020
Please note, that this is the last version to support Mediawiki core 1.27. It still utilizes Bootstrap 3. Upcoming releases will use Bootstrap 4 but require MW >= 1.31.
Changes:
- add translations via translatewiki
Fixes:
- fixed some typos
- removed master tests
Released on 28-Sep-2018
Changes:
- add translations via translatewiki
Fixes:
- fix error in travis install script
Released on 29-May-2018
Changes:
- add translations via translatewiki
Fixes:
- fix modal popup
<div>not generated (issue #12) - fix fatal error in BootstrapComponents\Tests\ExecutionTimeTestListener on mw master
Released on 22-Feb-2018
Changes:
- add translations via translatewiki
Fixes
- fix copy/paste error in "illegal call fix" from v 1.2.0
Released on 20-Feb-2018
Changes:
- add support for colors "primary" and "default" to component alert
- add two more known issues concerning the modal
- add more robust argument and return value handling for lua parse() function
- add issue template
- rename namespace for components from
\BootstrapComponents\Componentto\BootstrapComponents\Componentto comply with naming conventions - introduce class
ParserFirstCallInitthat handles the hook with the same name
Fixes:
- illegal call to User->loadFromSession() triggered by Extension:CodeMirror
Released on 06-Feb-2018
Changes:
- tooltips now highlighted through css class
bootstrap-tooltip
Fixes:
- paragraphs inside various components did not show correctly
- component modal broken when image modals were disabled
- carousel unable to process the same image more than once
- component collapse broken for invalid images as trigger
Released on 02-Feb-2018
- adds scribunto support, providing module
mw.bootstrapwith functionsparseto render componentsgetSkinto get the name of the current skin
Released on 30-Jan-2018
First working version
Provides
- The following components to be used inside wiki text
- accordion
- alert
- badge
- button
- carousel
- collapse
- icon
- jumbotron
- label
- modal
- panel
- popover
- tooltip
- well
- A new gallery mode: carousel
- Option to have images in wiki text to be replaced by modals
- Tests
- Installation options: mw default or composer
- Documentation