Raynos / dom-delegator

Decorate elements with delegated events
MIT License
58 stars 16 forks source link

using evstore for vdom compatibility #18

Closed deepak1556 closed 9 years ago

Raynos commented 9 years ago

Yep. This is something I still need to do :)

Thanks!

AutoSponge commented 9 years ago

I loaded up @deepak1556 's example (browserified) in an IE8/Win7 VM and it worked when the appropriate shims were added. :+1:

kumavis commented 9 years ago

Just ran into this. Filed an issue on mercury before I found this

kumavis commented 9 years ago

@AutoSponge which shims? probly isArray, anything else?

kumavis commented 9 years ago

How can we resolve this implicit peer dependency? should vdom provide the delegator?

Raynos commented 9 years ago

@kumavis we just need to update dom-delegator.

deepak1556 commented 9 years ago

@Raynos is there anything else i need to update on this PR ?

Raynos commented 9 years ago

@deepak1556 nope.

Raynos commented 9 years ago

Added @deepak1556 as a collaborator.

Published v13.0.0

Raynos commented 9 years ago

Published as v13.0.1 >_>;

AutoSponge commented 9 years ago

@kumavis I used the cdn

kumavis commented 9 years ago

oh cool

The polyfill service selectively bundles browser polyfills based on the User-Agent header supplied in a request, [...]