Ecosyste.ms: OpenCollective

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

github.com/snabbdom/snabbdom

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
https://github.com/snabbdom/snabbdom

fix #291

f3354732bf95103322fa1610e64fb4c71332f199 authored over 7 years ago
Merge pull request #271 from mightyiam/type

type VNode props (fixes #264)

8f75eb9aef2ccca19fb82a81e0af04da12874c4f authored over 7 years ago
Bugfix: thunk function called two times

PR #273

* Separate test blocks with newlines
* Add a đź”´ failing test that highlights the bug,...

1826bcd3c6458eaa3d7b4357bba0583e4195c1de authored over 7 years ago
PR for issue #262 (remove draggable for boolean attributes)

f7aa66d8653498c06b0031abd7c9f5ed9517aa8f authored over 7 years ago
Update and improve section "Using Classes in SVG Elements", taking #276 into account (fix SVG selector classes)

f102bb7ccdc853fd24a71c66ffbde917ce4253eb authored over 7 years ago
Update `h` signature; children nodes can now be undefined or null

Required now that #226 is implemented.

c5d513dfd90fca1188e63cf8abac5cc3eb06bdcf authored almost 8 years ago
improvements to VNodeData types

4adbd971cba738c38d6158b38fdb81a6509d1553 authored almost 8 years ago
Merge branch 'master' into type

08650378be2e9eff9d4ca0d5983d9cab921c2dd2 authored almost 8 years ago
Use elm.setAttribute('class', ...) instead of elm.className = ... to make it work in SVGs

c37321ca12c71c7f0194f22e78c6fc7427a60a6b authored almost 8 years ago
Remove trailing heading ###

De nit

de8509e5c0337ebc24974b748581df8220619d0b authored almost 8 years ago
Added dataset module docs

741b382696b1ccc42e5f9b68f7dc8dc9b77add42 authored almost 8 years ago
Fix type-o

18343d1f922442af732eb1eed79079abe77fbaab authored almost 8 years ago
Merge pull request #272 from Reon90/patch-2

Add Tung to README

97b5dcb1051f25fc27762ed6a1529800c479c93f authored almost 8 years ago
Add Tung to README

33cc60b8638e83210f148918c954bc1f9244a699 authored almost 8 years ago
type VNode props (fixes #264)

9dfa5d6f3c7c944b34c099421a8b033f4739e056 authored almost 8 years ago
Merge pull request #269 from jvanbruegge/patch-1

Replace snabbdom-jsx with snabbdom-pragma

250a5d76355170129e1adf62daa923fd3fc36524 authored almost 8 years ago
Replace snabbdom-jsx with snabbdom-pragma

fixes #248
As snabbdom-jsx and snabbdom-jsx-babel hadn't had an update in 7 to 8 month and expe...

c7488d784fcc4974d0cc55ea73e78d54954e4f51 authored almost 8 years ago
Merge pull request #267 from pmros/patch-1

Add Cyclow framework to README

020835fa0b7670be308be004e75834bf1b91960b authored almost 8 years ago
Add Cyclow framework to README

Cyclow is a new reactive frontend framework for JavaScript I've created. It uses Snabbdom. Pleas...

c117be989e5fd4b763281addf794ecfedec508a7 authored almost 8 years ago
Performance improvement for attribute patching: (#257)

* Performance improvements for attribute patching:
- Avoid call to split and use a object looku...

4ede863df21fcf9eccd9c33fe36b55a9209e5245 authored almost 8 years ago
Version 0.6.7

6f12fdc9ddd6eb277316c276333657b1a6eea5b1 authored almost 8 years ago
Update bundle

efb203ed214cc7554843a7837763facd2fa1120f authored almost 8 years ago
Version 0.6.6

dc837b70f9ddad4447f1b232a995434286781c2f authored almost 8 years ago
Merge pull request #255 from snabbdom/set-boolean-attributes-correctly

Set boolean attributes correctly according to spec

e923478dcd2342420d2bc51f2719f332764738bb authored almost 8 years ago
Set boolean attributes correctly according to spec

511b29a6a65cdaf891f0ef691a9582eb11f3df72 authored almost 8 years ago
Version 0.6.5

9910df92b383d31130ee36174f3db3c55dd17c28 authored almost 8 years ago
Update gulpfile to bundle tovnode.js too

2135b65b30b35949208eba81470346e3a078f6e7 authored almost 8 years ago
Merge pull request #253 from Steelfish/master

fix tovnode to ensure text elements can be removed

69a6ab7f0bdfa8a7e9c706d565e7c018add47a57 authored almost 8 years ago
fix tovnode to ensure text elements can be removed

1a0adb1c95e58fc75f1767778af9c82a798c1552 authored almost 8 years ago
Merge pull request #245 from emilniklas/patch-2

Add Tweed to the list of example projects

b98f5a91a254a11e7d58e530988d5e77e0c8d737 authored almost 8 years ago
Add Tweed to the list of example projects

94780592c6a4a662df03b70fc6812c4d479b05a1 authored almost 8 years ago
Merge pull request #234 from caridy/create-workflow-to-align-with-update

Create element workflow should align with update element workflow

9ee3be8b5ae5c519c3d4a27392cb4e216d120c4a authored almost 8 years ago
Merge pull request #239 from staltz/dataset-fix

Fix dataset module to support old browsers

12abb54ee18daf60fefb2979acfac99e98bebed3 authored almost 8 years ago
Fix dataset module to support old browsers

At least IE10 does not support the elm.dataset property, so we must use
elm.removeAttribute and ...

c368eb31632e8ab46d4f3dc649f88ea248314147 authored almost 8 years ago
Version 0.6.4

062936dbf1005412ff4c942373019e1c187f1f5a authored almost 8 years ago
Merge pull request #242 from staltz/fix167

Introduce toVNode() to reconstruct root element as vnode

549de52bf843d42223e3ae3426aca1bf9bfb878b authored almost 8 years ago
Introduce toVNode() to reconstruct root element as vnode

This commit addresses issue #167. Previously, in snabbdom v0.5.0,
patch(element, vnode) would al...

a0033a635d673b74b51db48038098db010d527de authored almost 8 years ago
Merge pull request #232 from nunocastromartins/handle-null-children

Support for null/undefined children

9be854410ea39eea996eeca2dc48f3b7d07686d7 authored almost 8 years ago
Fix #226. Support for `null`/`undefined` children

This commit makes the patching algorithm ignore `null` and `undefined`
children. This means that...

367eef52f88c394d8e980d6bd60eaa080ea60d22 authored almost 8 years ago
Merge pull request #229 from pedrosland/feature/comments

Add ability to create comment nodes

3efe5612d738ee8ec1f6a9f57bd5d99849771e8f authored almost 8 years ago
Merge pull request #228 from zhulongzheng/master

Fix compatibility issue of String.prototype.startsWith

6ccf6f457d370d1f049a1cb093f5a018224d8634 authored almost 8 years ago
Merge pull request #237 from jamen/master

Add reference to "snabby"

c1d0cdccf9617a4c609ed7d1764c30c0aef2e690 authored almost 8 years ago
Punctuation

b39d1c9de9bfe44ddb18b32100a4d22756589a1e authored almost 8 years ago
Add reference to snabby

fc3749e1a86241b60f9aaaedc70aa6fde133ace9 authored almost 8 years ago
Create element workflow to align with update element workflow

6594a20fdef585d13b61181104e684961a651f87 authored about 8 years ago
Update of #228

18ef17db31491567983864b2aae754fff8f2aaf8 authored about 8 years ago
Add ability to create comment nodes

bb86adef8cf6d98f0272a20c3bdf3b0262b74a14 authored about 8 years ago
Fix compatibility issue of String.prototype.startsWith

f6eacf3993256a773f20738fbc8b5d3450f112bc authored about 8 years ago
Version 0.6.3

f143528e2e6ebff936d76644a8187512368e77c2 authored about 8 years ago
Fix modules/module file to be TypeScript source

In order for other TypeScript code to consume snabbdom's TypeScript
correctly, we must "export" ...

1b0163cb947b7af68ed4c7646005074021f5c6e4 authored about 8 years ago
Version 0.6.2

3455d1dc2169012607b511b4b5c840fc19ba9d95 authored about 8 years ago
Fix hooks file to be TypeScript source

In order for other TypeScript code to consume snabbdom's TypeScript
correctly, we must "export" ...

ef8b60993ba25e2a82ab82fcd512224de350cb31 authored about 8 years ago
Merge pull request #221 from caridy/better-support-for-data-memoization

[perf-optimization] skip unnecessary work in modules when possible

e76e06a28ea52eaad92707ef7c139bb8deb2ea1b authored about 8 years ago
[perf-optimization] skip unnecessary work in modules that can support memoization of the data structure consumed by them

687db9f99bae490cceb8ebf4b38d96167689f502 authored about 8 years ago
Merge branch 'use-typeof'

673e2a7e7b761d88817b75c49e5c1528c63c802e authored about 8 years ago
Version 0.6.1

e570f4cf03f3d6f5f1f7fc179771c039416833fe authored about 8 years ago
Add npmignore

19b135b1f5bc06157e17b42bbe4b3b4b16678443 authored about 8 years ago
Version 0.6.0

0483640fa3249d21a2f9b644c542374d38714baf authored about 8 years ago
Merge pull request #210 from aronallen/fix/ie11svg

use parentNode instead of parentElement

7da866270a447b59ecf784a68e64d71949a4a400 authored about 8 years ago
updated description of test

d8bd32f1e56410ab28eed495801d0819d8fdcc60 authored about 8 years ago
added test

166b8eca23bc6d97005d460805aec5e54fbc8402 authored about 8 years ago
removed all references to parentElement, changed to parentNode. updated types

fa88c0e8883ba21043c962bcec44abd151d438e9 authored about 8 years ago
Merge pull request #213 from tdumitrescu/svg-ns-fix

Fix Custom Element creation when tag name begins with 'svg'

3bd006815648e72a8193e106e0ecbb9ff197bc7c authored about 8 years ago
Fix Custom Element creation when tag name begins with 'svg'

The check at https://github.com/snabbdom/snabbdom/blob/f79af828/src/h.ts#L37
is too loose, and e...

72cdb52e1d9f9899cbdd2f4ba5aada24038ee907 authored about 8 years ago
Merge pull request #208 from jbucaran/fix-svg

Check that children data !== undefined before calling addNS

5e2f6ec9b76d55ae9c368e416df27eba2a241396 authored about 8 years ago
use parentNode instead of parentElement

bec0d9ab80be1edba321642b37dbf8e711f6e83e authored about 8 years ago
Check that children data !== undefined before calling addNS

Otherwise svg is broken.

00b9224d851badb718c37d13ad8d3a011cbb805b authored about 8 years ago
Typing for module hooks and `h` data

27993fcadf75870cf7b7f7b5bbc8cdebb5e64ec5 authored about 8 years ago
Cast `elm` once

9a21abafcb0ae7837c31eada24138cd1a0e05c1c authored about 8 years ago
Satisfy strict null checks

dccd3d4800e635875b0cb9aaee9dc9eb466e9973 authored about 8 years ago
Merge pull request #195 from jlesquembre/css-variables

Add support for css variables

f79af82881ef81e31b1b74f6974e84eff8b9842a authored about 8 years ago
Tweak types, reduce casting

f552b0e8eda30a84e59f212e98651463ec71a53f authored about 8 years ago
Add support for css variables

ccbf30f0c6c7a7f54515e698145296885d99e52e authored about 8 years ago
Merge pull request #188 from zhulongzheng/patch

Fix bug of updating one child with same key but different sel.

cd952ac52f93f1a554b5b92728d66fcb17c6bf7f authored about 8 years ago
Allow h(sel, data, node) and h(sel, node) shortcut notations

5a5c0dc121af00556e23e5471900b3d4b0ac0698 authored about 8 years ago
Fix bug of updating one child with same key but different sel

8ffb4eb91ad039b0ea2731bda88a70c39aa638b8 authored about 8 years ago
Merge pull request #193 from staltz/typescript-migration

Migrate source code to TypeScript v2.0

8286862fae17ee5d184a7928fb20c6d0ec67bc44 authored about 8 years ago
Migrate from CommonJS modules to ES2015 modules

091dc5f96154ebde238bfecd7adcd8d6809cae0d authored about 8 years ago
Migrate source code to TypeScript v2.0

499cd37b06577595bb68f843590ec356608dc9fb authored about 8 years ago
Merge pull request #173 from jas-chen/jas-chen-patch-1

Fix thunk example

8079ba78685b0f0e0e67891782c3e8fb9d54d5b8 authored about 8 years ago
Merge pull request #120 from Risto-Stevcev/master

Added fully bundled version

c2d397035c16d283fa8b77f04b4c5748a9b135a4 authored about 8 years ago
Updated distribution build

f632a1f944e69fe6f9d4aad67cdaa4f94bfe13e0 authored over 8 years ago
Merge remote-tracking branch 'upstream/master'

6d03c1a11a2590081d2eab6f686a9c712d6f12ec authored over 8 years ago
Merge pull request #185 from AlexGalays/master

README: Add one more example in "Structuring application"

9b239929f9f375bb7d621e30fadd8b534e8ef5c6 authored over 8 years ago
README: Add one more example in "Structuring application"

8f30755a6abe01c55f5e25083162166f3bf335c8 authored over 8 years ago
Merge pull request #178 from amirouche/amirouche/doc

add «snabbdom in the wild» section

7cdbff4e759b7c4b7e8be8e33e2677991f67d4ea authored over 8 years ago
Add `vue.js` and `scheme-todomvc` in “Structuring applications”

685fb99755be03d0a124f660071db878ebaf2b2d authored over 8 years ago
Version 0.5.4

0fbcfd3278a80177e23190e131ff871a73acbbcd authored over 8 years ago
Merge pull request #180 from mkaemmerer/setAttributeNS

Support namespaced attributes

fe7e82dd72f5bc1a53bde1afa2c7666336cf381b authored over 8 years ago
Defer splitting namespace until needed

e1d93dca976c26ce33e7be98e5011c7b81b91c02 authored over 8 years ago
Merge pull request #179 from mightyiam/patch-1

Cycle.js instead of Motorcycle.js in README.md

ab34f7bb65be04382b2c817c8b6704b1c361a17c authored over 8 years ago
Add test for namespaced attributes

73996327956ebe7581ee8e919d0847a4c8d2bfa4 authored over 8 years ago
Call setAttributeNS instead of setAttribute for keys with a known namespace

12bd7dd7703d173682634cdb65eba7c468c02e73 authored over 8 years ago
Cycle.js instead of Motorcycle.js in README.md

713fb5d5598114e66a1b8c732d6168f8ece78afe authored over 8 years ago
Merge pull request #161 from fix-fix/fix-boolean-attributes

Don't treat Object.prototype properties as boolean attributes

9a309df04ff055cfa43052b212e2e6440cfb5a99 authored over 8 years ago
Merge pull request #176 from LukaJCB/master

Updates distribution build

f6887733e7a9b7d0ef41ef713c062a491b72f0b3 authored over 8 years ago
Updates distribution

463cf0304d925be375d854dfa97196335befb48d authored over 8 years ago
Fix thunk example

77ef0b59c44481efdf0f642d8909b015de12ef68 authored over 8 years ago
Merge pull request #171 from radarhere/master

Fixed typos

51b29139d52a3e599dadd2c2c145f63f65d470f7 authored over 8 years ago
Fixed typos

1b48d39e5611ecd1c855aa583d1866b4d0bf336f authored over 8 years ago