Skip to content

Releases: hallowelt/mwstake-mediawiki-component-commonuserinterface

Release 3.0.6

12 Aug 06:42
4421e4c

Choose a tag to compare

Bump version

Release 3.0.5

10 Aug 13:31
4f2c7ca

Choose a tag to compare

Explicitly declare HtmlArmor exceptions (#20)

* Explicitly state HtmlArmor excluded fields

ERM29427
ERM29429
ERM29430

* Remove defaults

* Bump version

* Apply HtmlArmor for rendered subcomponent html

Co-authored-by: rvogel <vogel@hallowelt.biz>

Release 3.0.4

09 Aug 06:00
18d8610

Choose a tag to compare

Bump version number

Release 3.0.3

09 Aug 05:59
02c4876

Choose a tag to compare

Release of V3.0.3

Release 3.0.2

05 Apr 09:23
71ef80a

Choose a tag to compare

Fix use of placeholder brackets (#16)

* Fix use of placeholder brackets

ERM28224

* Fix "data"- and "aria"-attribute builders

* Fix use of placeholder brackets

ERM28224

* Fix placeholder for aria attributes and data attributes

ERM28224

* Add unit test for renderer Link and Badge

ERM28224

* Fix card-link rel attribute

ERM28224

* Fix class attribute for dropdown-itemlist-from-array

ERM28224

* Fix renderer LinklistGroupItem

ERM28224

* Version bump

ERM28224

Co-authored-by: rvogel <vogel@hallowelt.biz>
Co-authored-by: dvogel <daniel.vogel@hallowelt.com>

Release 3.0.1

07 Feb 15:56

Choose a tag to compare

Add github workflow

Release 3.0.0

07 Feb 15:07
9454016

Choose a tag to compare

Use new `componentloader` (#14)

* Use `ComponentLoader`

* Use `ComponentLoader` #2

* Add new init requirement to `README.md`

Co-authored-by: rvogel <vogel@hallowelt.biz>

Release 2.0.7

23 Dec 08:44
38cb2e9

Choose a tag to compare

Add service MWStakeLinkFormatter (#11)

* Add service MWStakeLinkFormatter

* Add unit test for LinkFormatter

* Revert changes on `LinkConverterTest`

* Clean up code and UnitTest

Co-authored-by: rvogel <vogel@hallowelt.biz>

Release 2.0.6

22 Dec 09:41
eba52ce

Choose a tag to compare

Add attributes rel and target to dropdown-itemlist-from-array and lin…

Release 2.0.5

15 Dec 11:58
f418c71

Choose a tag to compare

Add link target to ILink and ITextLink (#8)

* Add link target to ILink and ITextLink

ERM26641

* Remove interface changes

* Add automatism to add link attribute target=_blank

ERM26641

* Check the $wgExternalLinkTarget and add rel to anchor in renderer Link, TextLink

ERM26641

* Improve renderer Link and TextLink

ERM26641

* Use ObjectFactory for renderer with required services

ERM26641