Skip to content

Tags: anm-cb/flow

Tags

23.1.0.alpha1

Toggle 23.1.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Update some links and log messages (vaadin#13397)

Co-authored-by: caalador <[email protected]>

1.0.16

Toggle 1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: remove shadow root helpers (vaadin#13409)

Update getting from shadow root

23.0.4

Toggle 23.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore:update spring related version (vaadin#13405)

align spring property name with master branch
use boot version for autoconfigure
Update data-commons to latest

Co-authored-by: Mikael Grankvist <[email protected]>

9.0.11

Toggle 9.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update spring versions (vaadin#13406)

2.7.14

Toggle 2.7.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use bundle-version instead of package version (vaadin#12785) (va…

…adin#13390) (vaadin#13394)

The modified atmosphere-runtime:2.7.3.slf4jvaadin3 exports packages
with version 2.7.3 (i.e., not 2.7.3.slf4jvaadin3). Depend on bundle version
instead of the package version.

https://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module.importpackage

Co-authored-by: Johannes Eriksson <[email protected]>

Co-authored-by: Marco Collovati <[email protected]>
Co-authored-by: Johannes Eriksson <[email protected]>

23.0.3

Toggle 23.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Allow navigation with RouterLinks when inert (vaadin#13331) (va…

…adin#13334)

Server-side modality feature attempted to block navigation when a modal component is active. This blocks some legitimate use cases when one wants to use RouterLinks inside a modal component. With the current router implementation, it is not practically possible to separate between RouterLinks that are inside a modal from those that are outside (inert). Moreover, navigation cannot be fully controlled on the server side anyway. Therefore, the development team decided to reverse the decision to block RouterLinks when the UI is inert. This PR allows navigation via RouterLinks even when the UI is inert.

Fixes vaadin#13270

Co-authored-by: anssit <[email protected]>

9.0.10

Toggle 9.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Only import the needed parts of lumo-styles (vaadin#13320) (vaad…

…in#13322)

Fixes vaadin#13319

Co-authored-by: Artur <[email protected]>

2.7.13

Toggle 2.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Warn for duplicate npm classes (vaadin#13291) (vaadin#13309) (va…

…adin#13310)

If encountering multiple NpmPackage
annotations with different versions log
a warning and inform of choice taken.

Fixes vaadin#13285

Co-authored-by: caalador <[email protected]>

23.0.2

Toggle 23.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: check that feature exists before using (vaadin#13277) (vaadin#13286

)

For nodes not having the InertData
feature we should be able to handle
them in the component chain.

This is usually a shadowRoot node.

Fixes vaadin#13275

Co-authored-by: caalador <[email protected]>

23.0.1

Toggle 23.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chore: upgrade hilla npmpackage to latest (CP: 23.0) (vaadin#13255)