X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Fooui%2FHistory.md;h=91604abf2a15e5f5e67227ea0032d521df3990c1;hp=9fbb3662e2454260e13f6fbbba676ca66b040abb;hb=25ee9366b06a44087e8f0cba1f2b27324259ef52;hpb=17ff732fb707c96f8c955623e30ca886ae771335 diff --git a/resources/lib/ooui/History.md b/resources/lib/ooui/History.md index 9fbb3662e2..91604abf2a 100644 --- a/resources/lib/ooui/History.md +++ b/resources/lib/ooui/History.md @@ -1,4 +1,83 @@ # OOUI Release History +## v0.31.6 / 2019-05-07 +### Styles +* FieldLayout: Use 'error' icon for error messages (Volker E.) +* FieldLayout, FieldsetLayout: Remove bad `z-index` override for help popup (Bartosz Dziewoński) +* MenuSelectWidget: Amend value to reflect one option's height (Volker E.) +* PopupTool: Fix popup `z-index` override (Bartosz Dziewoński) +* icons: Add 'articleDisambiguation*' and 'articleNotFound*' (Volker E.) + +### Code +* WikimediaUI theme: Fix regression of too short menu items (Volker E.) +* build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint (James D. Forrester) + + +## v0.31.5 / 2019-04-24 +### Features +* MenuSelectWidget: Fix highlight on re-display (Lucas Werkmeister) +* NumberInputWidget: Disable event listeners when disabled or readOnly (Ed Sanders) + +### Styles +* PopupWidget: Fix stacking context problems caused by `filter: drop-shadow` (Bartosz Dziewoński) + +### Code +* docs: {undefined/boolean} -> {undefined|boolean} (Ed Sanders) +* icons: Re-crush with 'svgmin' build task (Volker E.) + + +## v0.31.4 / 2019-04-16 +### Features +* Element: Make `scrollIntoView()` more flexible (Ed Sanders) +* NumberInputWidget: Disable buttons when read-only (Ed Sanders) +* RequestManager: Add `showPendingRequest` option (Ed Sanders) +* Toolbar: Support flagged buttons (Ed Sanders) + +### Styles +* CheckboxInputWidget: Fix styling of indeterminate with focus/hover/active (Ed Sanders) +* CheckboxMultioptionWidget: Remove full width (Thalia Chan) +* PopupWidget: Progressively enhance to use `filter: drop-shadow()` (Volker E.) +* RadioOptionWidget: Remove full-width radio buttons to bring consistency with checkboxes (David Barratt) +* WikimediaUI theme: Fix popup callout border color (Ed Sanders) +* WikimediaUI theme: Fix PHP Checkbox- & RadioInputWidget native appearance (Volker E.) + +### Code +* Fix `'inherit'` value passed to toolbar mixin (Ed Sanders) +* MenuSelect-/SelectWidget: Fix eslint `max-len` warnings (Volker E.) +* NumberInputWidget: Remove duplicate documentation (Ed Sanders) +* OptionWidget: Fix copy-paste from LabelElement (Bartosz Dziewoński) +* icons: Point Wikimedia icon in Apex theme to correct file (Stephen Niedzielski) +* testsuitegenerator: Do not generate duplicate tests if config options are duplicated (Bartosz Dziewoński) + + +## v0.31.3 / 2019-04-03 +### Features +* SelectFileInputWidget: Support multiple files (Ed Sanders) +* WikimediaUI theme: Allow inverted icons to appear anywhere (Roan Kattouw) + +### Styles +* CheckboxMultiselect- & RadioselectInputWidget: Fix infusion reflow (Volker E.) +* DropdownInputWidget: Make WikimediaUI version useable for non-JS users (Volker E.) +* WikimediaUI theme: Increase and unify widget `line-height` (Volker E.) +* WikimediaUI theme: Reduce accessory icon's opacity in non-focussed state (Volker E.) +* WikimediaUI theme: Unify inlined FieldLayout padding (Volker E.) +* icons: Add 'error' icon to 'alerts' pack (Volker E.) +* icons: Amend 'helpNotice' filename (Volker E.) +* icons: Make 'error' octagon regular (Ed Sanders) + +### Code +* SelectFile(Input)Widget: Remove addInput and inline setupInput (Ed Sanders) +* SelectFileInputWidget: Make 'title' behaviour consistent (Ed Sanders) +* build: Bump non-qunit devDependencies to latest where possible (Volker E.) +* build: Do not duplicate localisation messages and their docs in JS code (Bartosz Dziewoński) +* build: Have 'quick-build' use 'build-code' to include messages (Ed Sanders) +* build: Remove unnecessary 'enable-source-maps' task (Bartosz Dziewoński) +* build: We distribute icon/indicator/texture manifests, too (James D. Forrester) +* demos: Add Vietnamese labels (Volker E.) +* demos: Add `title` to LTR/RTL ButtonWidgets (Volker E.) +* demos: Re-order PHP TextInput demo to align with the JS demo (Volker E.) +* docs: Fix syntax errors in MenuLayout (Huji Lee) + + ## v0.31.2 / 2019-03-26 ### Features * CheckboxInputWidget: Add support for indeterminate state (Ed Sanders & Bartosz Dziewoński)