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