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

[EuiSuperDatePicker] Allow the Absolute tab to accept standardized ISO 8601, RFC 2822, and Unix timestamps #7331

Merged
merged 9 commits into from
Nov 2, 2023

Commits on Oct 31, 2023

  1. [EuiSuperDatePicker] Allow the absolute tab to accept a few other sta…

    …ndardized date formats
    cee-chen committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f9732c5 View commit details
    Browse the repository at this point in the history
  2. [perf][refactor] Avoid fallback formats earlier if possible

    - per Moment's docs, the array API is significantly less performant, so let's avoid it unless there's no other option
    cee-chen committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    abb1648 View commit details
    Browse the repository at this point in the history
  3. [misc] cleanup/nits

    cee-chen committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    074bd86 View commit details
    Browse the repository at this point in the history
  4. Changelog

    cee-chen committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c3980ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b206f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    1aa1649 View commit details
    Browse the repository at this point in the history
  2. [misc types cleanup] Remove unnecessary event arg

    - it's being passed around for no reason when it's not even being used
    cee-chen committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a7eac5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8c760a View commit details
    Browse the repository at this point in the history