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

bump leptos to 0.6.0-beta #19

Merged
merged 17 commits into from
Jan 23, 2024
Merged

bump leptos to 0.6.0-beta #19

merged 17 commits into from
Jan 23, 2024

Commits on Dec 29, 2023

  1. point leptos to fork

    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f70b689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ff5fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dae8b1 View commit details
    Browse the repository at this point in the history
  4. change default formats for chrono config objects; add additional test…

    … in Form macro confirming use of custom config is correctly placed
    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b5e83a2 View commit details
    Browse the repository at this point in the history
  5. replace derived Default implementation for Form type Config structs w…

    …ith a custom Default implementation which correctly uses custom field config values provided through the Form macro
    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2e6239b View commit details
    Browse the repository at this point in the history
  6. remove incorrect short circuit in Option's implementation of FormFiel…

    …d::try_from_signal when the current value was equivalent to the initial value -- fixes bug which skipped serializing optional form fields into local storage
    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9cd435b View commit details
    Browse the repository at this point in the history
  7. add FormField::is_default_value method which is now used where is_ini…

    …tial_value used to be used when computing <Option<..> as FormField<..>>::try_from_signal
    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    807c98b View commit details
    Browse the repository at this point in the history
  8. fix: corrected behavior in FormFieldSignal::has_changed when no initi…

    …al value is set
    
    has_changed now compares the current value to the default value of the internal type of the signal when the initial value in the signal is None
    also removed the potentially confusing FormField::is_initial_value method which is no longer used
    tlowerison committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fa27c9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32d3720 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9be03d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    93e9438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c4473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7cd2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bf2a7d View commit details
    Browse the repository at this point in the history
  5. chore: temporarily disable cargo doc in pre-commit until server_fn's …

    …documentation is building
    tlowerison committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2184ada View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd53f9c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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