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

Backport master to next #9866

Merged
merged 33 commits into from
May 22, 2024
Merged

Backport master to next #9866

merged 33 commits into from
May 22, 2024

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    42fe077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750c549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb967ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7421b9 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    fzaninotto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    35ce017 View commit details
    Browse the repository at this point in the history
  6. Fix third-party test

    fzaninotto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7c97257 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge pull request #9825 from marmelab/doc-fix-input-readonly-disabled

    [Doc] Fix Input usage mentions disabled instead of readOnly
    djhi authored May 4, 2024
    Configuration menu
    Copy the full SHA
    9f925c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9824 from marmelab/fix-listview-error-boundry

    Fix crash in ListView when inside a tab
    djhi authored May 4, 2024
    Configuration menu
    Copy the full SHA
    657c106 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9826 from marmelab/Fix-Datagrid-uses-xrong-elemen…

    …t-for-Select-All-label
    
    Fix Datagrid uses wrong element for "Select All" label
    djhi authored May 4, 2024
    Configuration menu
    Copy the full SHA
    1ca3178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    586bcf3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #9830 from christianascone/master

    docs: update italian locale reference
    djhi authored May 6, 2024
    Configuration menu
    Copy the full SHA
    fffb1f6 View commit details
    Browse the repository at this point in the history
  2. Avoid using defaultProps

    djhi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ef0cfd9 View commit details
    Browse the repository at this point in the history
  3. Fix demo build

    djhi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a032200 View commit details
    Browse the repository at this point in the history
  4. Fix <TitlePortal> stories

    djhi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    086d978 View commit details
    Browse the repository at this point in the history
  5. Minor adjustments

    fzaninotto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d7cead2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9834 from marmelab/fix-title-portal-stories

    Fix `<TitlePortal>` stories
    fzaninotto authored May 6, 2024
    Configuration menu
    Copy the full SHA
    9055ddf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9832 from marmelab/avoid-default-props

    Fix warning about defaultProps in React 18.3
    fzaninotto authored May 6, 2024
    Configuration menu
    Copy the full SHA
    a037ccf View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    79259f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9843 from marmelab/doc/add-missing-import-to-make…

    …-fetch-json-snippet-clearer
    
    [Doc] Add missing `fetchUtils` import to make custom `httpClient` snippet clearer in TypeScript
    slax57 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7f1c77d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 16, 2024

  1. fix(typescript) fix @types/react v18.2.66 issue introducing required …

    …junk props. According to issue #9737
    ilia-os committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ca3f039 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge pull request #9853 from ilia-os/fix/9737-types-react-v18.2.66-i…

    …ssues
    
    [Typescript] Fix compilation error in `MenuItemLink`, `ResettableTextField` and `InpectorButton` with latest `@types/react`
    slax57 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    570c376 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 20, 2024

  1. Update docs/AutocompleteInput.md

    Co-authored-by: erwanMarmelab <131013150+erwanMarmelab@users.noreply.github.com>
    fzaninotto and erwanMarmelab authored May 20, 2024
    Configuration menu
    Copy the full SHA
    094a52f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9858 from marmelab/automplete-onCreate-doc

    [Doc] Improve doc for `<Autocomplete onCreate>` and similar props
    fzaninotto authored May 20, 2024
    Configuration menu
    Copy the full SHA
    7364a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    449bc17 View commit details
    Browse the repository at this point in the history
  4. v4.16.18

    fzaninotto committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f18d7ec View commit details
    Browse the repository at this point in the history
  5. Fix yarn.lock

    fzaninotto committed May 20, 2024
    Configuration menu
    Copy the full SHA
    316e4b5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch 'master' into next

    djhi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0f6cb10 View commit details
    Browse the repository at this point in the history
  2. Fix build

    djhi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    799fd8f View commit details
    Browse the repository at this point in the history
  3. Apply review suggestions

    djhi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    506b8bb View commit details
    Browse the repository at this point in the history
  4. Apply review suggestions

    djhi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1b0ca9f View commit details
    Browse the repository at this point in the history