X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fooui%2FHistory.md;h=96ff14b8fdf6cf8c468d87910bc11ca39013caf8;hb=c05b8b7c473a7dd9c832f91366c45cb8a35c2df2;hp=d5b8b5935dfd5492aefaf95982762d3da9bf6244;hpb=9e4326370946eace9a20cd3d89f57a027f64257a;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/ooui/History.md b/resources/lib/ooui/History.md index d5b8b5935d..96ff14b8fd 100644 --- a/resources/lib/ooui/History.md +++ b/resources/lib/ooui/History.md @@ -1,4 +1,38 @@ # OOUI Release History +## 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)