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(base): Add initialization, DOM events wrapper to component API. #4915

Merged
merged 1 commit into from
Nov 16, 2016

Conversation

traviskaufman
Copy link
Contributor

  • Adds an initialize constructor hook that is called after the root
    element is attached, but before getDefaultFoundation is called.
  • Adds a simple way of adding / removing event listeners from a
    component's root node, without needing access to the root node itself.

Needed for #4475
[#126819221]

* Adds an `initialize` constructor hook that is called after the root
  element is attached, but before `getDefaultFoundation` is called.
* Adds a simple way of adding / removing event listeners from a
  component's root node, without needing access to the root node itself.

Needed for #4475
[#126819221]
Copy link
Contributor

@sgomes sgomes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this should make things easier!

@traviskaufman
Copy link
Contributor Author

running these tests one more time and if they're still flaky I'm merging and submitting a PR to bump up our SauceLabs timeouts (yet again)

@traviskaufman traviskaufman merged commit 75b8fd0 into master Nov 16, 2016
@traviskaufman traviskaufman deleted the feat/base-initialization-and-events branch November 16, 2016 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants