Ecosyste.ms: OpenCollective

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

github.com/cyclejs/dom

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

Drop support for IE9 until we actually have support for it

19d3eef21ba8da105014906623a56febcb5235e4 authored about 9 years ago by Andre Medeiros <[email protected]>
Make tests for issue 89 less time sensitive

0544b45d0c75d73e87d552370ca9238c61b5eb2d authored about 9 years ago by Andre Medeiros <[email protected]>
Add ownerTarget property to events, clone of currentTarget

For those cases where currentTarget cannot be mutated in some browsers.

6cda66ae7def1377e68935b3f3bca1aaadbb6dd9 authored about 9 years ago by Andre Medeiros <[email protected]>
9.0.0

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

7619f956e01cc9dc8e3c82cabc7567443ea20e75 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix event bubbling simulation in events()

6020cb34f3881420453e2dda33bb54f2aa4f9f89 authored about 9 years ago by Andre Medeiros <[email protected]>
Rework useCapture option in events() function

Automatically set useCapture to true for some whitelisted events: focus,
blur, mouseenter, etc. ...

78e66f0d48eedd9948256901fbb9fbdfc98dade5 authored about 9 years ago by Andre Medeiros <[email protected]>
Refactor events(), removes unnecessary code

bda06eb6df4f987b8edad89be684ed09fa0b1d53 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix events() to catch events that bubbled up the tree

Read more at #87.

399b2bd8c6ed24aa415b93ac926570d31f60c62d authored about 9 years ago by Andre Medeiros <[email protected]>
Refactor browser tests into categories

- DOM Driver
- Rendering
- Select()
- Events()
- Isolation

eebc882cc75f13a23e2e242b06a0e1771d4d0092 authored about 9 years ago by Andre Medeiros <[email protected]>
8.1.0

3d242da653961c0cd5b081c3d8da3087e4659c14 authored about 9 years ago by Andre Medeiros <[email protected]>
Build dist/

52a3bd4fca3708de35378a74075ba4afd6bf7826 authored about 9 years ago by Andre Medeiros <[email protected]>
Replace the useCapture test case with a more reliable one

0e3edb184ebafce7dcc35da19e56b15075ac3453 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix test/browser/page/index.html script addresses

2c10e5ac586a6efdea75e1941b40e9bdf6d44bc7 authored about 9 years ago by Andre Medeiros <[email protected]>
Speed up mockDOMSource tests a bit

effd3845fc4a34c8cccb8edbe6db743a2a55fc2f authored about 9 years ago by Andre Medeiros <[email protected]>
Make useCapture events() test more robust

Avoid using el.blur(), using instead dummyElement.focus().

2e7eecf740d5da7ce2102032aa517c059469c49b authored about 9 years ago by Andre Medeiros <[email protected]>
Make useCapture test case more robust to timing

e725461d49ec1a8149280f1352dab037a742561d authored about 9 years ago by Andre Medeiros <[email protected]>
Fix isStrictlyInRootScope for IE browser

2b28b27242a0933efbbe82fe2f344fb1d7b06efe authored about 9 years ago by Andre Medeiros <[email protected]>
Fix an ill-defined test for isolateSource

The test was calling done() multiple times. Refactored the test.

95ff4eb6fd17c30cc603b7f5425c1fc9d30ddc88 authored about 9 years ago by Andre Medeiros <[email protected]>
Replace event.srcElement with event.target

Related to issue #85.

6403b1afad6d27600c4c405e0d8798481a7c1d2d authored about 9 years ago by Andre Medeiros <[email protected]>
Avoid using function bind() for IE support

527e63ab91d7cd55cec8cd87bf25a442ce4715c3 authored about 9 years ago by Andre Medeiros <[email protected]>
Implement events() without prior select()

Resolves issue #84. Allows sources.DOM.event() to be called directly
without an application of s...

a0c9769438139baa170b03837085b06b7f9ff106 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix performance issue #85

Replace existing select().events() implementation with an event
delegation pattern: only the roo...

87db2b9e3919dc692bcabe5e58fec04ff5c6229c authored about 9 years ago by Andre Medeiros <[email protected]>
v8.0.0 Cycle Nested

354fd5ab404a5ff220b3737c10e5852add7fdbab authored about 9 years ago by Andre Medeiros <[email protected]>
Merge branch 'auto-scope' into master

cc1fbb30a04cfbff75e8d0ee3c6b536161c90d9a authored about 9 years ago by Andre Medeiros <[email protected]>
Release version 8.0.0-rc9

aea159aea0eb7cee6d60d33a59e939679064d80f authored about 9 years ago by Andre Medeiros <[email protected]>
Clean-up two minor issues in tests render.js

4ff7023eb066056aea3da6900154b9dcde971c05 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix issue #81: SVG roots should be selectable when isolated

Add test case, and add solution proposed by @laszlokorte in #81.

8a2c91c5b4b06bec7b90b5fa9bdd6bd808df0f73 authored about 9 years ago by Andre Medeiros <[email protected]>
Add more isolation tests, separate isolation tests in a file

isolation tests were moved from render.js to isolation.js.

This commit adds one test to address...

2f85a98b6dd200ba8a9bd0758a7678a6b3572743 authored about 9 years ago by Andre Medeiros <[email protected]>
Release version 8.0.0-rc8

241e35f7ae6c4aa7041c0be0e347d98d21c38cf2 authored about 9 years ago by Andre Medeiros <[email protected]>
Change/improve isolation semantics to fix #80 and #82

Heavily changed the semantics of isStrictlyInRootScope(). It now
represents elements contained i...

0f9aa0b8f6393857e5c8df05824b3a1f8176bcb6 authored about 9 years ago by Andre Medeiros <[email protected]>
Release 8.0.0-rc7

204cd84873878957e7389822d69dda333da9a55c authored about 9 years ago by Andre Medeiros <[email protected]>
Change makeDOMDriver() API to use options object

To receive option parameters such as onError.

d547ab0bd63f3550dbe30f88af05919b6903a672 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #77 from laszlokorte/error-log

Dom Driver error logging

ed29e1bd013879476f900025c51889eb65a0c409 authored about 9 years ago by André Staltz <[email protected]>
Merge pull request #79 from laszlokorte/svg-observables

Observables inside SVG nodes

f52fa91230ac231e52bcb08d4fd09fc58b651d47 authored about 9 years ago by André Staltz <[email protected]>
Merge pull request #76 from laszlokorte/auto-scaope-syntax-fix

Fix syntax in test case.

8049f950a0d1b7d6cc22a4a6fb7a65a898f568f3 authored about 9 years ago by André Staltz <[email protected]>
add support for svg nodes containing observables

38efb7213ab99f8f4208943de842841ae80ac04f authored about 9 years ago by Laszlo Korte <[email protected]>
add error callback parameter to makeDomDriver

d508606e620a3c5885f028f70061ca97ae13e9af authored about 9 years ago by Laszlo Korte <[email protected]>
simplify test case

c52252dad6495b050de42688078ad4a8802108e6 authored about 9 years ago by Laszlo Korte <[email protected]>
fix syntax error in tests

88ea82a21a1872ddea51340c2bbf2623e6149258 authored about 9 years ago by Laszlo Korte <[email protected]>
Release version 8.0.0-rc6

4c8e258a0a69d79d6e5dd4c188c972219b14aa46 authored about 9 years ago by Andre Medeiros <[email protected]>
branch 'laszlokorte-auto-scope-transposition-fix' into auto-scope

6a94835f1bddbb40ecd9fd63720b5ed847ca00c8 authored about 9 years ago by Andre Medeiros <[email protected]>
Rephrase test case for issue #71

22535041209e83b24ff32694c959cd542718bac6 authored about 9 years ago by Andre Medeiros <[email protected]>
fix transpostion to ignore old nested observables

fixes #71

b3becc1399b21ec0ff247039587e5c3cfa847110 authored about 9 years ago by Laszlo Korte <[email protected]>
Release version 8.0.0-rc5

1c572e66b7bee5ed65a47bda96cc6bedad6e22a1 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix isolateSink className redundancy bug

Read issue originally from issue #188.

191efced7b2d6c231d9fd836e795c77d9f0e3073 authored about 9 years ago by Andre Medeiros <[email protected]>
Add test for PR #69 (isolateSink on vtree with no className)

7289ac58df21a2877b839497fa073ce02dbc7311 authored about 9 years ago by Andre Medeiros <[email protected]>
Improve hJSX documentation regarding data- attrs

f0cd183ec561153de181018eeee88ac64f10dc02 authored about 9 years ago by Andre Medeiros <[email protected]>
Release v8.0.0-rc4

a95263565877db74b9acb154a452be098591591d authored about 9 years ago by Andre Medeiros <[email protected]>
Merge branch 'auto-scope' of github.com:cyclejs/cycle-dom into auto-scope

b865abc5bdf94b46db985e4f54ad172b1811ba16 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #68 from laszlokorte/auto-scope-fix-svg

fix classList access for SVG elements on iOS6

6bf368354918606324ca9df22f5255d84674e12c authored about 9 years ago by André Staltz <[email protected]>
Merge pull request #69 from naruaway/auto-scope-bugfix

Fix a bug in isolateSink() (auto-scope branch)

ec01aa675300d789684f49560d657be9571df318 authored about 9 years ago by André Staltz <[email protected]>
Fix a bug in isolateSink()

This commit fix a bug below.

if a ```vtree``` has no class name, ```vtree.properties.className`...

a8a34f13de8a17071b06897c16de38a670aac831 authored about 9 years ago by Naru <[email protected]>
fix classList access for SVG elements on iOS6

The webkit version used in iOS6 does not implement classList for SVGElement. The className of th...

46e3790bf469e244e45893049b5f1940c4b9800d authored about 9 years ago by Laszlo Korte <[email protected]>
Build release candidate 8.0.0-rc3

716ec00758731c9ba1940597b69aaa26a5f0466b authored about 9 years ago by Andre Medeiros <[email protected]>
Merge branch 'laszlokorte-auto-scope-fix-svg' into auto-scope

87ae5a1912d28619510cd1ff24ab35026774788c authored about 9 years ago by Andre Medeiros <[email protected]>
Fix isStrictlyInRootScope() for IE8/9

4173b3598e856a0ba00e9ce160ca41bec60e684e authored about 9 years ago by Andre Medeiros <[email protected]>
fix svg element selection

fc26ec369defd0bc8d6bcd999c99ccf4d9d3a264 authored about 9 years ago by Laszlo Korte <[email protected]>
Build release candidate 8.0.0-rc2

58d8af8e93c93a41fe0eadd4dfdf2714970d0a3e authored about 9 years ago by Andre Medeiros <[email protected]>
Allow DOM.select() to select an isolation boundary

c4e1cd960ac04cf37edad95833a87364e20c1f9b authored about 9 years ago by Andre Medeiros <[email protected]>
Build release candidate 8.0.0-rc1

36f6c28c78e3f022c038a87779d4acef686cfdc4 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #64 from Frikki/auto-scope

chore(package): update dependencies

60bc9277db8a1c4e59742c7a21d888ef8bfdc317 authored about 9 years ago by André Staltz <[email protected]>
chore(package): update dependencies

vdom-to-html 2.1.1 => 2.2.0
babel 5.8.23 => 5.8.29
babelify 6.3.0 => 6.4.0
browserify 11.2.0 => ...

1c6c28a274499130e4a289f69a9feb0525bb9fd5 authored about 9 years ago by Frederik Krautwald <[email protected]>
Remove peerDependency requirement on @cycle/core

9393336c8c11d65b12e712c80ad1974a1c316807 authored about 9 years ago by Andre Medeiros <[email protected]>
Upgrade dependency to Cycle Core v6

b9170121db101ffae1f5a92bbbd952d92369fc4e authored about 9 years ago by Andre Medeiros <[email protected]>
Remove Custom Elements

245158c48a66496ce6ceaaf26dfb9a7d8dba336a authored about 9 years ago by Andre Medeiros <[email protected]>
Fix export of hyperscript helpers functions

3504376c9b0b2fc47b23c396d2b2afdaf2e2c7b3 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #63 from Cmdv/auto-scope

#186 Integrate hyperscript-helpers into cycle dom

43221547b02ce403b06e3c701f9b81f584beed1d authored about 9 years ago by André Staltz <[email protected]>
refactor import issue, update docs

84afd43f60b3f41bb2b62d1f7285252d8f0be0da authored about 9 years ago by Vincent Orr <[email protected]>
adding more tests

f3b661ce99d633cd6d110532baa9a4595b8d2bb7 authored about 9 years ago by Cmdv <[email protected]>
implemented hyperscript-helpers and started on tests

88d638221acef5dbcb9f02d142ce1871d91faa5c authored about 9 years ago by Cmdv <[email protected]>
Rename request=>sink and response=>source in a test case

394504e5d30c5581f9edcdd1fb4be9540f968862 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #61 from Cmdv/auto-scope

typo fix (cycle-dom)

c829989ca655fd84ab8bcaccda3a98cf018a99b3 authored about 9 years ago by André Staltz <[email protected]>
typo fix (cycle-dom)

b5a78cb405ee50a7d715c25960879c03e09904f1 authored about 9 years ago by Vincent Orr <[email protected]>
Refactor/simplify isStrictlyInRootScope()

569ee607206ed8e318cfe053c63814d272bcb08f authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #59 from Frikki/auto-scope

Auto scope

2733aabef79bc8654b525f35e7bba195f78a46fb authored about 9 years ago by André Staltz <[email protected]>
fix(render-dom): avoid early termination loop in `isStrictlyInRootScope`

Move `someClassIsForeign` declaration and function return statement outside loop.

8825a7e01289cb10c1fbf5b78dfd5ace84712f11 authored about 9 years ago by Frederik Krautwald <[email protected]>
test(render): add `done()` to test timing out

Add `done()` to *should have the same effect as DOM.select()* test.

7109c0385b2bd8961457e490c20aeed0ce694f6c authored about 9 years ago by Frederik Krautwald <[email protected]>
test(custom-elements): fix timing

10 ms interval fails; 11 ms interval passes.
Seems like it’s definitely hardware related.

1966896837c2ed8bee05b73d0081a7871b3b096d authored about 9 years ago by Frederik Krautwald <[email protected]>
Merge remote-tracking branch 'upstream/auto-scope' into auto-scope

3b33ed04d194d1fd93255302ca5951be522cb5db authored about 9 years ago by Frederik Krautwald <[email protected]>
WIP isolation from children scopes

79fe596d794093e3ea9fab0dee2eee2222dbed82 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge branch 'master' into auto-scope

55e6beb1026a3d2e265296b9f8062a56f3c7b58b authored about 9 years ago by Andre Medeiros <[email protected]>
Merge remote-tracking branch 'upstream/master'

6cab8e81d7e03b59f09316a3c9e00bf8f39961ad authored about 9 years ago by Frederik Krautwald <[email protected]>
Merge pull request #58 from Frikki/performance

test(browser): add performance test

e876692101e05c5e0e9c73b78a1b51b2996e3b71 authored about 9 years ago by André Staltz <[email protected]>
test(browser): add performance test

Execute `npm run test-browser-perf` from the command line.

79d9fceb9885d370c88ab546120889c995e62921 authored about 9 years ago by Frederik Krautwald <[email protected]>
7.1.1

078744b171b27d881d62f9b3d530b270bb95933c authored about 9 years ago by Andre Medeiros <[email protected]>
Fix dist to use browserify-shim for Rx

99b4b6a8399686d533a76278ac0db0cada11aa62 authored about 9 years ago by Andre Medeiros <[email protected]>
7.1.0

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

fedf993aa8c239748a09b6005938900cc8a360b2 authored about 9 years ago by Andre Medeiros <[email protected]>
Allow transposition to handle virtual-dom thunks

008f990634c34170d5da3df9f492fa098b44de5b authored about 9 years ago by Andre Medeiros <[email protected]>
7.0.0

bb0e7fc35f7e349c3e70a6df7a583e21d588cdb5 authored about 9 years ago by Andre Medeiros <[email protected]>
Update markdox

64098c4437df7fa93b42ba4c514892d6db8f1546 authored about 9 years ago by Andre Medeiros <[email protected]>
Update mocha and testem

b10abeb28d537ba5101f4ea73b2973c1da70a4d2 authored about 9 years ago by Andre Medeiros <[email protected]>
Update browserify, babelify, uglify

382684b4cd4ade0b8868d1ef7f95c5cb4bfbe6ec authored about 9 years ago by Andre Medeiros <[email protected]>
Update Cycle Core peer dependency to 5.x

92db973abb901412b12f8a7522d8c49ff186b9b0 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix another typo

c7eb13e6433276fe7b3e153f41fd78d05d2fe8aa authored about 9 years ago by Andre Medeiros <[email protected]>
Fix typo in faq

cb6129e01b99d8cdde22ce6c7498fc08e2be6d66 authored about 9 years ago by Andre Medeiros <[email protected]>
Add FAQ.md, starting with React vs virtual-dom

5342fb59e975cc6ed0861d8e856ef01e452dbcb8 authored about 9 years ago by Andre Medeiros <[email protected]>
Build dist/

d05e1758b0857255258ee39716f111d7f18af72c authored about 9 years ago by Andre Medeiros <[email protected]>
Update @cycle/core devDependencies

5ac6984dede881a6be22b3e14f84ddb709d8a378 authored about 9 years ago by Tylor Steinberger <[email protected]>