Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cyclejs/dom

MOVED
https://github.com/cyclejs/dom

fix(DOMSource): fix missing type of events() stream

When using xs.create() we must specify the T type in the generic.

For issue https://github.com/...

4dbbefb54d22730b6e932e22aa373b49a752c2fe authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): build dist and bump to 10.0.0-rc13

9f4a82c9ea6d318d5bbb5e7ce4e54d1ff78278a3 authored over 8 years ago by Andre Staltz <[email protected]>
refactor(EventDelegator): use xstream _n() shortcut

instead of shamefullySendNext()

74453744fd4d592cb36de78b5b3a2b880f32e9e4 authored over 8 years ago by Andre Staltz <[email protected]>
feat(DOMSource): attach event listeners at isolated boundaries

Attaches event listners directly to isolated boundaries when possible.

Possible solution to cyc...

c2cb7f1c59ff8e76cb63526523ed44f0a1db5621 authored over 8 years ago by Andre Staltz <[email protected]>
perf(events): introduce EventDelegator and Map

DOMSource.events() was attaching a DOM event listener for each call to
events(). This was not a ...

5ecdfebc86459d9c463d81e762a04db9e2e624c5 authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): build dist and bump to 10.0.0-rc12

c30047fc179fbaff5c589e99fafb89ae00f36e0e authored over 8 years ago by Andre Staltz <[email protected]>
fix(DOMSource): properly handle non-bubbling events (#120)

* test(events): non-bubbling events should not bubble

* test(events): fix improper test

Th...

52759241ff3b00896247978353267a71345783cd authored over 8 years ago by Tylor Steinberger <[email protected]>
test(hyperscript-helpers): use svg helpers in tests

19577339a33b351207abc9f522c0c464207e507a authored over 8 years ago by Andre Staltz <[email protected]>
feat(hyperscript-helpers): add svg helpers (#118)

Add svg helpers to be exported by hyperscript-helpers

1716dfed2a1085186f27a2408c95660b5d2969d5 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(package): build dist and bump to 10.0.0-rc11

358fbf5793fc9b07a7f1f684d905e12002100a10 authored over 8 years ago by Andre Staltz <[email protected]>
fix(isolate): remove console.log for debugging

Again

19d2b651f54f16c9e8118eaea4046f48e82195f5 authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): build dist and bump to 10.0.0-rc10

6d5b2de6e845367c0324bf5f1271efbfb8564622 authored over 8 years ago by Andre Staltz <[email protected]>
fix(isolate): remove console.log for debugging

ab76231e08a651129b921e9efef5d6dbcd7b8983 authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): build dist and bump to 10.0.0-rc9

27b64f84b9dad4c459624d1f1e714e3849f9cc71 authored over 8 years ago by Andre Staltz <[email protected]>
feat(src): migrate from rx to xstream

Use xstream as the underlying stream lib.

72de51b521552c46dddaded4dec37c503d340c6d authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): build dist and bump to 10.0.0-rc8

8c463fbc615d9286de1bc80e32d2d0e5f5266598 authored over 8 years ago by Andre Staltz <[email protected]>
fix(makeHTMLDriver): adapt elements stream

Before returning HTMLSource.elements, adapt it to the current Cycle
run stream lib.

7be1f52df2c73b2897042dc2c94317d078e359ab authored over 8 years ago by Andre Staltz <[email protected]>
chore(package): bump to 10.0.0-rc7

3246d0e2aa0d980748987fa1f1d19b555ac56675 authored over 8 years ago by Andre Staltz <[email protected]>
Build 10.0.0-rc6

9d3519063ed3cd673a2a639785840bb366c050ac authored over 8 years ago by Andre Staltz <[email protected]>
feat(isolation): update isolation to not use css selectors (#116)

* feat(isolation): update isolation to not use css selectors

Creates a new snabbdom module, I...

961ff3d1a6c2388a5180e3500e7fd017bf464047 authored over 8 years ago by Tylor Steinberger <[email protected]>
feat(fromEvent): simplify fromEvent code (#114)

Since we now use event delegation to handle events, only one node ever has event
listeners adde...

1a69a796e93521255f4f058af1e10c393542dc7c authored over 8 years ago by Tylor Steinberger <[email protected]>
Fix badge links in README.md

790150cff4dba5ec157d5b687c10968ec4320bb4 authored over 8 years ago by Andre Medeiros <[email protected]>
9.4.0

bab50ca34718e2b9d8c24eccc2c00de226e57b35 authored over 8 years ago by Andre Medeiros <[email protected]>
Build dist/

6ee299f9e6cd691b9d614cdbecd74840fea067f6 authored over 8 years ago by Andre Medeiros <[email protected]>
Build dist/

8cb6fda4cbb6666b49b415b2f02657ea520fae28 authored over 8 years ago by Andre Medeiros <[email protected]>
9.3.0

824ead9f49ceead5724d83772404bea1a2ee8aa7 authored over 8 years ago by Andre Medeiros <[email protected]>
svg elements support for hJSX + tests

Addresses https://github.com/cyclejs/core/issues/254

4905b125e4cf08738ada356bf908e0114c1fc7c5 authored over 8 years ago by Wiktor Obrębski <[email protected]>
Bump to 10.0.0-rc5

92f0d81a64db813cd71c5616c20c7e12c18c8f3c authored almost 9 years ago by Andre Medeiros <[email protected]>
Bump to 10.0.0-rc4 and build dist

0a6095b5123750b2651ef2520c228cff05da3fc0 authored almost 9 years ago by Andre Medeiros <[email protected]>
Make all browser tests use RxJS5, and fix transposition

Transposition now takes the StreamAdapter from Cycle.run to use
that to convert inner streams to...

b9707454c3f02491dc22e10d01b78851c6958fc4 authored almost 9 years ago by Andre Medeiros <[email protected]>
feat(): update to work with cycle diversity

Adjust DOMSource to return adapted streams

Adjust DOMSource.observable -> DOMSource.element$
...

3cf288dbb3216bf63b546caadc8c1b8658e75c20 authored almost 9 years ago by Tylor Steinberger <[email protected]>
Bump to rc3 and build dist

3b257be84a21f9783b703262e195bffcbfad419b authored almost 9 years ago by Andre Medeiros <[email protected]>
Update rx-adapter to 1.0.3

4e5e3e93b2646ebe0eee0e1a5fc99575b9c54850 authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist

ddba5b982fcab7ef3a60167b3b4813962d7d993b authored almost 9 years ago by Andre Medeiros <[email protected]>
Add streamAdapter as RxAdapter on DOMDriver function

c51d9b720422e72911d9fb18cc6b8ee98156e95f authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist for v10.0.0-rc1

55a261f84ec0f7404301b089145ad53191d944e9 authored almost 9 years ago by Andre Medeiros <[email protected]>
Remove old source code

04c9287c0a5308755f23d43e73878c7f79d365fd authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix isolateSink for SVG vnodes

ebb71c70c1ce4f5d0875660f66229d5bec4276d3 authored almost 9 years ago by Andre Medeiros <[email protected]>
Adapt some isolation test cases for snabbdom

d1069e75cd26666b1ea6fce59496e6f512316e34 authored almost 9 years ago by Andre Medeiros <[email protected]>
Adapt an isolation test case for snabbdom

1c59752467e3f0a57a9ed3cde2e0dac38de0c9f3 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix some isolateSink issues so some tests pass

c276b4d889f87330ef2497a103d6ccbc46b1964a authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix src so tests related to events() and useCapture pass

1590e29e54ddd972154ec3062ec2f5eaf4158bbf authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix most tests for events()

f760affa53cd41b445cd82f27bbe0b06decb9cd9 authored almost 9 years ago by Andre Medeiros <[email protected]>
Adapt select() and SVG test case for snabbdom

df9018cd7d68f5dbf2a4c8564b65914058624b62 authored almost 9 years ago by Andre Medeiros <[email protected]>
Improve a transposition test, making it less brittle

d58df2ab48db2ef4e0e92f9c081deddbd4adba46 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix transposition-related tests and SVG related

9c1ddd9ccf25af7d946b89c078e79a2f9b2fea01 authored almost 9 years ago by Andre Medeiros <[email protected]>
Remove a virtual-dom specific test case

855a30344611e819f8a01735c3414dea038ef884 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix some package imports in TypeScript

7851e6e6d9eec4006a6166c41da0f52fbd1fec95 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix the import of snabbdom thunks

b3c8b25271240ab2d45c1a16863cb9b0f61b907a authored almost 9 years ago by Andre Medeiros <[email protected]>
Use snabbdom-jsx instead of hJSX

0da69b56545e26b6e16358314d4eb926aadf7607 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix first render to be the containerElement

1804e44fb26575772bd53c40a3b58384f720af2c authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix export of hJSX

4ec52f57844dc420d04feca988e9aeab890f7348 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix DOMSource isolateSink and isolateSource

ae16abea7f620f8074e5810b28dbba0e03271704 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix some tests/issues with mocDOMSource

ad3439929a19b1c41978d4de6f74fb442313fb07 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix some tests/issues with hyperscript

96713fa1ffee4b91576e3571c35013a3a84c5ce0 authored almost 9 years ago by Andre Medeiros <[email protected]>
Fix installation and some TypeScript errors

908258047ba2be2758f7d6be245f11b50a7bc238 authored almost 9 years ago by Andre Medeiros <[email protected]>
9.2.2

13f0ad0bf357d16be3004e5514d7703e9395479f authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

a20a60a7e1911f2d299f61d01ec3b1a5e155bf2d authored almost 9 years ago by Andre Medeiros <[email protected]>
Add tests mimicking those of PR #111

291d7238cf974f007e6a33655d83a975b0a66200 authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #111 from Cmdv/mockDOMSource-fix

fix(mockDOMSource): add empty mockedSelector

a8679783459054f03acbb52715a233538f77a4e2 authored almost 9 years ago by André Staltz <[email protected]>
fix(mockDOMSource): add empty mockedSelector

a950c841ddcdb3c2ff3afc06973b441368d0db72 authored almost 9 years ago by Vincent Orr <[email protected]>
9.2.1

4518c46ceee18d67365ec945c045f533ca1a7cfe authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

cbc4d713f6f9222ce5fce77621006da266e7d9b7 authored almost 9 years ago by Andre Medeiros <[email protected]>
9.2.0

aa2c59141c459234423e733b11bea832301795cf authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

b20d586430688e333701782f13848b343cfab766 authored almost 9 years ago by Andre Medeiros <[email protected]>
Add test mimicking that of PR #110

7c30f93f1fa041d813e63a4c3fa64c97f8f6e3e8 authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #110 from Cmdv/mockDOMSource-fix

bug() - mockDomSource chaining select() bug fix

690f6f16582f94b1354958bfec6de5aa041a8b91 authored almost 9 years ago by André Staltz <[email protected]>
bug() - mockDomSource chaining select bug fix

4810d33b0aaebf164c574e3ea8a57ba0614fa3c4 authored almost 9 years ago by Vincent Orr <[email protected]>
Make TypeScript compile and some tests to pass

5c91a1871c95fd0b85b651400704b46675b9181e authored almost 9 years ago by Andre Medeiros <[email protected]>
setup TypeScript project; write src mostly in TS

c814bdea699b92a367998f5c0e96628693efc68c authored almost 9 years ago by Andre Medeiros <[email protected]>
Update package.json for Snabbdom

5e2f5aef5d586be26451e983288a7cc3953a5e4c authored almost 9 years ago by Andre Medeiros <[email protected]>
Update README.md

b9f0c4842d21b359c9d22b4465a5e6358ac3a2cc authored almost 9 years ago by André Staltz <[email protected]>
Update README.md

e32a1ba86c46cdc6a018f98329b24b5b19135263 authored almost 9 years ago by André Staltz <[email protected]>
9.1.0

29f441aeaff688ad550fbd6504ad2070fd581447 authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

601d0cc06378c8455e8407f79868dddaf3ddc23a authored almost 9 years ago by Andre Medeiros <[email protected]>
Add docs for mockDOMSource().select().observable

395673cc2b6e612ab60a9c0e61d55665c752d60d authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #107 from chadrien/observable-mockdomsource

Add possibility to define the observable in mockDOMSource — refs #106

012bf3aa56a399ca7043ce9422d5206e9055f136 authored almost 9 years ago by André Staltz <[email protected]>
9.0.4

fb785aba06a8130893914daf44acf6b36321374b authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

cdb9a283cbe4cd1982142e298115f318e5cc49ba authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #105 from iambumblehead/master

added media events that do not bubble to list eventTypesThatDontBubble

6b3738ef90c1af52bfaa892e35a245113b2f1554 authored almost 9 years ago by André Staltz <[email protected]>
Add possibility to defined the observable in mockDOMSource — refs #106

5f42bb46f533fc7d224c1969f639647a80c0a7ef authored almost 9 years ago by chadrien <[email protected]>
added comma

c0fd46e2c5f675bcc7aad62084ea23a5e0dddac9 authored almost 9 years ago by chris <[email protected]>
removed duplicate timeupdate

0e79a7d368d073e7c6c8b70230ab913a16b75ac8 authored almost 9 years ago by chris <[email protected]>
added media events that do not bubble to list eventTypesThatDontBubble

bb1f349aa37b0ab17f4779857c3c1081d283485f authored almost 9 years ago by chris <[email protected]>
9.0.3

34c4aae63658a81a69b8a913e3f66d4c434d4836 authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

acc23d72ea7d10975e061396ad8d697ff6184ca2 authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #104 from iambumblehead/master

added `timeupdate` to list eventTypesThatDontBubble

cd427f30dbe147201813a66b1ba0cba656c0230e authored almost 9 years ago by André Staltz <[email protected]>
added `timeupdate` to list eventTypesThatDontBubble

added `timeupdate` to list eventTypesThatDontBubble

https://developer.mozilla.org/en-US/docs/...

68c65849406b9a4c1fa2dd409e42bcbc1cf37d41 authored almost 9 years ago by iambumblehead <[email protected]>
Add Microsoft Edge as browser to CI tests

2e6f7d3765add04312b793bdef27b2ef38f40de4 authored almost 9 years ago by Andre Medeiros <[email protected]>
9.0.2

4f187f925c956acc6234a3b4c5d2393db229d302 authored almost 9 years ago by Andre Medeiros <[email protected]>
Build dist/

52d5c1f1b7b8098eb28a5451fb24a581095b4ed9 authored almost 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #94 from joakimbeng/patch-1

Bump hyperscript-helpers to 2.0.3

7eddf0af0bd8cce43da8140fc403bb42683846d8 authored almost 9 years ago by André Staltz <[email protected]>
Bump hyperscript-helpers to 2.0.3

ba01e33fb32efbf6bd3ffb1e28a23082e17d788e authored almost 9 years ago by Joakim Carlstein <[email protected]>
Add Sauce Connect addon to Travis yml

0b1e1816a8367a6c724f95a65e8056542b50ae4d authored about 9 years ago by Andre Medeiros <[email protected]>
Upgrade Travis to container-based infrastructure

5b2ba85e42b1d40b653ef1e1589c9497cc0d3b83 authored about 9 years ago by Andre Medeiros <[email protected]>
9.0.1

59b2a1375a1ab0767fc93621dfbc4f6f185adcf5 authored about 9 years ago by Andre Medeiros <[email protected]>
Update README.md regarding hyperscript-helpers

5d909ae76e34d31f4f62623ab44757eaeba22151 authored about 9 years ago by Andre Medeiros <[email protected]>
Update uglify.js to 2.6.1

532e231ddfc8986f1cf558ebf67327d95fb9a5cb authored about 9 years ago by Andre Medeiros <[email protected]>
Update some basic devDependencies

69aca031102f3562270b8ced1b1e274c68e22034 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #89 from cyclejs/introduce-ownerTarget

Add ownerTarget property to events, clone of currentTarget

6435f66f7f57977e9145034fc17327e4d76717a2 authored about 9 years ago by André Staltz <[email protected]>