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