Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.0 ready #204

Merged
merged 58 commits into from
Jul 27, 2020
Merged

Release 0.8.0 ready #204

merged 58 commits into from
Jul 27, 2020

Conversation

vaadin-miki
Copy link
Owner

Automatically created release 0.8.0.

vaadin-miki and others added 30 commits May 4, 2020 23:11
there is an automated workflow that sets a version number one a branch `release-X.Y.Z` is made
#108 done

code quality will be triggered on each pull request to development and master
separate maven profile is created, requires a login token (which is available in GitHub)
#107 done

workflow files now update release notes when a release branch is created
workflow should in theory figure out version number (used for tag), release title and release notes from release-notes.md
#119 hopefully done, needs merging and testing
code uses Vaadin 14.2.0
#126 and #127 done

default class name for the TextField inside number fields

#129 done - using Java 11 in code quality check
now using personal token when creating a release
#122 done

added SuperTextField and SuperTextArea with API defined in interfaces
updated demo app
some more methods are now delegated properly to the text field
UnloadObserver is now a singleton in Java; also client-side code is now globally stored in `window.Vaadin.unloadObserver`
#123 done; #141 done; #122 fixed SuperTextArea

also, updated demo app
TextSelectionDelegate is now really a delegate
added `SuperTabs.isMultiline`
also cleaned up some sonar warnings
WithIdMixin now using dedicated HasId interface
new marker interface to support optional null value is now added
tests and demo app updated
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Miki <miki@vaadin.com>
added unit tests and notifications in the demo app
vaadin-miki and others added 26 commits June 21, 2020 23:54
this should now merge the PR after a delay of 300 seconds, which should be more than enough for the actions to pass successfully
Release notes for version
#173 UnloadObserver is now thread-local singleton
UnloadObserver now broadcasts an event even when not querying
using ComponentUtil.getData/setData to keep the instance associated with a given UI

creating UnloadObserver does not add it anywhere, that still needs to be done manually

also updated demo app to reflect changes
Release notes for version
#182 updated README.md to be in line with the code
#183 two new methods: one for returning the UnloadObserver attached to a given Component, one for attaching to current UI
demo app now has views (each tab is its own view)
Release notes for version
now using proper links and explicitly removing all empty lines
added new constructor to number fields that takes default value and label
Release notes for version
MultiClickButton ready, together with bunch of other related classes and concepts (including state, a Serializable object that encapsulates state of a given object)
Vaadin updated to version 14.3.0
negativity check and value switch (from negative to positive) is only run when the value is not null
DatePattern now does not need a separator (but requires zero-prefixed day and month in that case)
Release notes for version
@vaadin-miki vaadin-miki self-assigned this Jul 27, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@vaadin-miki vaadin-miki merged commit 0e7b94d into master Jul 27, 2020
@vaadin-miki vaadin-miki deleted the release-0.8.0 branch July 27, 2020 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant