Update OOUI to v0.34.1
[lhc/web/wiklou.git] / resources / lib / ooui / History.md
index 96ff14b..501b768 100644 (file)
@@ -1,4 +1,76 @@
 # OOUI Release History
+## v0.34.1 / 2019-09-10
+### Deprecating changes
+* [DEPRECATING CHANGE] icons: Rename 'beaker' to 'labFlask' (Volker E.)
+
+### Styles
+* icons: Add 'userGroup' (Volker E.)
+
+### Code
+* Wrap long strings in popups (Sam Wilson)
+* demos: Add missing file to PHP demo to fix infusion (Bartosz Dziewoński)
+
+
+## v0.34.0 / 2019-09-04
+### Breaking changes
+* [BREAKING CHANGE] Use OOjs v3.0.0, up from v2.2.2 (James D. Forrester)
+* [BREAKING CHANGE] Use jQuery v3.4.1, up from v3.3.1 (James D. Forrester)
+
+### Features
+* Add option to preserve grapheme clusters in highlightQuery (tjones)
+* Process: Support any `thenable`, not just jQuery promise (Lucas Werkmeister)
+* SearchWidget: Use a SearchInputWidget rather than a TextInputWidget (David Lynch)
+
+### Styles
+* WikimediaUI theme: Ensure styling of non-primary ActionWidgets (Volker E.)
+* WikimediaUI theme: Remove non-conforming Style-Guide frameless hover icon opacity (Volker E.)
+
+### Code
+* ClippableElement (and MenuSelectWidget): Move `min-height` to rely on `px` (Volker E.)
+* IndexLayout: Fix return types of IndexLayout methods (Lucas Werkmeister)
+* PopupWidget: Change to `oo-ui-force-gpu-composite-layer` (David Lynch)
+* PopupWidget: Use `translateZ( 0 )` on drop shadows in WikimediaUI theme (David Lynch)
+* themes: Unify gradient mixin with MediaWiki version (Ed Sanders)
+* WikimediaUI theme: Reduce selector output on FieldsetLayout help (Volker E.)
+* build: Extend wikimedia/jquery for demos eslint (James D. Forrester)
+* build: Upgrade eslint-utils dependency from 1.3.1 to 1.4.2 for security issue (James D. Forrester)
+* demos: Make forced scrolling rule compatible with disabling scroll for dialogs (Bartosz Dziewoński)
+* demos: Make use of invisible label for screen reader support on menu button (Volker E.)
+* jsduck: Move OO to external as it won't work with JSDoc (James D. Forrester)
+* hygiene: Adding white space within reference import brackets (Volker E.)
+
+
+## v0.33.4 / 2019-07-22
+### Styles
+* Frameless buttons should feature hover and active states (Volker E.)
+* Revert "WikimediaUI theme: Apply primary flag to ButtonWidget (frameless)" (Volker E.)
+* icons: Add 'bellOutline' and 'userAvatarOutline' and amend 'search' (Volker E.)
+
+
+## v0.33.3 / 2019-07-16
+### Styles
+* MessageWidget: Apply `bold` only to inline message types (Volker E.)
+* MessageWidget: Slightly reduce vertical `padding` to align to guidelines (Volker E.)
+* ProcessDialog: Make "back" buttons icon-only on desktop too (Bartosz Dziewoński)
+* WikimediaUI theme: Apply frameless appearance to icon-only dialog actions (Ed Sanders)
+* WikimediaUI theme: Fix frameless TabOptionWidget size (Volker E.)
+* WikimediaUI theme: Fix icon+label padding in process dialog on mobile too (Bartosz Dziewoński)
+* WikimediaUI theme: Make icon-only actions background `transparent` by default (Volker E.)
+* icons: Fix 'help' RTL position (Volker E.)
+
+### Code
+* MenuSelectWidget: Don't highlight items when menu is closed (Bartosz Dziewoński)
+* WikimediaUI theme: Simplify some complicated styles (Bartosz Dziewoński)
+* WindowManager: Prevent iOS Safari from scrolling the page behind the dialog (try#2) (Bartosz Dziewoński)
+* build: Re-crush icons with SVGO (Volker E.)
+* demos: Fix backwards-compatibility with some old URL formats (Bartosz Dziewoński)
+* demos: Load images from the bulk URL rather than 16 individual stylesheets (James D. Forrester)
+* demos: Simplify Demo#normalizeQuery (Bartosz Dziewoński)
+* docs: Fix copy-paste mistake in TagMultiselectWidget (Bartosz Dziewoński)
+* icons: Alter SVG syntax in 'logoWikidata', 'logoWikimedia' for variant support (Bartosz Dziewoński)
+* icons: Combine 'articleNotFound' paths & remove inappropriate `fill` attribute (Volker E.)
+
+
 ## v0.33.2 / 2019-07-09
 ### Styles
 * MessageWidget: Amend icon position and `margin` handling (Volker E.)