X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2FHistory.md;h=a87b9580ee0c9b2e6dab081565efe201f949c047;hb=b108657ace53b5449ddb8813b42d2c90a2b3666e;hp=144fea73700afb4543ec8a2d9fff855ce9708bdd;hpb=bbe9917203f9df83994785943d724fa28f5133bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/oojs-ui/History.md b/resources/lib/oojs-ui/History.md index 144fea7370..a87b9580ee 100644 --- a/resources/lib/oojs-ui/History.md +++ b/resources/lib/oojs-ui/History.md @@ -1,4 +1,117 @@ # OOUI Release History +## v0.27.5 / 2018-07-11 +### Deprecations +* [DEPRECATING CHANGE] CapsuleMultiselectWidget: Deprecate widget (Volker E.) + +### Styles +* CheckboxInputWidget, RadioInputWidget: Use `display: inline-block` in all themes (Bartosz Dziewoński) +* MessageDialog: Replace special button treatment with framed buttons (Volker E.) +* WikimediaUI theme: Apply new `ease-out` variable to dialogs (Volker E.) +* WikimediaUI theme: Replace and remove cubic bezier `transition` option (Volker E.) +* WikimediaUI theme: Replace hard-coded value with var (Volker E.) +* Apex theme: Make button faux 3D effect more subtle (Volker E.) +* Apex theme: Restore space between inline FieldLayout field and label (Bartosz Dziewoński) +* Apex theme: Unify `border` values (Volker E.) +* Apex theme: Unify close `border-radius` values (Volker E.) + +### Code +* Add taint annotations for phan-taint-check (Brian Wolff) +* Ensure window ready process runs after window is made visible (Bartosz Dziewoński) +* FieldLayout: Avoid unclickable gap between widget and label in 'inline' align (Bartosz Dziewoński) +* IndexLayout (TabPanelLayouts): Apply correct ARIA roles & attributes (Volker E.) +* MenuSelectWidget: Remove checks for unchanged input from updateItemVisibility() (Bartosz Dziewoński) +* build: Update eslint config to 0.6.0 (Ed Sanders) + + +## v0.27.4 / 2018-06-27 +### Styles +* icons: Add destructive variant for subtract icon (Sam Wilson) +* WikimediaUI theme: Remove some unused CSS (Bartosz Dziewoński) +* Apex theme: Actually display the icon of MenuToolGroup tools (Bartosz Dziewoński) +* Apex theme: Don't hide icons in elements nested in selected MenuOptionWidget (Bartosz Dziewoński) +* Apex theme: Fix placement of icon in DecoratedOptionWidget (Bartosz Dziewoński) + +### Code +* Allow JS/PHP comparison tests for FieldLayout 'help' config option (Bartosz Dziewoński) +* Avoid mentioning 'iconTitle' config option in doc examples (Bartosz Dziewoński) +* Dialog: Create getActionWidget(Config) to simplify customisation (Ed Sanders) +* FieldLayout: Add `for` attribute to inline help label (Prateek Saxena) +* FieldLayout: Reduce clutter in initialization function (Prateek Saxena) +* Follow-up I90a0a787: Add 'helpInline' to PHP FieldLayout (Ed Sanders) +* IconElement/IndicatorElement: Reduce specificity of basic styles (Bartosz Dziewoński) +* MenuSelectWidget: Move 'highlight first item' to end of operation (Moriel Schottlender) +* PopupWidget: Add setter for $autoCloseIgnore (Roan Kattouw) +* PopupWidget: Allow automatic width (not hardcoded) (Bartosz Dziewoński) +* PopupWidget: Listen to 'click' for 'mousedown' events in iOS (Moriel Schottlender) +* ProcessDialog: Use cached value of isMobile (Ed Sanders) +* Refactor how we apply `display: none` to unused icons and indicators (Bartosz Dziewoński) +* WindowManager: Only set `aria-hidden="true"` for modal managers (Bartosz Dziewoński) +* build: Exclude 'demos/vendor' from stylelint (Volker E.) +* build: Fix 'copy:fastcomposerdemos' task (Bartosz Dziewoński) +* styles: Remove proprietary IE 8 & 9 `-ms-filter` properties (Volker E.) +* themes: Improve top `padding` and `line-height` in MessageDialogs (Volker E.) + + +## v0.27.3 / 2018-06-07 (special release) +### Styles +* ActionFieldLayout: Improve `z-index` overrides on focus/hover (Bartosz Dziewoński) +* WikimediaUI theme: Remove label baseline dissonance (Volker E.) +* WikimediaUI theme: Reset SelectFileWidget's LabelElement-label (Volker E.) + +### Code +* PopupButtonWidget: Remove `aria-haspopup` attribute (Volker E.) + + +## v0.27.2 / 2018-06-05 +### Features +* Allow passing config objects to OO.ui.infuse (Ed Sanders) +* FieldLayout: Add 'helpInline' config (Prateek Saxena) +* LookupElement: Allow menu config to be passed in (Ed Sanders) +* MenuSelectWidget: Support starting positions other than 'below' (Ed Sanders) +* MenuTagMultiselectWidget: Allow icons in dropdown menus (Volker E.) +* TagMultiselectWidget: Make sure 'fixed' items can't be removed (Moriel Schottlender) + +### Styles +* ActionFieldLayout: Visually combine inputs and their buttons (Volker E.) +* MenuLayout: Avoid `transition: all`, be precise (Bartosz Dziewoński) +* icons: Make bold-cyrl-palochka.svg perfectly symmetrical (Bartosz Dziewoński) +* WikimediaUI theme: Apply distinct “pill” appearance to tags (Volker E.) +* WikimediaUI theme: Improve TagMultiselect spacing & distance code (Volker E.) +* WikimediaUI theme: Move label `line-height` to LabelElement (Volker E.) +* WikimediaUI theme: Reduce `line-height` varieties across widgets (Volker E.) +* WikimediaUI theme: Use 'progressive' icons for pressed/selected MenuOptionWidget (Bartosz Dziewoński) +* Apex theme: Remove vertical padding from label widget (Ed Sanders) + + +## v0.27.1 / 2018-05-29 +### Deprecations +* [DEPRECATING CHANGE] Toolbar: Add a required 'name' property to toolgroup configs (Ed Sanders) + +### Styles +* Add bold icon for Chechen language (Ed Sanders) +* FieldLayout: Give help icon space when align=left (Prateek Saxena) +* MenuSelectWidget: Allow dropdown menus to be larger than their handles (Ed Sanders) +* themes: Clarify and align focus on TabselectWidget's selected tab (Volker E.) +* WikimediaUI theme: Replace fixed value with dedicated LESS var (Volker E.) +* WikimediaUI theme: Align DecoratedOptionWidget's icon opacity to other widgets (Volker E.) +* WikimediaUI theme: Fix PopupButtonWidget position (Volker E.) +* WikimediaUI theme: Fix regression on Safari bug (Volker E.) +* WikimediaUI theme: Fix unbalanced focus state in action toolbar (Volker E.) +* Apex theme: Reduce accumulated white-space in form fields (Volker E.) + +### Code +* Don't auto-focus a booklet layout page when scrolling (Ed Sanders) +* OutlineControlsWidget: Remove 'add' icon (Bartosz Dziewoński) +* PopupToolGroup: Allow tabbing to the tools in the popup again (Bartosz Dziewoński) +* PopupToolGroup: Fix disappearing dropdown on very narrow screens (Bartosz Dziewoński) +* Toolbar: Remove unused .groups property (Ed Sanders) +* Toolbar: Rename a variable from 'group' to 'groupConfig' (Ed Sanders) +* build: Amend 'grunt-svgmin' options and re-crush SVGs (Volker E.) +* build: Updating mediawiki/mediawiki-codesniffer to 19.0.0 (libraryupgrader) +* build: Use .map.json extension for source maps (Bartosz Dziewoński) +* demos: Remove deprecated 'comment' icon (Volker E.) + + ## v0.27.0 / 2018-05-08 ### Breaking changes * [BREAKING CHANGE] GroupElement: Remove getItem(s)FromData (Prateek Saxena)