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

createLocalVue errorHandler Option #1670

Merged

Commits on Aug 26, 2020

  1. Copy the full SHA
    48f1c14 View commit details
    Browse the repository at this point in the history
  2. refactor(createlocalvue): rename createLocalVue to _createLocalVue

    Rename createLocalVue to _createLocalVue to indicate private use
    AtofStryker committed Aug 26, 2020
    Copy the full SHA
    808fe89 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Copy the full SHA
    98103d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc3be6c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0dca580 View commit details
    Browse the repository at this point in the history
  4. improvement(_createlocalvue): allow registration of user defined config

    Allow VueConfig to be passed in via createLocalVue to be registered on the created vue instance
    AtofStryker committed Aug 27, 2020
    Copy the full SHA
    094e7db View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. improvement(find): add findAllParentInstances to the find API

    add findAllParentInstances method to traverse a component's parent to find globally registered
    properties via createLocalVue
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    3db2482 View commit details
    Browse the repository at this point in the history
  2. improvement(mount): pass localVue into mounted createLocalVue

    Pass localVue into mounted createLocalVue to register localVue properties on component
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    f1005a9 View commit details
    Browse the repository at this point in the history
  3. improvement(error): call user defined errorHandler if defined

    Call the user defined errorHandler created on the localVue instance via createLocalVue. This is
    called in the VTU global error handler
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    72f1fdb View commit details
    Browse the repository at this point in the history
  4. improvement(createlocalvue): add tests to createLocalVue errorHandler

    add tests to createLocalVue errorHandler to test invocation on sync and async throws
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    55647c4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8bbc3d1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    75d0afc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ba9f677 View commit details
    Browse the repository at this point in the history
  8. fix(createlocalvue tests): wrap createLocalVue async test in try/finally

    Wrap async error test for createLocalVue errorHandler in try/finally to prevent global errors
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    3272a85 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5783bb6 View commit details
    Browse the repository at this point in the history
  10. improvement(find and error): add additional type safety to find & error

    Add additional type safety to find and error for older versions of vue that might propagate a vm
    value of null/undefined
    AtofStryker committed Aug 28, 2020
    Copy the full SHA
    5ed0f28 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d73e8d9 View commit details
    Browse the repository at this point in the history