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