]>
source.dussan.org Git - vaadin-framework.git/log
Artur Signell [Mon, 19 Mar 2018 11:06:02 +0000 (13:06 +0200)]
Test that Flow atmosphere version does not work
Ibanga Enoobong Ime [Mon, 19 Mar 2018 17:15:26 +0000 (18:15 +0100)]
fix reference to deprecated `FontAwesome.TIMES` (#10731)
Matti Tahvonen [Mon, 19 Mar 2018 17:08:51 +0000 (19:08 +0200)]
fix invalid formatting of maven goal (#10729)
Teemu Suo-Anttila [Mon, 19 Mar 2018 17:04:48 +0000 (19:04 +0200)]
Add option to use error message provider for StringTo converters (#10711)
Teemu Suo-Anttila [Mon, 19 Mar 2018 16:57:26 +0000 (18:57 +0200)]
Add missing null check to Binding (#10726)
* Add missing null check to Binding
Teemu Suo-Anttila [Mon, 19 Mar 2018 16:50:17 +0000 (18:50 +0200)]
Fix initially disabled items in RadioButtonGroup (#10719)
Marco Collovati [Mon, 19 Mar 2018 16:44:59 +0000 (17:44 +0100)]
Initialize VRichTextArea.client in RichTextAreaConnector
Fixes #10536
Matti Tahvonen [Mon, 19 Mar 2018 07:47:00 +0000 (09:47 +0200)]
Updated stalebot behaviour (#10718)
Daniel Schwering [Fri, 16 Mar 2018 13:12:16 +0000 (14:12 +0100)]
Removed misleading Javadoc, as double can never be null (#10722)
Marcus Hellberg [Thu, 15 Mar 2018 15:17:47 +0000 (08:17 -0700)]
Add gitter button to readme (#10717)
* Add gitter button to readme
Ilia Motornyi [Wed, 14 Mar 2018 09:11:59 +0000 (11:11 +0200)]
Temporary disable stalebot (#10715)
Anastasia Smirnova [Tue, 13 Mar 2018 15:19:37 +0000 (03:19 -1200)]
Adding stylename to MenuBarItem also as one word (#10704)
Fixes #7912
Ilia Motornyi [Tue, 13 Mar 2018 15:16:21 +0000 (18:16 +0300)]
Upgrade to Atmosphere 2.4.20.vaadin1 (#10706)
Fixes #10532
Anastasia Smirnova [Tue, 13 Mar 2018 14:20:58 +0000 (02:20 -1200)]
Native select add 'disabled' attribute (#10710)
* Adding disabled attribute to the NativeSelect
* Merge branch 'master' into nativeSelectDisabled
* Merge branch 'master' into nativeSelectDisabled
* Correct formatting issues
Artur [Tue, 13 Mar 2018 12:03:29 +0000 (14:03 +0200)]
Setting of tooltips for grid header/footer cells (#10489)
Fixes #7527
Aki Väliaho [Tue, 13 Mar 2018 12:00:04 +0000 (12:00 +0000)]
Fix missing HTML Tooltip ContentMode for Tree items (#10677)
Teemu Suo-Anttila [Tue, 13 Mar 2018 11:55:44 +0000 (13:55 +0200)]
Fix performance issue in Grid initial render with Footer (#10705)
* Fix performance issue in Grid initial render with Footer
Ilia Motornyi [Tue, 13 Mar 2018 08:33:46 +0000 (11:33 +0300)]
Stale bot config template (#10646)
* Stale bot config template
Anna Koskinen [Thu, 8 Mar 2018 12:04:54 +0000 (14:04 +0200)]
Clear VComboBox selection fields when updated on server (#10692)
Fixes #10660
Ilia Motornyi [Thu, 8 Mar 2018 08:13:55 +0000 (11:13 +0300)]
Lost since tags (#10690)
Anastasia Smirnova [Wed, 7 Mar 2018 12:29:53 +0000 (00:29 -1200)]
Update advanced-dragndrop.asciidoc (#10680)
* Update advanced-dragndrop.asciidoc
Fixing example of Drag and drop code.
Resolves https://github.com/vaadin/framework/issues/10512
* Update advanced-dragndrop.asciidoc
Removed unnecessary spaces
* Update advanced-dragndrop.asciidoc
Removed unnecessary spaces
Anastasia Smirnova [Tue, 6 Mar 2018 11:26:18 +0000 (23:26 -1200)]
Update components-grid.asciidoc
Anastasia Smirnova [Tue, 6 Mar 2018 10:29:13 +0000 (22:29 -1200)]
Enable setting cursor after the last character (#10670)
* Enable setting cursor after the last character
Resolves #9157
* Reformat the code
* Reformat the code using conventions
Marco Collovati [Mon, 5 Mar 2018 14:08:47 +0000 (15:08 +0100)]
Fixed comment to reflect test expectation (#10676)
Ilia Motornyi [Mon, 5 Mar 2018 13:06:24 +0000 (16:06 +0300)]
8.3.2 since (#10678)
* @since 8.3.2
Sebastian Köhler [Wed, 28 Feb 2018 09:26:44 +0000 (10:26 +0100)]
Update datamodel-providers.asciidoc (#10664)
Matti Tahvonen [Wed, 28 Feb 2018 09:25:14 +0000 (11:25 +0200)]
Update doc - Added missing void keyword
Anna Koskinen [Tue, 27 Feb 2018 15:05:22 +0000 (17:05 +0200)]
Fix client and server filter state mismatch in Combobox (#10630)
Fixes #10624
Ilia Motornyi [Thu, 15 Feb 2018 13:33:05 +0000 (15:33 +0200)]
Allow configuring content modes for Grid cell tooltips (#10632)
* Allow configuring content modes for Grid cell tooltips
Piotr Wilkin [Wed, 14 Feb 2018 07:50:11 +0000 (08:50 +0100)]
Fixes Grid editor visibility inside TabSheet (#10557)
Fixes #10146
Fixes #10543
KatriHaapalinna [Tue, 13 Feb 2018 13:42:06 +0000 (15:42 +0200)]
Add Content-Type with charset to notifications sent via Push
Fixes #9922
Leif Åstrand [Tue, 13 Feb 2018 12:58:33 +0000 (14:58 +0200)]
Set no-store headers for error responses (#10628)
Olli Tietäväinen [Mon, 12 Feb 2018 13:14:49 +0000 (15:14 +0200)]
Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)
Fixes #10429
* implement focus handing in RadioButtonGroup, fixes #10429
* Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus
* merge
* Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus
* fix initial focus handling also on CheckBoxGroup and add tests
* add license headers
* Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus
* changed client to use lambdas and refactored focus testing to parent class
* made FocusTest abstract
* Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus
* don't allow focusing on disabled items & refactor focusing first item
Ilia Motornyi [Mon, 12 Feb 2018 08:09:18 +0000 (10:09 +0200)]
Add more information to an issue template (#10622)
Teemu Suo-Anttila [Thu, 8 Feb 2018 13:21:33 +0000 (15:21 +0200)]
Add setReadOnly for Bindings (#10482)
Adam Wagner [Thu, 8 Feb 2018 11:45:40 +0000 (13:45 +0200)]
Replace RegExp with custom search (#10619)
Adam Wagner [Thu, 8 Feb 2018 09:20:32 +0000 (11:20 +0200)]
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
dangllucas [Wed, 7 Feb 2018 14:09:16 +0000 (15:09 +0100)]
Update themes-responsive.asciidoc (#10460)
Anna Koskinen [Wed, 7 Feb 2018 14:08:29 +0000 (16:08 +0200)]
Implement NewItemProvider to replace NewItemHandler (#10606)
Ilia Motornyi [Wed, 7 Feb 2018 12:09:02 +0000 (14:09 +0200)]
Change log level for "VaadinServlet Registration" message from WARNING to INFO (#10613)
Teemu Suo-Anttila [Wed, 7 Feb 2018 11:56:58 +0000 (13:56 +0200)]
Fix Column.setSortable being overridden (#10604)
Anna Koskinen [Tue, 6 Feb 2018 14:51:25 +0000 (16:51 +0200)]
Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)
Adam Wagner [Tue, 6 Feb 2018 09:10:33 +0000 (11:10 +0200)]
Fix Grid details height calculation issue (#10343)
Teemu Suo-Anttila [Mon, 5 Feb 2018 13:24:16 +0000 (15:24 +0200)]
Fix Grid initial render performance (#10579)
Fixes #10232
Ilia Motornyi [Mon, 5 Feb 2018 10:24:59 +0000 (12:24 +0200)]
Fix code example in DataProvider JavaDoc (#10601)
Anna Koskinen [Mon, 5 Feb 2018 10:10:06 +0000 (12:10 +0200)]
Fix ComboBox new item handler test (#10587)
Adam Wagner [Fri, 2 Feb 2018 10:25:35 +0000 (12:25 +0200)]
Add flush() implementation to DateField (#10518)
Fixes #10488
Adam Wagner [Thu, 1 Feb 2018 16:00:54 +0000 (18:00 +0200)]
Add method for getting complete browser version (#10490)
Fixes #10461
Adam Wagner [Thu, 1 Feb 2018 13:04:33 +0000 (15:04 +0200)]
Add setters to Payload for JsonCodec to be able to encode
Fixes #10428
Invenius [Thu, 1 Feb 2018 08:16:03 +0000 (09:16 +0100)]
Update themes-responsive.asciidoc
AJ [Wed, 31 Jan 2018 13:09:45 +0000 (05:09 -0800)]
Optimize style theme duplicates (#10534)
Teemu Suo-Anttila [Wed, 31 Jan 2018 12:27:48 +0000 (14:27 +0200)]
Update since tags for 8.3.1 (#10584)
Adam Wagner [Wed, 31 Jan 2018 09:26:59 +0000 (11:26 +0200)]
Add ARIA label support to DateField (#10538)
Fixes #10454
Anna Koskinen [Tue, 30 Jan 2018 09:53:10 +0000 (11:53 +0200)]
Selection handling fix when adding new item to ComboBox. (#10445)
Fixes #10284
Jouni Koivuviita [Tue, 30 Jan 2018 05:37:10 +0000 (07:37 +0200)]
Add a notice about partially outdated content (#10562)
Fixes #10385
Morgan Pittkin [Tue, 30 Jan 2018 05:34:46 +0000 (22:34 -0700)]
Fixes Button constructor not setting up RPC (#10566)
Fixes #10540
jmzc [Tue, 30 Jan 2018 05:32:47 +0000 (06:32 +0100)]
Fix Binding Data to Forms link (#10568)
Sami Ekblad [Mon, 29 Jan 2018 13:48:23 +0000 (15:48 +0200)]
Added mentions about groupId and version numbers (#10563)
Teemu Suo-Anttila [Mon, 29 Jan 2018 13:43:56 +0000 (15:43 +0200)]
Update release notes to mention correct Java versions (#10576)
Adam Wagner [Mon, 29 Jan 2018 12:48:28 +0000 (14:48 +0200)]
Fix column width in resize event when mode is SIMPLE (#10442)
Teemu Suo-Anttila [Mon, 29 Jan 2018 11:51:02 +0000 (13:51 +0200)]
Fix removeUI assertions to work with proxy UIs (#10574)
Teemu Suo-Anttila [Thu, 25 Jan 2018 12:36:51 +0000 (14:36 +0200)]
Fix Grid not updating selected item immediately (#10569)
Teemu Suo-Anttila [Wed, 24 Jan 2018 12:50:25 +0000 (14:50 +0200)]
Upgrade minor version in the project to 8.4 (#10520)
Olli Tietäväinen [Wed, 24 Jan 2018 09:29:10 +0000 (11:29 +0200)]
Make modal window focus circulate correctly (#10497)
Jonni Nakari [Fri, 19 Jan 2018 09:49:52 +0000 (10:49 +0100)]
Vaadin with a capital V (#10548)
Teemu Suo-Anttila [Fri, 19 Jan 2018 09:47:15 +0000 (11:47 +0200)]
Use Spring and CDI 3.0.0 (#10550)
Teemu Suo-Anttila [Fri, 12 Jan 2018 13:34:25 +0000 (15:34 +0200)]
Update Spring and CDI versions in BOM (#10530)
Leif Åstrand [Fri, 12 Jan 2018 11:49:45 +0000 (13:49 +0200)]
Rename widgetEventsAllowed to handleWidgetEvents (#10529)
Anna Koskinen [Thu, 11 Jan 2018 14:20:43 +0000 (16:20 +0200)]
Ensure Upload is properly reset after an upload is interrupted (#10522)
Fixes #9635
Teemu Suo-Anttila [Wed, 10 Jan 2018 10:47:21 +0000 (12:47 +0200)]
Fix tests for Chrome 63 and focus issues in IE11 (#10495)
Adam Wagner [Wed, 10 Jan 2018 09:40:42 +0000 (11:40 +0200)]
Recognise Firefox and its version on iOS (#10466)
Fixes #9592
Marco Collovati [Tue, 9 Jan 2018 13:42:49 +0000 (14:42 +0100)]
Fix space key on selection checkbox to select grid row (#10388)
Fixes #10221
Olli Tietäväinen [Tue, 9 Jan 2018 13:36:55 +0000 (15:36 +0200)]
Add aria-modal attribute and role='dialog' for modal Window (#10447)
Fixes #10424
Artur [Tue, 9 Jan 2018 11:11:02 +0000 (13:11 +0200)]
Add Notification.close() to hide a notification from the server (#10483)
Also fixes the problem that notifications were never removed on the server side
Fixes #2114, fixes #10481
Leif Åstrand [Mon, 8 Jan 2018 11:05:26 +0000 (13:05 +0200)]
Tweak date style API (#10493)
* 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.
Leif Åstrand [Mon, 8 Jan 2018 10:58:08 +0000 (12:58 +0200)]
Rename contentMode to descriptionContentMode in MenuItem (#10494)
Teemu Suo-Anttila [Wed, 3 Jan 2018 11:32:56 +0000 (13:32 +0200)]
Add missing since tags and JavaDocs (#10487)
Artur [Tue, 2 Jan 2018 08:53:43 +0000 (10:53 +0200)]
Make profiler work again (#10462)
Flamenco [Sat, 30 Dec 2017 19:16:55 +0000 (14:16 -0500)]
Fix wrong frontend URL in docs. (#10472)
* Fix wrong frontend URL in docs.
* Update HtmlImport.java
Teemu Suo-Anttila [Sat, 30 Dec 2017 10:26:00 +0000 (12:26 +0200)]
Update release notes for 8.3 (#10480)
Teemu Suo-Anttila [Fri, 29 Dec 2017 11:11:20 +0000 (13:11 +0200)]
Implement widget event handling for Columns in Grid (#10412)
Fixes #7833
Jonas Zipprick [Fri, 29 Dec 2017 10:36:05 +0000 (11:36 +0100)]
Add ContentMode for the description of MenuItems (#9984)
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.
Marco Collovati [Fri, 29 Dec 2017 09:36:38 +0000 (10:36 +0100)]
Treat fields as readonly when bound with null setter (#10477)
Fixes #10476
Teemu Suo-Anttila [Fri, 29 Dec 2017 08:53:45 +0000 (10:53 +0200)]
Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226)
This patch also adds tests for PushState and URI Fragment navigation with CDI.
Teemu Suo-Anttila [Fri, 29 Dec 2017 08:04:40 +0000 (10:04 +0200)]
Remove workarounds from Spring integration test (#10430)
This patch makes the BOM use Spring 3.0.0.alpha1
Marco Collovati [Fri, 29 Dec 2017 07:16:18 +0000 (08:16 +0100)]
Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)
Fixes #10434
Anna Koskinen [Thu, 28 Dec 2017 11:49:39 +0000 (13:49 +0200)]
Allow setting custom styles to DateField calendar date cells (#10305)
Fixes #10304
Marco Collovati [Thu, 28 Dec 2017 09:54:17 +0000 (10:54 +0100)]
Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)
Adds v-select-option-selected class to the selected
group items in CheckboxGroup and RadiobuttonGroup
Fixes #3387
Marco Collovati [Thu, 28 Dec 2017 08:04:50 +0000 (09:04 +0100)]
Make Binder.setReadonly ignore effectively readonly bindings (#10368)
Binder.setReadonly will ignore bindings with null setter
or property without an accessible setter when changing
field read only flag.
Fixes #10252
Artur [Thu, 28 Dec 2017 07:58:19 +0000 (09:58 +0200)]
Do not create DOM elements for initially hidden columns (#10465)
Adam Wagner [Wed, 27 Dec 2017 11:29:28 +0000 (13:29 +0200)]
Change the order of inheritance to preserve user.agent property (#10470)
Olli Tietäväinen [Wed, 27 Dec 2017 09:58:23 +0000 (11:58 +0200)]
Update Grid.addColumn JavaDoc to tell about nested properties (#10431)
Teemu Suo-Anttila [Wed, 20 Dec 2017 11:41:18 +0000 (13:41 +0200)]
Use new validation screenshots (#10455)
Teemu Suo-Anttila [Thu, 7 Dec 2017 14:49:13 +0000 (16:49 +0200)]
Force correct Selenium version for Spring Boot test (#10421)
David Steinkopff [Sun, 3 Dec 2017 13:31:44 +0000 (14:31 +0100)]
Fix typo
Leif Åstrand [Fri, 1 Dec 2017 07:30:43 +0000 (09:30 +0200)]
Clarify ContentMode javadocs (#10395)
* Don't refer to Label
* Explicitly mention XSS risk with HTML
Olli Tietäväinen [Wed, 29 Nov 2017 11:39:50 +0000 (13:39 +0200)]
Escape CDATA element (#10377)
Guille [Wed, 29 Nov 2017 11:37:37 +0000 (13:37 +0200)]
Update to TestBench 5.1.1 (#10391)
AMahdy AbdelAziz [Wed, 29 Nov 2017 11:36:26 +0000 (13:36 +0200)]
Update bean validation article to use FW8 APIs (#10387)
Suggested by [Jean-Christophe Gueriaud](https://vaadin.com/forum/#!/thread/
16876180 ).
Closes #10386
Guille [Wed, 29 Nov 2017 09:55:10 +0000 (11:55 +0200)]
Update version number to 8.3-SNAPSHOT (#10390)