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