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

Disabled: migrate to TypeScript #42708

Merged
merged 37 commits into from
Aug 23, 2022
Merged

Disabled: migrate to TypeScript #42708

merged 37 commits into from
Aug 23, 2022

Commits on Aug 18, 2022

  1. refactor storybook

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c0a13bd View commit details
    Browse the repository at this point in the history
  2. convert to typescript

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9a1e9d5 View commit details
    Browse the repository at this point in the history
  3. fix ComponentProps

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9afae37 View commit details
    Browse the repository at this point in the history
  4. add changelog.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    fb80d10 View commit details
    Browse the repository at this point in the history
  5. fix imports order

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f4f1499 View commit details
    Browse the repository at this point in the history
  6. use WordPressComponentProps.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3401779 View commit details
    Browse the repository at this point in the history
  7. add example

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    956cadf View commit details
    Browse the repository at this point in the history
  8. Update packages/components/src/disabled/types.ts

    Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
    torounit and ciampo committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f901aa6 View commit details
    Browse the repository at this point in the history
  9. Update packages/components/src/disabled/index.tsx

    Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
    torounit and ciampo committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a401459 View commit details
    Browse the repository at this point in the history
  10. Update packages/components/src/disabled/index.tsx

    Co-authored-by: Petter Walbø Johnsgård <petter@dekode.no>
    torounit and Petter Walbø Johnsgård committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8e12cf8 View commit details
    Browse the repository at this point in the history
  11. Update packages/components/src/disabled/index.tsx

    Co-authored-by: Petter Walbø Johnsgård <petter@dekode.no>
    torounit and Petter Walbø Johnsgård committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    2f21b98 View commit details
    Browse the repository at this point in the history
  12. Remove unused imports.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    176b3a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a508d2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9dae208 View commit details
    Browse the repository at this point in the history
  15. use rerender

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b701fa2 View commit details
    Browse the repository at this point in the history
  16. refactor test.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    93c3586 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d86a43f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e9a8ba View commit details
    Browse the repository at this point in the history
  19. Convert to typescript.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e409680 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8f86d95 View commit details
    Browse the repository at this point in the history
  21. add control settings.

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ea4b31e View commit details
    Browse the repository at this point in the history
  22. fix changelog

    torounit committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b8de163 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Update packages/components/CHANGELOG.md

    Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
    torounit and ciampo authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e7b0302 View commit details
    Browse the repository at this point in the history
  2. Omit ref.

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b53ae3e View commit details
    Browse the repository at this point in the history
  3. avoid querying

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    442ec0a View commit details
    Browse the repository at this point in the history
  4. rename div.

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    ae80910 View commit details
    Browse the repository at this point in the history
  5. test before rerender

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    331ccba View commit details
    Browse the repository at this point in the history
  6. Simplify

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    33146e4 View commit details
    Browse the repository at this point in the history
  7. Update packages/components/src/disabled/test/index.tsx

    Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
    torounit and ciampo authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    02f2039 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/refactoring/components/disabled'…

    … into refactoring/components/disabled
    
    # Conflicts:
    #	packages/components/src/disabled/test/index.tsx
    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    6e98823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7909220 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    28820f0 View commit details
    Browse the repository at this point in the history
  11. add default args

    torounit committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    ee170bb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Revert "Fix isDisabled so that it keeps its value even if it is cha…

    …nged."
    
    This reverts commit 28820f0.
    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    aec7359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748907c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d3db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c44260 View commit details
    Browse the repository at this point in the history