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