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

feat(wrapper): allow destroy() method to work with functional components #1188

Merged
merged 11 commits into from Mar 22, 2019
Merged

feat(wrapper): allow destroy() method to work with functional components #1188

merged 11 commits into from Mar 22, 2019

Commits on Mar 16, 2019

  1. feat(wrapper): allow destroy() method to work with functional components

    Currently when calling `wrapper.destroy()`, only non-functional components are removed from the DOM.
    
    This PR allows functional components to be removed from the DOM as well.
    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    2b1ef0a View commit details
    Browse the repository at this point in the history
  2. Update wrapper.js

    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    319e7da View commit details
    Browse the repository at this point in the history
  3. Update destroy.spec.js

    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    5119f57 View commit details
    Browse the repository at this point in the history
  4. Update wrapper.js

    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    c758262 View commit details
    Browse the repository at this point in the history
  5. Update wrapper.js

    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    c43e6a9 View commit details
    Browse the repository at this point in the history
  6. Update destroy.spec.js

    tmorehouse committed Mar 16, 2019
    Copy the full SHA
    bbe1b0a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Update destroy.md

    tmorehouse committed Mar 17, 2019
    Copy the full SHA
    d1027a5 View commit details
    Browse the repository at this point in the history
  2. Update options.md

    tmorehouse committed Mar 17, 2019
    Copy the full SHA
    5dfed27 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Update docs/api/options.md

    Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
    eddyerburgh and tmorehouse committed Mar 22, 2019
    Copy the full SHA
    5f73805 View commit details
    Browse the repository at this point in the history
  2. Update docs/api/wrapper/destroy.md

    Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
    eddyerburgh and tmorehouse committed Mar 22, 2019
    Copy the full SHA
    8f279e8 View commit details
    Browse the repository at this point in the history
  3. Update docs/api/wrapper/destroy.md

    Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
    eddyerburgh and tmorehouse committed Mar 22, 2019
    Copy the full SHA
    8d6b768 View commit details
    Browse the repository at this point in the history