Skip to content

Tags: vivekgupta87/flow

Tags

24.5.0.alpha3

Toggle 24.5.0.alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39.3 to 9.40 (v…

…aadin#19541)

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.39.3 to 9.40.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.40..9.39.3)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

24.4.0.rc2

Toggle 24.4.0.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: preserve navigated.current value (vaadin#19539) (CP: 24.4) (vaad…

…in#19546)

pushState does not trigger history change event.

24.5.0.alpha2

Toggle 24.5.0.alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (

vaadin#19500)

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

24.4.0.rc1

Toggle 24.4.0.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not use popstate event (vaadin#19505) (CP: 24.4) (vaadin#19519)

* fix: do not use popstate event (vaadin#19505)

When pushing or replacing history
send a custom event 'vaadin-navigate'
instead of popstate event.

Fixes vaadin#19513

* fix format

---------

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

24.4.0.beta6

Toggle 24.4.0.beta6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: force page reload on re-sync with MPR (vaadin#19422) (vaadin#19508)

* fix: force page reload on re-sync with MPR

* add missing mock in test

Co-authored-by: Teppo Kurki <[email protected]>

24.5.0.alpha1

Toggle 24.5.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.2 (v…

…aadin#19483)

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.39.1 to 9.39.2.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.2..9.39.1)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2.10.5

Toggle 2.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: clear preseved chain cache for inactive UI (vaadin#19360) (vaadi…

…n#19475)

Prevents potential memory leaks caused by UIs being retained by the
preserve on refresh cache when the browser page is closed.

24.4.0.beta5

Toggle 24.4.0.beta5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade TB to 9.3.0.beta2 (24.4) (vaadin#19421)

Co-authored-by: Mikhail Shabarov <[email protected]>

24.4.0.beta4

Toggle 24.4.0.beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add MAU tracking for routing (vaadin#19400) (vaadin#19417)

* feat: Add MAU tracking for routing

Part of vaadin/platform#6430

add tests

revert it test

* Assign changed to a global var

* Revert "Assign changed to a global var"

This reverts commit 2998206.

* ignore TS error for dev mode property

---------

Co-authored-by: Mikhail Shabarov <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>

24.3.11

Toggle 24.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: clear preseved chain cache for inactive UI (vaadin#19360) (CP: 2…

…4.3) (vaadin#19382)

Prevents potential memory leaks caused by UIs being retained by the
preserve on refresh cache when the browser page is closed.