Commit Graph

799 Commits (974fb97458e949d3b210f450d941ffadf10aadf2)
 

Author SHA1 Message Date
Shahar Dawn Or 98e1dc1f26
Merge pull request #474 from snabbdom/disable-all-failing-browsers
ci: disable failing browsers
5 years ago
Shahar Or (mightyiam) 6c5549b0a0 ci: disable failing browsers
Fixes #473.
5 years ago
Shahar Dawn Or 809caa147d
Merge pull request #479 from snabbdom/prepublishOnly
fix: npm script prepublish -> prepublishOnly
5 years ago
Shahar Or (mightyiam) 3dbf18e3a3 fix: npm script prepublish -> prepublishOnly
Fixes #476.
5 years ago
Shahar Dawn Or 4b19aebd5e
Merge pull request #477 from snabbdom/0.7.4
0.7.4
5 years ago
Shahar Or (mightyiam) b39ada9ea4 0.7.4 5 years ago
dependabot[bot] 4243938d6a
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot] 808944d2f3
Bump handlebars from 4.1.1 to 4.5.1
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Simon Friis Vindum 54b6b4507c
Merge pull request #449 from snabbdom/enable-ci-browsers
Revert "Disable failing browsers in CI configuration"
5 years ago
Simon Friis Vindum 6e86a5af5d
Merge pull request #460 from jvanbruegge/fix-animation-end
Fix element removal on transition end in Firefox70
5 years ago
Jan van Brügge f307db46e3 Fix element removal on transition end in Firefox70 5 years ago
Simon Friis Vindum 3f858078f0
Merge pull request #452 from snabbdom/nodejs_version
chore: update nodejs versions
5 years ago
Shahar Or (mightyiam) 98e9cdb513 chore: update nodejs versions 5 years ago
Shahar Dawn Or e77ecfc892
Merge pull request #456 from snabbdom/package-json-husky-indent
style: fix package.json husky field indent
5 years ago
Shahar Or (mightyiam) 79098d381f style: fix package.json husky field indent 5 years ago
Simon Friis Vindum 179940d13c
Merge pull request #453 from snabbdom/husky
chore: git pre-commit hook npm test
5 years ago
Shahar Or (mightyiam) 9033c58d67 chore: git pre-commit hook npm test 5 years ago
Shahar Or (mightyiam) dcbc1e10c7 Revert "Disable failing browsers in CI configuration"
This reverts commit 7e09d27f56.
5 years ago
Simon Friis Vindum f2b83d1290
Merge pull request #448 from kl2134/firefox-transitionend-test-error-fix
test: use transitionend instead of settimeout
5 years ago
KWorks 529b46c8ce test: use transitionend instead of settimeout
Fixes #447
5 years ago
Shahar Dawn Or 64c9bfe2b8
Merge pull request #446 from kl2134/update-karma-firefox-launcher
test: update karma-firefox-launcher
5 years ago
KWorks 3e87660517 test: update karma-firefox-launcher
fixes #445
5 years ago
Simon Friis Vindum d3d4f0850e Remove unused testem configuration 5 years ago
Simon Friis Vindum ae3703d1a4 Add travis badge to readme and BrowserStack message 5 years ago
Simon Friis Vindum 47f3afd9ed
Merge pull request #444 from snabbdom/disable-browsers-in-ci
Disable failing browsers in CI configuration
5 years ago
Simon Friis Vindum 7e09d27f56 Disable failing browsers in CI configuration 5 years ago
Simon Friis Vindum 66f2e18868
Merge pull request #443 from jvanbruegge/fix-http-browserstack
Remove travis browserstack addon to fix HTTP error
5 years ago
Jan van Brügge 1ca1584334 Remove travis browserstack addon to fix HTTP error 5 years ago
Simon Friis Vindum b40ab1ca46
Merge pull request #427 from mightyiam/npm-test-command-karma-start
fix: npm test script `karma start`
5 years ago
Simon Friis Vindum 63a0c041c7
Merge pull request #400 from jvanbruegge/finishCI
Finish CI configuration
5 years ago
Simon Friis Vindum 8787d60221
Merge pull request #392 from trusktr/patch-1
make it obvious how to unmount
5 years ago
Simon Friis Vindum de104c01df
Merge pull request #425 from mightyiam/package-lock.json
chore: add a package-lock.json
6 years ago
Simon Friis Vindum dcce583bd2
Merge pull request #432 from lukaszmakuch/rosmaro_snabbdom_starter
Mentioned the Rosmaro Snabbdom starter in the README.
6 years ago
Simon Friis Vindum 4e25f868b3
Merge branch 'master' into rosmaro_snabbdom_starter 6 years ago
Simon Friis Vindum 1f399d6dde
Merge pull request #436 from irony/patch-1
Added Pureact
6 years ago
irony a0518b9a00
Added Pureact 6 years ago
Simon Friis Vindum ff59494649
Merge pull request #429 from OctupleSakura/grammar-optimization
refact: Small part of the grammar optimization
6 years ago
Simon Friis Vindum e4efc1dcfd
Merge pull request #423 from mightyiam/node-vesion-file
chore: .node-version, .nvmrc and nodenv files
6 years ago
Simon Friis Vindum 256e35f63b
Merge pull request #433 from grimalschi/master
Adding a new Snabbdom logo
6 years ago
Veaceslav Grimalschi fab31f3562
Add logo to README.md 6 years ago
Veaceslav Grimalschi 2b56e24953 Add logo.png 6 years ago
Łukasz Makuch 9a68a1e8a5 Mentioned the Rosmaro Snabbdom starter in the README. 6 years ago
octuplesakura 0a3bc6fdf4 refact: Small part of the grammar optimization 6 years ago
Shahar Or (mightyiam) 5c0f3db753 fix: npm test script `karma start`
Fixes #426
6 years ago
Shahar Or (mightyiam) d0cabc9712 chore: add a package-lock.json
Closes #424
6 years ago
Shahar Or (mightyiam) db3100d3de chore: .node-version, .nvmrc and nodenv files
Closes #422
6 years ago
paldepind 81da0c1242 Version 0.7.3 6 years ago
paldepind f66f919960 Test that multiple event listeners all receive event and vnode 6 years ago
paldepind 425a6b2ded Add comment documenting bug-fix 6 years ago
Simon Friis Vindum 3b04714e81
Merge pull request #409 from whitecolor/patch-3
Fix for #360 error in IE/Edge
6 years ago