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.19.1 ready #517

Merged
merged 214 commits into from
Jul 15, 2024
Merged

Release 0.19.1 ready #517

merged 214 commits into from
Jul 15, 2024

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    66c3c12 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. #100 ready (#101)

    there is an automated workflow that sets a version number one a branch `release-X.Y.Z` is made
    vaadin-miki authored May 7, 2020
    Configuration menu
    Copy the full SHA
    d50a607 View commit details
    Browse the repository at this point in the history
  2. #105 fixed

    vaadin-miki authored May 7, 2020
    Configuration menu
    Copy the full SHA
    85009d5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. #108 set up in a separate profile (#109)

    #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)
    vaadin-miki authored May 12, 2020
    Configuration menu
    Copy the full SHA
    2ce9a58 View commit details
    Browse the repository at this point in the history
  2. automated release notes (#110)

    #107 done
    
    workflow files now update release notes when a release branch is created
    vaadin-miki authored May 12, 2020
    Configuration menu
    Copy the full SHA
    ac137aa View commit details
    Browse the repository at this point in the history
  3. #111 done

    vaadin-miki committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5a61be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06212f3 View commit details
    Browse the repository at this point in the history
  5. #113 done

    vaadin-miki committed May 12, 2020
    Configuration menu
    Copy the full SHA
    aa302b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06374ab View commit details
    Browse the repository at this point in the history
  7. #115 done

    vaadin-miki committed May 12, 2020
    Configuration menu
    Copy the full SHA
    bfcb333 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c824e4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. #117 done

    workflow should in theory figure out version number (used for tag), release title and release notes from release-notes.md
    vaadin-miki authored May 13, 2020
    Configuration menu
    Copy the full SHA
    b62bf69 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. #119 hopefully done, needs merging and testing (#120)

    #119 hopefully done, needs merging and testing
    vaadin-miki authored May 25, 2020
    Configuration menu
    Copy the full SHA
    82bbb44 View commit details
    Browse the repository at this point in the history
  2. #22 and #124 done (#125)

    code uses Vaadin 14.2.0
    vaadin-miki authored May 25, 2020
    Configuration menu
    Copy the full SHA
    8cb6b86 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. #126, #127, #129 done (#128)

    #126 and #127 done
    
    default class name for the TextField inside number fields
    
    #129 done - using Java 11 in code quality check
    vaadin-miki authored May 28, 2020
    Configuration menu
    Copy the full SHA
    b833449 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. #132 done (#133)

    now using personal token when creating a release
    vaadin-miki authored May 29, 2020
    Configuration menu
    Copy the full SHA
    88f970e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. 122 super text field (#134)

    #122 done
    
    added SuperTextField and SuperTextArea with API defined in interfaces
    updated demo app
    vaadin-miki authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    3e2429e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. #136 done

    some more methods are now delegated properly to the text field
    vaadin-miki committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c50f655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396c8fe View commit details
    Browse the repository at this point in the history
  3. #137 done (#140)

    UnloadObserver is now a singleton in Java; also client-side code is now globally stored in `window.Vaadin.unloadObserver`
    vaadin-miki authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5601d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. 123 text selection api (#142)

    #123 done; #141 done; #122 fixed SuperTextArea
    
    also, updated demo app
    vaadin-miki authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    9c89b31 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. #139 done (#144)

    vaadin-miki authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    df8cdf5 View commit details
    Browse the repository at this point in the history
  2. #143 done (#145)

    TextSelectionDelegate is now really a delegate
    vaadin-miki authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    292cf82 View commit details
    Browse the repository at this point in the history
  3. #135 and #146 done (#148)

    added `SuperTabs.isMultiline`
    also cleaned up some sonar warnings
    vaadin-miki authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    bfc1641 View commit details
    Browse the repository at this point in the history
  4. #147 done (#149)

    WithIdMixin now using dedicated HasId interface
    vaadin-miki authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    39a3755 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. #152 done (#153)

    new marker interface to support optional null value is now added
    tests and demo app updated
    vaadin-miki authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    4cbaffe View commit details
    Browse the repository at this point in the history
  2. Bump websocket-extensions from 0.1.3 to 0.1.4 in /demo-v14 (#151)

    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>
    dependabot[bot] and vaadin-miki authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d6931a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. #154 fixed (#155)

    added unit tests and notifications in the demo app
    vaadin-miki authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    7d9efbf View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    c1be9fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #158 from vaadin-miki/131-conflict-resolving

    #131 could it be this simple?
    vaadin-miki authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    01efd91 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. 131 conflict resolving (#164)

    #131 done, hopefully
    vaadin-miki authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f9d1431 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. #131 using separate step with PR for notes (with automatic merge) (#165)

    hopefully this means the end of #131 and semi-automated releases are good to go
    vaadin-miki authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    89c6bd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. #131 using delayed merge action (#167)

    this should now merge the PR after a delay of 300 seconds, which should be more than enough for the actions to pass successfully
    vaadin-miki authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    47f03a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac39ffa View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #168

    Release notes for version
    github-actions[bot] authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    5222ef1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    ab9bcca View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. 173 threadlocal unload observer (#175)

    #173 UnloadObserver is now thread-local singleton
    vaadin-miki authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c3a8281 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. #170 done (#177)

    UnloadObserver now broadcasts an event even when not querying
    vaadin-miki authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    58ffe02 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. #178 UnloadObserver is now UI-scoped singleton (#179)

    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
    vaadin-miki authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    cbcfca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187eb88 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #180

    Release notes for version
    github-actions[bot] authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e4a3335 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. done #182 and #183

    #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
    vaadin-miki authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    9aef510 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. #174 done (#185)

    demo app now has views (each tab is its own view)
    vaadin-miki authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    dd837d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70d813 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #186

    Release notes for version
    github-actions[bot] authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    36dd05a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. #188 fixes to automated release-notes.md creation (#190)

    now using proper links and explicitly removing all empty lines
    vaadin-miki authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    677592f View commit details
    Browse the repository at this point in the history
  2. #189 done, #191 fixed in the process (#192)

    added new constructor to number fields that takes default value and label
    vaadin-miki authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7314c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    558f31e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b04d63 View commit details
    Browse the repository at this point in the history
  5. automatic merge of PR #194

    Release notes for version
    github-actions[bot] authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6ffa1e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. #160 done (#197)

    MultiClickButton ready, together with bunch of other related classes and concepts (including state, a Serializable object that encapsulates state of a given object)
    vaadin-miki authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7630686 View commit details
    Browse the repository at this point in the history
  2. #196 done (#198)

    Vaadin updated to version 14.3.0
    vaadin-miki authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6bf0427 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. #199 fixed (#200)

    negativity check and value switch (from negative to positive) is only run when the value is not null
    vaadin-miki authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    21a4e7e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. #201 done (#202)

    DatePattern now does not need a separator (but requires zero-prefixed day and month in that case)
    vaadin-miki authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e382394 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    f8a2eb1 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #203

    Release notes for version
    github-actions[bot] authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    34fa62d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    fca71dd View commit details
    Browse the repository at this point in the history
  2. #208 added contributors to README

    pr #209
    vaadin-miki authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c4d4c19 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. GridSelect (#213)

    done #211 
    
    GridSelect is a single-selection component that is rendered as a Vaadin `Grid`
    vaadin-miki authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    92f74a1 View commit details
    Browse the repository at this point in the history
  2. #214 seems done (#215)

    demo page now caches generated components
    vaadin-miki authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8e1fc7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2ab4ef View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    0366d0a View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #218

    Release notes for version
    github-actions[bot] authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8801399 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    9e1beea View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. #224 done (#225)

    vaadin-miki authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    dbd540d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. #227 upgraded to vaadin 14.4 and added field helpers (#228)

    added HasHelper to number fields, date fields, text field and text area; also updated demo and added WithHelper to nicely chain helper setters
    vaadin-miki authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    563715b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d1954 View commit details
    Browse the repository at this point in the history
  3. #231 done (#232)

    vaadin-miki authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    7f009cd View commit details
    Browse the repository at this point in the history
  4. Bump junit from 4.13 to 4.13.1 in /superfields (#229)

    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](junit-team/junit4@r4.13...r4.13.1)
    
    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>
    dependabot[bot] and vaadin-miki authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    aa8f3a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    899e5c8 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #233

    Release notes for version
    github-actions[bot] authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0bb0cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e810fc View commit details
    Browse the repository at this point in the history
  4. 220 release process (#236)

    * #220 fixed version number in PR title
    
    * #220 fixed setting version
    vaadin-miki authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a40eec9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    637944d View commit details
    Browse the repository at this point in the history
  6. automatic merge of PR #237

    Release notes for version 0.9.1
    github-actions[bot] authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    10e95f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. number fields validation fixed (#246)

    fixed #241 and #245
    vaadin-miki authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    dda5138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0387111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a89882 View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #248

    Release notes for version 0.9.2
    github-actions[bot] authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    9a58f61 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. #239 GridMultiSelect done (pr #251)

    demo app modified, contributor list updated
    vaadin-miki authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a4a23aa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. #239 done (#252)

    select-all visibility controlled through java
    
    added description to README.md
    vaadin-miki authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    b7cbf37 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. #254 done (#255)

    Vaadin dependency updated to 14.4.4
    vaadin-miki authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    209b0dc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. ItemGrid item padding done (#250 #256 #257)

    * #250 done through RowPaddingStrategy
    * #256 done
    vaadin-miki authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8ad940d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e8f02 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #258

    Release notes for version 0.9.3
    github-actions[bot] authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5b998f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    2bc28e7 View commit details
    Browse the repository at this point in the history
  2. superdatetimepicker type error no longer shown (#262)

    * #260 fixed
    
    * #87 also seems fixed
    
    removed demo code that showed the footnote
    vaadin-miki authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    372b6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbc1b33 View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #263

    Release notes for version 0.9.4
    github-actions[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8954a88 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    a47547c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad1b23 View commit details
    Browse the repository at this point in the history
  3. silenced sonar warnings about more than 5 superclasses

    really, there is not much that can be done about it
    vaadin-miki committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7343555 View commit details
    Browse the repository at this point in the history
  4. silenced sonar warnings about more than 5 superclasses (#269)

    really, there is not much that can be done about it
    vaadin-miki authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    062c2ae View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    e6ace79 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. #268 fixed, hopefully (#272)

    also, numbers entered with scientific notation now do not lose formatting on field blur
    vaadin-miki authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    740e95b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. First iteration of ContentAware (#156) (#273)

    #156 done in its first iteration
    
    feedback from users (if any ever) will decide how the feature will be developed further
    vaadin-miki authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e9209d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. #274 done

    added a workaround for failed initialisation attempts (#274 #276)
    vaadin-miki authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    933758a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0208d9e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    db77f5c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    5bfd326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961669e View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #282

    Release notes for version 0.10.0
    github-actions[bot] authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6bb0518 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. #284 fixed (#285)

    vaadin-miki authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6f928f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    fb9e997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d495f86 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #288

    Release notes for version 0.10.1
    github-actions[bot] authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0e890fb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. 290 done, now possible to insert text from server-side (#291)

    also triggering value change as a result
    vaadin-miki authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    b900acd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. #292 #293 done (#294)

    logger explained and severity decreased; bumped to Vaadin 14.5.3
    vaadin-miki authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    13c759d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. #299 bumped to Vaadin 14.6.3 (#300)

    * #299 done
    
    Vaadin updated to 14.6.3, karibu updated to 1.3.0
    
    * Bump ws from 6.2.1 to 6.2.2 in /demo-v14 (#297)
    * Bump dns-packet from 1.3.1 to 1.3.4 in /demo-v14 (#296)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vaadin-miki and dependabot[bot] authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7526a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c124cab View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #301

    Release notes for version 0.10.2
    github-actions[bot] authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0f7d0c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. #304 omit leading zero (#307)

    controlled through `setIntegerPartOptional` and related getter and with- methods
    vaadin-miki authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    41525be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12b9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. CollectionField ready (#311)

    #303 CollectionField done, together with helpers, documentation and demo
    vaadin-miki authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9f58b85 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Mixins and javadocs cleaned up (#315)

    #313 unified mixin names, added them to missing components
    
    added some javadocs in the process as well
    vaadin-miki authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    366e878 View commit details
    Browse the repository at this point in the history
  2. Bumped Vaadin to 14.7.0 (#316)

    * #314 bumped Vaadin to 14.7 and Jetty to 9.4.36
    vaadin-miki authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2116e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    f446086 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #317

    Release notes for version 0.11.0
    github-actions[bot] authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    704428d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Front-page of the demo app reworked (#321)

    * #319 landing page now features grid with all components and one-line-descriptions
    vaadin-miki authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    789cd0f View commit details
    Browse the repository at this point in the history
  2. Helpers are positionable now (#325)

    * #324 HasHelperPositionable with corresponding mixin done
    vaadin-miki authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b5d053d View commit details
    Browse the repository at this point in the history
  3. Vaadin bumped to 14.7.3 (#327)

    * #326 vaadin bumped to 14.7.3
    
    * Bump dns-packet from 1.3.1 to 1.3.4 in /demo-v14 (#323)
    * Bump ws from 6.2.1 to 6.2.2 in /demo-v14 (#322)
    * Bump url-parse from 1.5.1 to 1.5.3 in /demo-v14 (#312)
    * Bump tar from 6.1.0 to 6.1.11 in /demo-v14 (#310)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vaadin-miki and dependabot[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    137a4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    2f5efb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. #329 fixed (#331)

    vaadin-miki authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    bf984ab View commit details
    Browse the repository at this point in the history
  2. #330 done (#332)

    vaadin-miki authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6fc1ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8eec4f View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #333

    Release notes for version 0.11.1
    github-actions[bot] authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c14433a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. #337 valuechangemode and clear buttons (#338)

    * #337 number fields now implement HasValueChangeMode
    * #337 added HasClearButton
    vaadin-miki authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b736a24 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. #339 non-destructive format changes (#340)

    * #339 fixed, hopefully - format digit changes should no longer be destructive
    vaadin-miki authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    56f5b80 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. #341 updated docs (#342)

    everything else will be updated when a release is made
    vaadin-miki authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4f54047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8859a5a View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #343

    Release notes for version 0.11.2
    github-actions[bot] authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d8509b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. #345 upgraded to Vaadin 14.8.1 (#346)

    updated docs and SuperDatePickerI18n about setting date format the Vaadin way
    vaadin-miki authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7d16771 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. #349 Support for Vaadin 23 (#353)

    * #349 updated Vaadin version to 23.0.3
    
    fixed SuperDatePicker issues with text selection events
    renamed demo directory to demo-v23
    updated docs
    vaadin-miki authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7d08973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1ec1f View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #354

    Release notes for version 0.12.0
    github-actions[bot] authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a3e5a4b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. MapField, LabelField and VariantField (#362)

    #356 #357 #359 #360 #361 done 
    
    added MapField, LabelField, VariantField and MapEntryField
    also fixed missing release notes
    vaadin-miki authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cf0cc93 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. #358 hopefully fixed (#363)

    modified SuperBigDecimalField to react to exponent in DecimalFormat
    pattern code no longer assumes things about DecimalFormat
    vaadin-miki authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    866ef56 View commit details
    Browse the repository at this point in the history
  2. #364 done (#365)

    vaadin-miki authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9670dea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2491cc View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #367

    Release notes for version 0.13.0
    github-actions[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9573ed2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. added tests for #369 (#370)

    vaadin-miki authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e016a0b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. #371 first try (#372)

    could it be this simple?
    vaadin-miki authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    0bd634e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80612ba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    ab8cfb8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    bd89564 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #377

    Release notes for version 0.13.1
    github-actions[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    8614ae4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. #382 fixed (#384)

    bumped Vaadin to 23.1.7
    vaadin-miki authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b961375 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. #380 ObjectField done (#389)

    #387 fixed
    
    created ObjectFieldFactory to help with common use cases for ObjectField
    vaadin-miki authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0e96f9e View commit details
    Browse the repository at this point in the history
  2. #390 #391 Vaadin 23.2 and updated docs (#392)

    * #390 done
    
    updated docs, reorganised demo app a bit
    
    * #391 done
    
    Vaadin bumped to 23.2.0 and it seems to work
    
    * updated .gitignore for vite files
    vaadin-miki authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7ab164e View commit details
    Browse the repository at this point in the history
  3. #386 done (#394)

    vaadin-miki authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    212a1aa View commit details
    Browse the repository at this point in the history
  4. #388 #395 #396 fixed (#397)

    value change now operational in various fields
    vaadin-miki authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c61e4de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f0a45f View commit details
    Browse the repository at this point in the history
  6. automatic merge of PR #398

    Release notes for version 0.14.0
    github-actions[bot] authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7049070 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. #402 #403 #404 done (#405)

    fixed layout bugs, added SuperCheckbox
    vaadin-miki authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d4406ef View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. #400 #406 done (#407)

    vaadin-miki authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3b1952c View commit details
    Browse the repository at this point in the history
  2. #408 done (#409)

    vaadin-miki authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2be310c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81a44ee View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #410

    Release notes for version 0.14.1
    github-actions[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2417504 View commit details
    Browse the repository at this point in the history
  5. #412 done (#413)

    vaadin-miki authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6678c34 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. #414 #415 done (#417)

    HasLabelPositionable done
    vaadin-miki authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    493e252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580c046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0608151 View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #419

    Release notes for version 0.15.0
    github-actions[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    44c8fbe View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. #421 done (#422)

    vaadin-miki authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a601ddb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    d9aef83 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. #426 done (#427)

    also added a prefix/suffix demo to fields that support it
    vaadin-miki authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    86e95a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. #428 done (#429)

    vaadin-miki authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1256b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. #366 hopefully done (#430)

    it should now be possible to release to central
    vaadin-miki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    49c0f5f View commit details
    Browse the repository at this point in the history
  2. #431 updated docs (#432)

    vaadin-miki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4fd31b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ffc4d View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #433

    Release notes for version 0.16.0
    github-actions[bot] authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9d0d5f7 View commit details
    Browse the repository at this point in the history
  5. fixing release to central (#436)

    now profiles for releasing (both to gh and central) should be correct
    vaadin-miki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    92ca82a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. #440 done (#441)

    replaced two console.warn with console.log
    vaadin-miki authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8db758e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. #437 done (#442)

    vaadin-miki authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a911425 View commit details
    Browse the repository at this point in the history
  2. #443 hopefully done (#444)

    vaadin-miki authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a2496c4 View commit details
    Browse the repository at this point in the history
  3. #445 done (#446)

    bumped Vaadin version
    vaadin-miki authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3b566a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. #448 #451 #454 #456 fixed (#455)

    * #456 Bump the vaadin version to the latest 23.3
    * Fix the tooltip for the abstractnumberfield
    * Add WithTooltipMixin interface
    * Clean up the pom xml
    * #448 tooltip should now work
    * removed all traces of heroku in the docs
    * ignoring more than just *.ts in frontend/generated
    * Javascript error in custom field (#452)
    * #454 hopefully done
    
    Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com>
    vaadin-miki and jcgueriaud1 authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    fd38ec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    df74337 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #457

    Release notes for version 0.17.0
    github-actions[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    985639e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. #449 done

    build scripts use Java 17 (temurin)
    
    Co-authored-by: Jean-Christophe Gueriaud <jean-christophe@vaadin.com>
    vaadin-miki and jcgueriaud1 authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4d1444d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62190b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    a9fca97 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #465

    Release notes for version 0.18.0
    github-actions[bot] authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    d68b1f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. #467 hopefully done (#468)

    vaadin-miki authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    17adc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9352284 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #469

    Release notes for version 0.18.1
    github-actions[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f359bb1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. #471 done (#474)

    includes a demo page
    vaadin-miki authored May 5, 2023
    Configuration menu
    Copy the full SHA
    536bfe9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    a1a13ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6302201 View commit details
    Browse the repository at this point in the history
  3. #477 done (#478)

    vaadin-miki authored May 25, 2023
    Configuration menu
    Copy the full SHA
    90959f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9df26b4 View commit details
    Browse the repository at this point in the history
  5. automatic merge of PR #479

    Release notes for version 0.18.2
    github-actions[bot] authored May 25, 2023
    Configuration menu
    Copy the full SHA
    6a0bf95 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. #481 likely done (#482)

    vaadin-miki authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4b67d41 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    7679c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbac338 View commit details
    Browse the repository at this point in the history
  3. automatic merge of PR #484

    Release notes for version 0.18.3
    github-actions[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    20e07dc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. #487 done (#491)

    Vaadin upgraded to 24.2.2
    vaadin-miki authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3dc0776 View commit details
    Browse the repository at this point in the history
  2. #490 done (#492)

    vaadin-miki authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    72e25be View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    0d598f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. #493 done (#496)

    vaadin-miki authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e1c4bfc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. #497 done (#499)

    vaadin-miki authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bde6a55 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. #498 likely done (#500)

    vaadin-miki authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bfaa8e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    16c1e95 View commit details
    Browse the repository at this point in the history
  2. #502 done (#503)

    vaadin-miki authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d45ca89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610ae28 View commit details
    Browse the repository at this point in the history
  4. automatic merge of PR #504

    Release notes for version 0.19.0
    github-actions[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3ae2934 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. #508 likely done (#509)

    vaadin-miki authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c3c0dbe View commit details
    Browse the repository at this point in the history
  2. #54 Swedish translation to superdatepickeri18n.properties (#507) (#510)

    ---------
    Co-authored-by: Sebastian Penttinen <31658152+sebastianpenttinen@users.noreply.github.com>
    Co-authored-by: sebastianPenttinen <sebastian.penttinen@beanbakers.fi>
    vaadin-miki authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1f80021 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. #511 done (#512)

    vaadin-miki authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b103a03 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. #513 #514 done (#515)

    vaadin-miki authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d63bb8f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4732917 View commit details
    Browse the repository at this point in the history
  2. automatic merge of PR #516

    Release notes for version 0.19.1
    github-actions[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    eec7c23 View commit details
    Browse the repository at this point in the history
  3. (bot) version updated to 0.19.1

    vaadin-miki authored and actions-user committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    46f8fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d511b3 View commit details
    Browse the repository at this point in the history