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

Update h5web to version 12 #173

Merged
merged 12 commits into from
Oct 9, 2024
Merged

Update h5web to version 12 #173

merged 12 commits into from
Oct 9, 2024

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    c7d21f7 View commit details
    Browse the repository at this point in the history
  2. Remove data from props of plot customization provider and use effect …

    …hooks for props
    
    Also refactor handling of aspect type in config dialog to untangle states, remove
    explicit default position state handling from modal and modeless dialogs, remove
    default props from connected plot for React 19, and update hookz version
    PeterC-DLS committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6eb6927 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Make components of plot toolbar unconditional to fix React issues

    Simplify modal by combining its toggle and making it render conditionally. Also, simplify
    null selection handler, flip y-axis of heatmap and image plots, update dependencies, fix
    surface plot story data.
    PeterC-DLS committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f21bfca View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Minor fixes and refactors

    Add missing key to appended line data, trim logged multiline data, clean up
    logging, remove plot config from client messages and fix its processing, make it plot
    config option in message, move selection functions, and fix union field validation in
    plot message
    PeterC-DLS committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49b45dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix test for image data

    Remove obsolete key properties from tests, add colour map to image data creation
    PeterC-DLS committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    190846e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Make colour maps optional for scatter and surface plots

    Also accept strings for enums, check for model validation errors
    PeterC-DLS committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8749adf View commit details
    Browse the repository at this point in the history
  2. Fix baton state update

    PeterC-DLS committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06e4099 View commit details
    Browse the repository at this point in the history
  3. Tidy up baton handling code

    Rename some baton messages, improve initial baton toast text and minor
    PeterC-DLS committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7f63545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6162ad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    061ee84 View commit details
    Browse the repository at this point in the history
  6. Fix disabling axis selection starts

    Also, add default colour and methods to selection interface and tweak and clean up
    selection components
    PeterC-DLS committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3e932dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cf00b3 View commit details
    Browse the repository at this point in the history