Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/flow

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

Artur- pushed 4 commits to vite6 vaadin/flow
  • fix: client route collisions (#20327) Fix the client server route collision to not take into account client layout... 3e0dfa7
  • chore: Add a shortcut method for reading from record (#20323) * chore: Add a shortcut method for reading from record... 19fe02b
  • test: Update package-lock file (#20312) cfd4fd6
  • Merge branch 'main' into vite6 3c86bac

View on GitHub

Artur- pushed 1 commit to vite6 vaadin/flow

View on GitHub

mshabarov opened an issue on vaadin/flow
Binder change detection doesn't work with Binder's status change listener
### Description of the bug I can detect form changes comparing to initial values with the following code (this feature is new in Vaadin 24.5): ```java TextField firstNameField = new Text...
sveinnetnordic created a comment on an issue on vaadin/flow
Just to be clear: I would like @BrowserCallable/@Endpoint also without the views folder (routing/hilla). It is multiple ways to communicate with backend for ReactAdapterElement (hooks.useState, hoo...

View on GitHub

tltv created a comment on an issue on vaadin/flow
`documentTitleSignal` is named more from Flow's perspective. Actually it is signal for document.title set by Flow in `UIInternals#generateTitleScript` where it also sets the same value to `documen...

View on GitHub

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 142 files  ±0  1 142 suites  ±0   1h 26m 37s ⏱️ -6s 7 474 tests ±0  7 424 ✅ ±0  50 💤 ±0  0 ❌ ±0  7 813 runs   - 6  7 753 ✅  - 6  60 💤 ±0  0 ❌ ±0  Results for commit 55dd0e64. ± C...

View on GitHub

vaadin-bot published a release on vaadin/flow
Vaadin Flow 24.5.2
## Changes since [24.5.1](https://github.com/vaadin/flow/releases/tag/24.5.1) [All changes](https://github.com/vaadin/flow/compare/24.5.1...24.5.2) ### Fixes - **Client route collisions (#...
dependabot[bot] opened a pull request on vaadin/flow
chore(deps): bump component.version from 24.5.0 to 24.5.1
Bumps `component.version` from 24.5.0 to 24.5.1. Updates `com.vaadin:vaadin-lumo-theme` from 24.5.0 to 24.5.1 Updates `com.vaadin:vaadin-upload-flow` from 24.5.0 to 24.5.1 Updates `com.vaadin:vaa...
dependabot[bot] created a branch on vaadin/flow

dependabot/maven/component.version-24.5.1 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

tltv created a review on a pull request on vaadin/flow

View on GitHub

vaadin-bot pushed 1 commit to 24.5 vaadin/flow
  • chore: Add a shortcut method for reading from record (#20323) (#20332) * chore: Add a shortcut method for reading fr... 2d71fc6

View on GitHub

vaadin-bot deleted a branch vaadin/flow

cherry-pick-20323-to-24.5-1729771029838

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 142 files  ± 0  1 142 suites  ±0   1h 25m 15s ⏱️ + 2m 3s 7 466 tests ± 0  7 416 ✅ ± 0  50 💤 ±0  0 ❌ ±0  7 822 runs  +22  7 762 ✅ +22  60 💤 ±0  0 ❌ ±0  Results for commit 20bd9643...

View on GitHub

vaadin-bot created a tag on vaadin/flow

24.5.2 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

platosha created a comment on an issue on vaadin/flow
> `document.title = documentTitleSignal.value + ' — My App';` Perhaps `documentTitleSignal` is misnamed then, should be `pageTitleSignal` really... The snippet above works perfectly well for the...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

vaadin-bot created a comment on a pull request on vaadin/flow
This PR is eligible for auto-merging policy, so it has been approved automatically. If there are pending conditions, auto merge (with 'squash' method) has been enabled for this PR[Message is sent f...

View on GitHub

vaadin-review-bot created a review on a pull request on vaadin/flow

View on GitHub

tltv deleted a branch vaadin/flow

update-package-locks

tltv pushed 1 commit to main vaadin/flow
  • test: Update package-lock file (#20312) cfd4fd6

View on GitHub

tltv closed a pull request on vaadin/flow
test: Update package-lock file
tltv created a review on a pull request on vaadin/flow

View on GitHub

vaadin-bot created a branch on vaadin/flow

cherry-pick-20323-to-24.5-1729771029838 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

mshabarov deleted a branch vaadin/flow

add-read-record

mshabarov pushed 1 commit to main vaadin/flow
  • chore: Add a shortcut method for reading from record (#20323) * chore: Add a shortcut method for reading from record... 19fe02b

View on GitHub

mshabarov closed a pull request on vaadin/flow
chore: Add a shortcut method for reading from record
## Description Adds a shortcut method that read the record and checks that it's not a bean. ## Type of change - [ ] Bugfix - [x] Feature ## Checklist - [x] I have read the contribut...
tltv created a comment on an issue on vaadin/flow
With both ways showing tab title like `${currentViewTitle} — My App` would be simple as `document.title = documentTitleSignal.value + ' — My App';`. It just means that from Flow code, given page ti...

View on GitHub

Load more