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