X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2FHistory.md;h=95502cdcd94525151b657e7ca281c3746512110f;hp=a87b9580ee0c9b2e6dab081565efe201f949c047;hb=e75de52391a4ef17893c60896eb1b81915e30cf0;hpb=e143c40fee88922eb393a88f94e60afc439d1f49 diff --git a/resources/lib/oojs-ui/History.md b/resources/lib/oojs-ui/History.md index a87b9580ee..95502cdcd9 100644 --- a/resources/lib/oojs-ui/History.md +++ b/resources/lib/oojs-ui/History.md @@ -1,4 +1,54 @@ # OOUI Release History +## v0.28.0 / 2018-08-14 +### Breaking changes +* [BREAKING CHANGE] icons: Drop 'find' icon, deprecated in v0.26.2 (James D. Forrester) +* [BREAKING CHANGE] icons: Drop 'settings' icon, deprecated in v0.27.0 (James D. Forrester) +* [BREAKING CHANGE] icons: Drop cite icons, renamed and deprecated in v0.27.0 (James D. Forrester) +* [BREAKING CHANGE] icons: Remove 'clip' & 'unClip', deprecated in v0.26.1 (Volker E.) +* [BREAKING CHANGE] icons: Remove 'comment', deprecated in v0.26.1 (James D. Forrester) +* [BREAKING CHANGE] icons: Remove deprecated 'userActive'/'userInactive' (Volker E.) + +### Styles +* FieldLayout inline help: Move help after field when align=top (Ed Sanders) + +### Code +* DropdownInputWidget: Add support for $overlay (Alangi Derick) +* LookupElement: Fix empty search result menu (Tim Eulitz) +* PopupTools & ToolGroupTools: Emit active events from PopupTools & ToolGroupTools (Ed Sanders) +* Toolbar: Emit events to let user know if toolbar popups are visible (Ed Sanders) +* Revert "FieldLayout: Avoid unclickable gap between widget and label in 'inline' align" (Bartosz Dziewoński) +* Apex theme: Align `@transition` vars naming with WikimediaUI theme (Volker E.) +* Apex theme: Rename `@destructive` var to naming convention (Volker E.) +* Apex theme: Rename `@progressive*` vars to naming convention (Volker E.) +* WikimediaUI theme: Fix regression on SelectFileWidget icon/indicator visibility (Volker E.) +* WikimediaUI theme: Make use of further WikimediaUI Base variables (Volker E.) +* docs: Always use the correct casing for MediaWiki (James D. Forrester) +* tutorials Create 2 OOUI tutorials and an index page (Hagar Shilo) +* tutorials: Don't load duplicate CSS (Bartosz Dziewoński) +* tutorials: Fix CSS links (Moriel Schottlender) +* build: Bump eslint-config-wikimedia to v0.7.2, disabling failing rules (James D. Forrester) +* build: Bump grunt-contrib-less to v2.0.0 and enable javascriptEnabled (James D. Forrester) +* build: Bump non-qunit devDependencies to latest where possible (James D. Forrester) +* build: Bump OOjs to v2.2.2 (James D. Forrester) +* build: Bump qunit-related devDependencies to latest (James D. Forrester) +* build: Bump wikimedia-ui-base to v0.11.0 (Volker E.) +* tests: Enable `qunit/no-assert-equal` and make pass (James D. Forrester) +* tests: Enable `qunit/no-negated-ok` and make pass (James D. Forrester) +* tests: Enable `qunit/no-ok-equality` and make pass (James D. Forrester) +* tests: Enable `qunit/require-expect` and make pass (James D. Forrester) + + +## v0.27.6 / 2018-08-01 +### Styles +* WikimediaUI theme: Fix styling for focussed multiline text inputs in invalid state (Bartosz Dziewoński) +* Apex theme: Fix regression on ToggleSwitchWidget `border` (Volker E.) +* Apex theme: Further unify `border-radius` (Volker E.) + +### Code +* MenuTagMultiselectWidget: Cascade disable state to menu (Moriel Schottlender) +* MultilineTextInputWidget: Remove 'name' and 'id' from $clone (Prateek Saxena) + + ## v0.27.5 / 2018-07-11 ### Deprecations * [DEPRECATING CHANGE] CapsuleMultiselectWidget: Deprecate widget (Volker E.) @@ -1202,7 +1252,7 @@ * MediaWiki theme: Fix RTL version of largerText icon to be, well, RTL (James D. Forrester) * MediaWiki theme: Fix direction of shadow on position:bottom toolbars (Ed Sanders) * MediaWiki theme: Use correct `border-color` on PopupWidget anchor (Volker E) -* Mediawiki theme: Fix focus inset to overlap scrollbars (Volker E) +* MediaWiki theme: Fix focus inset to overlap scrollbars (Volker E) * icons: Provide a 'halfStar' vertical split star (codynguyen1116) ### Code @@ -1837,7 +1887,7 @@ ### Code * ActionFieldLayout: Add max-width: 50em; (Florian) * DraggableGroupElement: Don't emit reorder event when action is a no-op (Ed Sanders) -* Element: Fix #gatherPreInfuseState called incorrectly, causing TypeErrors (Thiemo Mättig) +* Element: Fix #gatherPreInfuseState called incorrectly, causing TypeErrors (Thiemo Kreuz) * NumberInputWidget: fix example (Ricordisamoa) * SelectWidget: fix incorrect `@return` that should be `@param` (Ricordisamoa) * build: Compress PNGs with Zopfli etc. after they are built (James D. Forrester) @@ -1927,7 +1977,7 @@ * SelectWidget: Really prevent default action during type-to-select (Bartosz Dziewoński) * Put '@keyframes' rules inside a mixin to avoid duplicating them (Bartosz Dziewoński) * Apex theme: Remove unnecessary '@keyframes' prefixing (Bartosz Dziewoński) -* Mediawiki theme: Align button mixins/states to CSS guidelines/standard (Volker E) +* MediaWiki theme: Align button mixins/states to CSS guidelines/standard (Volker E) * Correct code using plain DOM events documented as jQuery events (Bartosz Dziewoński) * demo: Add a long DropdownInputWidget demo (Bartosz Dziewoński) * demo: In PHP demo, load oojs-ui-core only instead of whole oojs-ui (Bartosz Dziewoński)