Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Grid initial render performance (#10579)8.3.1 | Teemu Suo-Anttila | 2018-02-06 | 5 | -79/+150 |
| | | | Fixes #10232 | ||||
* | Fix code example in DataProvider JavaDoc (#10601) | Ilia Motornyi | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Fix ComboBox new item handler test (#10587) | Anna Koskinen | 2018-02-06 | 1 | -0/+2 |
| | |||||
* | Optimize style theme duplicates (#10534) | AJ | 2018-02-06 | 1 | -3/+6 |
| | |||||
* | Update release notes for maintenance release (#10588) | Teemu Suo-Anttila | 2018-02-01 | 1 | -2/+2 |
| | |||||
* | Update since tags for 8.3.1 | Teemu Suo-Anttila | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-31 | 6 | -9/+544 |
| | | | Fixes #10284 | ||||
* | Fixes Button constructor not setting up RPC (#10566) | Morgan Pittkin | 2018-01-31 | 1 | -1/+1 |
| | | | Fixes #10540 | ||||
* | Update release notes to mention correct Java versions (#10576) | Teemu Suo-Anttila | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-31 | 3 | -2/+88 |
| | |||||
* | Fix removeUI assertions to work with proxy UIs (#10574) | Teemu Suo-Anttila | 2018-01-31 | 1 | -2/+4 |
| | |||||
* | Fix Grid not updating selected item immediately (#10569) | Teemu Suo-Anttila | 2018-01-31 | 3 | -17/+31 |
| | |||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-31 | 3 | -17/+67 |
| | |||||
* | Update release notes for release candidate (#10554)8.3.0.rc18.3.0 | Teemu Suo-Anttila | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | Use Spring and CDI 3.0.0 (#10550) | Teemu Suo-Anttila | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | Update Spring and CDI versions in BOM (#10530)8.3.0.beta2 | Teemu Suo-Anttila | 2018-01-15 | 6 | -12/+17 |
| | |||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-15 | 5 | -24/+22 |
| | |||||
* | Ensure Upload is properly reset after an upload is interrupted (#10522) | Anna Koskinen | 2018-01-15 | 3 | -0/+321 |
| | | | Fixes #9635 | ||||
* | Fix tests for Chrome 63 and focus issues in IE11 (#10495) | Teemu Suo-Anttila | 2018-01-15 | 8 | -19/+18 |
| | |||||
* | Recognise Firefox and its version on iOS (#10466) | Adam Wagner | 2018-01-15 | 2 | -3/+54 |
| | | | Fixes #9592 | ||||
* | Fix space key on selection checkbox to select grid row (#10388) | Marco Collovati | 2018-01-15 | 2 | -1/+36 |
| | | | Fixes #10221 | ||||
* | Add aria-modal attribute and role='dialog' for modal Window (#10447) | Olli Tietäväinen | 2018-01-15 | 2 | -2/+22 |
| | | | Fixes #10424 | ||||
* | Backport fix for removing Notifications on close (#10504) | Teemu Suo-Anttila | 2018-01-15 | 4 | -16/+106 |
| | |||||
* | Tweak date style API (#10493)8.3.0.beta1 | Leif Åstrand | 2018-01-08 | 1 | -15/+16 |
| | | | | | | | * Disallow some `null` arguments * Return an unmodifiable map from getDateStyles(). This helps the developer understand that changes to the returned map are not automatically applied to the component. * Remove redundant `@link` markup from `@see` in the javadocs. | ||||
* | Rename contentMode to descriptionContentMode in MenuItem (#10494) | Leif Åstrand | 2018-01-08 | 4 | -29/+31 |
| | |||||
* | Add missing since tags and JavaDocs (#10487)8.3.0.alpha1 | Teemu Suo-Anttila | 2018-01-03 | 10 | -10/+50 |
| | |||||
* | Make profiler work again (#10462) | Artur | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Fix wrong frontend URL in docs. (#10472) | Flamenco | 2017-12-30 | 1 | -2/+2 |
| | | | | | | * Fix wrong frontend URL in docs. * Update HtmlImport.java | ||||
* | Update release notes for 8.3 (#10480) | Teemu Suo-Anttila | 2017-12-30 | 1 | -34/+10 |
| | |||||
* | Implement widget event handling for Columns in Grid (#10412) | Teemu Suo-Anttila | 2017-12-29 | 6 | -10/+114 |
| | | | | Fixes #7833 | ||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 6 | -10/+129 |
| | | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode. | ||||
* | Treat fields as readonly when bound with null setter (#10477) | Marco Collovati | 2017-12-29 | 4 | -8/+41 |
| | | | Fixes #10476 | ||||
* | Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226) | Teemu Suo-Anttila | 2017-12-29 | 16 | -54/+510 |
| | | | | This patch also adds tests for PushState and URI Fragment navigation with CDI. | ||||
* | Remove workarounds from Spring integration test (#10430) | Teemu Suo-Anttila | 2017-12-29 | 8 | -67/+5 |
| | | | This patch makes the BOM use Spring 3.0.0.alpha1 | ||||
* | Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479) | Marco Collovati | 2017-12-29 | 1 | -1/+1 |
| | | | Fixes #10434 | ||||
* | Allow setting custom styles to DateField calendar date cells (#10305) | Anna Koskinen | 2017-12-28 | 9 | -0/+207 |
| | | | Fixes #10304 | ||||
* | Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394) | Marco Collovati | 2017-12-28 | 5 | -7/+54 |
| | | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387 | ||||
* | Make Binder.setReadonly ignore effectively readonly bindings (#10368) | Marco Collovati | 2017-12-28 | 3 | -5/+56 |
| | | | | | | | Binder.setReadonly will ignore bindings with null setter or property without an accessible setter when changing field read only flag. Fixes #10252 | ||||
* | Do not create DOM elements for initially hidden columns (#10465) | Artur | 2017-12-28 | 2 | -0/+7 |
| | |||||
* | Change the order of inheritance to preserve user.agent property (#10470) | Adam Wagner | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | Update Grid.addColumn JavaDoc to tell about nested properties (#10431) | Olli Tietäväinen | 2017-12-27 | 1 | -1/+8 |
| | |||||
* | Use new validation screenshots (#10455) | Teemu Suo-Anttila | 2017-12-20 | 1 | -0/+0 |
| | |||||
* | Force correct Selenium version for Spring Boot test (#10421) | Teemu Suo-Anttila | 2017-12-07 | 3 | -4/+37 |
| | |||||
* | Fix typo | David Steinkopff | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | Clarify ContentMode javadocs (#10395) | Leif Åstrand | 2017-12-01 | 1 | -5/+6 |
| | | | | * Don't refer to Label * Explicitly mention XSS risk with HTML | ||||
* | Escape CDATA element (#10377) | Olli Tietäväinen | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Update to TestBench 5.1.1 (#10391) | Guille | 2017-11-29 | 3 | -15/+2 |
| | |||||
* | Update bean validation article to use FW8 APIs (#10387) | AMahdy AbdelAziz | 2017-11-29 | 1 | -6/+5 |
| | | | | | Suggested by [Jean-Christophe Gueriaud](https://vaadin.com/forum/#!/thread/16876180). Closes #10386 | ||||
* | Update version number to 8.3-SNAPSHOT (#10390) | Guille | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-11-29 | 3 | -44/+145 |
| |