Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oruga-ui/oruga
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.10
Choose a base ref
...
head repository: oruga-ui/oruga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.11
Choose a head ref
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 5, 2024

  1. fix(datepicker): always validate programmatic date updates (#927)

    HTML constraint validation can apply even if we're not using the native
    date picker.
    blm768 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    20ceedd View commit details
    Browse the repository at this point in the history
  2. fix(datepicker): update focused date on editing directly (#941)

    * Update Datepicker focusedDate on modelValue changed after edit directly
    * Update Datepicker examples
    * Fix Datepicker dateparsing with multiple on directly edit
    * Fix Datepiceker error date formatting
    mlmoravek authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1af13cf View commit details
    Browse the repository at this point in the history
  3. feat(inputs): detect constraint validation attribute changes (#930)

    * fix(input): fix return type of checkHtml5Validity
    
    We weren't using the return type even when we were actually returning a
    value.
    
    * fix(input): detect changes in native validation
    
    * fix(input): detect changes in disabled status for validation
    blm768 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4de3bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    404c5f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cda731d View commit details
    Browse the repository at this point in the history
Loading