Merge "Special:Search: Generate toggle buttons in HTML instead of JavaScript"
[lhc/web/wiklou.git] / resources / lib / ooui / History.md
1 # OOUI Release History
2 ## v0.30.0 / 2018-12-19
3 ### Breaking changes
4 * [BREAKING CHANGE] Make non-continuous StackLayouts non-scrollable (Ed Sanders)
5 * [BREAKING CHANGE] icons: Drop 'advanced' icon, deprecated in v0.28.1 (Volker E.)
6
7 ### Features
8 * DropdownInputWidget: Add `title` config option to handle (Volker E.)
9
10 ### Deprecations
11 * [DEPRECATING CHANGE] Deprecate passing string IDs to infuse (Ed Sanders)
12 * [DEPRECATING CHANGE] PopupTagMultiselectWidget: Deprecate widget (Volker E.)
13 * [DEPRECATING CHANGE] indicators: Flag unused 'search' indicator as to be removed (Volker E.)
14
15 ### Styles
16 * WikimediaUI theme: Make up for inner 'down' indicator distance (Volker E.)
17 * Apex theme: Align functionality of ComboBoxInputWidget with WikimediaUI theme (Volker E.)
18 * Apex theme: DropdownWidget align CSS code to WikimediaUI theme (Volker E.)
19 * Apex theme: Unify distance on icon and label TextInputWidget (Volker E.)
20 * Apex theme: Use variable for `text-shadow` and unify (Volker E.)
21 * icons: Add 'robot' icon to 'content' pack (Volker E.)
22 * icons: Add localized 'bold' and 'italic' for Urdu (Tulsi Bhagat)
23 * build: Update 'wikimedia-ui-base' to latest (Volker E.)
24
25 ### Code
26 * Avoid HTML parsing (Ed Sanders)
27 * Avoid deprecated OO.ui.infuse( id ) (Ed Sanders)
28 * Use `-webkit-overflow-scrolling: touch` for scrollable things (Bartosz Dziewoński)
29 * ComboBoxInputWidget: Add 'label' and `aria-controls` attribute to button (Volker E.)
30 * ComboBoxInputWidget: `aria-expanded` needs to be set from intialization (Volker E.)
31 * DropDownWidget: Turn handle into `button` and add ARIA attribute (Volker E.)
32 * LookupElement: `aria-expanded` needs to be set from intialization (Volker E.)
33 * MenuTagMultiselectWidget: Clear input before adding tag (Thalia Chan)
34 * TagMultiselectWidget: Resize input when enabling (Thalia Chan)
35 * WindowManager: Move inline CSS to a class (Bartosz Dziewoński)
36 * Hygiene: Don't put a space after mixin names when defining them (Bartosz Dziewoński)
37 * i18n: Fix 'tooltip' in qqq descriptions (Volker E.)
38 * build: Bump various devDependencies to latest (James D. Forrester)
39 * build: Fix case of 'LESS' in comments (Volker E.)
40 * tests: Unbreak unit tests (Bartosz Dziewoński)
41 * demos: Add ARIA `role="main"` to PHP demo (Volker E.)
42 * demos: Add labels to remaining DropdownWidgets (Volker E.)
43 * demos: Don't showcase 'indicator' only buttons explicitly (Volker E.)
44 * demos: Ensure color contrast on special, non-production summary example (Volker E.)
45 * demos: Avoid implicit globals in infusion demo (Ed Sanders)
46 * demos: Let buttons in PHP demo carry screen reader labels (Volker E.)
47 * demos: Make the interface usable on mobile (Bartosz Dziewoński)
48 * demos: Reorder icons and indicators (Volker E.)
49 * demos: Use appropriate 'helpNotice' icon for location (Volker E.)
50 * demos: Use system monospace font stack following Style Guide (Volker E.)
51 * tutorials: Center box shadows (Ed Sanders)
52 * tutorials: Replace $(document).ready with $(fn) (Ed Sanders)
53 * tutorials: Select current page in dropdown (Ed Sanders)
54 * tutorials: Use CSS transitions for scroller (Ed Sanders)
55 * tutorials: Use system monospace font stack following Style Guide (Volker E.)
56
57
58 ## v0.29.6 / 2018-12-04
59 ### Styles
60 * Match BookletLayout menu's width and animations to Dialog's (Bartosz Dziewoński)
61 * WikimediaUI theme: Ensure `transition` of PopupToolGroup in actions toolbar (Volker E.)
62 * icons: Union the paths in 'undo' and 'redo' (Ed Sanders)
63 * icons: Use correct 'settings' title (Volker E.)
64
65 ### Code
66 * BrokenDialog: Remove superfluous and broken second parent call (Roan Kattouw)
67 * MenuTagMultiselectWidget: Allow adding arbitrary values (Moriel Schottlender)
68 * ProcessDialog: Fit label (dialog title) when it changes (Bartosz Dziewoński)
69 * Remove 'jQuery' alias (Ed Sanders)
70 * TagItemWidget: Fix operator precendence (James D. Forrester)
71 * eslint: Drop 'dot-notation' rule (James D. Forrester)
72 * eslint: Enable jquery/no-(show/hide/toggle) rules (Ed Sanders)
73 * eslint: Fix config extends, and move 'no-void' rule overrides inline (Ed Sanders)
74 * build: Enable 'at-rule-empty-line-before' stylelint rule and make pass (Volker E.)
75 * build: Reintroduce icons to dist images-theme CSS files (Volker E.)
76 * build: Remove over-ride for max-len in build code (James D. Forrester)
77 * build: Update 'eslint-config-wikimedia' to v0.9.0 and make pass (Volker E.)
78 * build: Update mediawiki/mediawiki-codesniffer to 23.0.0 (libraryupgrader)
79 * build: Update stylelint-config-wikimedia to 0.5.0 and make pass (James D. Forrester)
80 * docs: JSDuck: Use same font-size as elsewhere (Volker E.)
81 * demos: Add `rel="noopener"` to accessibility explanation links (Volker E.)
82 * demos: CSS fixes for mobile dialogs demo (Bartosz Dziewoński)
83 * demos: Use better icons (Volker E.)
84
85
86 ## v0.29.5 / 2018-11-08
87 ### Code
88 * MenuTagMultiselectWidget: Clear input if adding valid tag (Thalia Chan)
89 * TagMultiselectWidget: Rename `limit` config to `tagLimit` (Thalia Chan)
90
91
92 ## v0.29.4 / 2018-11-06
93 ### Features
94 * TagMultiSelectWidget: Add a `limit` configuration option (Moriel Schottlender)
95 * TagMultiselectWidget: Make widget invalid if there's text in input (Moriel Schottlender)
96
97 ### Styles
98 * PopupTool: Prevent flipping the popup opposite to the toolbar position (Bartosz Dziewoński)
99 * WindowManager: Better avoid content shifting when disabling page scrollbars (Bartosz Dziewoński)
100 * WikimediaUI theme: Tame cut-off letter issue (Volker E.)
101
102 ### Code
103 * Dialog.detachActions: Make this method chainable, as documented (James D. Forrester)
104 * FloatableElement: Remove check for `needsCustomPosition` (Bartosz Dziewoński)
105 * build: Enable `valid-jsdoc` (James D. Forrester)
106 * demos: Use consistent options descriptions (Volker E.)
107 * Fix errors flagged by ESLint's `valid-jsdoc` option (Volker E.)
108 * doc: Add documentation for event handlers (James D. Forrester)
109 * doc: ButtonWidget.setHref: Add chainable documentation (James D. Forrester)
110 * doc: Duplicate `@chainable` with manual `@return` comment (James D. Forrester)
111 * doc: Ensure consistent PHP-DOC annotation (Volker E.)
112 * doc: TagItemWidget.isFixed: Add return documentation (James D. Forrester)
113 * doc: WindowManager.openWindow: Explcitly disable `valid-jsdoc` for private parameters (Volker E.)
114
115
116 ## v0.29.3 / 2018-10-31
117 ### Features
118 * LabelElement: Allow invisible accessibility labels (Bartosz Dziewoński)
119 * PanelLayouts: Add #resetScroll method, and implement in complex layouts (Ed Sanders)
120
121 ### Styles
122 * Allow ButtonGroupWidget/SelectWidget buttons to spill on to new lines (Bartosz Dziewoński)
123 * icons: Visually center 'next' and 'previous' horizontally (Volker E.)
124 * themes: Use base color for DecoratedOption-/MenuOptionWidget (Volker E.)
125 * WikimediaUI theme: Make TagItemWidgets slightly less obstrusive (Volker E.)
126
127 ### Code
128 * Add missing default for a localisation message (Bartosz Dziewoński)
129 * Allow setting the label to "0" in PHP (Bartosz Dziewoński)
130 * DropdownWidget: Fix keypress handling when menu is closed (Bartosz Dziewoński)
131 * DropdownWidget: Fix vertical alignment with other widgets in some layouts (Volker E.)
132 * FloatableElement: Fix typo in a condition causing it to always be true (Bartosz Dziewoński)
133 * WikimediaUI theme: Fix specificity of IndexLayout override (Ed Sanders)
134 * demos: Add ActionLayout with DropdownWidget demo (Volker E.)
135 * demos: Restore lost PHP demos (Bartosz Dziewoński)
136 * demos: Use 'previous' icon for one of the ToggleButtonWidgets (Volker E.)
137 * tutorials: Fix navigation items position (Volker E.)
138 * tutorials: Follow Wikimedia color in body default choice (Volker E.)
139
140
141 ## v0.29.2 / 2018-10-08
142 ### Code
143 * Follow-up Ib00d6720: Fix KeyDown listener name in MenuSelectWidget (Ed Sanders)
144 * Pass panels to MenuLayout (Ed Sanders)
145 * demos: Fix selected values in MenuTagMultiselectWidget demo (Bartosz Dziewoński)
146
147
148 ## v0.29.1 / 2018-10-03
149 ### Styles
150 * TabOptionWidget: Increase contrast between normal & selected states (Volker E.)
151
152 ### Code
153 * MultilineTextInputWidget: Fix fatal (Bartosz Dziewoński)
154 * build: Fail in CI if there are uncommited build artefacts (James D. Forrester)
155 * tests: Commit JS/PHP comparison test suite (Bartosz Dziewoński)
156 * tests: Ensure consistent order in JSPHP-suite.json (Bartosz Dziewoński)
157 * tests: Ensure we write LF newlines to JSPHP-suite.json, even on Windows (Bartosz Dziewoński)
158 * tests: Fix generation of JS/PHP comparison test suite (Bartosz Dziewoński)
159 * tests: Increase Karma tests timeout so that they actually finish (Bartosz Dziewoński)
160
161
162 ## v0.29.0 / 2018-10-02
163 ### Breaking changes
164 * [BREAKING CHANGE] Consistently name document listeners (Ed Sanders)
165 * [BREAKING CHANGE] Drop CapsuleMultiselectWidget, deprecated since v0.27.5 (James D. Forrester)
166 * [BREAKING CHANGE] Formally require PHP 7 (5.6.99+) (James D. Forrester)
167 * [BREAKING CHANGE] TextInputWidget: Drop support for `multiline: true` (James D. Forrester)
168 * [BREAKING CHANGE] Upgrade jQuery from 3.2.1 to 3.3.1 (James D. Forrester)
169 * [BREAKING CHANGE] Use PHP 5.6 variadic function syntax (Bartosz Dziewoński)
170 * [BREAKING CHANGE] Use PHP 7 "\u{NNNN}" Unicode codepoint escapes (Bartosz Dziewoński)
171 * [BREAKING CHANGE] Use PHP 7 '??' operator instead of '?:' with 'isset()' (Bartosz Dziewoński)
172
173 ### Features
174 * Use jQuery 3.3.x class feature (Ed Sanders)
175
176 ### Styles
177 * icons: Refine 'userAvatar' slightly (Volker E.)
178
179 ### Code
180 * Avoid including the `/**` comment from WikimediaUI Base in our output (Bartosz Dziewoński)
181 * Centralize the definition of which classes belong in which module (Bartosz Dziewoński)
182 * Remove unnecessary empty-theme.less (Bartosz Dziewoński)
183 * WikimediaUI theme: Correct several code comments (Volker E.)
184 * WikimediaUI theme: Remove vars covered by WikimediaUI Base vars (Volker E.)
185 * build: Bump eslint-config and grunt-karma devDependencies to latest (James D. Forrester)
186 * build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 (James D. Forrester)
187 * demos: Unbreak from reliance on removed CapsuleMultiselectWidget (James D. Forrester)
188
189
190 ## v0.28.2 / 2018-09-11
191 ### Deprecations
192 * [DEPRECATING CHANGE]: icons: Rename 'advanced' to 'settings' (Volker E.)
193
194 ### Features
195 * NumberInputWidget: Rethink 'step' semantics (Bartosz Dziewoński)
196
197 ### Styles
198 * WikimediaUI theme: Slightly reduce 'close' icon in PopupWidget's popup (Volker E.)
199 * icons: Add 'globe' to 'location' pack (Volker E.)
200 * icons: Add 'helpNotice' to 'interactions' pack (Volker E.)
201
202 ### Code
203 * build: Bump devDependencies to latest where possible (James D. Forrester)
204 * docs: Revert "docs: Don't refer to a renamed icon 'settings', use 'advanced'" (James D. Forrester)
205
206
207 ## v0.28.1 / 2018-09-04
208 ### Styles
209 * icons: Add several 'editing-advanced' and 'media' pack icons (Volker E.)
210 * icons: Make 'camera' visible in demos (Volker E.)
211 * icons: Swap LTR and RTL versions of 'stripeToC' (Roan Kattouw)
212 * icons: Use 'lightbulb' in Arabic in place of 'info' (Volker E.)
213 * Apex theme: Fix NumberInputWidget button width (Volker E.)
214
215 ### Code
216 * Improve PHPCS performance by not listing ignored files (Bartosz Dziewoński)
217 * Restore missing icons and fix broken docs link in OOUI tutorials toolbar (Hagar Shilo)
218 * themes: Cleanup `@min-size` & remove `*-numberinput` variables (Volker E.)
219 * build: Bump wikimedia-ui-base (James D. Forrester)
220 * icons: Update 'pageSettings' SVG title (Volker E.)
221 * docs: Correct documentation for Window#open and Window#close (Bartosz Dziewoński)
222 * docs: Don't refer to a renamed icon 'settings', use 'advanced' (James D. Forrester)
223 * demos: Don't try to use the removed 'comment' icon (Bartosz Dziewoński)
224 * demos: Remove some irrelevant icons in toolbars demo (Bartosz Dziewoński)
225 * demos: Use renamed 'pageSettings' icon (Volker E.)
226 * tests: Add tests for Tag::appendContent, Tag::prependContent, Tag::clearContent (Bartosz Dziewoński)
227
228
229 ## v0.28.0 / 2018-08-14
230 ### Breaking changes
231 * [BREAKING CHANGE] icons: Drop 'find' icon, deprecated in v0.26.2 (James D. Forrester)
232 * [BREAKING CHANGE] icons: Drop 'settings' icon, deprecated in v0.27.0 (James D. Forrester)
233 * [BREAKING CHANGE] icons: Drop cite icons, renamed and deprecated in v0.27.0 (James D. Forrester)
234 * [BREAKING CHANGE] icons: Remove 'clip' & 'unClip', deprecated in v0.26.1 (Volker E.)
235 * [BREAKING CHANGE] icons: Remove 'comment', deprecated in v0.26.1 (James D. Forrester)
236 * [BREAKING CHANGE] icons: Remove deprecated 'userActive'/'userInactive' (Volker E.)
237
238 ### Styles
239 * FieldLayout inline help: Move help after field when align=top (Ed Sanders)
240
241 ### Code
242 * DropdownInputWidget: Add support for $overlay (Alangi Derick)
243 * LookupElement: Fix empty search result menu (Tim Eulitz)
244 * PopupTools & ToolGroupTools: Emit active events from PopupTools & ToolGroupTools (Ed Sanders)
245 * Toolbar: Emit events to let user know if toolbar popups are visible (Ed Sanders)
246 * Revert "FieldLayout: Avoid unclickable gap between widget and label in 'inline' align" (Bartosz Dziewoński)
247 * Apex theme: Align `@transition` vars naming with WikimediaUI theme (Volker E.)
248 * Apex theme: Rename `@destructive` var to naming convention (Volker E.)
249 * Apex theme: Rename `@progressive*` vars to naming convention (Volker E.)
250 * WikimediaUI theme: Fix regression on SelectFileWidget icon/indicator visibility (Volker E.)
251 * WikimediaUI theme: Make use of further WikimediaUI Base variables (Volker E.)
252 * docs: Always use the correct casing for MediaWiki (James D. Forrester)
253 * tutorials Create 2 OOUI tutorials and an index page (Hagar Shilo)
254 * tutorials: Don't load duplicate CSS (Bartosz Dziewoński)
255 * tutorials: Fix CSS links (Moriel Schottlender)
256 * build: Bump eslint-config-wikimedia to v0.7.2, disabling failing rules (James D. Forrester)
257 * build: Bump grunt-contrib-less to v2.0.0 and enable javascriptEnabled (James D. Forrester)
258 * build: Bump non-qunit devDependencies to latest where possible (James D. Forrester)
259 * build: Bump OOjs to v2.2.2 (James D. Forrester)
260 * build: Bump qunit-related devDependencies to latest (James D. Forrester)
261 * build: Bump wikimedia-ui-base to v0.11.0 (Volker E.)
262 * tests: Enable `qunit/no-assert-equal` and make pass (James D. Forrester)
263 * tests: Enable `qunit/no-negated-ok` and make pass (James D. Forrester)
264 * tests: Enable `qunit/no-ok-equality` and make pass (James D. Forrester)
265 * tests: Enable `qunit/require-expect` and make pass (James D. Forrester)
266
267
268 ## v0.27.6 / 2018-08-01
269 ### Styles
270 * WikimediaUI theme: Fix styling for focussed multiline text inputs in invalid state (Bartosz Dziewoński)
271 * Apex theme: Fix regression on ToggleSwitchWidget `border` (Volker E.)
272 * Apex theme: Further unify `border-radius` (Volker E.)
273
274 ### Code
275 * MenuTagMultiselectWidget: Cascade disable state to menu (Moriel Schottlender)
276 * MultilineTextInputWidget: Remove 'name' and 'id' from $clone (Prateek Saxena)
277
278
279 ## v0.27.5 / 2018-07-11
280 ### Deprecations
281 * [DEPRECATING CHANGE] CapsuleMultiselectWidget: Deprecate widget (Volker E.)
282
283 ### Styles
284 * CheckboxInputWidget, RadioInputWidget: Use `display: inline-block` in all themes (Bartosz Dziewoński)
285 * MessageDialog: Replace special button treatment with framed buttons (Volker E.)
286 * WikimediaUI theme: Apply new `ease-out` variable to dialogs (Volker E.)
287 * WikimediaUI theme: Replace and remove cubic bezier `transition` option (Volker E.)
288 * WikimediaUI theme: Replace hard-coded value with var (Volker E.)
289 * Apex theme: Make button faux 3D effect more subtle (Volker E.)
290 * Apex theme: Restore space between inline FieldLayout field and label (Bartosz Dziewoński)
291 * Apex theme: Unify `border` values (Volker E.)
292 * Apex theme: Unify close `border-radius` values (Volker E.)
293
294 ### Code
295 * Add taint annotations for phan-taint-check (Brian Wolff)
296 * Ensure window ready process runs after window is made visible (Bartosz Dziewoński)
297 * FieldLayout: Avoid unclickable gap between widget and label in 'inline' align (Bartosz Dziewoński)
298 * IndexLayout (TabPanelLayouts): Apply correct ARIA roles & attributes (Volker E.)
299 * MenuSelectWidget: Remove checks for unchanged input from updateItemVisibility() (Bartosz Dziewoński)
300 * build: Update eslint config to 0.6.0 (Ed Sanders)
301
302
303 ## v0.27.4 / 2018-06-27
304 ### Styles
305 * icons: Add destructive variant for subtract icon (Sam Wilson)
306 * WikimediaUI theme: Remove some unused CSS (Bartosz Dziewoński)
307 * Apex theme: Actually display the icon of MenuToolGroup tools (Bartosz Dziewoński)
308 * Apex theme: Don't hide icons in elements nested in selected MenuOptionWidget (Bartosz Dziewoński)
309 * Apex theme: Fix placement of icon in DecoratedOptionWidget (Bartosz Dziewoński)
310
311 ### Code
312 * Allow JS/PHP comparison tests for FieldLayout 'help' config option (Bartosz Dziewoński)
313 * Avoid mentioning 'iconTitle' config option in doc examples (Bartosz Dziewoński)
314 * Dialog: Create getActionWidget(Config) to simplify customisation (Ed Sanders)
315 * FieldLayout: Add `for` attribute to inline help label (Prateek Saxena)
316 * FieldLayout: Reduce clutter in initialization function (Prateek Saxena)
317 * Follow-up I90a0a787: Add 'helpInline' to PHP FieldLayout (Ed Sanders)
318 * IconElement/IndicatorElement: Reduce specificity of basic styles (Bartosz Dziewoński)
319 * MenuSelectWidget: Move 'highlight first item' to end of operation (Moriel Schottlender)
320 * PopupWidget: Add setter for $autoCloseIgnore (Roan Kattouw)
321 * PopupWidget: Allow automatic width (not hardcoded) (Bartosz Dziewoński)
322 * PopupWidget: Listen to 'click' for 'mousedown' events in iOS (Moriel Schottlender)
323 * ProcessDialog: Use cached value of isMobile (Ed Sanders)
324 * Refactor how we apply `display: none` to unused icons and indicators (Bartosz Dziewoński)
325 * WindowManager: Only set `aria-hidden="true"` for modal managers (Bartosz Dziewoński)
326 * build: Exclude 'demos/vendor' from stylelint (Volker E.)
327 * build: Fix 'copy:fastcomposerdemos' task (Bartosz Dziewoński)
328 * styles: Remove proprietary IE 8 & 9 `-ms-filter` properties (Volker E.)
329 * themes: Improve top `padding` and `line-height` in MessageDialogs (Volker E.)
330
331
332 ## v0.27.3 / 2018-06-07 (special release)
333 ### Styles
334 * ActionFieldLayout: Improve `z-index` overrides on focus/hover (Bartosz Dziewoński)
335 * WikimediaUI theme: Remove label baseline dissonance (Volker E.)
336 * WikimediaUI theme: Reset SelectFileWidget's LabelElement-label (Volker E.)
337
338 ### Code
339 * PopupButtonWidget: Remove `aria-haspopup` attribute (Volker E.)
340
341
342 ## v0.27.2 / 2018-06-05
343 ### Features
344 * Allow passing config objects to OO.ui.infuse (Ed Sanders)
345 * FieldLayout: Add 'helpInline' config (Prateek Saxena)
346 * LookupElement: Allow menu config to be passed in (Ed Sanders)
347 * MenuSelectWidget: Support starting positions other than 'below' (Ed Sanders)
348 * MenuTagMultiselectWidget: Allow icons in dropdown menus (Volker E.)
349 * TagMultiselectWidget: Make sure 'fixed' items can't be removed (Moriel Schottlender)
350
351 ### Styles
352 * ActionFieldLayout: Visually combine inputs and their buttons (Volker E.)
353 * MenuLayout: Avoid `transition: all`, be precise (Bartosz Dziewoński)
354 * icons: Make bold-cyrl-palochka.svg perfectly symmetrical (Bartosz Dziewoński)
355 * WikimediaUI theme: Apply distinct “pill” appearance to tags (Volker E.)
356 * WikimediaUI theme: Improve TagMultiselect spacing & distance code (Volker E.)
357 * WikimediaUI theme: Move label `line-height` to LabelElement (Volker E.)
358 * WikimediaUI theme: Reduce `line-height` varieties across widgets (Volker E.)
359 * WikimediaUI theme: Use 'progressive' icons for pressed/selected MenuOptionWidget (Bartosz Dziewoński)
360 * Apex theme: Remove vertical padding from label widget (Ed Sanders)
361
362
363 ## v0.27.1 / 2018-05-29
364 ### Deprecations
365 * [DEPRECATING CHANGE] Toolbar: Add a required 'name' property to toolgroup configs (Ed Sanders)
366
367 ### Styles
368 * Add bold icon for Chechen language (Ed Sanders)
369 * FieldLayout: Give help icon space when align=left (Prateek Saxena)
370 * MenuSelectWidget: Allow dropdown menus to be larger than their handles (Ed Sanders)
371 * themes: Clarify and align focus on TabselectWidget's selected tab (Volker E.)
372 * WikimediaUI theme: Replace fixed value with dedicated LESS var (Volker E.)
373 * WikimediaUI theme: Align DecoratedOptionWidget's icon opacity to other widgets (Volker E.)
374 * WikimediaUI theme: Fix PopupButtonWidget position (Volker E.)
375 * WikimediaUI theme: Fix regression on Safari bug (Volker E.)
376 * WikimediaUI theme: Fix unbalanced focus state in action toolbar (Volker E.)
377 * Apex theme: Reduce accumulated white-space in form fields (Volker E.)
378
379 ### Code
380 * Don't auto-focus a booklet layout page when scrolling (Ed Sanders)
381 * OutlineControlsWidget: Remove 'add' icon (Bartosz Dziewoński)
382 * PopupToolGroup: Allow tabbing to the tools in the popup again (Bartosz Dziewoński)
383 * PopupToolGroup: Fix disappearing dropdown on very narrow screens (Bartosz Dziewoński)
384 * Toolbar: Remove unused .groups property (Ed Sanders)
385 * Toolbar: Rename a variable from 'group' to 'groupConfig' (Ed Sanders)
386 * build: Amend 'grunt-svgmin' options and re-crush SVGs (Volker E.)
387 * build: Updating mediawiki/mediawiki-codesniffer to 19.0.0 (libraryupgrader)
388 * build: Use .map.json extension for source maps (Bartosz Dziewoński)
389 * demos: Remove deprecated 'comment' icon (Volker E.)
390
391
392 ## v0.27.0 / 2018-05-08
393 ### Breaking changes
394 * [BREAKING CHANGE] GroupElement: Remove getItem(s)FromData (Prateek Saxena)
395 * [BREAKING CHANGE] MultiSelectWidget: Remove getSelectedItems and getSelectedItemsData (Prateek Saxena)
396 * [BREAKING CHANGE] SelectWidget: Remove getSelectedItem (Prateek Saxena)
397 * [BREAKING CHANGE] TagItemWidget: Replace 'disabled' items with 'fixed' (Moriel Schottlender)
398 * [BREAKING CHANGE] indicators: Remove 'alert', deprecated in v0.25.2 (James D. Forrester)
399
400 ### Deprecations
401 * [DEPRECATING CHANGE] icons: Deprecate 'editing-citation' icons from 'content' (Volker E.)
402 * [DEPRECATING CHANGE] icons: Rename 'settings' to 'pageSettings' (Volker E.)
403
404 ### Features
405 * Add an infusable PHP implementation of the NumberInputWidget (mainframe98)
406
407 ### Styles
408 * TextInputWidget: Hide IE10+'s clear button when it conflicts with labels (Thiemo Kreuz)
409 * WikimediaUI theme: Don't add icon `padding` to menu tools with no icons (Ed Sanders)
410 * WikimediaUI theme: Fix TagItem's label and close position (Volker E.)
411 * WikimediaUI theme: Fix visual regression on toolbar menu border (Volker E.)
412 * Apex theme: Fix position of help icon in FieldLayout align=top (Ed Sanders)
413 * icons: Add 'editing-citation' pack (Volker E.)
414 * icons: Add `title` elements to new icons in 'editing-citation' pack (Volker E.)
415
416 ### Code
417 * FieldLayout: Provide label to 'help' PopupButtonWidget in JS (Volker E.)
418 * MenuTagMultiselect: Use default onTagSelect if allowArbitrary (Daimona Eaytoy)
419 * NumberInputWidget: Add `aria-hidden` to buttons (Volker E.)
420 * ProcessDialog: Fix footer height when actions or dialog size changes (Bartosz Dziewoński)
421 * SelectFileWidget: Use `<label>` for select ButtonElement (Moriel Schottlender)
422 * Harmonize icon JSONs code (Volker E.)
423 * Improve test output in case of failures (Bartosz Dziewoński)
424 * demos: Add ellipsis to “Publish changes” to follow production (Volker E.)
425
426
427 ## v0.26.5 / 2018-04-24
428 ### Styles
429 * Add `overflow:hidden;` to dialog content (Ed Sanders)
430 * TagItemWidget: Make applying cutoff and ellipsis actually work (Bartosz Dziewoński)
431 * Use `vertical-align:top;` for check/radio label alignment (Ed Sanders)
432 * WikimediaUI theme: De-emphasize toolgroup borders (Volker E.)
433 * Apex theme: Ensure consistent height of PopupToolGroup handle (not zero) (Bartosz Dziewoński)
434 * Apex theme: Remove drop shadow from framed PanelLayout (Ed Sanders)
435
436 ### Code
437 * MenuSelectWidget: Start positioning before starting to handle events (Bartosz Dziewoński)
438 * NumberInputWidget: Set inputs to empty if their DOM value is empty (Sam Wilson)
439 * PopupTool: Set active state depending on whether popup is open (Bartosz Dziewoński)
440 * Toolbar: Put all popups (from PopupToolGroup and PopupTool) into an overlay (Bartosz Dziewoński)
441 * build: Switch QUnit package from deprecated 'qunitjs' to 'qunit' (James D. Forrester)
442
443
444 ## v0.26.4 / 2018-04-17
445 ### Code
446 * Apex theme: Point pending.gif texture to a directory that exists (Kunal Mehta)
447 * Remove white canvases from table move icons (Ed Sanders)
448 * WindowManager: Return focus to element after resize (Prateek Saxena)
449 * build: Updating mediawiki/mediawiki-codesniffer to 18.0.0 (libraryupgrader)
450
451
452 ## v0.26.3 / 2018-04-10
453 ### Styles
454 * WikimediaUI theme: Restore background-size transition when checking a checkbox (Bartosz Dziewoński)
455 * icons: Add 'tableMoveColumn*' & 'tableMoveRow*' icons (Volker E.)
456
457 ### Code
458 * CheckboxInputWidget: Don't specify icon in CSS (Bartosz Dziewoński)
459 * DropdownInput-/RadioSelectInputWidget: Fix support for 'tabIndex' (Bartosz Dziewoński)
460 * MenuOptionWidget: Don't specify icon in CSS (Bartosz Dziewoński)
461 * MenuToolGroup: Don't specify icon in CSS (Bartosz Dziewoński)
462 * PopupTagMultiselectWidget: Use `padding` in popup by default (Ed Sanders)
463 * Remove icon overrides for 'en-ca', 'en-gb' when 'en' suffices (Bartosz Dziewoński)
464 * Apex icons: Replace entire set with WikimediaUI theme's (Ed Sanders)
465 * WikimediaUI theme: Don't override selected MenuToolGroup tools' icon (Bartosz Dziewoński)
466 * build: Bump devDependencies to latest (James D. Forrester)
467 * demos: Update word processor toolbar styling from VisualEditor (Bartosz Dziewoński)
468
469
470 ## v0.26.2 / 2018-04-04
471 ### Deprecations
472 * [DEPRECATING CHANGE] icons: Add 'userAnonymous', and deprecate 'userActive'/'userInactive' (Volker E.)
473 * [DEPRECATING CHANGE] icons: Deprecate 'find' of 'editing-advanced' pack (Volker E.)
474
475 ### Styles
476 * Blank theme: Use sizes of default theme WikimediaUI (Volker E.)
477 * WikimediaUI theme: Fix FieldSetLayout & FieldLayout's help icon position (Volker E.)
478 * WikimediaUI theme: Fix FieldLayout with help and align left/right (Bartosz Dziewoński)
479 * WikimediaUI theme: Fix miscalculated frameless button's icon position (Volker E.)
480 * WikimediaUI theme: Fix tool icons in popup toolgroups (Bartosz Dziewoński)
481 * WikimediaUI theme: Replace fixed spacing values with vars (Volker E.)
482 * WikimediaUI theme: Simplify SelectFileWidget's CSS (Volker E.)
483
484 ### Code
485 * MultilineTextInputWidget: Allow `resize` except for on autosize (Prateek Saxena)
486 * TagMultiselectWidget: Fix arrow movement in inline input (Moriel Schottlender)
487 * Update OOjs to v2.2.0 (James D. Forrester)
488 * build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 (libraryupgrader)
489 * build: colorize-svg.js – reorder functions to avoid forward references (Fomafix)
490 * demos: Add theme body classes in PHP demo (Volker E.)
491 * demos: Fix icon wrapping (Ed Sanders)
492 * icons: Fix size and position of most language variant styling icons (Ed Sanders)
493 * icons: Provide RTL 'help' icon for Arabic scripts (Volker E.)
494 * icons: Use correct glyphs for bold-a, italic-a, and strikethrough-a (Ed Sanders)
495 * icons: Use 'underline-u' in German (Ed Sanders)
496 * themes: Remove dash from variable prefix `@ooui` (Volker E.)
497
498
499 ## v0.26.1 / 2018-03-23
500 ### Deprecations
501 * [DEPRECATING CHANGE] icons: Flag 'comment' as to be removed (James D. Forrester)
502 * [DEPRECATING CHANGE] icons: Rename 'clip'/'unClip' to 'bookmark'/'bookmarkOutline' (Volker E.)
503
504 ### Styles
505 * ButtonElement (framed): Remove `padding` on icon + indicator variant (Volker E.)
506 * WikimediaUI theme: Reduce distance of Tools in BarToolGroup (Volker E.)
507 * WikimediaUI theme: Reduce necessary widths for narrow toolbar elements (Volker E.)
508 * WikimediaUI icons: Amend 'help' icon to address feedback (Volker E.)
509 * WikimediaUI icons: Fix 'speechBubbles' icons (Volker E.)
510 * WikimediaUI icons: Fix 'underline-a' icon to be an 'a', not a 'u' (Ed Sanders)
511 * WikimediaUI icons: Slightly adapted size of 'clip'/'unClip' for algnment to other icons (Volker E.)
512 * WikimediaUI icons: Swap 'advanced' and 'settings' icons (Volker E.)
513
514 ### Code
515 * WikimediaUI theme: Remove unused RTL variants of alignLeft/Right icons (Ed Sanders)
516 * WikimediaUI theme: Fix/remove unused icon files (Bartosz Dziewoński)
517 * demos: Add alert popout to toolbars demos (Volker E.)
518 * demos: Add specialCharacter terminal tool to toolbars demos (James D. Forrester)
519 * docs: Add Demos to JSDuck navigation menu (Timo Tijhof)
520 * build: Replace grunt-image with grunt-imagemin (James D. Forrester)
521 * icons: Re-crush SVGs (James D. Forrester)
522
523 ## v0.26.0 / 2018-03-20
524 ### Breaking changes
525 * [BREAKING CHANGE] WikimediaUI: Unify available variants across icon packs (Ed Sanders)
526 * [BREAKING CHANGE] icons: Remove 'alignCentre', renamed in v0.24.2 (James D. Forrester)
527 * [BREAKING CHANGE] icons: Remove 'arrowLast', deprecated since v0.25.0 (James D. Forrester)
528 * [BREAKING CHANGE] icons: Remove 'bellOn', deprecated in v0.25.0 (James D. Forrester)
529 * [BREAKING CHANGE] icons: Remove 'quotesAdd', deprecated in v0.24.4 (James D. Forrester)
530 * [BREAKING CHANGE] icons: Remove 'redirect', renamed in v0.24.4 (James D. Forrester)
531 * [BREAKING CHANGE] indicators: Remove 'next' and 'previous', deprecated in v0.25.0 (James D. Forrester)
532
533 ### Features
534 * FieldLayout: Use better icons for warning/error messages (Bartosz Dziewoński)
535 * MenuTagMultiselectWidget: Check for empty inputValue in addTagFromInput (Prateek Saxena)
536 * TagMultiselectWidget: Handle disabled items (Moriel Schottlender)
537
538 ### Styles
539 * WikimediaUI theme: Add additional 'interactions' & 'media' pack icons (Volker E.)
540 * WikimediaUI theme: Align refined WikimediaUI icons in size and position (Volker E.)
541 * WikimediaUI theme: Apply `translateZ` hack to full canvas icons (Volker E.)
542 * WikimediaUI theme: Fix regression on accelerator key alignment (Volker E.)
543 * WikimediaUI theme: Fix toolbar buttonGroup (Ed Sanders)
544 * WikimediaUI theme: Harmonize `padding` on FieldLayout messages (Volker E.)
545 * WikimediaUI theme: Unify and refine WikimediaUI icons (Volker E.)
546 * WikimediaUI theme: Use `14px` base font size & amend positioning/sizing (Volker E.)
547 * Apex theme: Fix toolbar buttonGroup (Ed Sanders)
548 * Apex theme: Make Apex also use 20px canvas icons (Bartosz Dziewoński)
549
550 ### Code
551 * Use theme rules to define which tools should get blue icons, not flags (Ed Sanders)
552 * build: Make the copy task for the WikimediaUI less vars less confusing (James D. Forrester)
553 * build: Stop using 'grunt-image' for optimising PNGs, at least for now (James D. Forrester)
554 * build: Switch SVG optimization to 'grunt-svgmin' (Volker E.)
555 * build: Temporarily disable running unit tests in Firefox due to timeouts (James D. Forrester)
556 * build: Update devDependencies to latest (James D. Forrester)
557 * build: Updating jakub-onderka/php-parallel-lint to 1.0.0 (libraryupgrader)
558 * build: Acknowledge in package.json that grunt-exec 3.0.0 exists, but we don't want it (Bartosz Dziewoński)
559 * demos: Include editor switch menu in toolbars menu (Volker E.)
560 * demos: Increase base `font-size` to `14px` (Volker E.)
561 * demos: Re-enable bigger base size on mobile breakpoint (Volker E.)
562 * demos: Use `0.8em` body font size for Apex (Bartosz Dziewoński)
563 * dist: Distribute History.md so people can see what's changed (James D. Forrester)
564
565
566 ## v0.25.3 / 2018-03-06
567 ### Features
568 * DropdownInputWidget: Extract menu item creation (Gabriel Birke)
569 * MenuTagMultiselectWidget: Highlight first item when filtering (Moriel Schottlender)
570 * demos: Use individual oojs-ui-* JS files for sourcemap support (Moriel Schottlender)
571
572 ### Styles
573 * WikimediaUI theme: Align action toolbar primary button focus state (Volker E.)
574 * WikimediaUI theme: Align toolbar items' focus to widgets elsewhere (Volker E.)
575
576 ### Code
577 * Imply `inline-block` on toolbar item labels (Volker E.)
578 * CheckboxMultiselectInputWidget: Fix handling of 'name' config option in JS (Bartosz Dziewoński)
579 * TagMultiselectWidget: Only apply `onMouseDown` if not in input (Moriel Schottlender)
580 * Gruntfile: Remove reference to long-absent at-ease PHP library (James D. Forrester)
581 * build: Add jakub-onderka/php-console-highlighter (Umherirrender)
582 * build: Adding MinusX (Kunal Mehta)
583 * build: Updating mediawiki/mediawiki-codesniffer to 16.0.1 (libraryupgrader)
584 * build: Updating phpunit/phpunit to 4.8.36 || ^6.5 (libraryupgrader)
585 * build: pass --ansi --no-progress to composer (Antoine Musso)
586 * demos: Add monospace hack for `code` element (Volker E.)
587 * demos: Only claim ARIA `main` role on the first toolbar demo (Volker E.)
588 * demos: Replace “Save” by “Publish changes” (Volker E.)
589
590
591 ## v0.25.2 / 2018-02-06
592 ### Deprecations
593 * [DEPRECATING CHANGE] icons: Flag indicator 'alert' as to be removed (Volker E.)
594
595 ### Features
596 * Element: Fix infusion edge case (Bartosz Dziewoński)
597 * InputWidget and subclasses: Remember original value when creating the widget (Bartosz Dziewoński)
598 * MultilineTextInputWidget: Emit 'enter' for Ctrl+Enter (Ed Sanders)
599 * MenuTagMultiselectWidget: Erase the input when a menu option is chosen (Prateek Saxena)
600 * OptionWidget: Option is still selectable/highlightable/pressable if its parent is disabled (Bartosz Dziewoński)
601 * RadioSelectInputWidget: Prevent exceptions when trying to set unavailable options (Bartosz Dziewoński)
602
603 ### Styles
604 * FieldLayout: Fix help icon negative margin in Apex (Ed Sanders)
605 * LabelElement: Switch `box-sizing` to `border-box` (srishakatux)
606 * ListToolGroup: Correctly point the collapse/expand icon on bottom toolbars (Volker E.)
607 * RadioSelectInputWidget, CheckboxMultiselectInputWidget: Fix spacing between options in PHP (Apex theme) (Bartosz Dziewoński)
608
609 ### Code
610 * Avoid having to call `.setValue()` in some widgets' constructors multiple times (Bartosz Dziewoński)
611 * CheckboxMultiselectInputWidget: Turn inline event handler into a method (Bartosz Dziewoński)
612 * DraggableElement: Replace 'OOjs-UI' with 'OOUI' for code hygiene (Volker E.)
613 * TextInputWidget: Move previously forgotten methods to Multiline (Bartosz Dziewoński)
614 * Follow-up b28e99712: Remove `mediawiki/at-ease` dependancy (Sam Reed)
615 * Reduce code duplication between `#setValue` and `#setOptions` (Bartosz Dziewoński)
616 * Remove duplicate documentation between TextInputWidget and Multiline (Bartosz Dziewoński)
617 * TextInputWidget: Document that 'maxLength' counts UTF-16 code units (Bartosz Dziewoński)
618 * Toolbars: Replace `$.width` with `clientWidth`/`offsetWidth` (Ed Sanders)
619 * Use child selectors for menuLayout (Ed Sanders)
620 * build: Don't lint a generated JSON file for validity before it's rebuilt (James D. Forrester)
621 * build: Update Rubocop config for deprecations (Bartosz Dziewoński)
622 * demos, docs: Replace 'alert' indicator, as it's deprecated (Volker E.)
623 * demos: Bring “Word processor toolbar” demos closer to VE (Volker E.)
624 * demos: Provide more space at bottom of page (Volker E.)
625 * tests: Do not use obviously fake data when testing infusion (Bartosz Dziewoński)
626 * testsuitegenerator: Test some 'value' parameters that match 'options' parameters (Bartosz Dziewoński)
627
628
629 ## v0.25.1 / 2018-01-16
630 ### Code
631 * Allow other stuff to handle the event when we call `simulateLabelClick()` (Bartosz Dziewoński)
632 * Follow-Up I0f1d9c1f: Update usages of `getSelectedItem` -> `findSelectedItem` (Ed Sanders)
633 * PanelLayout: Remove buggy `translateZ` performance hack (Volker E.)
634 * PopupToolGroup: Revert "Fix popup direction changing…" (Bartosz Dziewoński)
635 * Rename prefixes of unique IDs to not mention "OOjs" (Bartosz Dziewoński)
636 * build, demos, docs: Use “OOUI” as unified name (Volker E.)
637 * demos: Use MultilineTextInputWidget in PHP demos (Ed Sanders)
638 * docs: Clarify `required` true handling with `indicator: 'required'` (Volker E.)
639 * docs: Use “OOUI” as unified name in code comments (Volker E.)
640
641
642 ## v0.25.0 / 2018-01-09
643 ### Breaking changes
644 * [BREAKING CHANGE] Drop the `constructive` flag entirely (James D. Forrester)
645 * [BREAKING CHANGE] Remove `BookletLayout#getClosestPage` (James D. Forrester)
646 * [BREAKING CHANGE] SelectWidget: Remove `getFirstSelectableItem` (Prateek Saxena)
647 * [BREAKING CHANGE] SelectWidget: Remove `getHighlightedItem` (Prateek Saxena)
648 * [BREAKING CHANGE] SelectWidget: Remove `getRelativeSelectableItem` (Prateek Saxena)
649 * [BREAKING CHANGE] icons: Drop 'watchlist', deprecated in v0.23.1 (James D. Forrester)
650
651 ### Deprecations
652 * [DEPRECATING CHANGE] GroupElement: Rename getItem(s)FromData to findItem(s)FromData (Prateek Saxena)
653 * [DEPRECATING CHANGE] MultiSelectWidget: Rename getters (Prateek Saxena)
654 * [DEPRECATING CHANGE] SelectWidget: Rename `getSelectedItem` to `findSelectedItem` (Prateek Saxena)
655 * [DEPRECATING CHANGE] icons: Flag indicators 'previous' & 'next' as to be removed (Volker E.)
656 * [DEPRECATING CHANGE] icons: Rename 'arrowLast' to 'arrowPrevious' (James D. Forrester)
657
658 ### Features
659 * MenuTagMultiselectWidget: Erase the input when tag is selected if filtering (Moriel Schottlender)
660
661 ### Styles
662 * Add `margin-bottom` for widgets which are part of OOUI HorizontalLayout (Phantom42)
663 * FieldLayout: Improve alignment of multiline labels with 'help' button (Bartosz Dziewoński)
664 * WikimediaUI theme: Align 'transparency' icon to WikimedaUI color palette (Volker E.)
665 * WikimediaUI theme: Remove obsolete global flag for 'layout' icon pack (Volker E.)
666 * WikimediaUI theme: Remove obsolete icon flags (Volker E.)
667 * Apex theme: Align readonly TextInputWidget across themes (Volker E.)
668 * Apex theme: Apply `opacity` button transition and ensure Chrome support (Volker E.)
669 * Apex theme: Remove unused, obsolete 'logo-wikimediaDiscovery' icon (Volker E.)
670 * icons: Remove obsolete 'bookmark' icon remainders (Volker E.)
671 * icons: Remove obsolete 'watchlist' icon remainders (Volker E.)
672 * icons: Shorten 'accessibility' pack invert hex color (Volker E.)
673
674 ### Code
675 * Clarify `.oo-ui-force-gpu-composite-layer()` mixin comment (Volker E.)
676 * Fix blurry text on PanelLayout promoted to GPU in Safari (Volker E.)
677 * Fix popup direction changing when the "anchor" is partially offscreen (Bartosz Dziewoński)
678 * MenuTagMultiselectWidget: Don't use overlay for `$autoCloseIgnore` (Moriel Schottlender)
679 * MultilineTextInputWidget: Correct documentation for `config.maxRows` (Roan Kattouw)
680 * PHP TextInputWidget: Remove remaining type 'search' specific code (Volker E.)
681 * Use findItem(s)FromData instead of getItem(s)FromData (Prateek Saxena)
682 * demos: Override OO.ui.getViewportSpacing in infused PHP demo too (Bartosz Dziewoński)
683 * demos: Promote icons page IndicatorWidget to GPU layer (Volker E.)
684 * docs: Bump copyright year (James D. Forrester)
685 * docs: TagMultiselectWidget: Remove wrong link to MediaWiki documentation (Prateek Saxena)
686 * build: Update .gitattributes for .phpcs.xml file move (Kunal Mehta)
687 * build: Add rake to Gemfile (Antoine Musso)
688 * build: Don't include Gemfile* in composer zipballs (Kunal Mehta)
689 * build: Update RuboCop Ruby gem (Željko Filipin)
690 * build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 (libraryupgrader)
691 * build: Use SVGO option of 'grunt-image' for distribution (Volker E.)
692
693
694 ## v0.24.4 / 2017-12-20 special release
695 ### Deprecations
696 * [DEPRECATING CHANGE] icons: Flag unused 'bellOn' icon as to be removed (Volker E.)
697 * [DEPRECATING CHANGE] icons: Flag unused 'quotesAdd' & 'redirect' as to be removed (Volker E.)
698
699 ### Features
700 * Introduce `OO.ui.getDefaultOverlay` (Bartosz Dziewoński)
701 * Put menus/popups of infused PHP widgets into the default overlay (Bartosz Dziewoński)
702
703 ### Styles
704 * icons: Add 'lightbulb' icon (Prateek Saxena)
705 * icons: Add 'stop' icon to Apex theme (Volker E.)
706
707 ### Code
708 * ClippableElement: Fix JS error when Floatable is mixed in but disabled (Roan Kattouw)
709 * DropdownWidget: Remove stray use of `this.$()` (Bartosz Dziewoński)
710
711
712 ## v0.24.3 / 2017-11-28
713 ### Features
714 * Allow adding virtual viewport spacing (Bartosz Dziewoński)
715 * ClippableElement: Allow clipping with top or left edge (Bartosz Dziewoński)
716 * DropdownInputWidget: Generate a hidden `<select>` in JS (Bartosz Dziewoński)
717 * FieldsetLayout: Hide header when there is no icon or label (Bartosz Dziewoński)
718 * MenuSelectWidget, PopupWidget: Automatically change popup direction if there is no space (Bartosz Dziewoński)
719 * PopupToolGroup: Set clipping edges to fix clipping edge (heh) cases (Bartosz Dziewoński)
720 * TextInputWidget: support spellcheck attribute (David Lynch)
721
722 ### Styles
723 * themes: Fix PHP ComboboxInputWidget indicator position (Volker E.)
724 * WikimediaUI theme: Restore `:hover:focus` border color on TextInputWidgets (Volker E.)
725 * oo-ui-background-image: Drop `-o-linear-gradient` fallback (James D. Forrester)
726 * oo-ui-background-image: Drop `-webkit-linear-gradient` fallback (James D. Forrester)
727
728 ### Code
729 * PHP DropdownInputWidget: Workaround for Firefox 57 ignoring attr selector with whitespace (Volker E.)
730 * DraggableGroupElement: Don't try to access non-existent property (Bartosz Dziewoński)
731 * DropdownInputWidget: Remove duplicate TitledElement mixin (Bartosz Dziewoński)
732 * README: Add "Community" section (Prateek Saxena)
733 * README: Re-arrange intro section (Prateek Saxena)
734 * build: Bump wikimedia-ui-base (Volker E.)
735 * git.wikimedia.org -> phab (Zach)
736
737
738 ## v0.24.2 / 2017-11-07
739 ### Deprecations
740 * [DEPRECATING CHANGE] Use en-US spelling for icon names for consistency (Ed Sanders)
741
742 ### Code
743 * README: Consistently refer to OOUI as library (Volker E.)
744 * README: Fix Doxygen rendering (Volker E.)
745 * README: Simplify “Quick start” and “Contributing” section (Volker E.)
746 * demos: Correct and simplify SimpleWidget styles (Bartosz Dziewoński)
747 * docs: onMenuToggle: `isVisible` is the state of the menu (Prateek Saxena)
748
749
750 ## v0.24.1 / 2017-10-31
751 ### Features
752 * DropdownWidget: Allow pressing Space to close the widget, as well as open (Bartosz Dziewoński)
753
754 ### Styles
755 * WikimediaUI theme: Visually improve MenuSectionOptionWidget MenuOptions (Volker E.)
756
757 ### Code
758 * ComboBoxInputWidget: Add `.oo-ui-comboBoxInputWidget-open` class to widget (Volker E.)
759 * Generate clover.xml with code coverage results (Kunal Mehta)
760 * WikimediaUI theme: Use child selectors for styling toolbar action buttons (Bartosz Dziewoński)
761 * README: Simplify and move “Versioning” section (Volker E.)
762 * README: Simplify “Contributing” section slightly and add LESS lint hint (Volker E.)
763 * build: Bump stylelint devDependencies (James D. Forrester)
764 * build: Bump various devDependencies to latest (James D. Forrester)
765 * build: Downgrade 'grunt-exec' to 1.0.1 (again) (Bartosz Dziewoński)
766 * build: Update grunt-image to version 4.0.0 (Ed Sanders)
767 * build: Update mediawiki/mediawiki-codesniffer to 14.1.0 (libraryupgrader)
768 * icons: Unify SVG markup (Volker E.)
769
770
771 ## v0.24.0 / 2017-10-17
772 ### Breaking changes
773 * [BREAKING CHANGE] Drop 'MediaWiki' backwards-compatibility theme (James D. Forrester)
774 * [BREAKING CHANGE] icons: Drop 'stripeSideMenu', renamed in v0.22.2 (James D. Forrester)
775 * [BREAKING CHANGE] icons: Remove 'eye'/'eyeClosed' icons, deprecated in v0.23.0 (Volker E.)
776 * [BREAKING CHANGE] icons: Remove 'signature' icon, deprecated in v0.23.0 (Volker E.)
777 * [BREAKING CHANGE] icons: Remove 'sun', deprecated in v0.23.0 (James D. Forrester)
778
779 ### Styles
780 * themes: Unify icon/indicator visibility (Volker E.)
781 * WikimediaUI theme: Ensure hover feedback on TextInputWidget & descendants (Volker E.)
782
783 ### Code
784 * Fix `.oo-ui-selectable()` mixin to actually undo `.oo-ui-unselectable()` (Bartosz Dziewoński)
785 * WikimediaUI theme: Fix selector in PopupWidget styles (Bartosz Dziewoński)
786
787
788 ## v0.23.5 / 2017-10-12
789 ### Code
790 * PHP MultilineTextInputWidget, SearchInputWidget: Remove duplicate `use` statements (Bartosz Dziewoński)
791 * PHP Theme: Fix check for IconElement/IndicatorElement for inherited traits (Bartosz Dziewoński)
792
793
794 ## v0.23.4 / 2017-10-11
795 ### Styles
796 * IndexLayout: Handle long lists of tabs (Bartosz Dziewoński)
797 * icons: Provide a 'reload' icon in the 'interactions' pack (Ed Sanders)
798 * Apex theme: Fix PopupToolGroup active box size (Volker E.)
799 * Apex theme: Fix SelectFileWidget (no browser support)‎ `padding` (Volker E.)
800 * Generalize icon and indicator positioning & visibility (Volker E.)
801 * WikimediaUI theme: Reduce Checkbox*- & RadioSelectInputWidget vertical space (Volker E.)
802 * WikimediaUI theme: Reduce FieldLayout `margin-top` slightly (Volker E.)
803 * WikimediaUI theme: Streamlining icon/indicator visibility (Volker E.)
804
805 ### Code
806 * Only store initialConfig in demo mode (Ed Sanders)
807 * SearchInputWidget: Prevent extra `oo-ui-textInputWidget-type-text` class (Bartosz Dziewoński)
808 * TextInputWidget: Use child selector for icons/indicators/labels (Ed Sanders)
809 * Do not call `.offset()` on `$( 'html' )` (Bartosz Dziewoński)
810 * PHP: Implement MultilineTextInputWidget, deprecate multiline option (Prateek Saxena)
811 * PHP: Implement SearchInputWidget, deprecate search option (Bartosz Dziewoński)
812 * build: Downgrade 'grunt-exec' to 1.0.1 (Bartosz Dziewoński)
813 * demos: Adding missing `:hover` (Volker E.)
814
815
816 ## v0.23.3 / 2017-10-03
817 ### Styles
818 * PopupToolGroup: Move accelerator keys `padding` to themes (Volker E.)
819 * WikimediaUI theme: Align PopupToolGroup header styles (Volker E.)
820 * WikimediaUI theme: Fix border on narrow bottom toolbars (Volker E.)
821 * WikimediaUI theme: Fix flagged elements' icon `opacity` (Volker E.)
822 * WikimediaUI theme: Improve PopupToolGroup's indicator vertical alignment (Volker E.)
823 * WikimediaUI theme: Make toolbar active element highlights visually equal (Volker E.)
824 * WikimediaUI theme: Remove `box-shadow` not in design (Volker E.)
825 * WikimediaUI theme: Replace BookletLayout menu `border-color` (Volker E.)
826 * WikimediaUI theme: Unify positioning and sizing of tools, toolgroups and menus (Volker E.)
827 * WindowManager: Remove `overflow: hidden` to enhance styling flexibility (Volker E.)
828
829 ### Code
830 * Follow-up I576f3175: highlightQuery: Handle case when query is not found (Ed Sanders)
831 * IndexLayout, BookletLayout: Don't scroll panels if not scrollable (Bartosz Dziewoński)
832 * LabelElement: Add tests for setHighlightedQuery (Ed Sanders)
833 * SelectWidget: Allow focussing things inside OptionWidget labels (Bartosz Dziewoński)
834 * WikimediaUI theme: Simplify action toolbar buttons selectors (Volker E.)
835 * demos: Remove unnecessary button demo widgets (Volker E.)
836
837
838 ## v0.23.2 / 2017-09-26
839 ### Deprecations
840 * [DEPRECATING CHANGE]: Apex theme: Begin killing `constructive` flag (James D. Forrester)
841
842 ### Features
843 * LabelElement#highlightQuery: Support locale comparison (Ed Sanders)
844 * MenuLayout, BookletLayout, IndexLayout: Support `expanded: false` (Bartosz Dziewoński)
845 * WindowManager: Set `aria-hidden` by default and change toggleAriaIsolation behavior (Prateek Saxena)
846
847 ### Code
848 * MenuLayout: Rewrite support for `expanded: false` (Bartosz Dziewoński)
849 * TextInputWidget: Reduce CSS output by enhancing unselectable behaviour (Volker E.)
850 * themes: Align DropdownWidget `&-handle` selectors for code hygiene (Volker E.)
851 * Apex theme: Simplify Radio- & Checkbox*optionWidget label rules (Volker E.)
852 * Remove duplicated `outline` property (Volker E.)
853 * Remove LESS vars covered by WikimediaUI Base (Volker E.)
854 * demos: Expand long dialog title to actually test things (James D. Forrester)
855 * demos: Restrict `opacity` to non-flagged icons only (Volker E.)
856
857
858 ## v0.23.1 / 2017-09-19
859 ### Deprecations
860 * [DEPRECATING CHANGE] SelectWidget: Rename `getFirstSelectableItem` to `findFirstSelectableItem` (Prateek Saxena)
861 * [DEPRECATING CHANGE] SelectWidget: Rename `getHighlightedItem` to `findHighlightedItem` (Prateek Saxena)
862 * [DEPRECATING CHANGE] SelectWidget: Rename `getRelativeSelectableItem` to `findRelativeSelectableItem` (Prateek Saxena)
863 * [DEPRECATING CHANGE] icons: Flag unused 'watchlist' icon as to be removed (Volker E.)
864
865 ### Styles
866 * RadioOptionWidget, CheckboxMultioptionWidget: Support very long labels (Bartosz Dziewoński)
867 * WikimediaUI theme: Harmonize toolbar icon/indicator opacity (Volker E.)
868 * WikimediaUI theme: Improve ListToolGroup's color and opacity handling (Volker E.)
869 * WikimediaUI theme: Simplify disabled tool opacity rules (Volker E.)
870
871 ### Code
872 * BookletLayout#getClosestPage: Fix version number of deprecation (Prateek Saxena)
873 * HtmlSnippet: Throw exception if given non-string content (Bartosz Dziewoński)
874 * Use `findFirstSelectableItem` instead of `getFirstSelectableItem` (Prateek Saxena)
875 * Use `findHighlightedItem` instead of `getHighlightedItem` (Prateek Saxena)
876 * Use `findRelativeSelectableItem` instead of `getRelativeSelectableItem` (Prateek Saxena)
877 * WikimediaUI theme: Concatenate constructive & progressive selectors (Volker E.)
878 * WikimediaUI theme: Remove unnecessary properties (Volker E.)
879 * demos: Add examples of FieldLayout with very long labels (Bartosz Dziewoński)
880 * demos: Avoid menu's `box-shadow` from lurkin into toolbar (Volker E.)
881
882
883 ## v0.23.0 / 2017-09-05
884 ### Breaking changes
885 * [BREAKING CHANGE] Remove CardLayout and references in IndexLayout (Volker E.)
886 * [BREAKING CHANGE] Remove FloatingMenuSelectWidget (Volker E.)
887 * [BREAKING CHANGE] Remove back-compat `OO.ui` prefix assumption in infusion code (Prateek Saxena)
888 * [BREAKING CHANGE] icons: Remove 'caret' icons, deprecated in v0.21.3 (James D. Forrester)
889 * [BREAKING CHANGE] icons: Remove 'wikitrail' icon, renamed in v0.20.1 (James D. Forrester)
890
891 ### Deprecations
892 * [DEPRECATING CHANGE] BookletLayout: Rename `getClosestPage()` to `findClosestPage()` (Prateek Saxena)
893 * [DEPRECATING CHANGE] icons: Flag unused 'sun' icon as to be removed (James D. Forrester)
894 * [DEPRECATING CHANGE] icons: Move 'eye'/'eyeClosed' to 'accessibility' (Volker E.)
895 * [DEPRECATING CHANGE] icons: Move 'signature' to 'editing-advanced' (Volker E.)
896
897 ### Features
898 * Element: Improve error message when the widget being infused is missing (Bartosz Dziewoński)
899
900 ### Styles
901 * Apex theme: Only apply `margin` to label if visible (Ed Sanders)
902 * WikimediaUI theme: Fix frameless indicator combination buttons' appearance (Volker E.)
903 * ButtonInputWidget: Fix Safari-specific intrinsic `margin` (Volker E.)
904
905 ### Code
906 * Ensure only options belonging to the SelectWidget can be clicked (Ed Sanders)
907 * SelectFileWidget: Rename `getTargetItem()` to `findTargetItem()` (Prateek Saxena)
908 * Toolgroup: Rename `getTargetTool()` to `findTargetTool()` (Prateek Saxena)
909 * WikimediaUI theme: Simplify `transition` code and remove obsolete (Volker E.)
910 * build: Add 'accessibility' icon pack in Apex to build module definition (Volker E.)
911 * build: Update eslint-config-wikimedia 0.4->0.5 (Ed Sanders)
912 * build: Updating mediawiki/mediawiki-codesniffer to 0.12.0 (libraryupgrader)
913 * tests: Make MockWidget filename match class name (Kunal Mehta)
914
915
916 ## v0.22.5 / 2017-08-22
917 ### Features
918 * Add `title` attribute to the 'remove' button in TagItemWidget (Moriel Schottlender)
919
920 ### Styles
921 * WikimediaUI theme: Fix regression on disabled border (Volker E.)
922
923 ### Code
924 * Align vars to WikimediaUI Base and remove them as OOjs UI vars (Volker E.)
925 * DraggableElement: Make toggling draggability consistent (Bartosz Dziewoński)
926 * Follow-up 022f532: Don't crash if TitledElement initializes before AccessKeyedElement (Roan Kattouw)
927 * WikimediaUI theme: Make checkbox/radio code leaner (Volker E.)
928 * WikimediaUI theme: Remove unnecessary selector in CheckboxInputWidget (Volker E.)
929 * docs: Align code comment references to Phabricator tasks (Volker E.)
930 * build: Upgrade devDependencies to latest and make pass (James D. Forrester)
931 * build: Update mediawiki-codesniffer to v0.10.1 and fix issues (WMDE-Fisch)
932 * build: Update mediawiki-codesniffer to v0.11.0 and fix issues (WMDE-Fisch)
933 * tests: Prepare for qunit 2.x (James D. Forrester)
934
935
936 ## v0.22.4 / 2017-08-01
937 ### Features
938 * CheckboxMultiselectInputWidget: setValue when CheckboxMultiselect changes (Prateek Saxena)
939 * FieldLayout: Show widget's accesskey in our title (Bartosz Dziewoński)
940 * TextInputWidget: When positioning label, don't clear padding if we will set it again (Bartosz Dziewoński)
941 * TitledElement: When an AccessKeyedElement, show access key in the title (Bartosz Dziewoński)
942
943 ### Styles
944 * icons: Vertically align 'play' & 'stop' icons (Volker E.)
945 * Apex theme: Add focus styles to Tag-/CapsuleMultiselectWidget (Volker E.)
946 * Apex theme: Add focus styles to frameless buttons (Volker E.)
947 * Apex theme: Add play icon (copied from WikimediaUI theme) (Roan Kattouw)
948 * Apex theme: Align ButtonGroup-/ButtonSelectWidget focus logic to WikimediaUI (Volker E.)
949 * Apex theme: Align Dropdown*Widget's focus state with other widgets (Volker E.)
950 * Apex theme: Align TextInputWidget focus to variablized way (Volker E.)
951 * Apex theme: Align ToggleSwitchWidget focus style to other widgets (Volker E.)
952 * Apex theme: Improve alignment of TextInputWidget and its elements (Volker E.)
953 * Apex theme: Introduce framed button focus indication (Volker E.)
954 * Apex theme: Replace and unify `border-radius` with variables (Volker E.)
955 * WikimediaUI theme: Set ButtonElement's height per default (Volker E.)
956 * WikimediaUI theme: Work around a Firefox rendering bug for checkboxes and radios (Bartosz Dziewoński)
957
958 ### Code
959 * DraggableGroupElement: Remove ARIA roles & attributes (Volker E.)
960 * FieldsetLayout: Use `<legend>` now that Chrome 55 bug is less important (James D. Forrester)
961 * Apex theme: Align remaining values to coding convention (Volker E.)
962 * WikimediaUI theme: Align `*-fallback` var with notation elsewhere (Volker E.)
963 * WikimediaUI theme: Code comment hygiene (Volker E.)
964 * WikimediaUI theme: Directly use the Less values rather than via copy-paste (James D. Forrester)
965 * demos: Add examples of TextInputWidget with dynamic label (Bartosz Dziewoński)
966 * demos: Demo.DraggableItemWidget should not inherit from OO.ui.OptionWidget (Bartosz Dziewoński)
967 * demos: Show example link on `:focus` (Volker E.)
968 * docs: Fix some PHPDoc `@return` tags (Ricordisamoa)
969 * build: Add a script to print the dependency tree of everything (Bartosz Dziewoński)
970
971
972 ## v0.22.3 / 2017-07-11
973 ### Features
974 * Tag-/CapsuleMultiselectWidget: Avoid visual focusTrap feedback (Volker E.)
975 * WindowManager: Avoid inconsistent state due to asynchronous promise resolution (Bartosz Dziewoński)
976 * WindowManager: fix closing promise state check (David Lynch)
977
978 ### Styles
979 * icons: Align ongoingConversation to grid (Ed Sanders)
980 * icons: Replace the puzzle icon, using the one from VisualEditor (James D. Forrester)
981 * icons: Vertically center mapPin icon (Volker E.)
982 * Apex theme: Add 'article' icon, copied from WikimediaUI (Moriel Schottlender)
983
984 ### Code
985 * DropdownWidget, MenuSelectWidget: Set `aria-expanded` attribute (Prateek Saxena)
986 * FieldLayout: Add `role='alert'` for error messages (Prateek Saxena)
987 * FieldLayout: Set `aria-describedby` on the fieldWidget (Prateek Saxena)
988 * PopupWidget: Update function name in a comment (Bartosz Dziewoński)
989 * TagMultiselectWidget: Skip `updateInputSize()` for invisible inputs (Roan Kattouw)
990 * Toolbar: Add comment for greppability of dynamic CSS classes (Bartosz Dziewoński)
991 * themes: Align read-only variable names to pseudo-class selector scheme (Volker E.)
992 * themes: Align variable names to WikimediaUI Base scheme (Volker E.)
993 * WikimediaUI theme: Align `@opacity-icon*` variable names to WikimediaUI Base (Volker E.)
994 * WikimediaUI theme: Align checked variable names to pseudo-class scheme (Volker E.)
995 * WikimediaUI theme: Align disabled variable names to pseudo-class scheme (Volker E.)
996 * WikimediaUI theme: Align variable pseudo classes names to WikimediaUI Base (Volker E.)
997 * WikimediaUI theme: Replace `@color-base-light` with `@color-base--inverted` (Volker E.)
998 * WikimediaUI theme: Variablize PopupWidget values (Volker E.)
999 * WikimediaUI theme: Pull in the upstream WikimediaUI package (James D. Forrester)
1000 * build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 (Kunal Mehta)
1001 * phpcs: Enable more rules, or document why they are disabled (Bartosz Dziewoński)
1002 * testsuitegenerator: Blacklist deprecated `multiline` config option (Bartosz Dziewoński)
1003
1004
1005 ## v0.22.2 / 2017-06-28
1006 ### Deprecations
1007 * [DEPRECATING CHANGE] TextInputWidget: Move multi-line support out (Prateek Saxena)
1008 * [DEPRECATING CHANGE] icons: Move and rename 'stripeSideMenu' to 'draggable' (Volker E.)
1009
1010 ### Features
1011 * DropdownInputWidget: Unbreak setting 'value' via config options (Bartosz Dziewoński)
1012 * Element: Work around browsers that set fractional scrollTop values (Roan Kattouw)
1013
1014 ### Styles
1015 * BookletLayout: Workaround for horizontal scrollbars on menu when editable (Bartosz Dziewoński)
1016 * icons: Let's stop referring to removed icons, hmm? (James D. Forrester)
1017 * Rewrite all styling for "outline controls" (Bartosz Dziewoński)
1018 * Apex theme: Align appearance of tags' close icon to WikimediaUI theme (Volker E.)
1019 * Apex theme: Fix HorizontalLayout containing FieldLayouts (Bartosz Dziewoński)
1020 * WikimediaUI theme: Remove default DraggableElement styling (Ed Sanders)
1021 * WikimediaUI theme: Use icon instead of indicator in Tag-/CapsuleItemWidget (Volker E.)
1022 * WikimediaUI: Strengthen Radio*Widget's `:checked` state (Volker E.)
1023
1024 ### Code
1025 * MenuSelectWidget: Fix item hiding when menu contents change (Roan Kattouw)
1026 * MultilineTextInputWidget: Fix autosizing (Bartosz Dziewoński)
1027 * PopupWidget: Replace CSS with Less comments for smaller dist (Volker E.)
1028 * SearchInputWidget: Fix ability to clear the input (Bartosz Dziewoński)
1029 * TabIndexedElement: Fix validation and make consistent in PHP and JS (Bartosz Dziewoński)
1030 * Use javascript-stringify instead of JSON.stringify (Ed Sanders)
1031 * Apex theme: Fix order of selectors for :first-child FieldLayout (Bartosz Dziewoński)
1032 * demos: Add links to documentation from code examples (Prateek Saxena)
1033 * demos: Allow linking to specific widgets (Bartosz Dziewoński)
1034 * demos: Indicate code toggle clearer (Volker E.)
1035 * demos: Pull out all links to docs/sources to the top of the code (Bartosz Dziewoński)
1036 * demos: Simplify code generation, now that we use javascript-stringify (Bartosz Dziewoński)
1037 * demos: Use URL 'query' part for linking to demo sections rather than URL 'fragment' (Bartosz Dziewoński)
1038 * docs: Fix some typos in documentation (Bartosz Dziewoński)
1039 * docparser: Fix handling for fake trait constructors (Bartosz Dziewoński)
1040 * docparser: Make matching '(default: ...)' case-insensitive (Bartosz Dziewoński)
1041 * docparser: Tighter check for 'use' statements in PHP (Bartosz Dziewoński)
1042
1043
1044 ## v0.22.1 / 2017-05-31
1045 ### Code
1046 * WindowManager: Do not use return value of `#closeWindow` as promise (Bartosz Dziewoński)
1047 * WindowManager: Fix check for a window already closing (Bartosz Dziewoński)
1048 * WindowManager: Fix error handling for `#openWindow` with string argument (Bartosz Dziewoński)
1049 * WindowManager: Fix important typo in deprecation warning (Bartosz Dziewoński)
1050 * WindowManager: Fix incorrect checks for promise state (Bartosz Dziewoński)
1051 * WindowManager: Provide other `jQuery.Promise` methods on the b/c promise too (Bartosz Dziewoński)
1052 * demos: Clarify code comment (Bartosz Dziewoński)
1053 * demos: Clean up the global window manager too when destroying (Bartosz Dziewoński)
1054 * demos: Load icon packs in the PHP demo (Bartosz Dziewoński)
1055 * demos: Replace abandoned icon name 'remove' to current one 'trash' (Volker E.)
1056
1057 ## v0.22.0 / 2017-05-30
1058 ### Breaking changes
1059 * [BREAKING CHANGE] TextInputWidget: Remove search related methods (Prateek Saxena)
1060 * [BREAKING CHANGE] icons: Drop the core icon pack (James D. Forrester)
1061 * [BREAKING CHANGE] icons: Remove unused 'bookmark' icon (Volker E.)
1062 * [BREAKING CHANGE] Depend on OOjs v2.1.0, up from v2.0.0 (James D. Forrester)
1063
1064 ### Deprecations
1065 * [DEPRECATING CHANGE] Rename the 'MediaWiki' theme to 'WikimediaUI' (James D. Forrester)
1066 * [DEPRECATING CHANGE] WindowManager: Deprecate using `openWindow`/`closeWindow` returns as promises (Bartosz Dziewoński)
1067
1068 ### Features
1069 * Add HiddenInputWidget to generate hidden input (Victor Barbu)
1070 * InputWidget: Introduce `#setInputId` and `inputId` config option (Bartosz Dziewoński)
1071 * MenuTagMultiselectWidget: Clear text field after adding an item from it (Bartosz Dziewoński)
1072 * MenuTagMultiselectWidget: Handle the 'selected' config option (Bartosz Dziewoński)
1073 * NumberInputWidget: Use icons instead of labels (Volker E.)
1074 * PopupButtonWidget: Handle empty configuration (Bartosz Dziewoński)
1075 * PopupWidget: Position close button in head absolutely (David Lynch)
1076 * PopupWidget: Sensibly position anchor-less popups (Roan Kattouw)
1077 * WindowManager: Add `WindowInstance` - a Promise-based lifecycle object (Timo Tijhof)
1078 * WindowManager: Handle errors better in `#closeWindow` (Bartosz Dziewoński)
1079
1080 * Allow *even more* widgets to be focussed programatically (Bartosz Dziewoński)
1081 * Only cancel mouse down event if tool in toolgroup clicked on (Ed Sanders)
1082 * Re-introduce `.simulateLabelClick()` as a separate method from .focus() (Bartosz Dziewoński)
1083
1084 ### Styles
1085 * themes: Field*Layout help position perfectly aligned (Volker E.)
1086 * themes: Improve frameless button in size and behaviour (Volker E.)
1087 * themes: Increase FieldsetLayout header's `font-size` (Volker E.)
1088 * Apex theme: Ensure vertical centering of ButtonElement's icon (Volker E.)
1089 * Apex theme: Make OptionWidget icon override more specific (Moriel Schottlender)
1090 * Apex theme: Start Apex's 'user' icon pack, with just 'userAvatar' for now (Ed Sanders)
1091 * WikimediaUI theme: Align `@background-color-destructive` to WikimediaUI Base (Volker E.)
1092 * WikimediaUI theme: Align ButtonInputWidget's `line-height` to ButtonWidget (Volker E.)
1093 * WikimediaUI theme: Align inline label's position (Volker E.)
1094 * WikimediaUI theme: Ensure icon aligns in dropdown menu (Volker E.)
1095 * WikimediaUI theme: Remove incorrect comments (Volker E.)
1096
1097 ### Code
1098 * MenuTagMultiselectWidget: Add test for 'selected' config option (Bartosz Dziewoński)
1099 * windows: Add tests for OO.ui.alert/confirm/prompt (Timo Tijhof)
1100 * AUTHORS: Update for the past two years' work (James D. Forrester)
1101 * build: Add the README/AUTHORS/LICENCE files to dist (James D. Forrester)
1102 * demos: Add TextInputWidget examples with inline labels but no indicators (Ed Sanders)
1103 * demos: Add viewport meta tag to PHP demo too (Volker E.)
1104 * demos: Avoid inline CSS for the overlay (Bartosz Dziewoński)
1105 * demos: Fix code generation for more complicated cases (Bartosz Dziewoński)
1106 * demos: Fix up a couple of minor things in demo widgets (Bartosz Dziewoński)
1107 * demos: Fix `z-index` with fixed demo header (Volker E.)
1108 * demos: Increase and strengthen responsive support (Volker E.)
1109 * demos: Indicate widgets clearer by sections (Volker E.)
1110 * demos: Make disabled progress bar in demo determinate (Ed Sanders)
1111 * demos: Show code that can be used to create the widget (Prateek Saxena)
1112 * testsuitegenerator: Handle classes with no constructor (Bartosz Dziewoński)
1113
1114
1115 ## v0.21.4 / 2017-05-16
1116 ### Features
1117 * Allow more widgets to be focussed programatically (Bartosz Dziewoński)
1118 * Generalize `.getInputId()` for all widgets (Bartosz Dziewoński)
1119 * Use `.focus()` method when possible instead of looking inside widgets (Bartosz Dziewoński)
1120 * TagMultiselectWidget: Fix `Ctrl`+`Backspace` to delete last item (Bartosz Dziewoński)
1121 * TagMultiselectWidget: Fix order of checks for `allowArbitrary`/`allowDuplicates` (Bartosz Dziewoński)
1122
1123 ### Styles
1124 * MediaWiki theme: Separate two active ToggleButton siblings visually (Volker E)
1125
1126 ### Code
1127 * LabelWidget: Fix label click handling (Bartosz Dziewoński)
1128 * RadioSelectInputWidget: When generating a unique 'name', don't make it random (Bartosz Dziewoński)
1129 * Use glaringly wrong tags for elements that are supposed to be unused (Bartosz Dziewoński)
1130 * README: Clarify and simplify descriptions (Volker E)
1131 * build: Upgrade eslint-config-wikimedia from 0.3.0 to 0.4.0 and make pass (James D. Forrester)
1132 * demos: Add ARIA roles (Volker E)
1133 * demos: Clean up the window manager when destroying the dialogs demo (Bartosz Dziewoński)
1134 * demos: Preserve scroll position when changing non-page options (Bartosz Dziewoński)
1135 * demos: Rename deprecated Card to current TabPanel (Volker E)
1136 * demos: Tame buggy mobile browser behaviour on `position: fixed` (Volker E)
1137 * demos: Turn the menu into a fixed header (Bartosz Dziewoński)
1138 * docs: Fix `OO.ui.IndexLayout` example (Volker E)
1139 * tests: Order the `attributes` object keys, for less noisy diffs (Bartosz Dziewoński)
1140
1141
1142 ## v0.21.3 / 2017-05-09
1143 ### Deprecations
1144 * [DEPRECATING CHANGE] Merge functionality of FloatingMenuSelectWidget into MenuSelectWidget (Bartosz Dziewoński)
1145 * [DEPRECATING CHANGE] Rename CardLayout to TabPanelLayout (Prateek Saxena)
1146 * [DEPRECATING CHANGE] icons: Deprecate 'bookmark' icon (Volker E)
1147 * [DEPRECATING CHANGE] icons: Merge 'caret' into regular movement icons (James D. Forrester)
1148
1149 ### Styles
1150 * OptionWidget: Use parent selector for icon/indicator/label styles (Roan Kattouw)
1151 * Apex theme: Follow same FieldLayout `margin` logic as MediaWiki theme (Volker E)
1152 * MediaWiki theme: Bring styling to design spec in Safari/iOS (Volker E)
1153 * MediaWiki theme: Fix ButtonInputWidget appearance in Saf/iOS (Volker E)
1154 * MediaWiki theme: Fix `padding` for frameless buttons in ProcessDialogs (Ed Sanders)
1155 * MediaWiki theme: Provide focus indicator to TagMultiselectWidget (Volker E)
1156 * MediaWiki theme: Unify and harmonize `padding`/position of Tag*Widgets (Volker E)
1157
1158 ### Code
1159 * Fix some errors flagged by ESLint's 'valid-jsdoc' option (Bartosz Dziewoński)
1160 * NumberInputWidget: Followup db801c55f0 – clean up backward compat vars (Moriel Schottlender)
1161 * MenuSectionOptionWidget: Remove unsupported ARIA attribute (Volker E)
1162 * MenuSelectWidget: Scroll to the top if filtering and no exact match (David Lynch)
1163 * MenuSelectWidgets: Don't unconditionally hide all descendant inputs (Roan Kattouw)
1164 * TagMultiselectWidget: Actually use the focus trapping element (Bartosz Dziewoński)
1165 * TagMultiselectWidget: Fix `#addTag` return value to match docs (Bartosz Dziewoński)
1166 * TagMultiselectWidget: Fix keyboard navigation between items (Bartosz Dziewoński)
1167 * ToggleButtonWidget: Remove misleading `aria-checked` attribute (Volker E)
1168 * Unbreak FloatingMenuSelectWidget when `$container` is not given (Bartosz Dziewoński)
1169 * build: Fix invalid ecmaVersion setting (Timo Tijhof)
1170 * build: Use source maps in coverage report (James D. Forrester)
1171 * icons: Add first/last to complement previous/next in movement pack (Ed Sanders)
1172 * icons: Provide 'clip', 'unClip', and 'pushPin' in moderation (James D. Forrester)
1173 * tests: Do not set `QUnit.config.requireExpects = true` (Bartosz Dziewoński)
1174
1175
1176 ## v0.21.2 / 2017-04-25
1177 ### Features
1178 * Element: New method `#getElementId` (Bartosz Dziewoński)
1179 * NumberInputWidget: Remake as an actual TextInputWidget child (Moriel Schottlender)
1180
1181 ### Styles
1182 * ProgressBarWidget: Switch to `box-sizing: border-box` (Volker E)
1183 * TabOptionWidget: Cleanup & align paddings/position to dialog environment (Volker E)
1184 * MediaWiki theme: Decrease selector specificity and fix invalid appearance (Volker E)
1185 * MediaWiki theme: Fix IE 7 oversized buttons (Volker E)
1186 * MediaWiki theme: Improve SearchWidget design (Volker E)
1187
1188 ### Code
1189 * Do not use `role=menu`/`menuitem` for MenuSelectWidget/MenuOptionWidget (Bartosz Dziewoński)
1190 * PopupTagMultiselectWidget: Update popup position on resize (Prateek Saxena)
1191 * ProcessDialog: Display error messages on top of footer action buttons (Bartosz Dziewoński)
1192 * SelectWidget/MenuSelectWidget: Maintain `aria-activedescendant` attribute on focus owner (Bartosz Dziewoński)
1193 * Set ARIA `role=combobox` on DropdownWidget and LookupElement too (Bartosz Dziewoński)
1194 * Set `aria-owns` for everything with a dropdown list (ARIA `role=combobox`) (Bartosz Dziewoński)
1195 * Follow-up d22d23311: Don't reference OO.ui.ToolGroup blindly (James D. Forrester)
1196 * build: Bump grunt-stylelint, bring in stylelint explicitly (James D. Forrester)
1197 * demos: Add some more examples with 'accessKey' (Bartosz Dziewoński)
1198 * docs: Document Window#$overlay property (Bartosz Dziewoński)
1199 * tests: Drop unnecessary hints to qunit about the number of tests (James D. Forrester)
1200
1201
1202 ## v0.21.1 / 2017-04-18
1203 ### Styles
1204 * PopupWidget: Do not leave space for anchor if there's no anchor (Bartosz Dziewoński)
1205 * MediaWiki theme: Ensure WCAG level AA contrast on unsupported SelectFileWidget (Volker E)
1206 * MediaWiki theme: Fit icon/indicator & label in DecoratedOptionWidget (Volker E)
1207 * MediaWiki theme: Fix standalone, disabled sibling ButtonWidgets (Volker E)
1208 * MediaWiki theme: Fix white `border-color` of frameless buttons (Volker E)
1209 * MediaWiki theme: Make readonly TextInputWidget appearance clearer (Volker E)
1210 * MediaWiki theme: TagMultiselectWidget outlined UI improvements (Volker E)
1211 * MenuOptionWidget: Remove theme-independent 'check' icon (Prateek Saxena)
1212
1213 ### Code
1214 * environment: Upgrade jQuery from 1.11.3 to 3.2.1 (James D. Forrester)
1215 * DropdownInput-/RadioSelectInputWidget: Remove unnecessary ARIA attributes (Volker E)
1216 * Element: Use `JSON.parse` rather than the deprecated `$.parseJSON` (James D. Forrester)
1217 * Fix typo in frameless button mixin (David Lynch)
1218 * FloatingMenuSelectWidget: Add 'ready' event after menu is clipped (Moriel Schottlender)
1219 * MediaWiki theme: Clarify `@min-height-widget-default` usage (Volker E)
1220 * PopupToolGroup: Mixin flaggable (David Lynch)
1221 * TagMultiselectWidget: Allow preset InputWidget (Moriel Schottlender)
1222 * TagMultiselectWidget: Redo data validation for Tag* and Menu* (Moriel Schottlender)
1223 * themes: Align `@size-*-min` variable to naming scheme and rename (Volker E)
1224 * build: Drop the csscomb task (James D. Forrester)
1225 * docs: Fix numbering in Quick start (Kartik Mistry)
1226 * demos: Polish demo labels, styles and add frameless button tests (Volker E)
1227 * tests: Update OO.ui.Process tests for jQuery 3 compatibility (Bartosz Dziewoński)
1228
1229
1230 ## v0.21.0 / 2017-04-11
1231 ### Breaking changes
1232 * [BREAKING CHANGE] ActionWidget: Remove resize event (IvanFon)
1233 * [BREAKING CHANGE] dependencies: Drop support for ES3 browsers via es5-shim (James D. Forrester)
1234
1235 ### Features
1236 * Create a TagMultiselectWidget (Moriel Schottlender)
1237 * FloatingMenuSelectWidget: Add `width` config option (Moriel Schottlender)
1238 * MenuSelectWidget: Add `config.$autoCloseIgnore` (Roan Kattouw)
1239
1240 ### Styles
1241 * PopupWidget: Center the anchor for vertical (above/below) popups too (Bartosz Dziewoński)
1242 * MediaWiki theme: Add separator when toolbar items break on narrow (Volker E)
1243 * MediaWiki theme: Fix IE < 11 icon/indicator position in SelectFileWidget (Volker E)
1244 * MediaWiki theme: Fix overflow ellipsis on small DropdownWidget sizes (Volker E)
1245 * MediaWiki theme: Fix selector regression on DraggableElement (Volker E)
1246 * MediaWiki theme: Fix Toolbars containing ButtonGroups (David Lynch)
1247 * MediaWiki theme: Replace arrows with chevrons and increase contrast (Volker E)
1248 * MediaWiki theme: Unify `padding` across widgets and variablize (Volker E)
1249 * MediaWiki theme: Unify `padding` on ButtonElement (Volker E)
1250 * MediaWiki theme: Unify `padding` on DecoratedOptionWidget and descendants (Volker E)
1251 * Follow-up eceb6f20: MediaWiki theme: Remove unused indicator flags (Volker E)
1252
1253 ### Code
1254 * Remove remnants of PHP-5.3-style `array()` literals (Bartosz Dziewoński)
1255 * ClippableElement: Fix progressive width loss bug (Roan Kattouw)
1256 * ComboBoxInputWidget: Fix minor JS/PHP differences (Bartosz Dziewoński)
1257 * ComboBoxInputWidget: Redo the 'down' indicator in PHP (Bartosz Dziewoński)
1258 * DraggableElement: Only apply focus when widget is not disabled (Moriel Schottlender)
1259 * DraggableElement: Toggle style on `$handle`, not `$element` (Andrew Green)
1260 * DropdownInputWidget: Only allow setting values actually in the dropdown (Bartosz Dziewoński)
1261 * MenuSelectWidget: Highlight the first result when searching (Moriel Schottlender)
1262 * MessageDialog: Accept proposed size dialog on `getSetupProcess` (Ebrahim Byagowi)
1263 * TextInputWidget: Reduce unnecessary duplicated CSS output (Volker E)
1264 * TextInputWidget: Use `.prop()` rather than `.attr()` for 'required' (Bartosz Dziewoński)
1265 * Apex theme: Align coding style to conventions (Volker E)
1266 * Apex theme: Simplify color usage through Less variables (Volker E)
1267 * demos: Remove scaling restrictions (Volker E)
1268 * docparser: Improve trait/mixin handling (Bartosz Dziewoński)
1269 * docparser: Properly handle default values in PHP (Bartosz Dziewoński)
1270 * docs: Add detail to documentation of core.js utilities (Ed Sanders)
1271 * docs: Minor documentation tweaks (Bartosz Dziewoński)
1272 * tests: Comparison tests for infusing previously untestable classes (Bartosz Dziewoński)
1273
1274
1275 ## v0.20.2 / 2017-03-30
1276 ### Styles
1277 * DraggableElement: Fix regression on selectors (Volker E)
1278
1279 ### Code
1280 * GroupElement: Fix insertion bugs (Bartosz Dziewoński)
1281 * icons: Drop unused 'invert' variant from Apex 'icons-interactions' pack (Bartosz Dziewoński)
1282 * build: Add exec:composer and add it to `_ci` (Prateek Saxena)
1283
1284
1285 ## v0.20.1 / 2017-03-28
1286 ### Deprecations
1287 * [DEPRECATING CHANGE] icons: Deprecate and/or move all the core icons (James D. Forrester)
1288 * [DEPRECATING CHANGE] icons: Rename 'wikitrail' to 'mapTrail' (Volker E)
1289 * Follow-up b12205ac: Add deprecation notices to icons moved in v0.16.2 (James D. Forrester)
1290 * Follow-up da8d99af: Add deprecation notice to icon moved in v0.14.0 (James D. Forrester)
1291
1292 ### Features
1293 * DraggableGroupElement: Make draggable conditional (Moriel Schottlender)
1294 * build: Implement `grunt add-theme` task to ease theme creation (Bartosz Dziewoński)
1295
1296 ### Styles
1297 * ButtonElement: Normalize appearance in Firefox (Volker E)
1298 * Blank theme: Fix up the 'blank' theme (Bartosz Dziewoński)
1299 * MediaWiki theme: Position PopupToolGroup indicator similar to other widgets (Volker E)
1300
1301 ### Code
1302 * Element: Add special case for document root in getClosestScrollableContainer (Bartosz Dziewoński)
1303 * FloatableElement: Abort positioning if no longer attached (David Lynch)
1304 * GroupElement: Transform to be an OO.EmitterList mixin (Moriel Schottlender)
1305 * MenuOptionWidget: Remove inherited, duplicated property (Volker E)
1306 * OO.ui.isFocusableElement: Update for jQuery 3 deprecations (Bartosz Dziewoński)
1307 * PopupWidget: Add 'ready' event when the popup is ready (Moriel Schottlender)
1308 * Use Node.DOCUMENT_NODE rather than magic number (Bartosz Dziewoński)
1309 * Follow-up 4bc67351c5: Unbreak FloatableElement positioning (Roan Kattouw)
1310 * Follow-up Iaa7dffc13: *Actually* allow `$returnFocusTo` to be `null` (Ed Sanders)
1311 * themes: Reorder Less rules alphabetically (Volker E)
1312 * MediaWiki theme: Remove obsolete ButtonOptionWidget styles (Volker E)
1313 * MediaWiki theme: Remove unnecessary OptionWiget `border` property (Volker E)
1314 * build: Add a new jenkins script (Prateek Saxena)
1315 * build: Bump grunt-cssjanus to master (Volker E)
1316 * build: Match file order between tests/index and karma (Timo Tijhof)
1317 * build/demos: Generalize demos and build so that it's easier to add new themes (Bartosz Dziewoński)
1318
1319
1320 ## v0.20.0 / 2017-03-15
1321 ### Breaking changes
1322 * [BREAKING CHANGE] Element#scrollIntoView: Drop `complete` config option (James D. Forrester)
1323 * [BREAKING CHANGE] Element#scrollIntoView: Remove deprecated `complete` config parameter (James D. Forrester)
1324 * [BREAKING CHANGE] LabelElement: Remove deprecated `fitLabel` function (James D. Forrester)
1325 * [BREAKING CHANGE] MessageDialog: Drop the deprecated '`verbose`' flag (James D. Forrester)
1326 * [BREAKING CHANGE] PopupWidget#setAlignment: Remove backwards-compatibility (James D. Forrester)
1327 * [BREAKING CHANGE] Remove CapsuleMultiSelectWidget (James D. Forrester)
1328 * [BREAKING CHANGE] Remove TextInputMenuSelectWidget (James D. Forrester)
1329 * [BREAKING CHANGE] TextInputWidget: Remove `type=date`/`month` support (Geoffrey Mon)
1330 * [BREAKING CHANGE] icons: Drop '…Undo' icons, deprecated in 0.18.3 (James D. Forrester)
1331 * [BREAKING CHANGE] icons: Drop 'beta' and 'ribbonPrize', deprecated in 0.18.3 (James D. Forrester)
1332 * [BREAKING CHANGE] icons: Drop 'betaLaunch', deprecated in 0.18.3 (James D. Forrester)
1333 * [BREAKING CHANGE] icons: Drop status flags from Wikimedia (logos) icon pack (Volker E)
1334
1335 ### Deprecations
1336 * [DEPRECATING CHANGE] ActionWidget/Set: Warn for methods using the `resize` event (Prateek Saxena)
1337
1338 ### Features
1339 * Use `<span>` rather than `<div>` for inline-ish widgets (Bartosz Dziewoński)
1340 * CapsuleMultiselectWidget: Call `updateInputSize` when adding, removing items (Prateek Saxena)
1341 * DropdownInputWidget: Add support for `optgroup` (Prateek Saxena)
1342 * FieldLayout: Use `<span>` rather than `<div>` when possible (Bartosz Dziewoński)
1343
1344 ### Styles
1345 * DropdownInputWidget: Tweak PHP widget's disabled styling (Bartosz Dziewoński)
1346 * NumberInputWidget: Set input to 100% height (Volker E)
1347 * MediaWiki theme: Add unit to `line-height` for Chrome (Volker E)
1348 * MediaWiki theme: Align “framed” ButtonWidgets cross-browser (Volker E)
1349 * MediaWiki theme: Ensure theme color in disabled TextInputWidget on Safari (Volker E)
1350 * MediaWiki theme: Ensure vertical alignment of dialog top bar items (Volker E)
1351 * MediaWiki theme: Fix TextInputWidget's IconElement `max-height` (Volker E)
1352 * MediaWiki theme: Fix appearance of ComboBoxInputWidget PHP (Volker E)
1353 * MediaWiki theme: Use color palette color for dialog top bar (Volker E)
1354 * MediaWiki theme: Vertically align label in SelectFileWidget (Volker E)
1355
1356 ### Code
1357 * DropdownInputWidget: Remove accidental patterned background in PHP (Bartosz Dziewoński)
1358 * MediaWiki theme: Align WindowManager to CSS Coding Guidelines (Volker E)
1359 * MediaWiki theme: Indicators shouldn't provide global `progressive` flag (Volker E)
1360 * MediaWiki theme: Simplify Radio- & Checkbox…optionWidget label rules (Volker E)
1361 * build: Bump various devDependencies to master (James D. Forrester)
1362 * build: Exclude demos/vendor from composer test too (James D. Forrester)
1363 * demos: Add ButtonGroupWidget (icon and text) demo (Volker E)
1364 * demos: Add disabled DropdownInputWidget demo (Bartosz Dziewoński)
1365
1366
1367 ## v0.19.5 / 2017-03-07
1368 ### Deprecations
1369 * [DEPRECATING CHANGE] icons: Move 'add' from core to 'interactions' pack (James D. Forrester)
1370
1371 ### Features
1372 * FloatableElement: Add config for `hideWhenOutOfView` (Moriel Schottlender)
1373
1374 ### Styles
1375 * MediaWiki theme: Add visual feedback on focussed Outlined Booklet Dialog (Volker E)
1376 * OutlinedBookletDialog: Bring visual order into levels (Volker E)
1377 * icons: Add 'highlight' to 'editing-styling' pack (Moriel Schottlender)
1378 * icons: Add 'substract' icon, in interactions pack (Volker E)
1379 * icons: Fix vertical alignment of 'journal' (Volker E)
1380 * icons: Remove 'teardrop' from MediaWiki theme 'close' icon (Volker E)
1381
1382 ### Code
1383 * CapsuleMultiselectWidget: Update popup position if height changed (Prateek Saxena)
1384 * ComboBoxInputWidget: Improve documentation example (Bartosz Dziewoński)
1385 * ListToolGroup: Re-clip when expanding/collapsing (Roan Kattouw)
1386 * MenuSelectWidget#filterFromInput: Clear MenuSectionOptionWidgets if empty (Roan Kattouw)
1387 * PopupElement: Set `$floatableContainer` to `this.$element` by default (Roan Kattouw)
1388 * PopupTool: For bottom toolbars, make the popup go up, like toolgroups (Bartosz Dziewoński)
1389 * PopupWidget: Make popups able to actually pop *up*, as well as sideways (Roan Kattouw)
1390 * PopupWidget: Position anchor relative to popup, not popup relative to anchor (Roan Kattouw)
1391 * TextInputWidget: Fix documentation for 'maxRows' type (Bartosz Dziewoński)
1392 * Use `options` in ComboBoxInputWidget demo (Moriel Schottlender)
1393 * Follow-up 442ffe73, 7f21350d, 9dfa5dd5: Mention in icon definitions they're deprecated (James D. Forrester)
1394 * demos: Make demo consoles LTR, even in the RTL demo (Roan Kattouw)
1395 * demos: Add demo/test for PopupWidget/PopupButtonWidget placements (Bartosz Dziewoński)
1396 * demos: Add sections to dialogs demo (Bartosz Dziewoński)
1397 * demos: Extract widgets, dialogs and layouts from dialogs.js (Bartosz Dziewoński)
1398 * demos: Reuse some widgets in the dialogs demo (Bartosz Dziewoński)
1399 * styles: Replace stylelint block with inline comments everywhere (Volker E)
1400
1401
1402 ## v0.19.4 / 2017-02-28
1403 ### Features
1404 * Add `OO.ui.Element.static.getScrollLeft` (Bartosz Dziewoński)
1405 * FloatableElement: Support positioning relative to all edges (Roan Kattouw)
1406
1407 ### Styles
1408 * MediaWiki theme: Align DraggableElement focus with standard appearance (Volker E)
1409 * MediaWiki theme: Align appearance of PHP DropdownInputWidget to JS (Volker E)
1410 * MediaWiki theme: Fix TextInputWidget inline label misalignment (Volker E)
1411 * MediaWiki theme: Fix ToolGroupTool's label alignment (Volker E)
1412 * MediaWiki theme: Fix button layout in ButtonGroup-/SelectWidgets in IE 9 (Volker E)
1413 * MediaWiki theme: Fix styling for FieldLayout inside HorizontalLayout (Bartosz Dziewoński)
1414 * styles: Improve vertical alignment of elements' & widgets' icons (Ed Sanders/Volker E)
1415 * icons: Add 'feedback' icon, in interactions pack (Roan Kattouw)
1416 * icons: Add 'searchDiacritic' icon, in editing-advanced pack (Ed Sanders)
1417
1418 ### Code
1419 * Make generic placeholder pseudo-class browser-prefix mixin (Ed Sanders)
1420 * BookletLayout: When continuous, properly make the inner PageLayouts non-scrollable (Bartosz Dziewoński)
1421 * Element: Fix `scrollLeft()` for body/html/window (Roan Kattouw)
1422 * OutlineOptionWidget: Remove unused and misplaced values (Volker E)
1423 * PopupWidget: Remove `left: 0;` breaking floatable popups (Roan Kattouw)
1424 * MediaWiki theme: Remove obsolete ComboBoxInputWidget selectors (Volker E)
1425 * README: Encourage direct release in the instructions (James D. Forrester)
1426 * build: Test the 'minify' task in CI (James D. Forrester)
1427 * demos: Add 'label' to ToolGroupTool example (Bartosz Dziewoński)
1428 * demos: Extract ButtonStyleShowcaseWidget from the demo code (Bartosz Dziewoński)
1429 * demos: Extract CapsuleNumberPopupMultiselectWidget from the demo code (Bartosz Dziewoński)
1430 * demos: Extract remaining widgets from widgets.js (Bartosz Dziewoński)
1431
1432
1433 ## v0.19.3 / 2017-02-21
1434 ### Features
1435 * FieldLayout, FieldsetLayout: Add support for `$overlay` for help popups (Bartosz Dziewoński)
1436 * MenuSelectWidget: Add config option to not close on choose (Roan Kattouw)
1437
1438 ### Styles
1439 * MediaWiki theme: Make CapsuleItemWidget behave similar to other widgets (Volker E)
1440 * MediaWiki theme: SelectFileWidget drop target aligned to UX patterns (Volker E)
1441
1442 ### Code
1443 * BookletLayout: Remove unnecessary overrides (Bartosz Dziewoński)
1444 * Element#getClosestScrollableContainer: Update code comment (Bartosz Dziewoński)
1445 * FieldLayout, LabelWidget: If input has no ID, focus on element on label click (Prateek Saxena)
1446 * PopupWidget (and similar): Document why it is unwise to show unattached widgets, and emit warnings (Bartosz Dziewoński)
1447 * build: Bump stylelint and make pass (James D. Forrester)
1448 * demos: Add DropdownWidget (with MenuSectionOptionWidget) (Prateek Saxena)
1449 * demos: Further improve responsive layout (Volker E)
1450 * demos: Minor tweaks for button style showcase code (Bartosz Dziewoński)
1451 * demos: Rename OO.ui.Demo to just Demo (Bartosz Dziewoński)
1452 * demos: Replace `table` in button style showcase with responsive layout (Volker E)
1453 * demos: Set the default page in demo.js (Bartosz Dziewoński)
1454
1455
1456 ## v0.19.2 / 2017-02-14
1457 ### Features
1458 * CapsuleMultiselectWidget: Make labels work (Prateek Saxena)
1459 * FloatableElement, PopupWidget: Do positioning from the right in RTL (Roan Kattouw)
1460 * TextInputWidget: getValidity: Check browser validation first (Prateek Saxena)
1461
1462 ### Styles
1463 * icons: Fix vertical alignment of eye icon (Ed Sanders)
1464
1465 ### Code
1466 * core: Do not clear unrelated flags when clearing 'progressive' (Bartosz Dziewoński)
1467 * ActionWidget: Remove event listening code for widget's 'resize' event (Prateek Saxena)
1468 * ClippableElement: Order matters (inexplicably) (Bartosz Dziewoński)
1469 * demos: Use longer text in popup in $overlay demo (Bartosz Dziewoński)
1470
1471
1472 ## v0.19.1 / 2017-02-07
1473 ### Features
1474 * Dialog: Support meta as well as ctrl for modifier on enter key (David Lynch)
1475
1476 ### Styles
1477 * FieldLayout: Fix styling for disabled widgets in PHP (Bartosz Dziewoński)
1478 * MediaWiki theme: Align tab navigation to color palette (Volker E)
1479 * MediaWiki theme: Fix RTL version of largerText icon to be, well, RTL (James D. Forrester)
1480 * MediaWiki theme: Fix direction of shadow on position:bottom toolbars (Ed Sanders)
1481 * MediaWiki theme: Use correct `border-color` on PopupWidget anchor (Volker E)
1482 * MediaWiki theme: Fix focus inset to overlap scrollbars (Volker E)
1483 * icons: Provide a 'halfStar' vertical split star (codynguyen1116)
1484
1485 ### Code
1486 * CheckboxMultiselectInputWidget: Allow disabling specific options (Huji Lee)
1487 * DraggableGroupElement: Add mandatory ARIA role (Volker E)
1488 * FieldLayout: Move `<label>` from `$body` to `$label` (Bartosz Dziewoński)
1489 * FieldLayout: Remove the need for `simulateLabelClick` (Prateek Saxena)
1490 * InputWidget: Fix 'id' attribute setting for `<label>` (Bartosz Dziewoński)
1491 * LabelWidget: Remove the need for `simulateLabelClick` (Prateek Saxena)
1492 * Toolbar: Make toolbar position selectors more specific (Ed Sanders)
1493 * WindowManager: Clarify `#addWindows` documentation (Bartosz Dziewoński)
1494 * Windows: Use the "recommended" `WindowManager#addWindows` usage (Bartosz Dziewoński)
1495 * Apex theme: Get rid of toolbar-shadow div (only used by Apex) (Ed Sanders)
1496 * MediaWiki theme: Remove unnecessary `font-weight` property (Volker E)
1497 * build: Bump various dev dependencies to latest (James D. Forrester)
1498 * colorize-svg: Colorize using a method compatible with rsvg (Bartosz Dziewoński)
1499 * demos: Load icons stylesheets with correct directionality (LTR/RTL) (Bartosz Dziewoński)
1500 * demos: Follow-up a02979ad: Load the icons-content pack in the PHP demo (James D. Forrester)
1501 * demos: Remove 'Constructive' button from the icons page (Prateek Saxena)
1502 * demos: Add link to documentation (Prateek Saxena)
1503 * demos: Fix regression on toolbars demo (Volker E)
1504 * docs: Add quotes around `PROJECT_NAME` setting (Ricordisamoa)
1505 * docs: Document for JSDuck various overridden inherited properties (Bartosz Dziewoński)
1506 * docs: Fix `OO.ui.prompt()` documentation (Bartosz Dziewoński)
1507 * docs: Set `.static.name` in all dialog examples that need it (Bartosz Dziewoński)
1508
1509
1510 ## v0.19.0 / 2017-01-31
1511 ### Breaking changes
1512 * [BREAKING CHANGE] ButtonWidget: Switch `box-sizing` over to `border-box` (Volker E)
1513 * [BREAKING CHANGE] LabelElement: Drop no-op fitLabel() method. (James D. Forrester)
1514 * [BREAKING CHANGE] WindowManager: Error if `.static.name` is not defined when adding a window (Bartosz Dziewoński)
1515
1516 ### Features
1517 * PopupButtonWidget: Add `$overlay` config option (Bartosz Dziewoński)
1518 * SelectWidget: Allow OptionWidget subclasses to provide custom match text (Roan Kattouw)
1519 * Toolbar: Support `position:bottom` (Ed Sanders)
1520
1521 ### Styles
1522 * CapsuleMultiselectWidget: Fix focussing when inside BookletLayout with popup (Bartosz Dziewoński)
1523 * CapsuleMultiselectWidget: Styling tweaks related to popups (Bartosz Dziewoński)
1524 * MenuSelectWidget: Override ClippableElement's `min-height` (Bartosz Dziewoński)
1525 * PopupWidgets: Unify paddings and line-height (Bartosz Dziewoński)
1526 * TextInputWidget/MediaWiki theme: Revert "Improve Less code and align labels" (Bartosz Dziewoński)
1527 * PanelLayout/Apex theme: Revert regression (Volker E)
1528
1529 ### Code
1530 * CapsuleMultiSelectWidget: Call correct parent constructor (Ricordisamoa)
1531 * CapsuleMultiselectWidget: Make popup really work with $overlay (Bartosz Dziewoński)
1532 * FieldsetLayout: Swap 'max-width' and 'width' (Bartosz Dziewoński)
1533 * FloatableElement: More correctly decide if we need custom position (Bartosz Dziewoński)
1534 * MenuSelectWidget: Hide menu if all items are hidden (Bartosz Dziewoński)
1535 * ProcessDialog: Account for `config.flags` being undefined (Ed Sanders)
1536 * Follow-up 1dc6a45: {Booklet,Index}Layout: Avoid deprecated `config.complete` (Roan Kattouw)
1537 * Follow-up d21cf8a: unbreak popups with no $floatableContainer (Roan Kattouw)
1538 * PHP: Avoid unique ID conflicts between PHP and JS code (Bartosz Dziewoński)
1539 * demos: Failing demo for DropdownWidget with an overlay (Roan Kattouw)
1540 * demos: Fix vertical spacing in icons demo (Bartosz Dziewoński)
1541 * demos: Improve layout on mobile and fix various glitches (Volker E)
1542 * demos: Make the icon page easier to use (Prateek Saxena)
1543 * demos: Use longer text in PopupWidgets to showcase line wrapping (Bartosz Dziewoński)
1544
1545
1546 ## v0.18.4 / 2017-01-17
1547 ### Deprecations
1548 * [DEPRECATING CHANGE] MessageDialog: Default 'verbose' option to true (James D. Forrester)
1549 * Follow-up 1dc6a45: Emit deprecations from Element#scrollIntoView callback (James D. Forrester)
1550 * Follow-up 4518bcf: Emit deprecation warnings for LabelElement#fitLabel (James D. Forrester)
1551 * Follow-up 574fd34: Emit deprecations for use of CapsuleMultiSelectWidget (James D. Forrester)
1552 * Follow-up ea9a4ac: Throw deprecation warnings for TextInputMenuSelectWidget (James D. Forrester)
1553 * Follow-up f69a2ad: Emit deprecations for old PopupWidget#setAlignment values (James D. Forrester)
1554
1555 ### Features
1556 * CapsuleMultiSelectWidget: Add allowDuplicates option (Brad Jorsch)
1557 * CapsuleMultiSelectWidget: Remove onFocusForPopup, call focus directly (Roan Kattouw)
1558 * ClippableElement: Add `min-height` for usability in edge cases (Volker E)
1559 * TextInputWidget: Disable hiding focus when clicking indicator/label (Volker E)
1560
1561 ### Styles
1562 * ActionFieldLayout: Limit the 'max-width: 50em' to align: top (Bartosz Dziewoński)
1563 * ButtonGroupWidget: Limit default cursor to active ButtonWidgets (Volker E)
1564 * FieldLayout, FieldsetLayout: Limit width of label+help to 50em (Bartosz Dziewoński)
1565 * FieldLayout: Correct styling regressions for align: 'inline' (Bartosz Dziewoński)
1566 * FieldLayout: Fix positioning of 'help' with align: left/right (Bartosz Dziewoński)
1567 * MediaWiki theme: Unify box-shadows to one visual appearance (Volker E)
1568 * PanelLayout: Remove 3D appearance of framed panels and harmonise padding (Volker E)
1569 * PopupWidget: Change margins to prevent click blocking (Ed Sanders)
1570
1571 ### Code
1572 * ClippableElement: Also clean up `maxWidth`, `maxHeight` when turning clipping off (Bartosz Dziewoński)
1573 * Element#updateThemeClasses: Batch `setTimeout()` calls (Bartosz Dziewoński)
1574 * MediaWiki theme: Use variable for disabled ProgressBar (Volker E)
1575 * PopupWidget#setAlignment: Tweak docs to indicate default parameter value (James D. Forrester)
1576 * PHP: Add method Tag::generateElementId() to match JS OO.ui.generateElementId() (Bartosz Dziewoński)
1577 * styles: Improve and clarify GPU composite layer mixin (Volker E)
1578 * demos: Add a LabelWidget that has a corresponding TextInputWidget (Prateek Saxena)
1579 * demos: Add lots more FieldLayout demos (Bartosz Dziewoński)
1580 * demos: Add test for ClippableElements at the bottom of their containers (Prateek Saxena)
1581 * docs: Use 'an' instead of 'a' before 'HTML' (Prateek Saxena)
1582 * docs: Include an i18n example in OO.ui.msg documentation (David Lynch)
1583 * tests: Improve ignoring expected differences in JS/PHP comparison tests (Bartosz Dziewoński)
1584 * tests: Tweaks to the display of failed tests (Bartosz Dziewoński)
1585 * testsuitegenerator: Allow testing LabelWidget's 'input' (Bartosz Dziewoński)
1586 * testsuitegenerator: Specify sensible values to test for 'align' (Bartosz Dziewoński)
1587 * testsuitegenerator: Test FieldLayout etc. also with TextInputWidget (Bartosz Dziewoński)
1588
1589
1590 ## v0.18.3 / 2017-01-03
1591 ### Deprecations
1592 * [DEPRECATING CHANGE] icons: Deprecate the 'beta' and 'ribbonPrize' icons (James D. Forrester)
1593 * [DEPRECATING CHANGE] icons: Rename '*Undo' to 'un*' (James D. Forrester)
1594 * [DEPRECATING CHANGE] icons: Rename 'betaLaunch' to 'logoWikimediaDiscovery', move pack (James D. Forrester)
1595
1596 ### Features
1597 * ComboBoxInputWidget: Make it impossible to set `multiline` to true (Prateek Saxena)
1598 * Introduce `OO.ui.isMobile()` (Ed Sanders)
1599 * Provide `OO.ui.prompt()` method to complement `confirm()`/`alert()` (Ed Sanders)
1600
1601 ### Styles
1602 * FloatableElement: Replace superfluous class with general one (Volker E)
1603 * MediaWiki theme: Change custom error border color to `destructive` (Volker E)
1604 * MediaWiki theme: Change error/invalid color to alias of `destructive` (Volker E)
1605 * MediaWiki theme: Fix PHP CheckboxMultiselectInputWidget/RadioSelectInputWidget option spacing (Bartosz Dziewoński)
1606 * MediaWiki theme: Indicate normal, flagged ButtonWidgets' `:hover` clearer (Volker E)
1607 * MediaWiki theme: Set `line-height` explicitly on legends and labels (Volker E)
1608
1609 ### Code
1610 * BarToolGroup: Remove obsolete CSS selectors (Volker E)
1611 * ClippableElement: Compatibility with jQuery 3 (Bartosz Dziewoński)
1612 * Element: Do not try to scroll invisible/unattached elements into view (Bartosz Dziewoński)
1613 * LabelWidget: Properly hide labels if they are set to null (Ed Sanders)
1614 * NumberInputWidget: Avoid bitwise tricks when checking for integers (Bartosz Dziewoński)
1615 * PopupButtonWidget: Remove unnecessary CSS property (Volker E)
1616 * ProgressBarWidget: Use CSS transforms for indeterminate widget (Bartosz Dziewoński)
1617 * TextInputWidget: Do nothing in `#adjustSize`/`#positionLabel` if not attached (Bartosz Dziewoński)
1618 * TextInputWidget: Only call `#onElementAttach` on focus if it wasn't called (Bartosz Dziewoński)
1619 * TextInputWidget: Use `Element#isElementAttached` (Bartosz Dziewoński)
1620 * styles: Replace `transform` with dedicated mixin (Volker E)
1621 * MediaWiki theme: Make `box-shadow` LESS vars follow naming scheme (Volker E)
1622 * MediaWiki theme: Simplify frameless ButtonWidget selectors (Volker E)
1623 * performance: Apply webkit GPU hack to scrollable panels (Ed Sanders)
1624 * demos: Add disabled Progress bar (Volker E)
1625 * demos: Add examples for `OO.ui.alert()`/`confirm()`/`prompt()` (Bartosz Dziewoński)
1626 * demos: Avoid using 'required' as a test indicator (Ed Sanders)
1627 * build: Bump file copyright notices for 2017 (James D. Forrester)
1628 * docs: Fix small typo (Amir Sarabadani)
1629
1630
1631 ## v0.18.2 / 2016-12-06
1632 ### Styles
1633 * MediaWiki theme: Address sub-pixel rendering issues of RadioInputWidgets (Volker E)
1634 * MediaWiki theme: Improve `:active:focus` states on ButtonElements (Volker E)
1635 * MediaWiki theme: Reduce MapPin icons' hole for better recognisability (Volker E)
1636
1637 ### Code
1638 * FieldsetLayout: Temporarily remove use of `<legend>` due to Chrome 55 bug (Bartosz Dziewoński)
1639 * TextInputWidget/MediaWiki theme: Improve Less code and align labels (Volker E)
1640
1641
1642 ## v0.18.1 / 2016-11-29
1643 ### Features
1644 * PopupElement: Allow $autoCloseIgnore to be overridden (Roan Kattouw)
1645 * WindowManager: Allow $returnFocusTo to be null (Ed Sanders)
1646
1647 ### Styles
1648 * MediaWiki theme: Reduce, align `margin` and `padding` of form elements (Volker E)
1649 * MediaWiki theme: Replace color function with palette color (Volker E)
1650 * MediaWiki theme: Standard placeholder colours for CapsuleMultiselectWidget too (Bartosz Dziewoński)
1651 * MediaWiki theme: Tweak destructive red for background-independent contrast (Volker E)
1652
1653 ### Code
1654 * Field & Fieldset: Make help popup code consistent (Ed Sanders)
1655 * PopupWidget: Consistently use OO.ui.contains() for auto-closing (Roan Kattouw)
1656 * build: Bump eslint-config-wikimedia to v0.3.0 and make pass (James D. Forrester)
1657 * eslint: Re-enable wrap-iife and partially enable dot-notation (Ed Sanders)
1658
1659
1660 ## v0.18.0 / 2016-11-08
1661 ### Breaking changes
1662 * [BREAKING CHANGE] ComboBoxWidget: Remove this deprecated alias for ComboBoxInputWidget (James D. Forrester)
1663 * [BREAKING CHANGE] core: Remove {add|remove}CaptureEventListener (James D. Forrester)
1664 * [BREAKING CHANGE] icons: Remove deprecated alias 'photoGallery' (Ed Sanders)
1665 * [BREAKING CHANGE] InputWidget: Remove deprecated #setRTL function (James D. Forrester)
1666 * [BREAKING CHANGE] MediaWiki theme: Remove deprecated `constructive` variables (Volker E)
1667 * [BREAKING CHANGE] TextInputWidget: remove isValid() method, deprecated since v0.12.3 (Ricordisamoa)
1668
1669 ### Deprecations
1670 * [DEPRECATING CHANGE] Break out parts of TextInputWidget into a new SearchInputWidget (Prateek Saxena)
1671
1672 ### Features
1673 * ButtonElement: Add `role="button"` only when needed (Prateek Saxena)
1674 * ButtonWidget: Remove code to not let the button get focus after clicking (Prateek Saxena)
1675 * CapsuleMultiselectWidget: Add placeholder option (Prateek Saxena)
1676 * CapsuleMultiselectWidget: Don't discard current input value when editing an item (Bartosz Dziewoński)
1677 * ComboBoxInputWidget: Hide dropdown indicator when there is no dropdown (Volker E)
1678 * TextInputWidget: Add methods #setRequired / #isRequired (Bartosz Dziewoński)
1679 * TextInputWidget: Allow type="month" (Geoffrey Mon)
1680 * WindowManager: Add a $returnFocusTo property (Prateek Saxena)
1681 * Add OO.ui.warnDeprecation method (Prateek Saxena)
1682
1683 ### Styles
1684 * ButtonElement: Normalize `:focus` appearance in Firefox (Volker E)
1685 * ButtonGroupWidget: Change `cursor` on `.oo-ui-buttonElement-active` (Volker E)
1686 * CapsuleItemWidget: Make interactivity of label clearer (Volker E)
1687 * ComboBoxInputWidget: Align to design specification (Volker E)
1688 * PopupToolGroup: Fix border colour (Ed Sanders)
1689 * MessageDialog: Improve `-actions` buttons by resetting `border-radius` (Volker E)
1690 * SelectFileWidget: Don't show action-indicating cursor on empty state (Volker E)
1691 * MediaWiki theme: Fix border colours in toolbar (Ed Sanders)
1692 * MediaWiki theme: Address subpixel rendering errors in buttoned widgets (Volker E)
1693 * MediaWiki theme: Align readonly TextInputWidget to overhauled color palette (Volker E)
1694 * MediaWiki theme: Fix `:hover` in ComboBoxInput- & CapsuleMultiselectWidget (Volker E)
1695 * MediaWiki theme: Fix ButtonElement's `:active:focus` state visually (Volker E)
1696 * MediaWiki theme: Fix FieldsetLayouts' icon position (Volker E)
1697 * MediaWiki theme: Fix SelectFileWidget's label visibility in IE11 (Volker E)
1698 * MediaWiki theme: Fix visual glitch CheckboxInputWidget's `:active` state (Volker E)
1699 * MediaWiki theme: Fix visual glitch on `:active:focus` widgets state (Volker E)
1700 * MediaWiki theme: Fix wrong colored `box-shadow` on ToggleSwitchWidget (Volker E)
1701 * MediaWiki theme: Make colors follow color palette (Volker E)
1702 * MediaWiki theme: Make placeholder follow WCAG 2.0 level AA contrast ratio (Volker E)
1703 * MediaWiki theme: Replace abandoned color from early palette iteration (Volker E)
1704 * MediaWiki theme: Use `@color-progressive` for progress bar (Volker E)
1705 * MediaWiki theme: Use `color-progressive` for switched-on binary inputs (Volker E)
1706 * icons: Replace bigger/smaller with more obvious forms (Ed Sanders)
1707
1708 ### Code
1709 * CapsuleMultiSelectWidget: Always keep input as wide as placeholder text (Prateek Saxena)
1710 * CapsuleMultiselectWidget: Fix crash on right-click when no input (Moriel Schottlender)
1711 * OutlineOptionWidget: Follow-up de9058299f: don't duplicate parent's logic (Roan Kattouw)
1712 * Toolbar: Defer computation of the narrow threshold (Roan Kattouw)
1713 * Window: Update `-content` CSS so that child elements can give it focus (Prateek Saxena)
1714 * Window#withoutSizeTransitions: Build transition property using sub-properties (Prateek Saxena)
1715 * WindowManager: Warn if .static.name is not defined when adding a window (Bartosz Dziewoński)
1716 * Tag: Generate valid HTML for self-closing tags (Bartosz Dziewoński)
1717 * OO.ui.warnDeprecation: Fix how we use getProp (Prateek Saxena)
1718 * MediaWiki theme: Add W3C Standards Notation for placeholder pseudo class (Volker E)
1719 * MediaWiki theme: Clarify usage of `@max-width-*` Less variables (Volker E)
1720 * MediaWiki theme: Refactor z-index inside ButtonSelectWidget/ButtonGroupWidget (Bartosz Dziewoński)
1721 * demo: Add FieldsetLayout with icon (Bartosz Dziewoński)
1722 * demo: Align to color palette (Volker E)
1723 * demo: Fix for IE 9 (Bartosz Dziewoński)
1724 * demo: Remove deprecated TextInputWidget (type=search) (Volker E)
1725 * demo: Fix PHP demo directionality (Bartosz Dziewoński)
1726 * demo: Remove PHP 5.3 compatibility, version check and PHPCS exception (Bartosz Dziewoński)
1727 * build: Make MediaWiki the default theme in doc live previews (Ed Sanders)
1728 * build: Remove obsolete csscomb rules (Volker E)
1729 * build: Remove upstreamed rules and fix documentation (Ed Sanders)
1730 * build: Update eslint-config-wikimedia to v0.2.0 (Ed Sanders)
1731
1732 ## v0.17.10 / 2016-10-03 (special release)
1733 ### Styles
1734 * FieldsetLayout: Styling fixes for `<legend>` labels (Bartosz Dziewoński)
1735 * FieldsetLayout: Work around positioning problems in Firefox (Bartosz Dziewoński)
1736
1737 ## v0.17.9 / 2016-09-13
1738 ### Features
1739 * DropdownWidget: Add CSS class to widgets with open dropdown menus (Volker E)
1740 * SelectFileWidget: Remove MIME type information (Volker E)
1741 * TextInputWidget: Make disabled fields' inner labels unselectable (Volker E)
1742
1743 ### Styles
1744 * ActionToolGroup: Show left border, instead of right (Ed Sanders)
1745 * ButtonElement: Centralize styling properties (Volker E)
1746 * ButtonOptionWidget: Make active state carry default cursor (Volker E)
1747 * Radio- and CheckboxInputWidget: Fix visual disabled state on labels (Volker E)
1748 * ToggleButtonWidget: Use inverted variant when initially active (Leszek Manicki)
1749
1750 * MediaWiki theme: Adjust CheckboxInputWidget to match M30 design (Volker E)
1751 * MediaWiki theme: Adjust RadioInputWidget to match M29 design (Volker E)
1752 * MediaWiki theme: Align Dropdown- & CapsuleMultiSelectWidget `:focus` state (Volker E)
1753 * MediaWiki theme: Align disabled text contrast to WCAG compliance (Volker E)
1754 * MediaWiki theme: Enhance button styles and align them to new color palette (Volker E)
1755 * MediaWiki theme: Fix ButtonElement-active on flagged & primary buttons (Volker E)
1756 * MediaWiki theme: Fix `:hover` state of ComboBoxInputWidget (Volker E)
1757 * MediaWiki theme: Fix regression on `border` of active (selected) buttons (Volker E)
1758 * MediaWiki theme: Improve appearance of CapsuleMultiselectWidget with child (Volker E)
1759 * MediaWiki theme: Make ToggleSwitchWidget's disabled state follow enabled (Volker E)
1760 * MediaWiki theme: Make colors' contrast compliant to WCAG 2.0 level AA (Volker E)
1761 * MediaWiki theme: Toolbar: Use progressive colors for active and active-hover (Prateek Saxena)
1762 * MediaWiki theme: Unify `-pressed` and `-emphasized` color var (Volker E)
1763 * MediaWiki theme: Unify different widgets' selected menu state (Volker E)
1764 * MediaWiki theme: Use a solid border for disabled SelectFile drop target (Volker E)
1765
1766 ### Code
1767 * FieldsetLayout: Make use of `<fieldset>` and `<legend>` tags (Volker E)
1768 * NumberInputWidget: Clean-up Less code & remove style properties (Volker E)
1769 * NumberInputWidget: Simplify CSS selectors & fix button text alignment (Volker E)
1770 * TextInputWidget: Treat `rows: 0` the same in PHP and in JS (Bartosz Dziewoński)
1771 * Toolbar: Simplify and concatenate selectors (Volker E)
1772 * MediaWiki theme: Align tools' variables to common vars naming convention (Volker E)
1773 * MediaWiki theme: Clean-up unnecessary properties in ToolGroup (Volker E)
1774 * build: Align csscomb configuration with CSS coding conventions (Volker E)
1775 * build: Introduce eslint to replace jshint and jscs (James D. Forrester)
1776 * build: Limit the file list of jsonlint (Ed Sanders)
1777 * build: Remove jshint and jscs, now done in eslint (James D. Forrester)
1778 * docs: IndexLayout: Fix ReferenceError in code sample (Prateek Saxena)
1779 * git: Add .idea directory to .gitignore (Florian)
1780 * testsuitegenerator: Also support 'int' and 'bool' (Bartosz Dziewoński)
1781 * testsuitegenerator: Simplify code generating all possible config options (Bartosz Dziewoński)
1782
1783
1784 ## v0.17.8 / 2016-08-16
1785 ### Features
1786 * ProgressBarWidget: Do not make zero progress indeterminate (Leszek Manicki)
1787 * ProgressBarWidget: Add PHP version (Leszek Manicki)
1788 * TextInputWidget: Show state as valid (no matter the case) on focus (Prateek Saxena)
1789
1790 ### Styles
1791 * ButtonElement: Fix 'active' state icon variants in MediaWiki theme (Bartosz Dziewoński)
1792 * FieldLayout: Use saner line-height for errors/notices (Bartosz Dziewoński)
1793 * SelectFileWidget: Improve thumbnail appearance (Volker E)
1794 * styles: Inherit specific `font` properties, not all (Volker E)
1795 * MediaWiki theme: Clear border on selected framed buttons (Volker E)
1796 * MediaWiki theme: Fix ButtonWidget (frameless, indicator) `:focus` appearance (Volker E)
1797 * MediaWiki theme: Fix ToggleSwitchWidget's sub-pixel rounding errors (Volker E)
1798
1799
1800 ### Code
1801 * MediaWiki theme: Improve CapsuleMultiselectWidget Less code and behaviour (Volker E)
1802 * MediaWiki theme: Improve DropdownWidget Less code and behaviour (Volker E)
1803 * MediaWiki theme: Removing never applied styles on BarToolGroup (Volker E)
1804 * MediaWiki theme: Simplify ToolGroup selectors (Volker E)
1805 * testsuitegenerator: Specify sensible values to test for 'progress' (Bartosz Dziewoński)
1806
1807
1808 ## v0.17.7 / 2016-08-03
1809 ### Styles
1810 * MediaWiki theme: Apply `border-color` on `:hover` to textInputWidgets (Volker E)
1811 * MediaWiki theme: Decrease `margin`/`padding` on `legend` replacement (Volker E)
1812 * MediaWiki theme: Decrease distance between label and Checkbox*-/Radio*Widget (Volker E)
1813 * MediaWiki theme: Improve UX on ToggleSwitchWidget (Volker E)
1814 * icons: Fix vertical alignment of 'bell' by moving up 1px (Ed Sanders)
1815 * icons: Provide a 'tray' icon in alerts pack (James D. Forrester)
1816 * icons: Provide the alerts pack for Apex theme too (James D. Forrester)
1817
1818 ### Code
1819 * CheckboxMultiselectWidget: Rewrite Shift-clicking code (Bartosz Dziewoński)
1820 * NumberInputWidget: Merge object literals being passed as config for buttons (Prateek Saxena)
1821 * SelectFileWidget: Reduce div soup when 'showDropTarget' is enabled (Prateek Saxena)
1822 * styles: Replace unprefixed `box-sizing` property with mixin (Volker E)
1823 * MediaWiki theme: Disable vendor UI extensions on every `type=number` input (Volker E)
1824 * MediaWiki theme: Remove unnecessary toolGroup selector (Volker E)
1825 * MediaWiki theme: Replace `border` property values with Less variables (Volker E)
1826 * MediaWiki theme: Replace static `color` value with Less variable (Volker E)
1827 * build: Add 'prep-test' task to be run before running tests in the browser (Prateek Saxena)
1828 * build: Align to stylelint-config-wikimedia for `!important` (James D. Forrester)
1829 * build: Align to stylelint-config-wikimedia for string quotes (James D. Forrester)
1830 * build: Bump stylelint-related devDependencies to latest (James D. Forrester)
1831 * build: Downgrade grunt-jscs to 2.8.0 to avoid cst bug (James D. Forrester)
1832 * docs: Correct some code comments in PHP mixins (Bartosz Dziewoński)
1833 * standalone tests: Correct error message (Bartosz Dziewoński)
1834
1835
1836 ## v0.17.6 / 2016-07-12
1837 ### Features
1838 * CapsuleMultiselectWidget: Allow ignoring user input for 'allowArbitrary' widgets (Bartosz Dziewoński)
1839 * Dialog: Set the 'title' attribute on the title LabelWidget (Prateek Saxena)
1840 * ToolFactory: Allow '\*' as an item in a toolgroup include list (Ed Sanders)
1841 * Window: make the focus trap smarter (David Lynch)
1842
1843 ### Styles
1844 * Add aria-hidden to several Layouts (David Lynch)
1845 * Add dialog transition duration to theme JS file (Ed Sanders)
1846 * ButtonGroupWidget: Fix border on button's CSS states (Volker E)
1847 * MediaWiki theme: Normalize [placeholder] appearance x-browser and ensure a11y (Volker E)
1848 * MediaWiki theme: Unify ButtonWidget focus `border-radius` values (Volker E)
1849 * styles: Set `line-height` to unitless values to follow best practice (Volker E)
1850 * icons: Give "Stop" a filled background, aligned with others in the pack (Volker E)
1851 * icons: Unify cross-out lines direction to top-left/bottom-right (Volker E)
1852
1853 ### Code
1854 * README: Replace git.wikimedia.org URL with Phabricator one (Paladox)
1855 * build: Bump stylelint devDependencies to latest (James D. Forrester)
1856 * build: Update karma and karma-coverage to latest (Paladox)
1857 * demo: Dialogs: Removing title from SimpleDialog as it'll never show (Prateek Saxena)
1858 * docs: Remove self-closing tag syntax in comments and demos (Volker E)
1859 * docs: LabelWidget: Add TitledElement mixin (Prateek Saxena)
1860 * package: Replace git.wikimedia.org url with diffusion url (Paladox)
1861
1862
1863 ## v0.17.5 / 2016-06-19
1864 ### Styles
1865 * Dropdown,SelectFileWidget: Improve user experience on disabled widgets (Volker E)
1866 * MediaWiki theme: Fix ToggleSwitchWidget's grip circle shape (Volker E)
1867 * MediaWiki theme: Fix focus states of ActionWidget's buttons (Volker E)
1868 * MediaWiki theme: Improve focus states of primary buttons & ToggleSwitchWidget (Volker E)
1869
1870 ### Code
1871 * DraggableGroupWidget: Remove unnecessary `cursor` property (Volker E)
1872 * GroupElement#removeItems: Fix to actually unbind events (Ed Sanders)
1873 * ProcessDialog: Change DOM ordering of actions (David Lynch)
1874 * MediaWiki theme: Remove `line-height` from TextInputWidget `input` (Volker E)
1875 * MediaWiki theme: Remove obsolete `color` property, which never gets applied (Volker E)
1876 * build: Bump devDependencies to latest and make pass (James D. Forrester)
1877 * composer: Exclude copied demo PHP from phpcs test (James D. Forrester)
1878 * demos: Add descriptive hints on navigation types to dialog names (Volker E)
1879
1880
1881 ## v0.17.4 / 2016-05-31
1882 ### Features
1883 * DropdownWidget: Handle type-to-search when menu is not expanded (Bartosz Dziewoński)
1884 * Implement MultiselectWidget, CheckboxMultiselectWidget and CheckboxMultiselectInputWidget (Bartosz Dziewoński)
1885 * SelectWidget: Improve focus behaviour (Bartosz Dziewoński)
1886
1887 ### Styles
1888 * icons: Use B/I/S/U icons for British and Candian English variants (Ed Sanders)
1889 * MediaWiki theme: Provide an adjacent disabled ButtonGroup/SelectWidget button border (Volker E)
1890 * MediaWiki theme: Make iconed and non-iconed buttons have the same height (Roan Kattouw)
1891
1892 ### Code
1893 * ButtonElement: Remove unnecessary inheritance duplication of `display` (Volker E)
1894 * GroupWidget: Mix in GroupElement, rather than inherit from it (Bartosz Dziewoński)
1895 * LookupElement: Add missing `@mixins` documentation (Bartosz Dziewoński)
1896 * SelectWidget: Implement `#getFirstSelectableItem` in terms of `#getRelativeSelectableItem` (Bartosz Dziewoński)
1897 * SelectWidget: Optimize `#getRelativeSelectableItem` without filter (Bartosz Dziewoński)
1898 * styles: Remove unnecessary CSS rules on disabled buttons (Volker E)
1899 * styles: Simplify disabled `.oo-ui-tool-link` rules (Volker E)
1900
1901
1902 ## v0.17.3 / 2016-05-24
1903 ### Deprecations
1904 * [DEPRECATING CHANGE] CapsuleMultiSelectWidget: Rename to CapsuleMultiselectWidget (Bartosz Dziewoński)
1905
1906 ### Features
1907 * SelectWidget/OptionWidget: Implement selecting by accesskey (Bartosz Dziewoński)
1908 * TextInputWidget: Stop returning 'multiline' from 'getSaneType' (Prateek Saxena)
1909
1910 ### Styles
1911 * SelectFileWidget: Improve consistency to other widgets (Volker E)
1912 * MediaWiki theme: Align styles of normal and not-supported SelectFileWidgets (Volker E)
1913
1914 ### Code
1915 * CapsuleMultiselectWidget: Prefer Array#map to jQuery.map (Bartosz Dziewoński)
1916 * CapsuleMultiselectWidget: Use OO.ui.findFocusable() (Bartosz Dziewoński)
1917 * dependencies: Update es5-shim to v4.5.8 (James D. Forrester)
1918 * build: Bump grunt-stylelint to v0.3.0 (James D. Forrester)
1919 * build: Bump various devDependencies to latest (James D. Forrester)
1920 * build: Fix watch path for css (Ed Sanders)
1921 * build: Remove grunt-cli (Ed Sanders)
1922 * build: Upgrade stylelint-config-wikimedia to 0.2.0 and make pass (James D. Forrester)
1923 * build: Use stylelint instead of csslint (Volker E)
1924 * docs: Add some missing @mixins documentation (Bartosz Dziewoński)
1925 * stylelint: Add `@` whitespace and name case rules (Volker E)
1926 * stylelint: Add `@media` whitespace rules (Volker E)
1927 * stylelint: Add block formatting rules (Volker E)
1928 * stylelint: Add font rules (Volker E)
1929 * stylelint: Add no duplicate property rule (Volker E)
1930 * stylelint: Add selector whitespace (Volker E)
1931 * stylelint: Add whitespace rules (Volker E)
1932 * stylelint: Change to use central Wikimedia configuration (Volker E)
1933 * stylelint: Use null instead of false to disable rules (Ed Sanders)
1934
1935
1936 ## v0.17.2 / 2016-05-10
1937 ### Features
1938 * ButtonWidget: Implement, document and demonstrate the 'active' config option (Bartosz Dziewoński)
1939
1940 ### Styles
1941 * ToggleSwitchWidget: Align focus state with other widgets (Volker E)
1942 * MediaWiki theme: Remove `border-radius` from disabled numberInputWidget buttons (Volker E)
1943
1944 ### Code
1945 * TextInputWidget: Remove proprietary `<input results>` attribute styles (Volker E)
1946 * MediaWiki theme: Align `input` & `textarea` coding style to Less way (Volker E)
1947
1948
1949 ## v0.17.1 / 2016-05-03
1950 ### Styles
1951 * CapsuleMultiSelectWidget: Fix cross-browser inconsistencies and improve UX (Volker E)
1952 * SelectFileWidget: Add `no-drop` cursor where it belongs (Volker E)
1953 * MediaWiki theme: Align focus state of capsuleItemWidget with other widgets (Volker E)
1954 * MediaWiki theme: Custom `:focus` state for SelectWidgets (Bartosz Dziewoński)
1955 * MediaWiki theme: Standardize `:focus` states of ButtonWidgets (Volker E)
1956
1957 ### Code
1958 * DraggableGroupElement: Simplify and improve drag logic (Ed Sanders)
1959
1960
1961 ## v0.17.0 / 2016-04-26
1962 ### Breaking changes
1963 * [BREAKING CHANGE] PHP: Use traits instead of custom mixin system (Kunal Mehta)
1964 * [BREAKING CHANGE] TitledElement.php: Remove $element::$title fallback (Kunal Mehta)
1965
1966 ### Styles
1967 * MenuToolGroup: Correct display of checkmarks (Bartosz Dziewoński)
1968 * OutlineOptionWidget: Correct the size of the icons (David Lynch)
1969 * OutlineOptionWidget: Don't apply italics to "placeholder" status (James D. Forrester)
1970 * SelectFileWidget: Fix UI glitches on over-long filenames (Volker E)
1971 * TabOptionWidget: Disabled OptionWidget should receive default cursor (Volker E)
1972 * styles: Add fullScreen icon to media group (Ed Sanders)
1973
1974 ### Code
1975 * ButtonElement.php: Fix toggleFramed() to actually be chainable (Bartosz Dziewoński)
1976 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
1977 * IconElement.php: Rename protected "icon" property (Kunal Mehta)
1978 * IndicatorElement.php: Rename protected "indicator" property (Kunal Mehta)
1979 * LabelElement.php: Rename protected "label" property (Kunal Mehta)
1980 * build: Update grunt-svg2png to v0.2.7-wmf.1 (Paladox)
1981 * demos: Split off demos.php from widgets.php (Bartosz Dziewoński)
1982 * docparser: Remove commented-out line of code (Bartosz Dziewoński)
1983 * styles: Factor out `max-width-input-default` variable (Volker E)
1984
1985
1986 ## v0.16.6 / 2016-04-19
1987 ### Features
1988 * ButtonOptionWidget: Inherit OptionWidget, not DecoratedOptionWidget (Bartosz Dziewoński)
1989 * ClippableElement: Gracefully handle failure to call clip() after natural height change (Roan Kattouw)
1990 * NumberInputWidget: Disable onWheel action unless the widget has focus (Bartosz Dziewoński)
1991 * NumberInputWidget: Disable onWheel action when the widget is disabled (Prateek Saxena)
1992 * NumberInputWidget: Use input type="number" (Prateek Saxena)
1993 * TextInputWidget: Allow type="number" (Prateek Saxena)
1994 * TextInputWidget: Set step to 'any' if the type is set to 'number' (Prateek Saxena)
1995 * styles: Give icons, indicators `min-width/-height` for cross-browser support (Volker E)
1996
1997 ### Styles
1998 * Apex, MediaWiki themes: Properly center PopupButtonWidget anchors (Roan Kattouw)
1999 * MediaWiki theme: Use disabled color variable for disabled label (Volker E)
2000 * styles: Use transparent rather than white in icons (Bartosz Dziewoński)
2001
2002 ### Code
2003 * SelectFileWidget: Merge identical CSS rules (Volker E)
2004 * SelectFileWidget: Simplify CSS selector specificity (Volker E)
2005 * TextInputWidget: Clarify comment about affected browsers (Volker E)
2006 * TextInputWidget: Consolidate selectors with the same property rules (Volker E)
2007 * TextInputWidget: Stop claiming to fire non existent events in the documentation (Prateek Saxena)
2008 * styles: Centralise the width/height properties of icons and indicators (Volker E)
2009 * Apex theme: Change variable names to match MediaWiki theme (Bartosz Dziewoński)
2010 * README: Update with new build process (Matthew Flaschen)
2011 * typo: texfield -> textfield (Derk-Jan Hartman)
2012
2013
2014 ## v0.16.5 / 2016-04-07
2015 ### Styles
2016 * Prevent modal windows from exceeding available height on Firefox (Bartosz Dziewoński)
2017 * Apex, MediaWiki themes: Add "articles" icon (Marc A. Pelletier)
2018 * DropdownInputWidget: Give un-infused widget cursor:pointer (Ed Sanders)
2019 * RadioSelectInputWidget: Match PHP styling to JS (Bartosz Dziewoński)
2020
2021 ### Code
2022 * ComboBoxInputWidget: Disable autocomplete by default (James D. Forrester)
2023 * GroupElement: Add change event (Prateek Saxena)
2024 * GroupElement.php: Use strict mode in array_search (James D. Forrester)
2025 * styles: Lower specifity of CSS type attribute selectors (Volker E)
2026 * styles: Minor cleanup and unification of values and comments (Volker E)
2027 * styles: Remove unnecessary `resize` property from `select` (Volker E)
2028 * MediaWiki theme: Exchange `rgba()` with hex CSS colors to support IE 8 (Volker E)
2029 * MediaWiki theme: Replace fixed CSS property values with variables (Volker E)
2030 * RadioSelectInputWidget: Don't try to reuse DOM when infusing (Bartosz Dziewoński)
2031 * TextInputWidget: Use getValidity in demos (Ricordisamoa)
2032 * Window: Correct documentation (Bartosz Dziewoński)
2033 * build: Add browserNoActivityTimeout to karma (Paladox)
2034 * build: For grunt-svg2png use a tag instead of git hash (Paladox)
2035 * build: Update demos script to also run grunt publish-build (Paladox)
2036 * build: Use a version of grunt-svg2png without a rate-limited CDN (Paladox)
2037
2038
2039 ## v0.16.4 / 2016-03-22
2040 ### Features
2041 * NumberInputWidget: Optionally don't show the increment buttons (Thalia Chan)
2042
2043 ### Styles
2044 * NumberInputWidget: Fix rounded corners when showButtons=false (Ed Sanders)
2045
2046 ### Code
2047 * core: Add tests for throttle (David Lynch)
2048 * Tag: Allow appendContent and prependContent to accept an array (Moriel Schottlender)
2049 * LabelElement: Cast label to string before check if it is empty (Florian)
2050 * README.md: Add note about needing composer, clean up more generally (James D. Forrester)
2051 * build: Bump grunt-karma to 0.12.2 (Paladox)
2052 * build: Drop the 'npm prepublish' task which runs pre-install as well (James D. Forrester)
2053 * demos: Restore constructive widgets (James D. Forrester)
2054 * rubocop: Re-run todos, upgrade to newer rule names (James D. Forrester)
2055 * rubocop: Review todos (Bartosz Dziewoński)
2056
2057
2058 ## v0.16.3 / 2016-03-16
2059 ### Features
2060 * core: Add `#throttle` to complement `#debounce` (David Lynch)
2061 * ClippableElement: Never exceed the dimensions of the browser viewport (Bartosz Dziewoński)
2062 * FloatableElement: Hide if the anchor element is outside viewport (Bartosz Dziewoński)
2063
2064 ### Styles
2065 * Apex, MediaWiki themes: Fix vertical alignment of close icon (Ed Sanders)
2066 * MediaWiki theme: Disabled ButtonElement icon should not be colored (Bartosz Dziewoński)
2067
2068 ### Code
2069 * ButtonInputWidget: Actually disallow non-plaintext labels in 'useInputTag' mode (Bartosz Dziewoński)
2070 * Element: Preserve `OOUI\HtmlSnippet( '' )` when infusing (Bartosz Dziewoński)
2071 * InputWidget: Actually reuse parts of the DOM when infusing (Bartosz Dziewoński)
2072 * MediaWiki theme: Remove broken remnant of d6b05bc0 (Bartosz Dziewoński)
2073 * TextInputWidget: Treat empty placeholder the same in PHP and JS (Bartosz Dziewoński)
2074 * TitledElement: Treat empty title the same in PHP and JS (Bartosz Dziewoński)
2075 * build: Bump devDependencies to latest (James D. Forrester)
2076 * build: Bump devDependencies to latest (Paladox)
2077 * build: Update grunt-svg2png to commit 2fe1dad07eaec4b655263f8b487a672df4b668b4 (Paladox)
2078 * demo: Expand the dialog $overlay demo for testing scrolling things off-screen (Bartosz Dziewoński)
2079 * tests: Emulated setTimeout for unit testing (David Chan)
2080 * testsuitegenerator: Always test empty values for 'string' type, not just for 'label' (Bartosz Dziewoński)
2081 * testsuitegenerator: Change values tested for 'flags' config options (Bartosz Dziewoński)
2082 * testsuitegenerator: Test 'HtmlSnippet' type (mostly for labels) (Bartosz Dziewoński)
2083
2084
2085 ## v0.16.2 / 2016-03-08
2086 ### Deprecations
2087 * [DEPRECATING CHANGE] MediaWiki theme: Scrap `constructive` flag (Volker E)
2088 * [DEPRECATING CHANGE] Move some editing icons from core to editing-* (James D. Forrester)
2089
2090 ### Features
2091 * Dialog: trigger the primary action with ctrl-enter (David Lynch)
2092 * TextInputWidget: Allow type="date" (Geoffrey Mon)
2093
2094 ### Styles
2095 * Apex, MediaWiki themes: Add markup '<>' icon in editing-advanced (Ed Sanders)
2096 * Apex, MediaWiki themes: Drop padding from buttons in MessageDialogs (James D. Forrester)
2097 * editing-styling pack: Have uk fallback to use ru bold and italic icons (Paladox)
2098 * styles: Remove superflous pseudo-class and unitize comments (Volker E)
2099
2100 ### Code
2101 * CapsuleMultiSelectWidget: Emit 'resize' when widget height changes (Bartosz Dziewoński)
2102 * TextInputWidget: Prevent uncaught errors when using #selectRange in IE (Ed Sanders)
2103 * TextInputWidget: Update comment about Blink height miscalculation (Bartosz Dziewoński)
2104 * Follow-up I0667fbc: Fix draggable element CSS (Ed Sanders)
2105 * Add Element::configFromHtmlAttributes() helper method (Bartosz Dziewoński)
2106 * Clean-up duplicate properties across widgets (Volker E)
2107 * docs: Clarify the lack of `.oo-ui-box-shadow()` mixin (Volker E)
2108
2109
2110 ## v0.16.1 / 2016-03-01
2111 ### Styles
2112 * CapsuleItemWidget: Revert regression on "remove" button in Firefox (Volker E)
2113
2114 ### Code
2115 * ActionFieldLayout: Add max-width: 50em; (Florian)
2116 * DraggableGroupElement: Don't emit reorder event when action is a no-op (Ed Sanders)
2117 * Element: Fix #gatherPreInfuseState called incorrectly, causing TypeErrors (Thiemo Kreuz)
2118 * NumberInputWidget: fix example (Ricordisamoa)
2119 * SelectWidget: fix incorrect `@return` that should be `@param` (Ricordisamoa)
2120 * build: Compress PNGs with Zopfli etc. after they are built (James D. Forrester)
2121 * build: Enable all passing jscs jsDoc rules (Ricordisamoa)
2122 * build: Enable jscs jsDoc rule 'checkAnnotations' and make pass (Ricordisamoa)
2123 * build: Enable jscs jsDoc rule 'checkParamNames' and make pass (Ricordisamoa)
2124 * build: Enable jscs jsDoc rule 'checkTypes' and make pass (Ricordisamoa)
2125 * build: Enable jscs jsDoc rule 'requireNewlineAfterDescription' and make pass (Ricordisamoa)
2126 * build: Enable jscs jsDoc rule 'requireReturnTypes' and make pass (Ricordisamoa)
2127 * demos: Display a nicer error message on old PHP versions (Kunal Mehta)
2128
2129
2130 ## v0.16.0 / 2016-02-22
2131 ### Breaking changes
2132 * [BREAKING CHANGE] DraggableGroupElement: Add default implementation of reorder (Ed Sanders)
2133 * [BREAKING CHANGE] Remove 'noimages' distribution (Bartosz Dziewoński)
2134 * [BREAKING CHANGE] Require PHP 5.5.9+; drop old array syntax (James D. Forrester)
2135 * [BREAKING CHANGE] SelectFileWidget: Remove deprecated config 'dragDropUI' (Prateek Saxena)
2136
2137 ### Deprecations
2138 * [DEPRECATING CHANGE] MenuOptionsWidgets: Drop jQuery autoEllipsis support (Bartosz Dziewoński)
2139
2140 ### Features
2141 * core#debounce: If an immediate timeout is already waiting, don't re-set it (Bartosz Dziewoński)
2142 * LabelElement: Bring in highlightQuery method from VE (Ed Sanders)
2143 * DraggableElement: Defer adding of -dragging class so it isn't applied to copy (Ed Sanders)
2144 * DraggableElement: Introduce $handle config option (Ed Sanders)
2145 * DraggableGroupElement: Live reorder list while dragging (Ed Sanders)
2146 * DraggableGroupElement: Only show meaningful drop positions (Ed Sanders)
2147
2148 ### Styles
2149 * CapsuleItemWidget: Tweak styles for the "remove" button (Bartosz Dziewoński)
2150 * MenuSelectWidget: Bring some sanity styling when inside different widgets (Bartosz Dziewoński)
2151 * NumberInputWidget: Apex: Round the correct corners in the disabled state (Prateek Saxena)
2152 * styles: Use block rather than inline-block to avoid line height issues (Bartosz Dziewoński)
2153 * MediaWiki theme: Restore non-broken version of eye.svg (Bartosz Dziewoński)
2154
2155 ### Code
2156 * Avoid parsing HTML when creating <input> nodes (Bartosz Dziewoński)
2157 * tests: Actually run core test suite in standalone mode (Bartosz Dziewoński)
2158 * Compress PNGs with zopflipng (Ori Livneh)
2159 * DraggableGroupElement: Cache directionality (Ed Sanders)
2160 * DraggableGroupElement: Fix offset calculation (Ed Sanders)
2161 * DraggableGroupElement: Reduce flicker when dragging (Ed Sanders)
2162 * TextInputWidget: Don't call #updatePosition if there's no label to position (Bartosz Dziewoński)
2163 * PHP: Take advantage of PHP 5.5 understanding ( new Foo )->foo (Bartosz Dziewoński)
2164 * README: Update Phabricator URL broken by upgrade (James D. Forrester)
2165 * build: Bump grunt-svg2png to a newer (still personal) version; lots faster (James D. Forrester)
2166
2167 ## v0.15.4 / 2016-02-16
2168 ### Deprecations
2169 * [DEPRECATING CHANGE] Element#scrollIntoView: Replace callback with promise (Ed Sanders)
2170
2171 ### Features
2172 * SelectWidget: Prevent mouse highlighting while typing-to-select (Bartosz Dziewoński)
2173
2174 ### Styles
2175 * PHP DropdownInputWidget: Match height of <option> to JS MenuOptionWidget (Bartosz Dziewoński)
2176
2177 ### Code
2178 * DraggableElement: Remove 'HACK' comment, this isn't a hack (Bartosz Dziewoński)
2179 * Element: Expand variable names in scrollIntoView (Ed Sanders)
2180 * Element, ListToolGroup: Add some missing documentation (Ed Sanders)
2181 * Element#scrollIntoView: Make the promise version actually work (Bartosz Dziewoński)
2182 * PopupWidget: Only build head and footer if we're going to use it (Bartosz Dziewoński)
2183 * PopupWidget: Tweak some comments (Bartosz Dziewoński)
2184 * styles: Remove initial value `ease` from `transition` (Volker E)
2185
2186 ## v0.15.3 / 2016-02-09
2187 ### Features
2188 * CapsuleItemWidget: Let user tab through items, edit and delete them (Prateek Saxena)
2189 * CapsuleMultiSelectWidget: Edit instead of remove on backspace (Prateek Saxena)
2190 * CapsuleWidgets: Edit on click and remove on Ctrl+Backspace (Prateek Saxena)
2191 * CapsuleWidgets: Toggle through capsules and the input with arrow keys (Prateek Saxena)
2192 * DropdownWidget: Open menu on up and down arrow keys (Prateek Saxena)
2193 * MenuSelectWidget: Ensure currently selected element is visible when menu opens (Bartosz Dziewoński)
2194 * SelectFileWidget: Show thumbnail when dropTarget is shown (Prateek Saxena)
2195 * Really preserve dynamic state of widgets when infusing (Bartosz Dziewoński)
2196
2197 ### Styles
2198 * MediaWiki, Apex themes: Replace 'language' icon with tweaked version (Mun May Tee)
2199
2200 ### Code
2201 * CapsuleItemWidget: Use Button instead of an Indicator (Prateek Saxena)
2202 * CapsuleMultiSelectWidget: Extend config instead of when setting property (Prateek Saxena)
2203 * InputWidget: Remove the 'setAccessKey' method (Prateek Saxena)
2204 * SelectWidget: Really prevent default action during type-to-select (Bartosz Dziewoński)
2205 * Put '@keyframes' rules inside a mixin to avoid duplicating them (Bartosz Dziewoński)
2206 * Apex theme: Remove unnecessary '@keyframes' prefixing (Bartosz Dziewoński)
2207 * MediaWiki theme: Align button mixins/states to CSS guidelines/standard (Volker E)
2208 * Correct code using plain DOM events documented as jQuery events (Bartosz Dziewoński)
2209 * demo: Add a long DropdownInputWidget demo (Bartosz Dziewoński)
2210 * demo: In PHP demo, load oojs-ui-core only instead of whole oojs-ui (Bartosz Dziewoński)
2211 * demo: Measure time needed to construct the demo (Bartosz Dziewoński)
2212 * demo: widgets: OO.ui.CapsuleMultiSelectWidget: Remove non-existent 'values' config (Prateek Saxena)
2213 * docparser: Recognize and ignore '@uses' (Bartosz Dziewoński)
2214 * docs: OO.ui.CapsuleMultiSelectWidget: Config options (Prateek Saxena)
2215 * docs: OO.ui.CapsuleMultiSelectWidget: Link to the widget it uses (Prateek Saxena)
2216 * docs: OO.ui.SelectFileWidget: Minor language change (Prateek Saxena)
2217
2218
2219 ## v0.15.2 / 2016-02-02
2220 ### Features
2221 * DropdownWidget: Prevent label from overflowing the handle (Bartosz Dziewoński)
2222
2223 ### Styles
2224 * Ensure gradient filter rendering on IE 8&9 (Bartosz Dziewoński)
2225 * Remove unused CSS classes .oo-ui-ltr and .oo-ui-rtl (Bartosz Dziewoński)
2226 * Update `.oo-ui-vertical-gradient` mixin to modern times (Volker E)
2227
2228 ### Code
2229 * Unify SVG icon color values to CSS/Less coding standards (Volker E)
2230 * ComboBoxInputWidget: Don't make the 'datalist' infusable (Bartosz Dziewoński)
2231 * Move OO.ui.alert and OO.ui.confirm methods to separate file (Bartosz Dziewoński)
2232 * README: Add "Loading the library" wherein we apologise for the mess that is the dist/ directory (Bartosz Dziewoński)
2233 * build: Actually check that all required files are not missing (Bartosz Dziewoński)
2234 * build: Add intro.js.txt and outro.js.txt to all distribution JS files (Bartosz Dziewoński)
2235 * build: De-duplicate per-theme modules lists (Bartosz Dziewoński)
2236 * build: Only define one 'less' task, not one per-distribution (Bartosz Dziewoński)
2237 * build: Remove unused 'ieCompat' options from 'less' (Bartosz Dziewoński)
2238 * build: Remove unused 'report' options from 'less' (Bartosz Dziewoński)
2239 * build: Small modules.yaml tweaks (Bartosz Dziewoński)
2240 * build: Split the library into four parts (Bartosz Dziewoński)
2241 * build: Switch modules.json to YAML to document some of the weird stuff we've put in there (Bartosz Dziewoński)
2242 * build: Unbreak `grunt build --graphics=vector` (Bartosz Dziewoński)
2243 * build: Update phpunit/phpunit to 4.8 (Paladox)
2244 * docparser: Parse '@class Foo' annotations, not just '@class' (Bartosz Dziewoński)
2245
2246
2247 ## v0.15.1 / 2016-01-26
2248 ### Features
2249 * Really filter out unsafe URLs, but don't throw silly exceptions (Bartosz Dziewoński)
2250 * ClippableElement: Try to prevent unnecessary scrollbars (Bartosz Dziewoński)
2251 * Dialog: Don't set `overflow:hidden;` on `.oo-ui-window-body` elements (Alex Monk)
2252 * TextInputWidget: Don't fail if 'validate' function returns null (Bartosz Dziewoński)
2253
2254 ### Styles
2255 * WindowManager: Only apply `top: 1em; bottom: 1em;` to non-fullscreen windows (Bartosz Dziewoński)
2256 * Align mixin whitespace to CSS/Less coding guidelines (Volker E)
2257 * Enable `cursor: pointer` just on enabled widgets (Volker E)
2258 * Apex, MediaWiki themes: Fix size of templateAdd icon (Ed Sanders)
2259 * Apex, MediaWiki themes: Quotes icon fixes (Ed Sanders)
2260 * Apex, MediaWiki themes: Re-crush SVGs, removing useless ID values and empty groups (James D. Forrester)
2261 * Apex theme: Fix FieldLayout padding in inline mode (Ed Sanders)
2262 * Apex theme: NumberInputWidget: Fix width of +/- buttons (Ed Sanders)
2263 * MediaWiki theme: Add invert variant to 'accessibility' icon pack icons (Bartosz Dziewoński)
2264 * MediaWiki theme: Align `@input-*` vars to coding guidelines (Volker E)
2265 * MediaWiki theme: Align `rgba()` values to CSS/Less guidelines (Volker E)
2266 * MediaWiki theme: Align size variables to CSS/Less guidelines (Volker E)
2267 * MediaWiki theme: Consolidate emphasized color values into variable (Volker E)
2268 * MediaWiki theme: Establish new `@border-default` variable (Volker E)
2269 * MediaWiki theme: Make icon variants actually work for all icons (Bartosz Dziewoński)
2270 * MediaWiki theme: Make transition of text input fields smoother (Volker E)
2271 * MediaWiki theme: Merge `@oo-ui-toolbar-bar-text` & `@color-default` vars (Volker E)
2272 * MediaWiki theme: Replace fixed & consolidate disabled values with vars (Volker E)
2273 * MediaWiki theme: Update avatar icon (Pau Giner)
2274
2275 ### Code
2276 * NumberInputWidget: Replace `box-sizing` property with mixin as anywhere else (Volker E)
2277 * SelectFileWidget: Order name and type spans in the order they are shown (Prateek Saxena)
2278 * TextInputWidget: Simplify `#getValidity` (Bartosz Dziewoński)
2279 * README: Add a 'Contributing' section (James D. Forrester)
2280 * build: Don't generate .min.js and .min.css files by default (Bartosz Dziewoński)
2281 * build: Only build one graphics distribution (mixed/vector/raster), not all (Bartosz Dziewoński)
2282 * build: Update jakub-onderka/php-parallel-lint to 0.9.2 (Paladox)
2283 * build: Update mediawiki/mediawiki-codesniffer to 0.5.1 (Paladox)
2284 * demo: Extend compounded form in widget.js demo (Volker E)
2285
2286 ## v0.15.0 / 2016-01-12
2287 ### Breaking changes
2288 * [BREAKING CHANGE] Drop Internet Explorer 8 support from JavaScript code (Ricordisamoa)
2289 * [BREAKING CHANGE] Delete deprecated aliases 'picture' and 'insert' (Ed Sanders)
2290
2291 ### Deprecations
2292 * [DEPRECATING CHANGE] Create single icon for language/translation (Ed Sanders)
2293 * [DEPRECATING CHANGE] Move 'redirect' icon to 'articleRedirect' and cleanup (Ed Sanders)
2294 * [DEPRECATING CHANGE] core: Deprecate add/removeCaptureEventListener (Bartosz Dziewoński)
2295
2296 ### Features
2297 * Send escape key cancel events through action handler (Alex Monk)
2298
2299 ### Styles
2300 * MediaWiki theme: Align variable values & properties to CSS/Less guidelines (Volker E)
2301 * MediaWiki theme: Align `@neutral-button-border` to CSS/Less guidelines (Volker E)
2302 * MediaWiki theme: Align `transition` variables with coding guidelines (Volker E)
2303 * MediaWiki theme: Change color value to Less variable (Volker E)
2304 * MediaWiki theme: Clarify `@active` variable by renaming it (Volker E)
2305 * MediaWiki theme: Clarify `@background` var by renaming it (Volker E)
2306 * MediaWiki theme: Clarify `@select` variable by renaming it (Volker E)
2307 * MediaWiki theme: Clarify `@text` variable by renaming it (Volker E)
2308 * MediaWiki theme: Consolidate stray `margin` and `padding` properties (Volker E)
2309 * MediaWiki theme: Remove unnecessary `@-ms-keyframes` vendor rule (Volker E)
2310 * MediaWiki theme: Replace fixed `invalid` color value with variable (Volker E)
2311 * MediaWiki theme: Unify `border` property values (Volker E)
2312 * MediaWiki theme: Unify `border-radius` values (Volker E)
2313 * MediaWiki theme: Unify `-disabled` variables usage (Volker E)
2314
2315 ### Code
2316 * core: Add constants for MouseEvent.which button codes (Ed Sanders)
2317 * demo: Remove IE 8 support (Bartosz Dziewoński)
2318 * build: Fix typos ("overridden") (Ed Sanders)
2319 * build: Bump file copyright notices for 2016 (James D. Forrester)
2320 * build: Update most devDependencies to latest (James D. Forrester)
2321 * build: Updating development dependencies (Kunal Mehta)
2322
2323 ## v0.14.1 / 2015-12-08
2324
2325 ### Features
2326 * Implement OO.ui.alert() and OO.ui.confirm() (Bartosz Dziewoński)
2327
2328 ### Styles
2329 * CapsuleMultiSelectWidget: Interface tweaks (Bartosz Dziewoński)
2330 * CapsuleMultiSelectWidget: Make the text field span all available area (Bartosz Dziewoński)
2331 * CapsuleMultiSelectWidget: Update menu position when typing (Bartosz Dziewoński)
2332 * HorizontalLayout: Synchronise behaviour between themes (Bartosz Dziewoński)
2333 * Apex theme: Enlarge 'search' icon (Bartosz Dziewoński)
2334 * MediaWiki theme: Correct text color in MessageDialog, TabOptionWidget (Volker E)
2335
2336 ### Code
2337 * Tool*: Consolidate and cross-link some documentation (Bartosz Dziewoński)
2338 * Tool*: Expand, correct docs for #onUpdateState and the related event (Bartosz Dziewoński)
2339 * core.js: Extract a large chunk of the file incorrectly in a closure (Bartosz Dziewoński)
2340 * Apex, MediaWiki themes: Standardize XML structure for various 'search' images (Bartosz Dziewoński)
2341 * MediaWiki theme: Add missing theme mixin placeholder (no-op) (Bartosz Dziewoński)
2342 * build: Test PHP documentation with Doxygen via composer and make pass (James D. Forrester)
2343 * demo: Quit using the 'image' icon in documentation examples (Bartosz Dziewoński)
2344
2345 ## v0.14.0 / 2015-11-24
2346 ### Breaking changes
2347 * [BREAKING CHANGE] Depend on OOjs v1.1.10, up from v1.1.9 (James D. Forrester)
2348 * [BREAKING CHANGE] TextInputWidget: Remove old deprecated alias #setPosition (Ed Sanders)
2349
2350 ### Deprecations
2351 * [DEPRECATING CHANGE] De-duplicate 'trash' and 'remove' icons (James D. Forrester)
2352
2353 ### Features
2354 * TextInputWidget: Add insertContent method (Thalia Chan)
2355 * TextInputWidget: Add encapsulateContent method to insert new content around a selection (Thalia Chan)
2356
2357 ### Styles
2358 * Apex theme: Provide the 'interactions' icon pack (James D. Forrester)
2359 * MediaWiki theme: Make dialog and panel box-shadows outset rather than inset (Ed Sanders)
2360
2361 ### Code
2362 * FlaggedElement.php: Fix type hint (Reedy)
2363 * SelectFileWidget: Remove sometimes-incorrect 'title' on the <input> (Bartosz Dziewoński)
2364 * SelectFileWidget: Use i18n string for button label (Ed Sanders)
2365 * TextInputWidget: Fix documentation of insertContent method (Thalia Chan)
2366 * \*.php: Replace `@chainable` jsduck-ism with `@return` $this (Reedy)
2367 * .gitattributes: Ignore both `/doc` and `/docs` directories (James D. Forrester)
2368 * AUTHORS: Update for the past few months' work (James D. Forrester)
2369 * build: Added Rakefile (Željko Filipin)
2370
2371 ## v0.13.3 / 2015-11-17
2372 ### Deprecations
2373 * [DEPRECATING CHANGE] Duplicate icons: Unify 'picture' and 'image' (Ed Sanders)
2374
2375 ### Features
2376 * RequestManager: Introduce a mixin for widgets that need to do API calls (David Lynch)
2377 * TextInputWidget: Add getRange method (Ed Sanders)
2378 * WindowManager: Allow getSetup/ReadyProcess to reject (Ed Sanders)
2379 * WindowManager: Fade in overlay after 'setup' not 'ready' (Ed Sanders)
2380
2381 ### Styles
2382 * MediaWiki, Apex themes: Remove small 0.1em vertical margin from buttons (Bartosz Dziewoński)
2383 * MediaWiki theme: Add destructive variant to the 'cancel' icon (James D. Forrester)
2384 * MediaWiki theme: Reduce whitespace between FieldLayouts (Bartosz Dziewoński)
2385
2386 ### Code
2387 * TitledElement: Behave like its docs say it should (David Lynch)
2388 * Use null for abstract methods and correct documentation (Ed Sanders)
2389 * demo: Make button style showcase a table (Bartosz Dziewoński)
2390
2391 ## v0.13.2 / 2015-11-10
2392 ### Deprecations
2393 * [DEPRECATING CHANGE] ComboBoxWidget: Refactor into ComboBoxInputWidget (Bartosz Dziewoński)
2394 * [DEPRECATING CHANGE] MediaWiki, Apex themes: Unify add/insert icons (Ed Sanders)
2395
2396 ### Features
2397 * ComboBoxInputWidget: Implement PHP version (Bartosz Dziewoński)
2398 * LookupElement: Make auto-highlighting the first term configurable (Florian)
2399
2400 ### Styles
2401 * Add some missing white backgrounds and use variables when possible (Bartosz Dziewoński)
2402 * MediaWiki theme: Make the menu icon identical to Apex's (Ed Sanders)
2403 * MediaWiki theme: Specify 'line-height' for DropdownWidget's handle (Bartosz Dziewoński)
2404 * WikiText icon: Make slightly narrower (Ed Sanders)
2405
2406 ### Code
2407 * Apex theme: Remove dead styles for ComboBoxWidget (Bartosz Dziewoński)
2408 * build: Make copy:fastcomposerdemos work again (Bartosz Dziewoński)
2409
2410 ## v0.13.1 / 2015-11-03
2411 ### Deprecations
2412 * [DEPRECATING CHANGE] InputWidget: Replace `#setRTL` with `#setDir` (Ed Sanders)
2413
2414 ### Features
2415 * Allow widgets to re-use parts of the DOM when infusing; use for InputWidget's `$input` (Bartosz Dziewoński)
2416 * FieldLayout: Allow setting errors and notices dynamically (Bartosz Dziewoński)
2417 * InputWidget: Add '`dir`' to config (Ed Sanders)
2418
2419 ### Styles
2420 * TextInputWidget: Account for scroll bar width when positioning indicators/labels (Ed Sanders)
2421 * TextInputWidget: Ensure icon+indicator+label are top aligned in multi-line mode (Ed Sanders)
2422
2423 ### Code
2424 * FieldLayout: Mark `#makeMessage` as `@protected` (Bartosz Dziewoński)
2425 * History.md: wrap `<select>` tag in backticks (Ricordisamoa)
2426 * tests: Refactor property->attribute copying (Ed Sanders)
2427
2428 ## v0.13.0 / 2015-10-27
2429 ### Breaking changes
2430 * [BREAKING CHANGE] Remove aliases for OO.ui.mixins, deprecated in 0.11.4 (C. Scott Ananian)
2431 * [BREAKING CHANGE] Turn Element#gatherPreInfuseState into a static method (Bartosz Dziewoński)
2432
2433 ### Features
2434 * Update outline widget when current item is scrolled out of view (Ed Sanders)
2435 * TextInputWidget: Emit 'resize' events (Ed Sanders)
2436 * TextInputWidget: Fix scrollbars in `<textarea>`s in IE8-11 (Ed Sanders)
2437 * TextInputWidget: Improve selection API (Ed Sanders)
2438
2439 ### Styles
2440 * MediaWiki theme: Adjust ToggleSwitchWidget to match M61 design (Volker E)
2441 * Follow-up I54f1e3c92: Fix placement of cursors on checkbox/radio widgets (Volker E)
2442 * Follow-up I598e7b25a: Apply MenuToolGroup missing styles fix to Apex theme (Ed Sanders)
2443
2444 ### Code
2445 * Consistently use '`//`' rather than '`/* */`' for Less comments (Bartosz Dziewoński)
2446 * Remove obsolete Opera<12.1 vendor prefixes (Volker E)
2447 * Remove unnecessary IE10beta vendor-prefixes from OOjs UI (Volker E)
2448 * build: Switch back to upstream version of grunt-contrib-concat (Timo Tijhof)
2449 * build: Updating development dependencies (Kunal Mehta)
2450 * build: Use my Gmail address for attribution (Timo Tijhof)
2451
2452 ## v0.12.12 / 2015-10-13
2453 ### Features
2454 * CapsuleMultiSelectWidget: When 'allowArbitrary' is true, don't require 'Enter' to confirm (Bartosz Dziewoński)
2455 * SelectFileWidget: Add a focus method (Ed Sanders)
2456
2457 ### Styles
2458 * CapsuleMultiSelectWidget: Set 'background-color' rather than 'background' (Bartosz Dziewoński)
2459 * DropdownWidget: Fix vertical alignment of handle's text (Volker E)
2460 * MediaWiki theme: Get transitions on ButtonWidget's `:hover` states in sync (Volker E)
2461 * MediaWiki theme: Unbreak checkbox/radio 'cursor: pointer' (Bartosz Dziewoński)
2462 * MediaWiki theme: Use inverted icon for 'active' buttons (Ed Sanders)
2463
2464 ### Code
2465 * ButtonElement: Actually use 'active' property and add getter (Ed Sanders)
2466 * Element: Document $element config option (Thalia)
2467 * composer.json: Add author names & e-mails (Alangi Derick)
2468 * demo: Correct some typos (Bartosz Dziewoński)
2469
2470 ## v0.12.11 / 2015-10-06
2471 ### Styles
2472 * MediaWiki theme: Make shadows translucent black instead of light grey (Ed Sanders)
2473 * MediaWiki theme: Make PHP DropdownInputWidget look closer to JS version (Bartosz Dziewoński)
2474
2475 ### Code
2476 * Follow-up I4acbe69420: BookletLayout: Fix focus of page switching (Ed Sanders)
2477 * IndexLayout: Fix focus of panel switching (Ed Sanders)
2478 * TextInputWidget: Remove 'autocomplete' attribute on page navigation (Bartosz Dziewoński)
2479 * build: Bump es5-shim and various devDependencies to master (James D. Forrester)
2480
2481 ## v0.12.10 / 2015-09-29
2482 ### Styles
2483 * Fix icon/indicator padding on TextInputWidget/SelectFileWidget (Ed Sanders)
2484
2485 ### Code
2486 * CapsuleItemWidget: Remove 'click' event preventing (Bartosz Dziewoński)
2487 * FloatableElement: Don't try unbinding events before we bind them (Bartosz Dziewoński)
2488 * SelectWidget: Ensure 'choose' never emits null (Ed Sanders)
2489 * Remove old textInputWidget-decorated classes (Ed Sanders)
2490 * build: Upgrade MediaWiki-Codesniffer to 0.4.0 (Kunal Mehta)
2491
2492 ## v0.12.9 / 2015-09-22
2493 ### Features
2494 * BookletLayout, IndexLayout: Make autoFocus and focussing more reliable (Bartosz Dziewoński)
2495 * CapsuleMultiSelectWidget: Allow using CapsuleItemWidget subclasses (Bartosz Dziewoński)
2496 * CardLayout: Add a 'label' config option (Ed Sanders)
2497 * FloatableElement: Introduce mixin (Bartosz Dziewoński)
2498 * FloatingMenuSelectWidget: Update position of menus within overlay while scrolling (Bartosz Dziewoński)
2499 * IndexLayout: Add 'expanded' option, passed through to StackLayout (Ed Sanders)
2500 * MenuLayout: Use child selectors to allow nesting menus (Ed Sanders)
2501 * Re-attempt I31ab2bace4: Try to stop user from tabbing outside of open dialog box (Ed Sanders)
2502
2503 ### Styles
2504 * SelectFileWidget: Move file type over to the right in secondary text colour (Ed Sanders)
2505 * Fix focus styles on disabled widgets (Volker E)
2506 * Apex, MediaWiki themes: Make most borders on table icon thinner (Ed Sanders)
2507 * Apex, MediaWiki themes: Make picture icon border thinner (Ed Sanders)
2508 * MediaWiki theme: Alter buttons' padding and position icons absolutely (nirzar)
2509 * MediaWiki theme: Fix height of IndexLayout tab widget (Ed Sanders)
2510 * MediaWiki theme: Unify box-shadows for PopupWidget and DropdownWidget (Volker E)
2511
2512 ### Code
2513 * #isFocusableElement: Rewrite for performance and correctness (Ed Sanders)
2514 * BookletLayout: Remove unnecessary JSHint override (Bartosz Dziewoński)
2515 * DropdownWidget: Update example doc to show #getMenu usage (Ed Sanders)
2516 * Follow-up bf1497be: Fix PopupToolGroup use of renamed Clippable property (Ed Sanders)
2517 * PopupWidget: Add missing `@mixins` doc entry (Bartosz Dziewoński)
2518 * SelectFileWidget: Fix DOM order of file type label (Ed Sanders)
2519 * Widget: Fix docs for disable event (Ed Sanders)
2520 * docs: Remove excess empty lines in comments (Bartosz Dziewoński)
2521 * docs: Add quotes around PROJECT_BRIEF setting (Timo Tijhof)
2522
2523 ## v0.12.8.1 / 2015-09-18 (special release)
2524 ### Code
2525 * build: Update version requirement for mediawiki/at-ease: 1.0.0 → 1.1.0 (Ori Livneh)
2526
2527 ## v0.12.8 / 2015-09-08
2528 ### Styles
2529 * SelectFileWidget: Overflow and ellipsis for label (Ed Sanders)
2530 * Apex theme: Move transition timing to common variables (Prateek Saxena)
2531 * MediaWiki theme: Move window transition to `@medium-ease` variable (Prateek Saxena)
2532 * MediaWiki theme: Add missing `width` and `height` attributes to icons (Ed Sanders)
2533 * Clean up CSS values in .oo-ui-transition calls (Timo Tijhof)
2534 * Use 'ease' instead of 'ease-in-out' for CSS transitions (Timo Tijhof)
2535
2536 ### Code
2537 * Toolbar: Prevent double initialization (Roan Kattouw)
2538 * build: Bump grunt-contrib-jshint from 0.11.2 to 0.11.3 to fix upstream issue (James D. Forrester)
2539 * build: Upgrade grunt-banana-checker to v0.3.0 (James D. Forrester)
2540
2541 ## v0.12.7 / 2015-09-01
2542 ### Deprecations
2543 * [DEPRECATING CHANGE] SelectFileWidget: Re-design to use a clearly clickable button (Ed Sanders)
2544
2545 ### Styles
2546 * FieldLayout: Don't add `margin-bottom` when in a HorizontalLayout (Florian)
2547 * SelectFileWidget: Use gray for hover and `@progressive-fade` for drop active (Prateek Saxena)
2548 * Apex, MediaWiki themes: Fix scale of external link icon (Ed Sanders)
2549 * Apex, MediaWiki themes: Re-crush all SVG files with SVGO (James D. Forrester)
2550 * Apex, MediaWiki themes: Reduce size of 'close' icon by 1px (Ed Sanders)
2551 * Apex, MediaWiki themes: Remove Inkscape-ism from SVG files (James D. Forrester)
2552 * Apex, MediaWiki themes: Standardise XML prolog for SVG files (Bartosz Dziewoński)
2553 * MediaWiki theme: Fix viewBox of arrow indicators (Ed Sanders)
2554 * MediaWiki theme: Fix viewBox of several icons (James D. Forrester)
2555
2556 ### Code
2557 * LookupElement: Really disallow editing of `readOnly` TextInputWidgets (Bartosz Dziewoński)
2558 * SelectFileWidget: Fix drop and drop hover exception in Firefox (Ed Sanders)
2559 * SelectFileWidget: Improve type checking (Ed Sanders)
2560
2561 ## v0.12.6 / 2015-08-25
2562 ### Features
2563 * AccessKeyedElement: Introduce (Florian)
2564 * ButtonOptionWidget: Mixin TitledElement (Bartosz Dziewoński)
2565 * ClippableElement: Allow $clippableContainer to be different from $clippable (Roan Kattouw)
2566 * Dialog: Listen for Escape key on $element, not document (Roan Kattouw)
2567 * InputWidget: Add TitledElement and AccessKeyedElement mixins (Florian)
2568 * PopupWidget: Make it possible to add static footers (Moriel Schottlender)
2569 * SelectFileWidget: Add drag drop UI as a config (Prateek Saxena)
2570 * TextInputWidget: Add moveCursorToEnd() (Roan Kattouw)
2571
2572 ### Styles
2573 * MenuToolGroup: Add some missing styles for tools' 'check' icons (Bartosz Dziewoński)
2574 * PopupWidget: don't apply header styles to footer (Roan Kattouw)
2575 * SelectFileWidget: Mute the drag and drop design (Ed Sanders)
2576 * Add colour to neutral state of MW frameless buttons (Ed Sanders)
2577 * Editing-advanced icon pack: Add 'calendar' (Bartosz Dziewoński)
2578
2579 ### Code
2580 * DropdownInputWidget: Allow users to pass config options to DropdownWidget (Alex Monk)
2581 * Theme: Add theme classes to $icon and $indicator only (Bartosz Dziewoński)
2582 * Use OO.ui.debounce() for Element#updateThemeClasses (Roan Kattouw)
2583 * Document browser-specific code with support comments (Timo Tijhof)
2584 * Update OOjs to v1.1.9 (James D. Forrester)
2585 * Fix file permissions (Southparkfan)
2586 * Fix inArray test in drag handler (Ed Sanders)
2587 * Prefer ES5 over jQuery methods (Bartosz Dziewoński)
2588 * build: Enable jscs rule 'requireSpacesInsideBrackets' and make pass (James D. Forrester)
2589 * build: Enable jscs rule 'requireVarDeclFirst' and make pass (James D. Forrester)
2590 * build: Make `quick-build` build the 'mixed' distribution (James D. Forrester)
2591 * build: Update jscs devDependency from 1.8.0 to 2.1.0 (James D. Forrester)
2592 * build: Update various devDependencies to latest (James D. Forrester)
2593 * core: Remove spurious "[description]" placeholder from documentation (Timo Tijhof)
2594 * demos, tests: Use es5-shim for IE8 compatibility (Bartosz Dziewoński)
2595 * phpcs.xml: Ignore JS demo files in the PHP distribution (James D. Forrester)
2596 * testsuitegenerator: Do not generate nonsensical tests for 'maxLength' (Bartosz Dziewoński)
2597
2598 ## v0.12.5 / 2015-08-18
2599 ### Features
2600 * CapsuleMultiSelectWidget: Unbreak $overlay config option (Bartosz Dziewoński)
2601 * FloatingMenuSelectWidget: Introduce, based on TextInputMenuSelectWidget (Bartosz Dziewoński)
2602 * FieldLayout: Throw an error if no widget is provided (Prateek Saxena)
2603 * MessageDialog: Focus primary action button when the dialog opens (Prateek Saxena)
2604
2605 ### Styles
2606 * DropdownWidget: Remove additional vertical margin, for consistency (Bartosz Dziewoński)
2607 * FieldLayout: Correct rendering of multiline messages in MediaWiki theme (Bartosz Dziewoński)
2608 * Move base icon/indicator styles out of themes (Roan Kattouw)
2609 * MediaWiki theme: Correct styling of nested buttons (Bartosz Dziewoński)
2610
2611 ### Code
2612 * DropdownWidget: Add $overlay config option (Bartosz Dziewoński)
2613 * IconElement, IndicatorElement: Apply base styles to the right selector (Bartosz Dziewoński)
2614 * Add background-repeat: no-repeat; to default icon/indicator styles (Roan Kattouw)
2615 * Remove redundant background rules for icons/indicators (Roan Kattouw)
2616 * Revert "TextInputWidget: Update doc'ed requirements for validate function" (Prtksxna)
2617 * Don't directly use #addEventListener for compatibility with IE 8 (Bartosz Dziewoński)
2618 * demos: Add a demo of the $overlay config option of various widgets (Bartosz Dziewoński)
2619
2620 ## v0.12.4 / 2015-08-13
2621 ### Styles
2622 * CapsuleMultiSelectWidget: Style tweaks (Ed Sanders)
2623
2624 ### Code
2625 * MenuSelectWidget: Call #updateItemVisibility in more cases (Bartosz Dziewoński)
2626 * PopupWidget: Remove 'focusout' handling again, limit to CapsuleMultiSelectWidget (Bartosz Dziewoński)
2627
2628 ## v0.12.3 / 2015-08-11
2629 ### Deprecations
2630 * [DEPRECATING CHANGE] TextInputWidget: Add getValidity function, deprecate isValid (Prateek Saxena)
2631
2632 ### Features
2633 * Add OO.ui.isSafeUrl() to make sure url targets are safe client-side (Kunal Mehta)
2634 * CapsuleMultiSelectWidget: Introduce (Brad Jorsch)
2635 * FieldLayout: Allow displaying errors or notices next to fields (Bartosz Dziewoński)
2636 * HorizontalLayout: Introduce (Bartosz Dziewoński)
2637 * If ProcessDialog#fitLabel is called before dialog is open, defer (Ed Sanders)
2638 * Mixin TitledElement into DropdownInputWidget and FieldLayout (Florian)
2639 * Preserve dynamic state of widgets when infusing (Bartosz Dziewoński)
2640 * TextInputWidget: Don't forget to positionLabel() after it's been unset (Bartosz Dziewoński)
2641
2642 ### Styles
2643 * FieldLayout: Kill 'list-style-image' too for messages list (Bartosz Dziewoński)
2644 * PopupToolGroup: Handle popup position on very narrow screens (Ed Sanders)
2645 * ToggleSwitchWidget: Update according to spec (Prateek Saxena)
2646 * MediaWiki, Apex themes: Fix height of frameless toolbar button (Ed Sanders)
2647 * Apex theme: Correct disabled iconed button tool's text colour (Ed Sanders)
2648 * Revert "Dialog: Increase z-index of .oo-ui-dialog to 1000+" (Ed Sanders)
2649
2650 ### Code
2651 * ButtonOptionWidget: Make it more difficult to set an inappropriate 'tabIndex' (Bartosz Dziewoński)
2652 * TextInputWidget: Update doc'ed requirements for validate function (Prateek Saxena)
2653 * TextInputWidget: Use getValidity in setValidityFlag (Prateek Saxena)
2654 * Element: DWIM when repeatedly infusing the same node (Bartosz Dziewoński)
2655 * Element: Preserve 'classes' config option through infusion (Bartosz Dziewoński)
2656 * demo: Make compatible with IE 8 (Bartosz Dziewoński)
2657 * build: Exclude irrelevant files from Composer PHP package (Timo Tijhof)
2658 * build: Move phpcs config from composer.json to phpcs.xml (Timo Tijhof)
2659 * build: Output doxygen to "doc" for consistency with other PHP libraries (Kunal Mehta)
2660 * build: Switch svg2png to personal build which fixes long lines (James D. Forrester)
2661 * demos, tests: Use `.parent` instead of `.super` (Bartosz Dziewoński)
2662 * docparser: Add rudimentary error handling (Bartosz Dziewoński)
2663 * doxygen: Use default directory for HTML_OUTPUT (Kunal Mehta)
2664 * tests: Twist the time in comparison tests in a different manner (Bartosz Dziewoński)
2665 * testsuitegenerator: Output the number of generated test cases (Bartosz Dziewoński)
2666
2667 ## v0.12.2 / 2015-07-28
2668
2669 ### Styles
2670 * Dialog: Increase z-index of .oo-ui-dialog to 1000+ (Prateek Saxena)
2671 * MediaWiki theme: Create new 'accessibility' icon pack (Violetto)
2672
2673 ### Code
2674 * SelectWidget: Fix @mixins documentation (Roan Kattouw)
2675 * Update OOjs to v1.1.8 (James D. Forrester)
2676
2677 ## v0.12.1 / 2015-07-22
2678
2679 ### Features
2680 * PendingElement: Make this actually useful (Roan Kattouw)
2681 * TextInputWidget: Handle required: true better (Bartosz Dziewoński)
2682 * TextInputWidget: Handle type: 'search' better (Bartosz Dziewoński)
2683
2684 ### Styles
2685 * PanelLayout: Add some vertical margin when 'padded' and 'framed' (Bartosz Dziewoński)
2686 * MediaWiki, Apex themes: Add 'clear' indicator (Bartosz Dziewoński)
2687 * MediaWiki theme: Align colour of toolbar and dropdown buttons (Prateek Saxena)
2688
2689 ### Code
2690 * Window: Compute directionality only when needed (Roan Kattouw)
2691 * Standardise some common comments (Bartosz Dziewoński)
2692 * build: Add clean:demos task (Bartosz Dziewoński)
2693 * build: Add clean:tests task (Bartosz Dziewoński)
2694 * build: Have copyright header reference "OOjs UI" team (Kunal Mehta)
2695 * build: Use new grunt-tyops package rather than local original (James D. Forrester)
2696 * Gruntfile: Fix 'pgk' to 'pkg' and add to typos list (James D. Forrester)
2697 * package.json: Use proper SPDX license notation (Derk-Jan Hartman)
2698
2699 ## v0.12.0 / 2015-07-13
2700 ### Breaking changes
2701 * [BREAKING CHANGE] SearchWidget: Remove deprecated event re-emission (Ed Sanders)
2702
2703 ### Features
2704 * Allow infusion of widgets in other namespaces (Kunal Mehta)
2705 * Only allow construction of classes that extend OO.ui.Element in infusion (Kunal Mehta)
2706 * ButtonInputWidget: Disable generating `<label>` elements (Bartosz Dziewoński)
2707 * FieldLayout: Support HTML help messages through HtmlSnippet (Kunal Mehta)
2708 * RadioSelectWidget: Improve accessibility (Bartosz Dziewoński)
2709 * SelectWidget: Call #chooseItem instead of #selectItem when enter is pressed (Ed Sanders)
2710
2711 ### Styles
2712 * MediaWiki, Apex themes: Add a 'notice' icon, same as the 'alert' indicator (James D. Forrester)
2713 * MediaWiki, Apex themes: Re-crush with svgo 0.5.3 (James D. Forrester)
2714 * PopupWidget: Use child selectors to apply rules correctly (Ed Sanders)
2715 * TextInputWidget: Use 'text' cursor for icon/indicator rather than 'pointer' (Bartosz Dziewoński)
2716 * Set Scots to use bold-b and italic-i (baud/italeec) (Ed Sanders)
2717
2718 ### Code
2719 * ClippableElement: Fix horizontal clipping in nested scrollable elements (Roan Kattouw)
2720 * ClippableElement: Only call reconsiderScrollbars() if we actually *stopped* clipping (Roan Kattouw)
2721 * Follow-up 3ddb3603: unbreak nesting of autosizing or labeled TextInputWidgets (Roan Kattouw)
2722 * InputWidget: Add additional `<span/>` only for subclasses that need it (Bartosz Dziewoński)
2723 * LookupElement: Disallow editing of readOnly TextInputWidgets (Bartosz Dziewoński)
2724 * History: Re-write into new B/D/F/S/C format and clean up (James D. Forrester)
2725 * build: Don't run phpcs over demos/php (Kunal Mehta)
2726 * build: Update development dependencies (James D. Forrester)
2727 * build: Update watch rules (Kunal Mehta)
2728
2729 ## v0.11.8 / 2015-07-07
2730 ### Features
2731 * DropdownInputWidget, RadioSelectInputWidget: Consistently call `#cleanUpValue` (Bartosz Dziewoński)
2732 * TextInputWidget: Allow setting the HTML autocomplete attribute (Florian)
2733 * TextInputWidget: Support `rows` option when in multiline mode (Kunal Mehta)
2734 * Make scroll into view work in scrollable divs in Firefox (Roan Kattouw)
2735
2736 ### Styles
2737 * MediaWiki theme: Remove support for frameless primary buttons (Bartosz Dziewoński)
2738
2739 ### Code
2740 * Use at-ease instead of PHP's @ (Kunal Mehta)
2741 * Use composer's autoloader in exec:phpGenerateJSPHPForKarma (Kunal Mehta)
2742 * build: Don't lint demos/{dist,node_modules,vendor} (Kunal Mehta)
2743 * build: Build demos as part of `grunt build` too (Kunal Mehta)
2744 * build: Build demos as part of `grunt quick-build` (Kunal Mehta)
2745 * build: Only build test files (`build-tests` task) when going to run tests (Bartosz Dziewoński)
2746 * demos: Make self-contained in demos/ directory (Kunal Mehta)
2747 * tests: Provide better output when running infusion test under Karma (Bartosz Dziewoński)
2748
2749 ## v0.11.7 / 2015-07-01
2750 ### Features
2751 * Element.php: Strip all namespaces from infused PHP widgets (Kunal Mehta)
2752 * OptionWidget: Explicitly set aria-selected to `false` on init (Bartosz Dziewoński)
2753
2754 ### Styles
2755 * MediaWiki theme: Add support for frameless primary buttons (Ed Sanders)
2756 * MediaWiki theme: Align and center the advanced icon (Roan Kattouw)
2757 * MediaWiki, Apex themes: Fix styling for frameless process dialog actions (Ed Sanders)
2758
2759 ### Code
2760 * Element.php: Add test case to verify class name in infused widgets (Kunal Mehta)
2761 * Element.php: Only variables may be passed by reference (Kunal Mehta)
2762 * Theme.php: Actually make abstract in PHP (Kunal Mehta)
2763 * Theme.php: Add missing doc comments (Kunal Mehta)
2764 * documentation: Use bold in comments instead of h4 (Ed Sanders)
2765
2766 ## v0.11.6 / 2015-06-23
2767 ### Features
2768 * NumberInputWidget: Don't use `Math.sign()` (Brad Jorsch)
2769 * SelectWidget: Fix invalid escape sequence `\s` (Roan Kattouw)
2770
2771 ### Styles
2772 * DropdownWidget: Add white background in MediaWiki theme (Prateek Saxena)
2773 * SelectFileWidget: Add white background in MediaWiki theme (Prateek Saxena)
2774 * MediaWiki theme: Add constructive variants for star and unStar icons (Roan Kattouw)
2775 * MediaWiki theme: Add invert variant to all icons (Roan Kattouw)
2776 * MediaWiki theme: Add progressive variant to ongoingConversation icon (Stephane Bisson)
2777
2778 ### Code
2779 * Use `.parent` instead of `.super` (Stephane Bisson)
2780 * build: Updating development dependencies (Kunal Mehta)
2781
2782 ## v0.11.5 / 2015-06-16
2783 ### Features
2784 * ButtonInputWidget: Render frameless button correctly (Bartosz Dziewoński)
2785 * ComboBoxWidget: Add a getter method for text inputs (Mr. Stradivarius)
2786 * FieldsetLayout: Make rule for disabled label color more precise (Bartosz Dziewoński)
2787 * MenuSelectWidget: Explain what the widget config option is for (Roan Kattouw)
2788 * RadioSelectInputWidget: Unbreak form submission in JS version (Bartosz Dziewoński)
2789
2790 ### Styles
2791 * MediaWiki theme: Add destructive variant to check icon (Matthew Flaschen)
2792 * MediaWiki, Apex themes: Add ongoingConversation icon (Matthew Flaschen)
2793
2794 ### Code
2795 * build: Configure jsonlint (Kunal Mehta)
2796
2797 ## v0.11.4 / 2015-06-09
2798 ### Deprecations
2799 * [DEPRECATING CHANGE] Introduce oo.ui.mixin namespace for mixins, and put them src/mixins (C. Scott Ananian)
2800
2801 ### Features
2802 * ActionFieldLayout: Add PHP version (Bartosz Dziewoński)
2803 * ButtonWidget: Fix not having tabindex updated when enabled/disabled (Brad Jorsch)
2804 * ClippableElement: Fix behavior of clippables in nested scrollables (Bartosz Dziewoński)
2805 * ClippableElement: Fix behavior of long clippables (Bartosz Dziewoński)
2806 * Dialog: Label in aria terms (Prateek Saxena)
2807 * DropdownWidget: Adjust height to other widgets (Bartosz Dziewoński)
2808 * DropdownWidget: Blank widget when no item is selected (Brad Jorsch)
2809 * Element#reconsiderScrollbars: Preserve scroll position (Bartosz Dziewoński)
2810 * GroupElement: pass correct event name to disconnect() from aggregate() (Roan Kattouw)
2811 * NumberInputWidget: Create, for numeric input (Brad Jorsch)
2812 * NumberInputWidget: Use keydown, not keypress (Brad Jorsch)
2813 * ProcessDialog: Don't center the title label if there's not enough space (Bartosz Dziewoński)
2814 * RadioOptionWidget: Control focus more strictly (Bartosz Dziewoński)
2815 * RadioSelectInputWidget: Create (Bartosz Dziewoński)
2816 * SelectFileWidget: Create (Brad Jorsch)
2817 * SelectWidget: Listen to keypresses and jump to matching items (Brad Jorsch)
2818 * TextInputWidget: Adjust height to other widgets (Bartosz Dziewoński)
2819 * Widget: Add `#supportsSimpleLabel` static property to control `<label>` usage (Bartosz Dziewoński)
2820 * Window: Clear margins for actions in horizontal/vertical groups (Ed Sanders)
2821 * `OOUI\Tag`: Avoid 'Potentially unsafe "href" attribute value' exceptions for relative URLs (Bartosz Dziewoński)
2822
2823 ### Styles
2824 * MessageDialog: Remove unintentional action button margin (Bartosz Dziewoński)
2825 * styles: Change gradient mixin syntax to W3C standards' syntax (Volker E)
2826 * styles: Remove obsolete "-ms-linear-gradient" declaration (Volker E)
2827 * Apex theme: Use matching 'lock' and 'unLock' icons (Bartosz Dziewoński)
2828 * MediaWiki and Apex themes: Force background color of `<select>` to white (Ed Sanders)
2829 * MediaWiki and Apex themes: Re-crush SVG files (James D. Forrester)
2830
2831 ### Code
2832 * ActionFieldLayout: Dead code removal and cleanup (Bartosz Dziewoński)
2833 * BarToolGroup: Add description and example (Kirsten Menger-Anderson)
2834 * ButtonInputWidget and TextInputWidget: Document and enforce allowed types (Bartosz Dziewoński)
2835 * DropdownInputWidget: Tweak documentation (Bartosz Dziewoński)
2836 * InputWidget#getInputElement: Mark as `@protected`, not `@private` (Bartosz Dziewoński)
2837 * ListToolGroup: Add description and example (Kirsten Menger-Anderson)
2838 * MenuToolGroup: Add description, example and mark private method (Kirsten Menger-Anderson)
2839 * PendingElement: Add description (Kirsten Menger-Anderson)
2840 * PopupTool: Add description and example (Kirsten Menger-Anderson)
2841 * PopupToolGroup: Add description and mark protected methods (Kirsten Menger-Anderson)
2842 * Tool: Add description (Kirsten Menger-Anderson)
2843 * ToolFactory: Add description (Kirsten Menger-Anderson)
2844 * ToolGroup: Add description and mark protected methods (Kirsten Menger-Anderson)
2845 * ToolGroupFactory: Add description (Kirsten Menger-Anderson)
2846 * ToolGroupTool: Add description and example (Kirsten Menger-Anderson)
2847 * Toolbar: Add description (Kirsten Menger-Anderson)
2848 * `OOUI\Element::mixins`: Improve doc comment (Kunal Mehta)
2849 * `OOUI\Tag`: Add basic phpunit tests (Kunal Mehta)
2850 * build: Update MediaWiki codesniffer to 0.2.0 (Kunal Mehta)
2851 * build: Updating development dependencies (James D. Forrester)
2852 * demo: Add 'layout' variable to the consoles (Bartosz Dziewoński)
2853 * demo: Link JS and PHP demos (Bartosz Dziewoński)
2854 * docs: Update name of upstream OOjs project in jsduck documentation (C. Scott Ananian)
2855 * mailmap: Add an additional e-mail for Bartosz per request (James D. Forrester)
2856 * test: Use -p option to phpcs instead of -v (Kunal Mehta)
2857
2858 ## v0.11.3 / 2015-05-12
2859 ### Features
2860 * BarToolGroup: Don't use "pointer" cursor for disabled tools in enabled toolgroups (Bartosz Dziewoński)
2861 * Tool: Support icon+label in bar tool groups (Bartosz Dziewoński)
2862 * ToolGroupTool: Correct opacity of disabled nested tool group handle (Bartosz Dziewoński)
2863 * ToolGroupTool: Synchronize inner ToolGroup disabledness state (Bartosz Dziewoński)
2864
2865 ### Styles
2866 * MediaWiki theme: Add a powerful default text color for tools (Trevor Parscal)
2867 * MediaWiki theme: Adjust quotes icon to match other icons (nirzar)
2868 * MediaWiki theme: Give names to some more toolbar colours (Bartosz Dziewoński)
2869 * MediaWiki theme: Provide all variants of the 'tag' icon (James D. Forrester)
2870 * MediaWiki theme: Rejigger some toolbar coloring (Bartosz Dziewoński)
2871 * MediaWiki theme: Remove box-shadow from nested toolbars (Bartosz Dziewoński)
2872 * MediaWiki theme: Remove unusued toolbar shadow (Trevor Parscal)
2873 * MediaWiki theme: Update button specification (nirzar)
2874
2875 ## v0.11.2 / 2015-05-11
2876 ### Features
2877 * Don't select lookup items on initialize (Ed Sanders)
2878 * ListToolGroup, MenuToolGroup: Set accelTooltips = false (Bartosz Dziewoński)
2879 * PopupWidget: Add setAlignment (Moriel Schottlender)
2880 * Simplify default action prevention in buttons and forms (Bartosz Dziewoński)
2881 * TextInputWidget: Allow override of #setValidityFlag (Ed Sanders)
2882 * TextInputWidget: Use aria-required along with the required attribute (Prateek Saxena)
2883
2884 ### Styles
2885 * TabOptionWidget: Fix disabled styles to not react to hover/select (Ed Sanders)
2886 * Toolbar: Fix shadow styling (Bartosz Dziewoński)
2887 * Toolbar: Remove some useless code from the example (Bartosz Dziewoński)
2888 * Toolbar: Rework example and add 'menu' tool group example (Bartosz Dziewoński)
2889 * MediaWiki theme: Change highlight color for selected menu option (nirzar)
2890 * MediaWiki theme: Polish the toolbar design (nirzar)
2891 * MediaWiki theme: Remove accidentally duplicated styles for SelectWidget (Bartosz Dziewoński)
2892
2893 ### Code
2894 * SelectWidget: Mark as @abstract, which it is (Bartosz Dziewoński)
2895 * Toolbar: Move some tweaks from demo to actual implementation (Bartosz Dziewoński)
2896
2897 ## v0.11.1 / 2015-05-04
2898 ### Features
2899 * Add IndexLayout (Trevor Parscal)
2900 * SelectWidget: Add #selectItemByData method (Moriel Schottlender)
2901 * TextInputWidget: Annotate input validation with aria-invalid (Prateek Saxena)
2902 * TextInputWidget: Don't set 'invalid' flag on first focus, even if invalid (Bartosz Dziewoński)
2903 * TextInputWidget: Support 'required' config option in PHP (Bartosz Dziewoński)
2904
2905 ### Styles
2906 * MediaWiki theme: Add 'destructive' variant to block icon (Moriel Schottlender)
2907 * MediaWiki theme: Better vertical alignment of 'search' icon (Ed Sanders)
2908 * MediaWiki theme: Tweak 'search' icon size (Ed Sanders)
2909 * MediaWiki theme: Use variable for transition time and easing function (Prateek Saxena)
2910 * MediaWiki theme: input: Use variable for transition time and easing function (Prateek Saxena)
2911 * MediaWiki theme: radio/checkbox: Use variable for transition time and easing function (Prateek Saxena)
2912 * MediaWiki, Apex themes: Switch icons: clear → cancel, closeInput → clear (Bartosz Dziewoński)
2913 * MediaWiki, Apex themes: Switch over 'magnifyingGlass' icon to be 'search' (James D. Forrester)
2914
2915 ### Code
2916 * CardLayout: Fix typo (Kirsten Menger-Anderson)
2917 * LabelElement: Document that label config option can take an HtmlSnippet (Roan Kattouw)
2918 * PopupButtonWidget: Update align config in example (Kirsten Menger-Anderson)
2919 * Remove GridLayout remnants (Bartosz Dziewoński)
2920 * TabOptionWidget: Change link to card layout (Kirsten Menger-Anderson)
2921 * build: Add clean:doc task (Bartosz Dziewoński)
2922 * build: Bump grunt-jscs to latest version (James D. Forrester)
2923 * core: Add OO.ui.debounce() utility (Roan Kattouw)
2924 * demo: Add icons with variants to icons demo (Bartosz Dziewoński)
2925
2926 ## v0.11.0 / 2015-04-29
2927 ### Breaking changes
2928 * [BREAKING CHANGE] Do not set font-size: 0.8em anywhere in the library (Bartosz Dziewoński)
2929
2930 ### Deprecations
2931 * [DEPRECATING CHANGE] Create rtl-ready alignments in PopupWidget (Moriel Schottlender)
2932
2933 ### Features
2934 * MediaWiki theme: Adding variants to several icons (Moriel Schottlender)
2935 * TextInputWidget: Allow functions to be passed as 'validate' config option (Bartosz Dziewoński)
2936
2937 ### Styles
2938 * TextInputWidget: Styles for 'invalid' flag (Bartosz Dziewoński)
2939
2940 ### Code
2941 * Update OOjs to v1.1.7 (James D. Forrester)
2942 * Update jQuery from v1.11.1 to v1.11.3 (James D. Forrester)
2943 * build: Use jquery and oojs from npm instead of embedded lib (Timo Tijhof)
2944
2945 ## v0.10.1 / 2015-04-27
2946 ### Features
2947 * Correct `tabindex` attribute setting (Bartosz Dziewoński)
2948 * Make toolbars keyboard-accessible (Bartosz Dziewoński)
2949
2950 ### Code
2951 * ToggleButtonWidget: Unbreak horizontal alignment (Bartosz Dziewoński)
2952
2953 ## v0.10.0 / 2015-04-22
2954 ### Breaking changes
2955 * [BREAKING CHANGE] ButtonWidget: remove deprecated `nofollow` option alias (C. Scott Ananian)
2956 * [BREAKING CHANGE] Convert ToggleWidget from a mixin to an abstract class (Bartosz Dziewoński)
2957 * [BREAKING CHANGE] MenuLayout: Reimplement without inline styles (Bartosz Dziewoński)
2958
2959 ### Deprecations
2960
2961 ### Features
2962 * BarToolGroup: Allow tools with labels instead of icons (Bartosz Dziewoński)
2963 * BookletLayout: Find first focusable element and add focusable utility (Moriel Schottlender)
2964 * ButtonWidget: Remove href to make unclickable when disabled (Bartosz Dziewoński)
2965
2966 ### Styles
2967 * MediaWiki, Apex themes: Add viewCompact, viewDetails, visionSimulator icons (Mun May Tee)
2968
2969 ### Code
2970 * ButtonInputWidget: Don't double-mixin FlaggedElement (Bartosz Dziewoński)
2971 * ButtonWidget: Remove pointless #isHyperlink property (Bartosz Dziewoński)
2972 * FormLayout: Better document how this works with InputWidgets (Bartosz Dziewoński)
2973 * MenuLayout: Add example (Kirsten Menger-Anderson)
2974 * MenuLayout: Fix initialization order (Bartosz Dziewoński)
2975 * PHP: More useful debugging information on unsafe tag attributes (Chad Horohoe)
2976 * SelectWidget#getTargetItem: Simplify (Ed Sanders)
2977 * Toolbar: Add example (Bartosz Dziewoński)
2978 * demo: Remove VisualEditor references from toolbar demo, use generic icons (Ed Sanders)
2979 * demo: Remove outline controls from outlined BookletLayout demo (Bartosz Dziewoński)
2980 * demo: Simplify ButtonGroupWidget and ButtonSelectWidget examples (Bartosz Dziewoński)
2981
2982 ## v0.9.8 / 2015-04-12
2983 ### Features
2984 * BookletLayout: Allow focus on any item (Moriel Schottlender)
2985
2986 ### Styles
2987 * Apex theme: Correctly position popups in RTL; follows-up v0.9.5 (Moriel Schottlender)
2988 * Apex, MediaWiki themes: Correct or delete unused SVG files (James D. Forrester)
2989
2990 ### Code
2991 * Error: Add description (Kirsten Menger-Anderson)
2992 * ProcessDialog: Remove stray `this.$` from documentation code example (Roan Kattouw)
2993 * ProgressBarWidget: Remove spurious styles from CSS output (Bartosz Dziewoński)
2994
2995 * build: Add explicit dependency upon grunt-cli (Kunal Mehta)
2996 * build: Move coverage output from "/dist/coverage" to "/coverage" (Timo Tijhof)
2997 * build: Run lint before build in grunt-test (Timo Tijhof)
2998 * colorize-svg: Generate language-specific rules for images even if equal to default ones (Bartosz Dziewoński)
2999 * colorize-svg: Sprinkle `/* @noflip */` on language-specific rules (Bartosz Dziewoński)
3000 * demo: Change html dir property when direction changes (Moriel Schottlender)
3001
3002 ## v0.9.7 / 2015-04-03
3003 ### Code
3004 * build: Generate correct paths to fallback images (Bartosz Dziewoński)
3005
3006 ## v0.9.5 / 2015-04-02
3007 ### Deprecations
3008 * [DEPRECATING CHANGE] Deprecate search widget event re-emission (Ed Sanders)
3009
3010 ### Features
3011 * Process: Allow rejecting with single Error (Matthew Flaschen)
3012 * Correctly position popups in RTL (Moriel Schottlender)
3013
3014 ### Styles
3015 * ButtonElement: Increase specificity of icon and indicator styles (Bartosz Dziewoński)
3016 * DecoratedOptionWidget: Fix opacity of icons/indicators when disabled (Ed Sanders)
3017
3018 * Balance padding now that focus highlight is balanced (Ed Sanders)
3019 * Remove line height reset for windows (Ed Sanders)
3020 * Restore font family definitions to form elements (Ed Sanders)
3021
3022 * Apex theme: Tweak `check.svg` syntax (Bartosz Dziewoński)
3023 * MediaWiki, Apex themes: Bring in remaining VisualEditor icons (James D. Forrester)
3024 * MediaWiki, Apex themes: Provide an RTL variant for the help icon (James D. Forrester)
3025 * MediaWiki theme: Add vertical spacing to RadioSelectWidget (Ed Sanders)
3026 * MediaWiki theme: Allow intention flags for non-buttons (Andrew Garrett)
3027 * MediaWiki theme: Fix icon opacity for disabled ButtonOptionWidgets (Bartosz Dziewoński)
3028 * MediaWiki theme: Revert "Syncing some button styles with MediaWiki UI" (Bartosz Dziewoński)
3029 * MediaWiki theme: Use checkbox icon per mockups (Bartosz Dziewoński)
3030
3031 ### Code
3032 * ActionFieldLayout: Add description and example (Kirsten Menger-Anderson)
3033 * BookletLayout: Add description and example (Kirsten Menger-Anderson)
3034 * IconWidget: Mix in FlaggedElement (Bartosz Dziewoński)
3035 * MenuLayout: Correct documentation (Bartosz Dziewoński)
3036 * OutlineOption: Add description (Kirsten Menger-Anderson)
3037 * PageLayout: Add description (Kirsten Menger-Anderson)
3038 * Process: Add description (Kirsten Menger-Anderson)
3039 * StackLayout: Add description and example (Kirsten Menger-Anderson)
3040 * Choose can't emit with a null item (Ed Sanders)
3041 * Refactor icon handling again (Bartosz Dziewoński)
3042 * build: Add a 'generated automatically' banner to demo.rtl.css (Bartosz Dziewoński)
3043 * build: Generate prettier task names for 'colorizeSvg' (Bartosz Dziewoński)
3044 * build: Have separate 'cssjanus' target for demo.rtl.css (Bartosz Dziewoński)
3045 * build: Make colorize-svg.js actually work more often (Bartosz Dziewoński)
3046 * build: Properly support LTR/RTL icon versions in colorize-svg.js (Bartosz Dziewoński)
3047 * build: Simplify 'fileExists' task configuration (Bartosz Dziewoński)
3048 * build: Support (poorly) per-language icon versions in colorize-svg.js (Bartosz Dziewoński)
3049 * build: Update grunt-banana-checker to v0.2.1 (James D. Forrester)
3050
3051 ## v0.9.4 / 2015-03-25
3052 ### Breaking changes
3053
3054 ### Deprecations
3055
3056 ### Features
3057 * ProcessDialog#executeAction: Don't eat parent's return value (Roan Kattouw)
3058 * Compensate for loss of margin when opening modals (Ed Sanders)
3059 * Make outline controls' abilities configurable (Trevor Parscal)
3060
3061 ### Styles
3062 * MediaWiki theme: Reduce thickness of toolbar border (Ed Sanders)
3063
3064 ### Code
3065 * ButtonElement: Clarify description (Kirsten Menger-Anderson)
3066 * ButtonElement: Disable line wrapping on buttons (Ed Sanders)
3067 * FieldLayout: Clarify description and mark private methods (Kirsten Menger-Anderson)
3068 * FieldsetLayout: Add description and example (Kirsten Menger-Anderson)
3069 * FormLayout: Add description, example, and mark private method (Kirsten Menger-Anderson)
3070 * Layout: Add description (Kirsten Menger-Anderson)
3071 * LookupElement: Add description and mark private and protected methods (Kirsten Menger-Anderson)
3072 * LookupElement: Fix typo in docs (Bartosz Dziewoński)
3073 * MenuLayout: Reorder styles (Bartosz Dziewoński)
3074 * MenuSectionOptionWidget: Add description and example (Kirsten Menger-Anderson)
3075 * PanelLayout: Add description and example (Kirsten Menger-Anderson)
3076 * SearchWidget: Add description and mark private methods (Kirsten Menger-Anderson)
3077 * TabIndexElement: Mark private method (Kirsten Menger-Anderson)
3078
3079 ## v0.9.3 / 2015-03-19
3080 ### Features
3081 * LookupElement: Add optional config field for suggestions when empty (Matthew Flaschen)
3082 * ProcessDialog: send an array to showErrors in failed executeAction (Moriel Schottlender)
3083
3084 ### Code
3085 * Dialog: Fix links to static properties (Kirsten Menger-Anderson)
3086 * DraggableGroupElement: Clarify description and mark private methods (Kirsten Menger-Anderson)
3087 * Fix code style in `@examples` (Ed Sanders)
3088 * FlaggedElement: Add example and clarify description (Kirsten Menger-Anderson)
3089 * GroupElement: Clarify description (Kirsten Menger-Anderson)
3090 * IndicatorElement: Clarify description (Kirsten Menger-Anderson)
3091 * MenuSelectWidget: Clarify description (Kirsten Menger-Anderson)
3092 * TabIndexedElement: Clarify description (Kirsten Menger-Anderson)
3093 * TitledElement: Clarify description (Kirsten Menger-Anderson)
3094 * Widget: Clarify description (Kirsten Menger-Anderson)
3095 * Window: Clarify description of setDimensions method (Kirsten Menger-Anderson)
3096 * WindowManager: Clarify description and mark private methods (Kirsten Menger-Anderson)
3097 * Update OOjs to v1.1.6 (James D. Forrester)
3098 * Add .mailmap file (Roan Kattouw)
3099 * Add Kirsten to AUTHORS.txt (Roan Kattouw)
3100 * demo: Add one more toolbars demo (Bartosz Dziewoński)
3101
3102 ## v0.9.2 / 2015-03-12
3103 ### Styles
3104 * Toolbar: Be less aggressive with `white-space: nowrap` (Bartosz Dziewoński)
3105
3106 ### Code
3107 * Window: Revert changes from 521061dd (Bartosz Dziewoński)
3108
3109 ## v0.9.1 / 2015-03-11
3110 ### Features
3111 * PanelLayout: Add `framed` config option (Bartosz Dziewoński)
3112 * TextInputWidget: Use MutationObserver for #onElementAttach support (Bartosz Dziewoński)
3113 * Only prevent default for handled keypresses (Brad Jorsch)
3114
3115 ### Styles
3116 * Toolbar: Tighten whitespace on narrow displays (Bartosz Dziewoński)
3117 * MediaWiki theme: Add the progressive variant to the check icon (Prateek Saxena)
3118 * MediaWiki theme: Add warning variant to icon set (Mark Holmquist)
3119 * MediaWiki theme: Add "Wikicon" icons (Mun May Tee)
3120 * MediaWiki theme: Synchronise button styles between OOJS and MW (nirzar)
3121 * MediaWiki theme: Syncing some button styles with MediaWiki UI (kaldari)
3122 * MediaWiki theme: textInputWidget: Update focus state (Prateek Saxena)
3123
3124 ### Code
3125 * ActionSet: Add description for events and clarify method descriptions (Kirsten Menger-Anderson)
3126 * ActionSet: Clarify description (Kirsten Menger-Anderson)
3127 * ActionWidget: Clarify description and mark private method (Kirsten Menger-Anderson)
3128 * ActionWidget: Fix bad copy-paste in documentation (Bartosz Dziewoński)
3129 * ButtonElement: Use #setButtonElement correctly (Bartosz Dziewoński)
3130 * ButtonInputWidget: Clarify description of configs and methods (Kirsten Menger-Anderson)
3131 * Dialog: Mark private methods and add description of methods and configs (Kirsten Menger-Anderson)
3132 * InputWidget: Clarify description (Kirsten Menger-Anderson)
3133 * MessageDialog: Add description, example, and mark private methods (Kirsten Menger-Anderson)
3134 * OutlineControlsWidget: Add description (Kirsten Menger-Anderson)
3135 * OutlineSelectWidget: Add description (Kirsten Menger-Anderson)
3136 * ProcessDialog: Add description and example and mark private methods (Kirsten Menger-Anderson)
3137 * TextInputMenuSelectWidget: Add description and mark private methods (Kirsten Menger-Anderson)
3138 * TextInputWidget: Adjust size and label on first focus, too (Bartosz Dziewoński)
3139 * Window: Clarify descriptions of methods and configs (Kirsten Menger-Anderson)
3140 * WindowManager: Documentation typo (Ed Sanders)
3141 * Icon width should only be applied if there is an icon (Moriel Schottlender)
3142 * Remove half-baked touch event handling (Bartosz Dziewoński)
3143 * Remove remnants of window isolation (Bartosz Dziewoński)
3144 * AUTHORS: Add Derk-Jan Hartman (Derk-Jan Hartman)
3145 * build: Implement basic image flipping support in colorize-svg (Bartosz Dziewoński)
3146 * build: Move pre/post 'doc' task into package.json (Timo Tijhof)
3147 * build: Remove obsolete 'build' task from grunt-doc (Timo Tijhof)
3148 * build: Set 'generateExactDuplicates: true' for CSSJanus (Bartosz Dziewoński)
3149 * demo: Fix typo in toolbars demo (Bartosz Dziewoński)
3150 * demo: Load styles before building demo widgets (not asynchronously) (Bartosz Dziewoński)
3151 * demo: Simplify `@media` styles (Bartosz Dziewoński)
3152 * demo: Use popup with head in the toolbars demo (Bartosz Dziewoński)
3153 * jsduck: Add MouseEvent and KeyboardEvent to externals (Timo Tijhof)
3154 * jsduck: Set --processes=0 to fix warnings-exit-nonzero (Timo Tijhof)
3155 * package.json: Bump grunt-svg2png to 0.2.7 (Bartosz Dziewoński)
3156
3157 ## v0.9.0 / 2015-03-04
3158 ### Breaking changes
3159 * [BREAKING CHANGE] Remove innerOverlay (Ed Sanders)
3160 * [BREAKING CHANGE] TextInputWidget: Remove `icon` and `indicator` events (Bartosz Dziewoński)
3161 * [BREAKING CHANGE] Remove deprecated LookupInputWidget (Bartosz Dziewoński)
3162 * [BREAKING CHANGE] Remove deprecated GridLayout (Bartosz Dziewoński)
3163
3164 ### Features
3165 * Move `OO.ui.infuse` to `OO.ui.Element.static.infuse`. (C. Scott Ananian)
3166 * Fake toolbar group nesting (Bartosz Dziewoński)
3167 * Infer retry button action flags from symbolic name (Trevor Parscal)
3168 * InputWidget: Focus checkboxes and radios, too, when the label is clicked (Bartosz Dziewoński)
3169 * ProcessDialog: Dismiss errors on teardown (Moriel Schottlender)
3170
3171 ### Styles
3172 * Make icon and indicator container sizes consistent (Ed Sanders)
3173 * Restore previous toolbar items margins and padding (Bartosz Dziewoński)
3174 * Use the correct color for gray buttons (Prateek Saxena)
3175
3176 ### Code
3177 * CheckboxInputWidget: Add description and example (Kirsten Menger-Anderson)
3178 * ComboBoxWidget: Add description, example, and mark private methods (Kirsten Menger-Anderson)
3179 * DecoratedOptionWidget: Add description and example (Kirsten Menger-Anderson)
3180 * DropdownInputWidget: Add description, example, and mark private method (Kirsten Menger-Anderson)
3181 * FieldLayout: Fix display of documentation's bulleted list (Kirsten Menger-Anderson)
3182 * GroupWidget and ItemWidget: Mark `private` (Kirsten Menger-Anderson)
3183 * IndicatorWidget: Add description and example (Kirsten Menger-Anderson)
3184 * LabelElement: Don't call constructor twice for ActionFieldLayouts (Roan Kattouw)
3185 * LabelWidget: Add description, example, and mark private method (Kirsten Menger-Anderson)
3186 * PopupElement: Add description (Kirsten Menger-Anderson)
3187 * PopupTool: Tool constructor takes a toolGroup, not a toolbar (Bartosz Dziewoński)
3188 * PopupWidget: Add description, example, and mark private methods (Kirsten Menger-Anderson)
3189 * PopupWidget: Add keydown listener and hide popup on ESC (Prateek Saxena)
3190 * ProgressBar: Add description and example (Kirsten Menger-Anderson)
3191 * RadioInputWidget: Add description and example (Kirsten Menger-Anderson)
3192 * SelectWidget: Add example and link to decorated option widget (Kirsten Menger-Anderson)
3193 * SelectWidget: Marked protected methods and clarified choose/press descriptions (Kirsten Menger-Anderson)
3194 * TextInputWidget: Add description, example, and mark private methods (Kirsten Menger-Anderson)
3195 * ToggleButtonWidget: Add description, example, and mark private method (Kirsten Menger-Anderson)
3196 * ToggleSwitchWidget: Add description, example, and mark private methods (Kirsten Menger-Anderson)
3197 * ToggleWidget: Add description (Kirsten Menger-Anderson)
3198 * Fix invalid use of border shorthand syntax (Timo Tijhof)
3199 * Only modify body class when first/last window opens/closes (Ed Sanders)
3200 * Use only two variables each for each semantic color (Prateek Saxena)
3201 * build: Add disconnect tolerance to karma config (James D. Forrester)
3202 * build: Remove footer override from jsduck (Timo Tijhof)
3203 * demo: Add PopupTool to toolbar demo (Bartosz Dziewoński)
3204 * demo: Call Toolbar#initialize in toolbar demo (Bartosz Dziewoński)
3205 * tests: Add infusion tests (Bartosz Dziewoński)
3206 * tests: Run JS/PHP tests for widgets with required parameters, too (Bartosz Dziewoński)
3207
3208 ## v0.8.3 / 2015-02-26
3209 ### Features
3210 * Revert "Unbreak form submission in JavaScript" (Bartosz Dziewoński)
3211
3212 ## v0.8.2 / 2015-02-26
3213 ### Features
3214 * PHP TitledElement: Actually set $this->title (Bartosz Dziewoński)
3215 * PHP PanelLayout: Fix getConfig() for `expanded` config option (Bartosz Dziewoński)
3216
3217 ### Code
3218 * testsuitegenerator: Exclude 'text' parameter from tests, like 'content' (Bartosz Dziewoński)
3219 * WindowManager: Don't pass `this` to window factory method (Bartosz Dziewoński)
3220
3221 ## v0.8.1 / 2015-02-25
3222 ### Deprecations
3223 * [DEPRECATING CHANGE] Rename setPosition to setLabelPosition (Ed Sanders)
3224
3225 ### Features
3226 * Allow passing positional parameters inside the config object (Bartosz Dziewoński)
3227 * ComboBox: Use combobox role (Derk-Jan Hartman)
3228 * Element.php: Add "data" property (C. Scott Ananian)
3229 * Element.php: Add "text" configuration option (C. Scott Ananian)
3230 * Element: Add `content` config option, matching PHP side. (C. Scott Ananian)
3231 * FormLayout: Allow adding child layouts via config (Bartosz Dziewoński)
3232 * Implement OO.ui.infuse to reconstitute PHP widgets in client-side JS (C. Scott Ananian)
3233 * Serialize PHP widget state into data-ooui attribute (C. Scott Ananian)
3234 * TextInputWidget: Fix appearance of icons and labels when disabled (Ed Sanders)
3235 * Unbreak form submission in JavaScript (Bartosz Dziewoński)
3236
3237 ### Styles
3238 * Set proper spacing between interleaved FieldsetLayouts and FormLayouts (Bartosz Dziewoński)
3239 * MediaWiki theme: Drop unnecessary pseudo-element of CheckboxInputWidget (Timo Tijhof)
3240 * MediaWiki theme: Drop unnecessary pseudo-element of RadioInputWidget (Timo Tijhof)
3241 * MediaWiki theme: Simplify spacing of checkboxes/radios in FieldLayouts (Bartosz Dziewoński)
3242
3243 ### Code
3244 * ButtonOptionWidget: Add description (Kirsten Menger-Anderson)
3245 * ButtonSelectWidget: Add description and example (Kirsten Menger-Anderson)
3246 * DraggableElement: Mark private methods and add description to events (Kirsten Menger-Anderson)
3247 * Element.php: Tweak docs (Bartosz Dziewoński)
3248 * Element: Add description for configs and static property (Kirsten Menger-Anderson)
3249 * Error: Fix function name (Bartosz Dziewoński)
3250 * Fix typo: contian → contain (Bartosz Dziewoński)
3251 * FlaggedElement: Add description of event and config option (Kirsten Menger-Anderson)
3252 * Follow-up bade83bfdfc: actually remove ../ (Roan Kattouw)
3253 * IconElement: Add description for config options (Kirsten Menger-Anderson)
3254 * IconElement: Add description of methods (Kirsten Menger-Anderson)
3255 * IndicatorElement: Add description for configs and static properties (Kirsten Menger-Anderson)
3256 * LabelElement: Add description, config description, static property description (Kirsten Menger-Anderson)
3257 * MenuOptionWidget: Add description (Kirsten Menger-Anderson)
3258 * MenuSelectWidget: Add description and mark protected method (Kirsten Menger-Anderson)
3259 * Move toggle() from Widget to Element (Moriel Schottlender)
3260 * OptionWidget: Add description and descriptions of methods (Kirsten Menger-Anderson)
3261 * PopupButtonWidget: Add description and example and mark private method (Kirsten Menger-Anderson)
3262 * Prefer OO.isPlainObject to $.isPlainObject (Bartosz Dziewoński)
3263 * RadioOptionWidget: Add description (Kirsten Menger-Anderson)
3264 * RadioOptionWidget: Make disabling single options work (Bartosz Dziewoński)
3265 * RadioSelectWidget: Add description and example (Kirsten Menger-Anderson)
3266 * Remove '$: this.$' from code examples (Bartosz Dziewoński)
3267 * Remove loop length check (Ed Sanders)
3268 * SelectWidget: Add description for config, methods, events (Kirsten Menger-Anderson)
3269 * TabIndexelement: Add description, example, and mark private method (Kirsten Menger-Anderson)
3270 * TitledElement: Add description and config and static descriptions (Kirsten Menger-Anderson)
3271 * Update OOjs to v1.1.5 (James D. Forrester)
3272 * Work around Safari 8 mis-rendering checkboxes in SVG-only distribution (Bartosz Dziewoński)
3273 * build: Give docparser.rb Ruby 1.9.3 compatibility (Bartosz Dziewoński)
3274 * build: Include 'lib' and 'dist' in jsduck output (Timo Tijhof)
3275 * build: Teach docparser about `@member`, `@see`, and PHP pass-by-reference (`&$foo`). (C. Scott Ananian)
3276 * build: Unbreak docparser.rb (Bartosz Dziewoński)
3277 * build: Use grunt-contrib-copy instead of custom 'copy' task (Timo Tijhof)
3278 * composer.json: Add description field (Kunal Mehta)
3279 * demo: Add disabled RadioInputWidget to demo (Bartosz Dziewoński)
3280 * tests: Add "composer test" command to lint PHP files and run phpcs (Kunal Mehta)
3281 * tests: Reduce timeout in Process test from 100 to 10 (Timo Tijhof)
3282 * tests: Run JS/PHP comparison tests using karma (Bartosz Dziewoński)
3283
3284 ## v0.8.0 / 2015-02-18
3285 ### Breaking changes
3286 * [BREAKING CHANGE] Make default distribution provide SVG with PNG fallback (Bartosz Dziewoński)
3287
3288 ### Deprecations
3289 * [DEPRECATING CHANGE] ButtonWidget: Rename nofollow config option to noFollow (C. Scott Ananian)
3290 * [DEPRECATING CHANGE] TextInputWidget: Deprecate `icon` and `indicator` events (Bartosz Dziewoński)
3291
3292 ### Features
3293 * TabIndexedElement: Allow tabIndex property to be null (C. Scott Ananian)
3294 * TextInputWidget: Allow maxLength of 0 in JS (matching PHP) (Bartosz Dziewoński)
3295
3296 ### Styles
3297 * MediaWiki theme: Add focus state for frameless button (Prateek Saxena)
3298 * MediaWiki theme: Fix border width for frameless buttons' focus state (Prateek Saxena)
3299 * MediaWiki theme: Resynchronize PHP with JS (Bartosz Dziewoński)
3300 * MediaWiki theme: Use white icons for disabled buttons (Bartosz Dziewoński)
3301
3302 ### Code
3303 * ActionSet: Add `@private` to onActionChange method (Kirsten Menger-Anderson)
3304 * ActionSet: Add description and example (Kirsten Menger-Anderson)
3305 * ActionSet: Add description for specialFlags property (Kirsten Menger-Anderson)
3306 * ActionWidget: Add description (Kirsten Menger-Anderson)
3307 * Add missing ButtonInputWidget.less and corresponding mixin (Bartosz Dziewoński)
3308 * ButtonElement: Add description (Kirsten Menger-Anderson)
3309 * ButtonElement: add `protected` to event handlers (Kirsten Menger-Anderson)
3310 * ButtonGroupWidget: Add description and example (Kirsten Menger-Anderson)
3311 * ButtonInputWidget: Add description and example (Kirsten Menger-Anderson)
3312 * ButtonWidget: Add example and link (Kirsten Menger-Anderson)
3313 * Dialog: Add description and example (Kirsten Menger-Anderson)
3314 * DraggableElement: Add description (Kirsten Menger-Anderson)
3315 * DraggableGroupElement: Add description (Kirsten Menger-Anderson)
3316 * DropdownWidget: Add `@private` to private methods (Kirsten Menger-Anderson)
3317 * DropdownWidget: Add description and example (Kirsten Menger-Anderson)
3318 * DropdownWidget: Simplify redundant code (Bartosz Dziewoński)
3319 * Element: Add description (Kirsten Menger-Anderson)
3320 * FieldLayout: Add description (Kirsten Menger-Anderson)
3321 * FieldLayout: Clean up and remove lies (Bartosz Dziewoński)
3322 * FlaggedElement: Add description (Kirsten Menger-Anderson)
3323 * Follow-up 6a6bb90ab: Update CSS file path in eg-iframe.html (Roan Kattouw)
3324 * Follow-up c762da42: fix ProcessDialog error handling (Roan Kattouw)
3325 * GroupElement: Add description (Kirsten Menger-Anderson)
3326 * IconElement: Add description (Kirsten Menger-Anderson)
3327 * IconElement: Add description and fix display of static properties (Kirsten Menger-Anderson)
3328 * IconWidget: Add description and example (Kirsten Menger-Anderson)
3329 * IndicatorElement: Add description (Kirsten Menger-Anderson)
3330 * InputWidget: Add description (Kirsten Menger-Anderson)
3331 * PHP: Remove redundant documentation for getInputElement() (Bartosz Dziewoński)
3332 * Refactor keyboard accessibility of SelectWidgets (Bartosz Dziewoński)
3333 * SelectWidget: Add description (Kirsten Menger-Anderson)
3334 * Some documentation tweaks (Bartosz Dziewoński)
3335 * TextInputWidget: Add missing LabelElement mixin documentation (Ed Sanders)
3336 * TextInputWidget: Don't add label position classes when there's no label (Bartosz Dziewoński)
3337 * TextInputWidget: Hide mixin components when unused (Ed Sanders)
3338 * TextInputWidget: Only put $label in the DOM if needed (Bartosz Dziewoński)
3339 * TextInputWidget: Use margins for moving the label (Ed Sanders)
3340 * Update PHP widgets for accessibility-related changes in JS widgets (Bartosz Dziewoński)
3341 * Use Array.isArray instead of $.isArray (C. Scott Ananian)
3342 * Various fixes to the PHP implementation (C. Scott Ananian)
3343 * Widget: Add description (Kirsten Menger-Anderson)
3344 * Window: Add description (Kirsten Menger-Anderson)
3345 * WindowManager: Add description (Kirsten Menger-Anderson)
3346 * build: Pass RuboCop, customize settings (Bartosz Dziewoński)
3347 * demo: Add horizontal alignment test (Bartosz Dziewoński)
3348 * PHP demo: Correct path to CSS files (Bartosz Dziewoński)
3349 * tests: Update JS/PHP comparison test suite (Bartosz Dziewoński)
3350 * docparser: Add support for `protected` methods (Bartosz Dziewoński)
3351 * docs: Make `@example` documentation tag work (Roan Kattouw)
3352 * tests: Fix the check for properties (Bartosz Dziewoński)
3353 * testsuitegenerator: Only test every pair of config options rather than every triple (Bartosz Dziewoński)
3354
3355 ## v0.7.0 / 2015-02-11
3356 ### Breaking changes
3357 * [BREAKING CHANGE] Remove window isolation (Trevor Parscal)
3358
3359 ### Deprecations
3360 * [DEPRECATING CHANGE] GridLayout should no longer be used, instead use MenuLayout (Bartosz Dziewoński)
3361
3362 ### Features
3363 * ButtonWidget: Add `nofollow` option (C. Scott Ananian)
3364 * ButtonWidget: Better handle non-string parameters in setHref/setTarget (C. Scott Ananian)
3365 * PopupWidget: Set $clippable only once, correctly (Bartosz Dziewoński)
3366 * SelectWidget: `listbox` wrapper role, `aria-selected` state on contents (Derk-Jan Hartman)
3367 * TabIndexedElement: Actually allow tabIndex of -1 (Bartosz Dziewoński)
3368 * TextInputWidget: Add required attribute on the basis of required config (Prateek Saxena)
3369 * TextInputWidget: Use aria-hidden for extra autosize textarea (Prateek Saxena)
3370 * ToggleSwitchWidget: Accessibility improvements (Bartosz Dziewoński)
3371
3372 ### Styles
3373 * FieldsetLayout: Tweak positioning of help icon (Bartosz Dziewoński)
3374 * Fade in window frames separately from window overlays (Ed Sanders)
3375 * MediaWiki theme: Consistent toggle button `active` state (Bartosz Dziewoński)
3376 * MediaWiki theme: Correct flagged primary button text color when pressed (Bartosz Dziewoński)
3377 * MediaWiki theme: Fix background color for disabled buttons (Prateek Saxena)
3378 * MediaWiki theme: Fix non-clickability of radios and checkboxes (Bartosz Dziewoński)
3379 * MediaWiki theme: Rename `@active` to `@pressed` in button mixins (Prateek Saxena)
3380 * MediaWiki theme: Rename `@highlight` to `@active` (Prateek Saxena)
3381 * MediaWiki theme: Rename active-* variables to pressed-* (Prateek Saxena)
3382 * MediaWiki theme: Use darker color for frameless buttons (Prateek Saxena)
3383 * MediaWiki theme: Use distribution's image type for backgrounds (Bartosz Dziewoński)
3384
3385 ### Code
3386 * ButtonWidget: Add documentation (Kirsten Menger-Anderson)
3387 * {Checkbox,Radio}InputWidget: Add missing configuration initialization (Bartosz Dziewoński)
3388 * DraggableGroupElement: Cleanup unreachable code (Moriel Schottlender)
3389 * DraggableGroupElement: Make sure it supports button widgets (Moriel Schottlender)
3390 * DraggableGroupElement: Unset dragged item when dropped (Moriel Schottlender)
3391 * Delete unused src/themes/apex/{raster,vector}.less (Bartosz Dziewoński)
3392 * DropdownInputWidget: Fix undefined variable in PHP (Bartosz Dziewoński)
3393 * DropdownWidget, ComboBoxWidget: Make keyboard-accessible (Bartosz Dziewoński)
3394 * Fix initialisation of window visible (Ed Sanders)
3395 * Fix text input auto-height calculation (Ed Sanders)
3396 * ListToolGroup: Remove hack for jQuery's .show()/.hide() (Bartosz Dziewoński)
3397 * MenuSelectWidget: Codify current behavior of Tab closing the menu (Bartosz Dziewoński)
3398 * MenuSelectWidget: Don't clobber other events when unbinding (Bartosz Dziewoński)
3399 * MenuSelectWidget: Remove dead code (Bartosz Dziewoński)
3400 * OptionWidgets: Make better use of `scrollIntoViewOnSelect` (Bartosz Dziewoński)
3401 * PopupElement: Correct documentation (Bartosz Dziewoński)
3402 * RadioOptionWidget: Make it a `<label />` (Bartosz Dziewoński)
3403 * Refactor clickability of buttons (Bartosz Dziewoński)
3404 * Remove usage of `this.$` and `config.$` (Trevor Parscal)
3405 * Stop treating ApexTheme class unfairly and make it proper (Bartosz Dziewoński)
3406 * TextInputMenuSelectWidget: Correct documentation (Bartosz Dziewoński)
3407 * build: Bump various devDependencies (James D. Forrester)
3408 * demo: Add button style showcase from PHP demo (Bartosz Dziewoński)
3409 * demo: Reorder widgets into somewhat logical groupings (Bartosz Dziewoński)
3410 * demo: Stop inline consoles from generating white space (Bartosz Dziewoński)
3411 * demo: Use properties instead of attributes for `<link>` (Timo Tijhof)
3412 * PHP demo: Add Vector/Raster and MediaWiki/Apex controls (Bartosz Dziewoński)
3413 * PHP demo: Just echo the autoload error message, don't trigger_error() (Bartosz Dziewoński)
3414 * PHP demo: Resynchronize with JS demo (Bartosz Dziewoński)
3415 * History: Fix date typos (James D. Forrester)
3416 * tests: Just echo the autoload error message, don't trigger_error() (Bartosz Dziewoński)
3417 * tools.less: Use distribution's image type and path for background (Prateek Saxena)
3418
3419 ## v0.6.6 / 2015-02-04
3420 ### Features
3421 * BookletLayout#toggleOutline: Fix to use MenuLayout method (Ed Sanders)
3422 * Remove disabled elements from keyboard navigation flow (Derk-Jan Hartman)
3423 * TextInputWidget: Mostly revert "Don't try adjusting size when detached" (Bartosz Dziewoński)
3424 * Use CSS overriding trick to support RTL in menu layouts (Ed Sanders)
3425
3426 ### Styles
3427 * Use standard border colours for progress bars (Ed Sanders)
3428
3429 ### Code
3430 * Use css class instead of jQuery .show()/hide()/toggle() (Moriel Schottlender)
3431 * build: Use karma to v0.12.31 (Timo Tijhof)
3432
3433 ## v0.6.5 / 2015-02-01
3434 ### Code
3435 * ButtonElement: Unbreak 'pressed' state (Bartosz Dziewoński)
3436 * Make BookletLayout inherit from MenuLayout instead of embedding a GridLayout (Ed Sanders)
3437
3438 ## v0.6.4 / 2015-01-30
3439 ### Features
3440 * Add inline labels to text widgets (Ed Sanders)
3441 * BookletLayout: Make sure there is a page before focusing (Moriel Schottlender)
3442 * DropdownInputWidget: Introduce (Bartosz Dziewoński)
3443 * InputWidget: Resynchronize our internal .value with DOM .value in #getValue (eranroz)
3444 * Seriously work around the Chromium scrollbar bug for good this time (Bartosz Dziewoński)
3445 * TabIndexedElement: Introduce and use (Bartosz Dziewoński)
3446 * TextInputWidget: Accept `maxLength` configuration option (Bartosz Dziewoński)
3447 * MenuLayout: Introduce (Ed Sanders)
3448 * Window#updateSize: Add simpler API (Ed Sanders)
3449
3450 ### Styles
3451 * ActionFieldLayout: Add `nowrap` to the button (Moriel Schottlender)
3452 * FieldsetLayout: Add help icon (Moriel Schottlender)
3453 * Fix opening/closing animation on windows (Roan Kattouw)
3454 * OptionWidget: Unbreak 'pressed' state (Bartosz Dziewoński)
3455 * Provide default margins for buttons and other widgets (Bartosz Dziewoński)
3456 * MenuSelectWidget and OptionWidget: Remove the 'flash' feature (Bartosz Dziewoński)
3457 * MediaWiki theme: Adjust ButtonSelectWidget, ButtonGroupWidget highlights (Prateek Saxena)
3458 * MediaWiki theme: Adjust MenuOptionWidget selected state (Bartosz Dziewoński)
3459 * MediaWiki theme: Fix background issues with disabled buttons (Roan Kattouw)
3460 * MediaWiki theme: Reduce size of checkboxes and radio buttons by 20% (Ed Sanders)
3461 * MediaWiki theme: Remove SearchWidget's border now dialogs have outline (Ed Sanders)
3462 * MediaWiki theme: Tweak some more border-radii (Bartosz Dziewoński)
3463 * MediaWiki theme: Unbreak disabled buttons (Bartosz Dziewoński)
3464
3465 ### Code
3466 * ButtonOptionWidget: Add the TabIndexedElement mixin (Derk-Jan Hartman)
3467 * InputWidget: Clarify documentation of #getInputElement (Bartosz Dziewoński)
3468 * PopupButtonWidget: Set aria-haspopup to true (Prateek Saxena)
3469 * Remove labelPosition check (Ed Sanders)
3470 * Set input direction in html prop rather than css rule (Moriel Schottlender)
3471 * TextInputWidget: Don't try adjusting size when detached (Bartosz Dziewoński)
3472 * TextInputWidget: Remove superfluous role=textbox (Derk-Jan Hartman)
3473 * ToggleButtonWidget: Set aria-pressed when changing value (Derk-Jan Hartman)
3474 * ToggleWidget: Use aria-checked (Prateek Saxena)
3475 * Twiddle things (Ed Sanders)
3476 * Update OOjs to v1.1.4 and switch to the jQuery-optimised version (James D. Forrester)
3477 * Widget: Set aria-disabled too in #setDisabled (Derk-Jan Hartman)
3478 * AUTHORS: Update for the last six months' work (James D. Forrester)
3479 * build: Bump devDependencies and fix up (James D. Forrester)
3480 * demo: Have multiline text in multiline widgets (Bartosz Dziewoński)
3481 * demo: Remove nonexistent 'align' config option for a DropdownWidget (Bartosz Dziewoński)
3482
3483 ## v0.6.3 / 2015-01-14
3484 ### Deprecations
3485 * [DEPRECATING CHANGE] LookupInputWidget should no longer be used, instead use LookupElement
3486
3487 ### Features
3488 * Add an ActionFieldLayout (Moriel Schottlender)
3489 * Replace old&busted LookupInputWidget with new&hot LookupElement (Bartosz Dziewoński)
3490
3491 ### Styles
3492 * dialog: Provide a 'larger' size for things for which 'large' isn't enough (James D. Forrester)
3493 * Synchronize ComboBoxWidget and DropdownWidget styles (Bartosz Dziewoński)
3494 * MediaWiki theme: Adjust toolbar popups' border and shadows (Bartosz Dziewoński)
3495 * MediaWiki theme: Don't use 'box-shadow' to produce thin grey lines in dialogs (Bartosz Dziewoński)
3496
3497 ### Code
3498 * Toolbar: Update #initialize docs (Bartosz Dziewoński)
3499 * demo: Switch the default theme from 'Apex' to 'MediaWiki' (Ricordisamoa)
3500
3501 ## v0.6.2 / 2015-01-09
3502 ### Features
3503 * Clear windows when destroying window manager (Ed Sanders)
3504 * Element: Add support for 'id' config option (Bartosz Dziewoński)
3505 * TextInputWidget: Add support for 'autofocus' config option (Bartosz Dziewoński)
3506
3507 ### Styles
3508 * Add 'lock' icon (Trevor Parscal)
3509 * Make `@anchor-size` a LESS variable and calculate borders from it (Ed Sanders)
3510 * MediaWiki theme: Slightly reduce size of indicator arrows (Ed Sanders)
3511 * MediaWiki theme: Remove text-shadow on button (Prateek Saxena)
3512 * MediaWiki theme: Fix focus state for buttons (Prateek Saxena)
3513 * MediaWiki theme: Add state change transition to checkbox (Prateek Saxena)
3514 * MediaWiki theme: Fix disabled state of buttons (Prateek Saxena)
3515 * MediaWiki theme: Fix overlap between hover and active states (Prateek Saxena)
3516
3517 ### Code
3518 * Don't test abstract classes (Bartosz Dziewoński)
3519 * PHP LabelElement: Actually allow non-plaintext labels (Bartosz Dziewoński)
3520 * Synchronize `@abstract` class annotations between PHP and JS (Bartosz Dziewoński)
3521 * WindowManager#removeWindows: Documentation fix (Ed Sanders)
3522 * tests: Don't overwrite 'id' attribute (Bartosz Dziewoński)
3523 * testsuitegenerator.rb: Handle inheritance chains (Bartosz Dziewoński)
3524
3525 ## v0.6.1 / 2015-01-05
3526 ### Styles
3527 * FieldsetLayout: Shrink size of label and bump the weight to compensate (James D. Forrester)
3528
3529 ### Code
3530 * Remove use of `Math.round()` for offset and position pixel values (Bartosz Dziewoński)
3531 * ButtonElement: Inherit all 'font' styles, not only 'font-family' (Bartosz Dziewoński)
3532 * IndicatorElement: Fix 'indicatorTitle' config option (Bartosz Dziewoński)
3533 * Error: Unmark as `@abstract` (Bartosz Dziewoński)
3534 * JSPHP-suite.json: Update (Bartosz Dziewoński)
3535 * build: Update various devDependencies (James D. Forrester)
3536 * readme: Update badges (Timo Tijhof)
3537 * readme: No need to put the same heading in twice (James D. Forrester)
3538
3539 ## v0.6.0 / 2014-12-16
3540 ### Breaking changes
3541 * [BREAKING CHANGE] PopupToolGroup and friends: Pay off technical debt (Bartosz Dziewoński)
3542
3543 ### Features
3544 * Prevent parent window scroll in modal mode using overflow hidden (Ed Sanders)
3545 * ClippableElement: Handle clipping with left edge (Bartosz Dziewoński)
3546
3547 ### Styles
3548 * ButtonGroupWidget: Remove weird margin-bottom: -1px; from theme styles (Bartosz Dziewoński)
3549 * MediaWiki theme: RadioInputWidget tweaks (Bartosz Dziewoński)
3550
3551 ### Code
3552 * Sprinkle some child selectors around in BookletLayout styles (Roan Kattouw)
3553
3554 ## v0.5.0 / 2014-12-12
3555 ### Breaking changes
3556 * [BREAKING CHANGE] FieldLayout: Handle 'inline' alignment better (Bartosz Dziewoński)
3557 * [BREAKING CHANGE] Split primary flag into primary and progressive (Trevor Parscal)
3558 * [BREAKING CHANGE] CheckboxInputWidget: Allow setting HTML 'value' attribute (Bartosz Dziewoński)
3559
3560 ### Features
3561 * Element.getClosestScrollableContainer: Use 'body' or 'documentElement' based on browser (Prateek Saxena)
3562 * Give non-isolated windows a tabIndex for selection holding (Ed Sanders)
3563 * Call .off() correctly in setButtonElement() (Roan Kattouw)
3564
3565 ### Styles
3566 * FieldLayout: In styles, don't assume that label is given (Bartosz Dziewoński)
3567 * PopupWidget: Remove box-shadow rule that generates invisible shadow (Bartosz Dziewoński)
3568 * TextInputWidget: Set vertical-align: middle, like buttons (Bartosz Dziewoński)
3569 * MediaWiki theme: Add hover state to listToolGroup (Trevor Parscal)
3570 * MediaWiki theme: Add radio buttons (Prateek Saxena)
3571 * MediaWiki theme: Add state transition to radio buttons (Prateek Saxena)
3572 * MediaWiki theme: Add thematic border to the bottom of toolbars (Bartosz Dziewoński)
3573 * MediaWiki theme: Copy .theme-oo-ui-outline{Controls,Option}Widget from Apex (Bartosz Dziewoński)
3574 * MediaWiki theme: Extract @active-color variable (Bartosz Dziewoński)
3575 * MediaWiki theme: Improve search widget styling (Trevor Parscal)
3576 * MediaWiki theme: Make button sizes match Apex (Trevor Parscal)
3577 * MediaWiki theme: Use gray instead of blue for select and highlight (Trevor Parscal)
3578 * MediaWiki theme: checkbox: Fix states according to spec (Prateek Saxena)
3579
3580 ### Code
3581 * Account for `<html>` rather than `<body>` being the scrollable root in Chrome (Bartosz Dziewoński)
3582 * ClippableElement: 7 is a better number than 10 (Bartosz Dziewoński)
3583 * Don't set line-height of unset button labels (Bartosz Dziewoński)
3584 * FieldLayout: Synchronise PHP with JS (Bartosz Dziewoński)
3585 * FieldLayout: Use `<label>` for this.$body, not this.$element (Bartosz Dziewoński)
3586 * Fix primary button description text (Niklas Laxström)
3587 * GridLayout: Don't round to 1% (Bartosz Dziewoński)
3588 * Kill the escape keydown event after handling a window close (Ed Sanders)
3589 * RadioInputWidget: Remove documentation lies (Bartosz Dziewoński)
3590 * Temporarily remove position:absolute on body when resizing (Ed Sanders)
3591 * build: Use String#slice instead of discouraged String#substr (Timo Tijhof)
3592 * testsuitegenerator: Actually filter out non-unique combinations (Bartosz Dziewoński)
3593 * README.md: Drop localisation update auto-commits from release notes (James D. Forrester)
3594 * README.md: Point to Phabricator, not Bugzilla (James D. Forrester)
3595
3596 ## v0.4.0 / 2014-12-05
3597 ### Breaking changes
3598 * [BREAKING CHANGE] Remove deprecated Element#onDOMEvent and #offDOMEvent (Bartosz Dziewoński)
3599 * [BREAKING CHANGE] Make a number of Element getters static (Bartosz Dziewoński)
3600 * [BREAKING CHANGE] Rename BookletLayout#getPageName → #getCurrentPageName (Bartosz Dziewoński)
3601
3602 ### Features
3603 * IconElement: Add missing #getIconTitle (Bartosz Dziewoński)
3604
3605 ### Styles
3606 * Follow-up I859ff276e: Add cursor files to repo (Trevor Parscal)
3607
3608 ### Code
3609 * SelectWidget: Rewrite #getRelativeSelectableItem (Bartosz Dziewoński)
3610 * demo: Don't put buttons in a FieldsetLayout without FieldLayouts around them (Bartosz Dziewoński)
3611
3612 ## v0.3.0 / 2014-12-04
3613 ### Breaking changes
3614 * [BREAKING CHANGE] ButtonWidget: Don't default 'target' to 'blank' (Bartosz Dziewoński)
3615
3616 ### Features
3617 * InputWidget: Update DOM value before firing 'change' event (Bartosz Dziewoński)
3618
3619 ### Styles
3620 * MediaWiki theme: Reduce indentation in theme-oo-ui-checkboxInputWidget (Prateek Saxena)
3621
3622 ### Code
3623 * Adding DraggableGroupElement and DraggableElement mixins (Moriel Schottlender)
3624 * Remove window even if closing promise rejects (Ed Sanders)
3625 * TextInputWidget: Reuse a single clone instead of appending and removing new ones (Prateek Saxena)
3626 * Fix lies in documentation (Trevor Parscal)
3627 * build: Have grunt watch run 'quick-build' instead of 'build' (Prateek Saxena)
3628
3629 ## v0.2.4 / 2014-12-02
3630 ### Features
3631 * MessageDialog: Fit actions again when the dialog is resized (Bartosz Dziewoński)
3632 * Window: Avoid height flickering when resizing dialogs (Bartosz Dziewoński)
3633
3634 ### Code
3635 * TextInputWidget: Use .css( propertyName, value ) instead of .css( properties) for single property (Prateek Saxena)
3636 * TextInputWidget: Stop adjustSize if the value of the textarea is the same (Prateek Saxena)
3637
3638 ## v0.2.3 / 2014-11-26
3639 ### Features
3640 * BookletLayout: Make #focus not crash when there are zero pages or when there is no outline (Roan Kattouw)
3641 * Dialog: Only handle escape events when open (Alex Monk)
3642 * Pass original event with TextInputWidget#enter (Ed Sanders)
3643 * MessageDialog: Add Firefox hack for scrollbars when sizing dialogs (Bartosz Dziewoński)
3644 * MessageDialog: Actually correctly calculate and set height (Bartosz Dziewoński)
3645 * Window: Disable transitions when changing window height to calculate content height (Bartosz Dziewoński)
3646
3647 ### Code
3648 * Add missing documentation to ToolFactory (Ed Sanders)
3649 * Fix RadioOptionWidget demos (Trevor Parscal)
3650 * RadioOptionWidget: Remove lies from documentation (Trevor Parscal)
3651 * RadioOptionWidget: Increase rule specificity to match OptionWidget (Bartosz Dziewoński)
3652
3653 ## v0.2.2 / 2014-11-25
3654 ### Features
3655 * MessageDialog: Fit actions after updating window size, not before (Bartosz Dziewoński)
3656 * ProcessDialog, MessageDialog: Support iconed actions (Bartosz Dziewoński)
3657
3658 ### Styles
3659 * Remove padding from undecorated option widgets (Ed Sanders)
3660
3661 ### Code
3662 * LabelWidget: Add missing documentation for input configuration option (Ed Sanders)
3663 * MessageDialog: Use the right superclass (Bartosz Dziewoński)
3664 * build: Add .npmignore (Timo Tijhof)
3665
3666 ## v0.2.1 / 2014-11-24
3667
3668 ### Features
3669 * Add focus method to BookletLayout (Roan Kattouw)
3670 * Start the window opening transition before ready, not after (Roan Kattouw)
3671
3672 ### Code
3673 * LabelElement: Kill inline styles (Bartosz Dziewoński)
3674 * Add missing History.md file now we're a proper repo (James D. Forrester)
3675 * readme: Update introduction, badges, advice (James D. Forrester)
3676 * composer: Rename package to 'oojs-ui' and require php 5.3.3 (Timo Tijhof)
3677
3678 ## v0.2.0 / 2014-11-17
3679 * First versioned release
3680
3681 ## v0.1.0 / 2013-11-13
3682 * Initial export of repo