Merge "Update LanguageTrTest::testDottedAndDotlessI for PHP 7.3"
[lhc/web/wiklou.git] / resources / lib / ooui / History.md
index f5e80cc..c913a1d 100644 (file)
@@ -1,4 +1,119 @@
 # OOUI Release History
+## 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.)
+* ProcessDialog: Fix icon+label `padding` (Ed Sanders)
+* ProcessDialog: Fix title alignment on mobile (Ed Sanders)
+* ProcessDialog: Match styling of error messages to new MessageWidget design (Bartosz Dziewoński)
+
+### Code
+* Avoid Sizzle selectors (Ed Sanders)
+* Element: Implement `#setScrollLeft` and use where needed (Bartosz Dziewoński)
+* Scroll tab to centre on mobile (Ed Sanders)
+* demos: Fix PositionSelectWidget radio size (Bartosz Dziewoński)
+* demos: Fix PositionSelectWidget styling in RTL (Ed Sanders)
+* demos: Remove unnecessary 'flags' config options (Bartosz Dziewoński)
+* docs: Fix MenuSelectWidget 'width' documentation (Bartosz Dziewoński)
+* docs: Fix weird whitespace in code example (Bartosz Dziewoński)
+
+
+## v0.33.1 / 2019-07-03
+### Styles
+* MessageWidget: Use emphasized color for boxed 'error' type (Volker E.)
+* ProcessDialog: Use 'framed' ButtonElements everywhere (Volker E.)
+* WikimediaUI theme: Amend ProcessDialog ActionWidget appearance (Volker E.)
+* WikimediaUI theme: De-emphasize 'close' and 'back' actions in ProcessDialog (Volker E.)
+
+### Code
+* FieldLayout: Clean up more unnecessary LESS styles (Bartosz Dziewoński)
+* FieldWidget: Clean up unnecessary LESS styles (Moriel Schottlender)
+* WikimediaUI theme: Variablize `border-style-base` (Volker E.)
+* demos: Remove special-case for FormLayout (Bartosz Dziewoński)
+* demos: Simplify demo console setup (Bartosz Dziewoński)
+* demos: Use the new workaround for links to anchors with fixed header everywhere (Bartosz Dziewoński)
+
+
+## v0.33.0 / 2019-06-26
+### Breaking changes
+* [BREAKING CHANGE] Element: Drop `getJQuery`, unused, useless since approximately 2015 (Ed Sanders)
+* [BREAKING CHANGE] Element: Drop support for `$`, deprecated since 2015 (James D. Forrester)
+* [BREAKING CHANGE] Make OO.ui.throttle always work asynchronously (David Chan)
+* [BREAKING CHANGE] Toolbar: Drop support for unnamed groups, deprecated since v0.27.1 (James D. Forrester)
+* [BREAKING CHANGE] core: Drop OO.ui.now(), deprecated since 0.31.1 (James D. Forrester)
+* [BREAKING CHANGE] {Icon,Iindicator}Element: Drop get$1Title, deprecated in 0.30.0 (James D. Forrester)
+* [BREAKING CHANGE] Drop textures, deprecated since 0.31.1 (James D. Forrester)
+
+### Features
+* Add 'close' action flag and use close icon on mobile (Ed Sanders)
+* Add a MessageWidget (Moriel Schottlender)
+
+### Styles
+* Fix positioning of TabSelectWidget gradient (Ed Sanders)
+* MessageWidget: Add `box-sizing` rule (Moriel Schottlender)
+* ProcessDialog: Increase title size, and align to left on mobile (Volker E.)
+* ProcessDialog: Use frameless actions and icons on desktop (Volker E.)
+* WikimediaUI theme: Apply primary flag to ButtonWidget (frameless) (Volker E.)
+* WikimediaUI theme: Converge appearance of mobile & desktop ProcessDialog (Volker E.)
+* WikimediaUI theme: Make ProcessDialog action icon buttons square (Volker E.)
+* WikimediaUI theme: Use `bold` for primary tools (Volker E.)
+* icons: Create 'unLink' icon (Ed Sanders)
+* icons: Use square dot in 'infoFilled' icon (Bartosz Dziewoński)
+
+### Code
+* ActionFieldLayout: Fix `z-index` hack for invalid input element (Bartosz Dziewoński)
+* FieldLayout: Use the newly created MessageWidget in notices (Moriel Schottlender)
+* Hide tool shortcuts on mobile (Ed Sanders)
+* PHP FlaggedElement: Fix `clearFlags()` method (Bartosz Dziewoński)
+* ProcessDialog: Keep labels for screen readers on mobile (Volker E.)
+* TextInputWidget: Fix Firefox proprietary appearance (Volker E.)
+* build: Remove outdated comment (Bartosz Dziewoński)
+* build: Update 'WikimediaUI-Base' to latest v0.14.0 and amend variables (Volker E.)
+* build: Updating 'mediawiki/mediawiki-codesniffer' to 26.0.0 (libraryupgrader)
+* demos: Add matomo/piwik tracking code for page views (Francisco Dans)
+* demos: Create Demo.LinkedFieldsetLayout to provide links to demo sections (Ed Sanders)
+* demos: Don't add top margin at first child paragraph (Volker E.)
+* demos: Don't load Piwik analytics when testing locally (Bartosz Dziewoński)
+* demos: Fix Piwik analytics tracking using the wrong URL (Bartosz Dziewoński)
+* demos: Fix RTL issues and link/show code positions (Volker E.)
+* demos: Fix appearance of TagMultiselect- & NumberInputWidget combo (Volker E.)
+* demos: Fix links to sections on mobile (Bartosz Dziewoński)
+* demos: Load 'demo.css' early on (Volker E.)
+* demos: Style the MessageWidget to fit a smaller width (Moriel Schottlender)
+* package-lock.json: npm audit bump (James D. Forrester)
+* package.json: Hard-code jsduck fewer times (James D. Forrester)
+
+
 ## v0.32.1 / 2019-06-04
 ### Features
 * Add 'helpInline' support to FieldsetLayout (Ed Sanders)