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