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