aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG-VAADIN8.md (#12539)Patrik Lindström2022-06-091-0/+5
|
* Update changelog for Vaadin 8.15.1 (#12536)8.15.1Patrik Lindström2022-04-291-0/+6
|
* Update README.md (#12530)8.15.07.7.32Tatu Lund2022-03-231-1/+1
| | | | | | | * Update README.md * Update README.md * Update README.md
* Update README.md for 8.15.0 as part of move to closed source model (#12529)Patrik Lindström2022-03-223-6/+31
|
* Firefox 95 (#12512)Anna Koskinen2022-01-185-1/+1
|
* Update copyright year range (#12507)Anna Koskinen2022-01-111987-1987/+1987
|
* Update Liferay kernel version to support 7.4.3.5 GA5 (#12503)Tatu Lund2021-12-301-1/+1
|
* chore: test with Chrome 96 (#12497)Zhe Sun2021-12-21127-1/+1
| | | Co-authored-by: Anna Koskinen <anna@vaadin.com>
* Disable browser log test for Firefox. (#12492)Anna Koskinen2021-11-261-3/+3
|
* Add alternative test screenshot. (#12491)Anna Koskinen2021-11-261-0/+0
|
* Firefox 93.0 test screenshots, batch 3 + browser version test update (#12486)Anna Koskinen2021-11-2389-1/+1
|
* Firefox 93.0 test screenshots, batch 2 (#12485)Anna Koskinen2021-11-23115-0/+0
|
* Firefox 93.0 test screenshots, batch 1 (#12484)Anna Koskinen2021-11-22208-0/+0
|
* Compatibility Grid test tweaks (#12483)Anna Koskinen2021-11-224-5/+20
|
* chore: Add comment in Styles (#12480)Tatu Lund2021-11-171-0/+2
|
* fix: Check if injected CSS String is already in the list of injected styles ↵Tatu Lund2021-11-162-4/+49
| | | | | | | | | | | (#12479) * Check if injected CSS String is already in the list of injected styles * Change to package for unit testing * Unit test * Add missing imports
* Support Liferay 7.4.3 kernel version (#12477)Tatu Lund2021-11-111-1/+1
|
* Update a few alternative screenshots for Chrome 95 (#12474)Anna Koskinen2021-11-082-0/+0
|
* GridThemeUITest fix (#12470)Anna Koskinen2021-11-031-1/+21
| | | | Attempt to stabilize the screenshot comparison by ensuring that the editor is fully opened.
* TableSortIndicatorTest fix (#12469)Anna Koskinen2021-11-033-0/+2
| | | | Stabilize the tests by ensuring that the loading indicator is no longer present when the screenshot comparison is done.
* feat: Add better API to configure maximum allowed rows (#12466)Tatu Lund2021-11-032-4/+22
| | | | | | | * feat: Add better API to configure maximum allowed rows * Add unit test Co-authored-by: Olli Tietäväinen <ollit@vaadin.com>
* Update screenshot for Chrome 95 (#12467)Zhe Sun2021-11-03128-1/+1
|
* Remove obsolete comment and assert in Binder (#12456)Tatu Lund2021-10-281-3/+1
|
* fix: avoid ConcurrentModificationException in Binder (#12458)Tatu Lund2021-10-272-7/+37
|
* fix: don't update bean property which is read-only bound (#12457)Tatu Lund2021-10-272-1/+72
|
* fix: Ensure that side effects of readBean does not set hasChanges true (#12455)Tatu Lund2021-10-272-1/+23
|
* Use latest jetty 9.4 version for servlet test (#12448)Zhe Sun2021-10-201-1/+1
|
* fix: Do not allow border to grow row height (#12449)Tatu Lund2021-10-202-6/+9
|
* Fixed JavaDoc for setting page title. (#12433)Anna Koskinen2021-10-171-2/+2
|
* align the python script for releasing with 8.14 (#12437)Zhe Sun2021-10-152-3/+5
| | | Also update the failed build checking.
* Use Jsoup 1.114.3 (#12438)Tatu Lund2021-10-151-1/+1
|
* Chrome 94 (#12435)Anna Koskinen2021-10-15281-1/+1
|
* Fix Grid column reorder with partially hidden joined header cells. (#12429)Anna Koskinen2021-10-143-7/+95
|
* Fix compatibility Grid column reorder of partially hidden joined cells. (#12427)Anna Koskinen2021-10-132-2/+22
| | | | | Adds the fix from #12386 to the drag source as well. Fixes #12377
* Revert screenshot update. (#12425)Anna Koskinen2021-10-121-0/+0
|
* chore: avoid repackaging of google elemental dep and use it directly (#12416)Denis2021-10-042-54/+8
| | | | | | | | | | | * chore: avoid repackaging of google elemental dep and use it directly The google elemental dependency is not OSGi compatible so it's repackaged into shared module to use it directly from there. But there is a custom Vaadin version of google elemental dep and it's OSGi compatible. Flow uses this version and to be able to use FW in MPR the versions should match. So the Vaadin google elemental dep is added instead of repackaging. * chore: import elemental package in the bnd file
* fix: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-303-0/+42
| | | | | | | | | | | * Add row limit to DataCommunicator row data requests * Add missing constant * Add unit test * Add test for extending Grid * Fixed test
* Update links shown by license checker (#12402)Tatu Lund2021-09-291-4/+4
| | | vaadin.com/pro does no longer have the info
* fix: Add MPR UI id request parameter (#12412)Mikhail Shabarov2021-09-283-1/+11
| | | | | | | | | | | | | * fix: Add MPR UI id request parameter Related-to https://github.com/vaadin/multiplatform-runtime/issues/85 * test: Remove redundant non-empty param test * test: Remove leftovers * fix: Init window.mprUiId earlier than window.vaadin * Add missing '='
* deprecate vaadin-snasphots repo (#12405)Zhe Sun2021-09-21394-57/+16
| | | | | | | * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots
* fix: set Vaadin session attribute using lock in reinitializeSession (#12401)Tatu Lund2021-09-162-4/+58
| | | | | | | | | * Cherry picked unit test from Flow See https://github.com/vaadin/flow/pull/11538 * Fix missing import * Cherry pick fix from Flow
* Checkstyle tweaks to DateField widgets. (#12400)Anna Koskinen2021-09-1310-23/+316
| | | | | | | - Added and updated JavaDocs. - Updated comments. - Updated to use non-deprecated method calls. - Removed unnecessary warning suppressions. - Suppressed warnings for unavoidable deprecation.
* Fixed a dependency version in a karaf test module. (#12399)Anna Koskinen2021-09-101-1/+1
|
* Fix incompatible selenium version in test module. (#12397)Anna Koskinen2021-09-091-1/+1
|
* Improve thread safety (#12395)Tatu Lund2021-09-081-3/+5
| | | See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x
* Update project to 8.15-SNAPSHOT (#12392)Zhe Sun2021-08-3166-71/+71
|
* Applied save actions to compatibility Grid client-side classes. (#12389)8.14.0.beta1Anna Koskinen2021-08-279-96/+107
|
* chore: Update liferay kernel version (#12387)Tatu Lund2021-08-261-1/+1
| | | Enables to use Liferay 7.4.x
* Fix compatibility Grid column reorder with partially hidden joined cells ↵Anna Koskinen2021-08-263-3/+78
| | | | | (#12385) Fixes #12377
* Cleaned out old references to removed buildhelpers and widgets modules. (#12383)Anna Koskinen2021-08-253-10/+0
|