Skip to content

Tags: mmerruko/flow

Tags

1.0.0.rc2

Toggle 1.0.0.rc2's commit message
Fix setPresentationValue javadoc typo (vaadin#4242)

1.0.0.rc1

Toggle 1.0.0.rc1's commit message
Fix ValueChangeListener order changes with Binder (vaadin#4205)

Port Change from framework 8.4.0.alpha1
Original PR is vaadin/framework#10745

1.0.0.beta12

Toggle 1.0.0.beta12's commit message
Make classes serializable (vaadin#4148)

* Make classes serializable

* Sponarqube fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Refactoring and optimization

* Small fix

* SplitPackagesTest ignores flow-test-generic

* Make sonarqube happy

* Use sl4j

* Add a copyright

* Optimize, fix sonarqube issues

* Make the test friendly for the depended projects

* After review fix, small improvements

* Small improvements

* Javadoc

1.0.0.beta11

Toggle 1.0.0.beta11's commit message
Allow to override Lumo theme styles (vaadin#4121)

Fixes vaadin#4076

1.0.0.beta10

Toggle 1.0.0.beta10's commit message
Correctly normalize URLs containing "/js/" and other two letter paths (

…vaadin#4097)

* Correctly normalize URLs containing "/js/" and other two letter paths

Fixes vaadin#4096

1.0.0.beta9

Toggle 1.0.0.beta9's commit message
Use the ExpectedException rule. (vaadin#4035)

* Use the ExpectedException rule.

All tests that test a thrown exception should use the
Rule ExpectedException to verify that the message
is the expected one and we fail the correct way.

1.0.0.beta8

Toggle 1.0.0.beta8's commit message
Make it possible to serialize data providers (vaadin#3962)

* Make it possible to serialize data providers

Fixes vaadin#3961

1.0.0.beta7

Toggle 1.0.0.beta7's commit message
Enabled state change should fire on attach and detach. (vaadin#3867)

* Enabled state change should fire on attach and detach.

method should also check if the enabled state has actually
changed so we don't fire events when things stay the same.

1.0.0.beta6

Toggle 1.0.0.beta6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update chromedriver to version 2.37 (vaadin#3845)

* Update chromedriver to version 2.37

1.0.0.beta5

Toggle 1.0.0.beta5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct removeAllChildren() behavior when node is just attached and I…

…T test for setText() (vaadin#3771)

Fixes vaadin#43