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

Replace default exports with individual exports and namespaced imports #1907

Merged
merged 30 commits into from
Aug 4, 2021

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    0f83fdb View commit details
    Browse the repository at this point in the history
  2. Fix label helpers export

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    540bc67 View commit details
    Browse the repository at this point in the history
  3. Update exports for axis helpers

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    641c024 View commit details
    Browse the repository at this point in the history
  4. Update exports for collections helpers

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a87d3c4 View commit details
    Browse the repository at this point in the history
  5. Update imports for data

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e19be47 View commit details
    Browse the repository at this point in the history
  6. Update default transitions and domain

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5eb239f View commit details
    Browse the repository at this point in the history
  7. Update exports for events and immutable

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    78148b4 View commit details
    Browse the repository at this point in the history
  8. Update exports for log and scale

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ada8e53 View commit details
    Browse the repository at this point in the history
  9. Update exports for custom prop types

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b23cb5c View commit details
    Browse the repository at this point in the history
  10. Update exports for selection

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    086fe30 View commit details
    Browse the repository at this point in the history
  11. Update exports for style

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1928994 View commit details
    Browse the repository at this point in the history
  12. Update exports for transitions

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    48c7e39 View commit details
    Browse the repository at this point in the history
  13. Update common props exports

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f46d547 View commit details
    Browse the repository at this point in the history
  14. Remove accidental export *

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1ed1c32 View commit details
    Browse the repository at this point in the history
  15. Remove accidental import *

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    01be471 View commit details
    Browse the repository at this point in the history
  16. Update sinon test fixes

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    9d30adb View commit details
    Browse the repository at this point in the history
  17. Upgrade sinon version

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    988de61 View commit details
    Browse the repository at this point in the history
  18. Remove proxyquire

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2c918f5 View commit details
    Browse the repository at this point in the history
  19. Re-add sinon sandboxes

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    0a7b0b2 View commit details
    Browse the repository at this point in the history
  20. Update helper-methods exports

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    51c3e27 View commit details
    Browse the repository at this point in the history
  21. Various debug work

    ryan-roemer authored and Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    30ca414 View commit details
    Browse the repository at this point in the history
  22. Set up internal impl to stub.

    ryan-roemer authored and Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    027b845 View commit details
    Browse the repository at this point in the history
  23. Pass env var for TEST_MODULE

    ryan-roemer authored and Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    fcf4fab View commit details
    Browse the repository at this point in the history
  24. Minor cleanup

    ryan-roemer authored and Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7bc2e99 View commit details
    Browse the repository at this point in the history
  25. Add test watch scripts

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    359ae82 View commit details
    Browse the repository at this point in the history
  26. Run prettier

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    372e0d9 View commit details
    Browse the repository at this point in the history
  27. Fix text size linter error

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f9fbb33 View commit details
    Browse the repository at this point in the history
  28. Upgrade karma

    Becca Bailey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3742284 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    9e63247 View commit details
    Browse the repository at this point in the history
  2. Fix LabelHelpers function

    This must have been an existing bug - there was a misnamed function here
    that was throwing an error with the new export syntax
    Becca Bailey committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    0b8f59c View commit details
    Browse the repository at this point in the history