Commit Graph

521 Commits (0cc0064a9472d283d3fc82a906208e4d2cb73b4d)
 

Author SHA1 Message Date
paldepind 673e2a7e7b Merge branch 'use-typeof'
paldepind e570f4cf03 Version 0.6.1
paldepind 19b135b1f5 Add npmignore
paldepind 0483640fa3 Version 0.6.0
Simon Friis Vindum 7da866270a Merge pull request from aronallen/fix/ie11svg
use parentNode instead of parentElement
Aron Allen d8bd32f1e5 updated description of test
Aron Allen 166b8eca23 added test
Aron Allen fa88c0e888 removed all references to parentElement, changed to parentNode. updated types
Simon Friis Vindum 3bd0068156 Merge pull request from tdumitrescu/svg-ns-fix
Fix Custom Element creation when tag name begins with 'svg'
teddddd 72cdb52e1d 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 ends up adding the svg namespace to elements with
tagNames such as svg-icon, which prevents web components lifecycle
callbacks from firing.
Simon Friis Vindum 5e2f6ec9b7 Merge pull request from jbucaran/fix-svg
Check that children data !== undefined before calling addNS
Aron Allen bec0d9ab80 use parentNode instead of parentElement
Jorge Bucaran 00b9224d85 Check that children data !== undefined before calling addNS
Otherwise svg is broken.
paldepind 27993fcadf Typing for module hooks and `h` data
paldepind 9a21abafcb Cast `elm` once
paldepind dccd3d4800 Satisfy strict null checks
Simon Friis Vindum f79af82881 Merge pull request from jlesquembre/css-variables
Add support for css variables
paldepind f552b0e8ed Tweak types, reduce casting
José Luis Lafuente ccbf30f0c6
Add support for css variables
Simon Friis Vindum cd952ac52f Merge pull request from zhulongzheng/patch
Fix bug of updating one child with same key but different sel.
Alexandre Galays 5a5c0dc121 Allow h(sel, data, node) and h(sel, node) shortcut notations
zhulongzheng 8ffb4eb91a Fix bug of updating one child with same key but different sel
Simon Friis Vindum 8286862fae Merge pull request from staltz/typescript-migration
Migrate source code to TypeScript v2.0
Andre Staltz 091dc5f961
Migrate from CommonJS modules to ES2015 modules
Andre Staltz 499cd37b06
Migrate source code to TypeScript v2.0
Simon Friis Vindum 8079ba7868 Merge pull request from jas-chen/jas-chen-patch-1
Fix thunk example
Simon Friis Vindum c2d397035c Merge pull request from Risto-Stevcev/master
Added fully bundled version
Risto Stevcev f632a1f944 Updated distribution build
Risto Stevcev 6d03c1a11a Merge remote-tracking branch 'upstream/master'
Simon Friis Vindum 9b239929f9 Merge pull request from AlexGalays/master
README: Add one more example in "Structuring application"
AlexGalays 8f30755a6a README: Add one more example in "Structuring application"
Simon Friis Vindum 7cdbff4e75 Merge pull request from amirouche/amirouche/doc
add «snabbdom in the wild» section
Amirouche 685fb99755 Add `vue.js` and `scheme-todomvc` in “Structuring applications”
paldepind 0fbcfd3278 Version 0.5.4
Simon Friis Vindum fe7e82dd72 Merge pull request from mkaemmerer/setAttributeNS
Support namespaced attributes
Matt Kaemmerer e1d93dca97 Defer splitting namespace until needed
Simon Friis Vindum ab34f7bb65 Merge pull request from mightyiam/patch-1
Cycle.js instead of Motorcycle.js in README.md
Matt Kaemmerer 7399632795 Add test for namespaced attributes
Matt Kaemmerer 12bd7dd770 Call setAttributeNS instead of setAttribute for keys with a known namespace
Shahar Or 713fb5d559 Cycle.js instead of Motorcycle.js in README.md
Simon Friis Vindum 9a309df04f Merge pull request from fix-fix/fix-boolean-attributes
Don't treat Object.prototype properties as boolean attributes
Simon Friis Vindum f6887733e7 Merge pull request from LukaJCB/master
Updates distribution build
LukaJCB 463cf0304d Updates distribution
Jas Chen 77ef0b59c4 Fix thunk example
Simon Friis Vindum 51b29139d5 Merge pull request from radarhere/master
Fixed typos
Andrew Murray 1b48d39e56 Fixed typos
Simon Friis Vindum be83096bac Merge pull request from forceuser/patch-1
fixed links in README (paldepind -> snabbdom)
Vitaly Dub 453d982180 fixed links in README (paldepind -> snabbdom)
paldepind 3e3acfcc54 Version 0.5.3
Simon Friis Vindum 4475a6f325 Merge pull request from staltz/master
Fix patch() so that the root is patched instead of recreated