Skip to content

Tags: mbwanajm/flow

Tags

1.0.0.beta1

Toggle 1.0.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
regenerate vaadin-notification with 1.0.0-beta2 (vaadin#3632)

1.0.0.alpha23

Toggle 1.0.0.alpha23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove continueNavigationAction instance on proceed (vaadin#3621)

* Remove continueNavigationAction instance on proceed

Breaking change: class ContinueNavigationAction is now inner class.

Fixes vaadin#3613

* Update imports

* Correct unit tests.

* Add javadocs.

* Add unit test for postpone + proceed immidiatly.

1.0.0.alpha22

Toggle 1.0.0.alpha22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract template data analyzation to the separate class (vaadin#3589)

Do not mix template analyzation logic with initialization logic to avoid using implicit contexts available in the initializer.

Fixes vaadin#3587

1.0.0.alpha21

Toggle 1.0.0.alpha21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update vaadin-tabs, regenerate the components. (vaadin#3559)

1.0.0.alpha20

Toggle 1.0.0.alpha20's commit message
Do not log no theme warnings for classes with @notheme (vaadin#3515)

1.0.0.alpha19

Toggle 1.0.0.alpha19's commit message
Check whether client-side update settings allow to have a getter (vaa…

…din#3494)

1.0.0.alpha18

Toggle 1.0.0.alpha18's commit message
Fix logic and NPE in RouterLayout (vaadin#3309)

1.0.0.alpha17

Toggle 1.0.0.alpha17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't use special mappings for Vaadin servlet (vaadin#3291)

* Don't use special mappings for Vaadin servlet

* Code review fixes.

1.0.0.alpha16

Toggle 1.0.0.alpha16's commit message
Fix used event as BeforeNavigationEvent is deleted (vaadin#3268)

1.0.0.alpha15

Toggle 1.0.0.alpha15's commit message
Improve the documentation on initial page settings (vaadin#3207)