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