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

Support Node ESM #3630

Merged
merged 56 commits into from
Nov 22, 2022
Merged

Support Node ESM #3630

merged 56 commits into from
Nov 22, 2022

Commits on Oct 11, 2022

  1. Support Node ESM

    snowystinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c51d4e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. fix exports field

    snowystinger committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    73b37a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273a6ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b34df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7a72a6 View commit details
    Browse the repository at this point in the history
  5. fix typo

    snowystinger committed Oct 12, 2022
    2 Configuration menu
    Copy the full SHA
    fa880e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    b171e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024022a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0199e65 View commit details
    Browse the repository at this point in the history
  4. add subfields

    snowystinger committed Oct 13, 2022
    2 Configuration menu
    Copy the full SHA
    6ef6151 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    5862a6d View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    1cde05e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97a830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9404798 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 18, 2022

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

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    ebc898a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92624d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. fix tests

    snowystinger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2c509ae View commit details
    Browse the repository at this point in the history
  2. fix esm test

    snowystinger committed Oct 25, 2022
    1 Configuration menu
    Copy the full SHA
    4d1018a View commit details
    Browse the repository at this point in the history
  3. fix docs build

    snowystinger committed Oct 25, 2022
    2 Configuration menu
    Copy the full SHA
    90edded View commit details
    Browse the repository at this point in the history
  4. Make diff easier to read

    snowystinger committed Oct 25, 2022
    2 Configuration menu
    Copy the full SHA
    d2db962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff7945b View commit details
    Browse the repository at this point in the history
  6. fix old lint rule

    snowystinger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    89eb385 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    26d8b5d View commit details
    Browse the repository at this point in the history
  8. 4 Configuration menu
    Copy the full SHA
    50e162a View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    d80e620 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. 1 Configuration menu
    Copy the full SHA
    0506e6e View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    d5628e3 View commit details
    Browse the repository at this point in the history
  3. revert node update

    snowystinger committed Oct 26, 2022
    1 Configuration menu
    Copy the full SHA
    940d3fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    d65b6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328c98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27bf987 View commit details
    Browse the repository at this point in the history
  4. fix dependencies

    snowystinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    715c9a6 View commit details
    Browse the repository at this point in the history
  5. fix gitignore

    snowystinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    402cf06 View commit details
    Browse the repository at this point in the history
  6. fix exports identifiers

    snowystinger committed Oct 31, 2022
    2 Configuration menu
    Copy the full SHA
    93a9be3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fa10b0 View commit details
    Browse the repository at this point in the history
  8. expansion didn't work

    snowystinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    903523e View commit details
    Browse the repository at this point in the history
  9. fix arg order

    snowystinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a78345c View commit details
    Browse the repository at this point in the history
  10. correct export again

    snowystinger committed Oct 31, 2022
    1 Configuration menu
    Copy the full SHA
    a09df36 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. and commit

    snowystinger committed Nov 1, 2022
    1 Configuration menu
    Copy the full SHA
    410e09c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. 1 Configuration menu
    Copy the full SHA
    3e93ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0857a88 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge branch 'main' into support-esm

    # Conflicts:
    #	package.json
    #	scripts/cleanIcons.js
    snowystinger committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    40f2ae4 View commit details
    Browse the repository at this point in the history
  2. Add types to exports

    snowystinger committed Nov 9, 2022
    1 Configuration menu
    Copy the full SHA
    ae02c75 View commit details
    Browse the repository at this point in the history
  3. update plop templates

    snowystinger committed Nov 9, 2022
    1 Configuration menu
    Copy the full SHA
    e1a10f1 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    372cc2b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge branch 'main' into support-esm

    # Conflicts:
    #	packages/@react-spectrum/combobox/test/ComboBox.test.js
    #	packages/@react-spectrum/list/package.json
    #	packages/@react-spectrum/overlays/package.json
    snowystinger committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4c8fac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. 2 Configuration menu
    Copy the full SHA
    5dd5f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e9673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1815929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ddba9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b7437b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f0423a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix plop templates

    snowystinger committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2bd119a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0b68c View commit details
    Browse the repository at this point in the history